@charset "utf-8";

/* ===================================================
------------------------------------------------------
	common.cssの変更
------------------------------------------------------
==================================================== */

#contents section{
	padding:80px 0;
}

#contents #result section,
#contents #how section{
	max-width:100%;
}

#contents span.btn_white_yellow{
	margin-bottom: 50px;
}




/* ===================================================
------------------------------------------------------
	slider
------------------------------------------------------
==================================================== */


#slider,
#slider2 {
    overflow:hidden;
    position:relative;
    width:100%;
	margin-top:50px;
	
}

#sliderInner {
    position:relative;
    left:50%;
    width:3040px;
    margin-left:-1520px;
	max-height:600px;
}
#sliderInner li {
    width:978px;
}

#slideFilterL, #slideFilterR {
    position:absolute;
    top:0;
    width:1170px;
    height:378px;
	
	
    opacity:0.4;
    filter:alpha(opacity=40);
    -ms-filter:"alpha( opacity=40 )";
	
	background:url(/assets/img/osaka/broadcast/slider/sliderbg.png) no-repeat;
}
#slideFilterL {
	left:0;
	background-position: center right;
}
#slideFilterR {
	right:0;
	background-position: center left;
}


.bx-wrapper{
	height:460px!important;
}
.bx-viewport{
	height:430px!important;
}
.bx-wrapper .bx-controls-direction a{
	top:26%!important;
}
.bx-wrapper .bx-prev{
	left:43%!important;
}
.bx-wrapper .bx-next{
	right:43%!important;
}
.bx-has-pager{
	position:absolute;
	bottom:30px;
	left:0;
	right:0;
}
.bx-wrapper .bx-pager{
	padding-top:32px!important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
	background:#ccc;
}



/* ===================================================
------------------------------------------------------
	contents
------------------------------------------------------
==================================================== */

#contents div.mainBox{
	background:url(/assets/img/osaka/broadcast/aboutBg.gif) no-repeat center top;
	background-size:cover;
	/*margin:60px 0 0 0;*/
	position:relative;
	border-bottom:1px solid #D8D8D8;
	border-top:1px solid #D8D8D8;
}
#contents div h3.pc{
	position:absolute;
	top:-40px;
	left:0;
	right:0;
}
#contents div h3.pc span{
	background:url(/assets/img/osaka/mainBg.gif);
	max-width:1100px;
	margin:0 auto;
	padding:10px 0;
	display:block;
	text-align:center;
}
#contents div h3.pc img{
	text-align:center;
	margin:auto;
}
#contents div h4 span{
	display:inline;
	font-weight:bold;
	background:#595757;
	padding:5px!important;
	font-size: 143%;
	line-height:200%;
	color:#ffffff;
	text-align:center;
}

#contents div h3.sp{
	display:none;
}



#contents div#what_box,
#contents div#result_box,
#contents div#cost_box,
#contents div#how_box,
#contents div#number_box,
#contents div#about_box,
#contents div#try_box{
	padding-top:40px;
	margin-top:80px;
}





/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
	what
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */

#contents div#what p.catch,
#contents div h4{
	text-align:center;
}


#contents div#what ul{
	margin-top:70px;
}
#contents div#what ul li{
	width:30.5%;
	display:inline-block;
	margin-right:40px;
	vertical-align:top;
}
#contents div#what ul li:last-child{
	margin:0;
}
#contents div#what ul li p.img{
	position:relative;
}
#contents div#what ul li p.img img{
	border:2px solid #595757;
	max-width:100%;
}
#contents div#what ul li p.img span{
	position:absolute;
	bottom:-50px;
	font-size:115%;
	font-weight:bold;
	border:2px solid #595757;
	width:80%;
	margin:auto;
	background:#FFF100;
	left:0;
	right:0;
	padding:10px 20px;
	text-align:center;
}
#contents div#what ul li p.img span.irregular{
	padding:25px 0;
	bottom:-50px;
}
#contents div#what ul li p.text{
	margin-top:70px;
}



/* ----- downloadBox ----- */
#contents section div.downloadBox{
	border:2px solid #595757;
	background:#fff;
	padding:40px;
	width:100%;
	max-width:900px;
	margin:0 auto;
	margin-bottom:40px;
	margin-top:80px;
	display:block;
	overflow:hidden;
	text-align:center;
}
#contents section .downloadBox h5{
	font-size: 175%;
	font-weight:bold;
	margin-bottom:10px;
}
#contents section .downloadBox P{
	font-size:115%;
}
#contents section .downloadBox span{
	display:block;
	width:80%;
	margin:20px auto 0;
	background:#ffffff;
}
/* オーディオ */
.audiojs .scrubber {
	position: relative;
	float: left;
	width: 72%;
	background: #5a5a5a;
	height: 14px;
	margin: 10px;
	border-top:1px solid #3f3f3f;
	border-left: 0px;
	border-bottom: 0px;
	overflow: hidden;
}
#contents section .downloadBox a{
	border-bottom:4px solid #e4e5df;
	padding:15px 80px;
	width:100%;
	display:block;
	color:#333333;
	font-weight:bold;
	font-size: 115%;
}
#contents section .downloadBox a{background:url(/assets/img/icon/downloadBlack.png) no-repeat 95% center,url(/assets/img/icon/mp3Blue.png) no-repeat 5% center;}
#contents section .downloadBox span:hover{
	background:#FBEA53;
	transition-duration:0.3s;
	transition-timing-function: ease-out;
}





/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
	result
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */

#result .bx-wrapper{
	height:490px!important;
}








/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
	cost
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
#contents div#cost p{
	text-align:center;
	font-weight:bold;
	font-size:115%;
	margin:20px 0;
}
#contents div#cost h5{
	padding:10px 0 10px 40px;
	font-size: 143%;
	font-weight:bold;
	border-bottom:3px solid #F2B300;
}
#contents div#cost h5.frame{
	background:url(/assets/img/icon/frameYellow.png) no-repeat left center;
}


/* ------------   box  ------------ */

section.aBox{
	width:100%;
	display:block;
	overflow:hidden;
	padding:0!important;
	background:#ffffff;
}
section.aBox h6{
	margin-bottom:30px;
	padding:0;
	text-align:center;
}
section.aBox h6 span{
	text-align:center;
	display:inline-block;
	font-size: 129%;
	font-weight:bold;
	border-bottom:3px solid #595757;
}
section.aBox div{
	padding:30px 20px;
}
.aBox .aBox_left{
	float:left;
	width:50%;
	background:#ffffff;
}
.aBox .aBox_right{
	float:right;
	width:50%;
	height:100%;
	min-height: 213px;
	position:relative;

}

.aBox .color{
	background:#FEF5AD;
}

section.aBox ul li{
	font-size: 115%;
	padding-left:1em;
	position:relative;
}
section.aBox ul li:after{
	position:absolute;
	content:"・";
	left:0;
	top:0;
}

section.aBox dl{
	display:block;
	overflow:hidden;
	margin:auto;
	width:90%;
}
section.aBox dl dt,section.aBox dl dd{
	float:left;
}
section.aBox dl dt:nth-of-type(even) {
	clear: both;
	margin-top: 16px;
}
section.aBox dl dd:nth-of-type(even) {
	margin-top: 16px;
}
section.aBox dl dd{
	margin-left:15px;
	font-size:115%;
}
section.aBox dl dd span{
	font-weight:bold;
	font-size:100%;
}
section.aBox dl dd span.red{color:#E9705E;}
section.aBox dl dd span.green{color:#3FBFA5;}
section.aBox dl dd span.blue{color:#46BAD3;}


section.first{
	margin-top:40px!important;
	border-top:2px solid #595757;
	border-left:2px solid #595757;
	border-right:2px solid #595757;
}
section.last{
	border:2px solid #595757;
}



section.pattern02{
	margin:20px 0 0 0!important;
}
section.pattern02 div:last-child{
	border-left:1px solid #D8D8D8;
}
section.pattern02 div.aBox_right:after{
	content:"";
}



















/* -cost_under- */
p.cost_under{
	background:url(/assets/img/osaka/broadcast/cost_under.png) no-repeat center top;
	text-align:center;
	color:#ffffff;
	padding:10px 0 30px;
	margin-top:20px;
}






/* -caption- */
#contents div#cost ul.caption{
	margin-top:20px;
}
#contents div#cost ul.caption li{
	text-indent:-2em;
	padding-left:2em;
	font-size:  86%;
}
#contents div#cost ul.caption li i{
	display:block;
	text-indent:-2em;
	padding-left:2em;
}






/* -route- */
#contents div#cost h5.route{
	background:url(/assets/img/icon/routeYellow.png) no-repeat left center;
}
#contents div#cost ul.routeIllustration{
	width:1018px;
	margin:auto;
	margin-top:30px;
}
#contents div#cost ul.routeIllustration li img{
	vertical-align:top;
	margin:10px;
}








/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
	how
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */




#how #slideFilterL,#how #slideFilterR {
    position:absolute;
    top:0;
    width:820px;
    height:475px;
	
    opacity:0.4;
    filter:alpha(opacity=40);
    -ms-filter:"alpha( opacity=40 )";
    /*background:#000000;*/
	
	background:url(/assets/img/osaka/broadcast/slider/sliderbg2.png) no-repeat;
}
#how #slideFilterL {
	left:249px;
	background-position: center right;
}
#how #slideFilterR {
	right:249px;
	background-position: center left;
}
#how .bx-viewport{
	height:auto!important;
}

#how .bx-wrapper{
	height:600px!important;
}

#how .bx-has-pager{
	bottom:50px;
}

#how #sliderInner li a{
	display:block;
}







/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
	number
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */

#contents div#number div.numberBox{
	margin:40px 0 0 0;
	border:2px solid #595757;
}
#contents div#number div.numberBox p{
	background:url(/assets/img/osaka/broadcast/mediaIcon.png) no-repeat 98% center,url(/assets/img/osaka/broadcast/mediaBg.gif);
	text-align:center;
	padding:30px 20px;
	border-bottom:2px solid #595757;

}
#contents div#number div.numberBox p span{
	display:block;
	margin-top:10px;
}
#contents div#number div.numberBox ul li{
	display:inline-flex;
	width:50%;
	background:#ffffff;
	border-bottom:1px dotted #595757;
	border-left:1px dotted #595757;
	padding:40px 0;
}
#contents div#number div.numberBox ul li:nth-of-type(1),
#contents div#number div.numberBox ul li:nth-of-type(3){
	border-left:none;
}
#contents div#number div.numberBox ul li:nth-of-type(3),
#contents div#number div.numberBox ul li:nth-of-type(4){
	border-bottom:none;
}

#contents div#number div.numberBox ul li img{
	display:block;
	margin:auto;
}
#contents div#number div.numberBox ul li.glay{
	background:#F7F8F2;
}

#contents div#number span.caption{
	font-size:88%;
	margin-top:10px;
	display:block;
	text-align:right;
}


/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
	about
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */

#contents div#about ul.about_ul li{
	border-bottom:1px dotted #595757;
	padding:10px 0;
	overflow:hidden;
}
#contents div#about ul.about_ul li p{
	float:left;
	font-size: 115%;

}
#contents div#about ul.about_ul li p.title{
	font-weight:bold;
	width:20%;
}
#contents div#about ul.about_ul li p.title span{
	display:block;
	font-size:85%;
}


#contents div#about ul.about_ul li p.text,
#contents div#about ul.about_ul li div.text{
	width:80%;
}
#contents div#about ul.about_ul li div.text{
	background:none;
	float:left;
	margin:0;
	border:none;
}




#contents div#about ul.about_ul li ul li{
	border:none;
	padding:0 0 0 0px;
	overflow:initial;
}
#contents div#about ul.about_ul li ul.disc li.none{
	list-style-type:none;
	margin:10px 0;
}

#contents div#about ul.about_ul li ul.decimal li{list-style: decimal inside;}
#contents div#about ul.about_ul li ul.disc li{
	list-style: disc inside;
	padding-left:1em;
	text-indent:-1em;
}





/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
	try
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
#contents div#try {
}
#contents div#try h5{
	text-align:center;
}

#contents div#try h5 span{
	border:3px solid #595757;
	padding:1% 3%;
	display:inline-block;
	margin:25px 0;
	font-size: 129%;
	font-weight:bold;
}
#contents div#try p.tel{
	text-align:center;
	font-size: 214%;
	font-weight:bold;
	line-height:90%;
	border-bottom:1px dotted #595757;
	padding-bottom:10px;
}
#contents div#try p.tel a{
	font-size:130%;
	font-weight:bold;
	background:url(/assets/img/icon/telYellow.png) no-repeat left center;
	padding:10px 0 10px 45px;
}
#contents div#try p.tel strong{
	font-size:130%;
	font-weight:bold;
	background:url(/assets/img/icon/telYellow.png) no-repeat left center;
	padding:10px 0 10px 45px;
	color:#139EF1;
}



#contents div#try p.tel span{
	font-size: 80%;
	font-weight:bold;
}

#contents div#try section.left,
#contents div#try section.right{
	width:47%;
	text-align:center;
	padding:20px 0;
}


#contents div#try section.left{float:left;}
#contents div#try section.right{float:right;}







#contents div#try span{
	text-align:center;
}
#contents div#try span a{
	font-weight: bold;
    border-style: none;
	border-radius:50px;
	margin:auto;
	background:#ffffff;
	padding:18px 23%;
	width:auto;
	border:2px solid #4C5051;
}
#contents div#try span a span{
    color:#333333;
    font-size:129%;
	display:inline-block;
	padding: 0 0 0 35px;
	font-weight:bold;
	margin-top:30px;
}
#contents div#try span.contact a span{
	background:url(/assets/img/icon/mailYellow.png) no-repeat left center;
}
#contents div#try span.request a span{
	background:url(/assets/img/icon/requestYellow.png) no-repeat left center;
	
}

#contents div#try span a:hover{
	background:#FBEA53;
	border:2px solid #FBEA53;
}
#contents div#try span.contact a:hover span{
	background:url(/assets/img/common/pc/footerIcon_contact.png) no-repeat left center;
	background-size:26px auto;
}
#contents div#try span.request a:hover span{
	background:url(/assets/img/common/pc/footerIcon_request.png) no-repeat left center;
	background-size:26px auto;
}






/* ===================================================
------------------------------------------------------
	anchorLink
------------------------------------------------------
==================================================== */

#anchorLink{
	position:fixed;
	background:#595757;
	width:38px;
	text-align:center;
	padding:10px 0;
	right:0;
	top:450px;
}
#anchorLink li a{
	border-radius:50px;
	width:12px;
	height:12px;
	border:1px solid #ffffff;
	display:block;
	margin:10px 13px;
	position:relative;
}
#anchorLink li a:hover{
	background:#FBEA53;	
	border:1px solid #FBEA53;
}
	
	
#anchorLink li a span{
	display:none;
	position:absolute;
	background:#F2B200;
	color:#ffffff;
	padding:2px;
	font-size:88%;
	width:214px;
	top:-11px;
	right:15px;
}
	
	
	
/* ===================================================
------------------------------------------------------
	調整
------------------------------------------------------
==================================================== */
@media screen and (max-width:980px) {
	#contents div#what ul li{
		margin-right:30px;
	}
}






/* ===================================================
------------------------------------------------------
	iPadの場合
------------------------------------------------------
==================================================== */
@media screen and (max-width:768px) {
	
	/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
		result
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
	#result .bx-has-pager{
		bottom: 40px;

	}
	
	#contents div#what ul li{
		width:30.5%;
		display:inline-block;
		margin-right:20px;
		vertical-align:top;
	}
	
	
	
}





/* ===================================================
------------------------------------------------------
	sp版の場合
------------------------------------------------------
==================================================== */
@media screen and (max-width: 667px) {
	#wrapper .sp_index{
		margin:60px 0;
	}
	#contents section{padding:20px 3%;}
	#contents div.mainBox{
		margin:0px 0 30px;
	}
	#contents div h3 span{max-width:100%;}
	
	#contents span.btn_white_yellow a{
		padding:5%;
	}
	#contents span.btn_white_yellow a span{
		font-size:112%;
		padding:0 0 0 30px;
		background-size:24px auto;
	}
	

	#wrapper .sp_index section.allbox{
		/*display: none;*/
	}


	.bx-viewport ul{
		height: 201px;
		overflow: hidden;
	}
	
	
	
	#wrapper #contents div#number div.numberBox ul li{
		padding:20px 3%;
	}
	


	#contents div h3.sp{
		display:block;
		position:relative;
	}
	#contents div h3.sp:after{
		content:"";
		position:absolute;
		width:40px;
		height:40px;
		right:15px;
		top:15px;
		background:#595757 url(/assets/img/icon/arrowWhite_down.png) no-repeat 51% center;
		background-size:50% auto;
	}
	
	#contents div h3.active:after{
		background:#ffffff url(/assets/img/icon/arrowBlack_up.png) no-repeat 51% center;
		background-size:50% auto;
		border:1px solid #595757;
	}
	
	
	
	
	#contents div h3.sp span{
		background:url(/assets/img/osaka/mainBg.gif);
		max-width:1100px;
		margin:0 auto;
		padding:10px;
		display:block;
		text-align:left;
	}
	#contents div h3.sp img{
		width:70%;
	}
	
	#contents div h3.pc{
		display:none;
	}



	#contents div#what_box,
	#contents div#result_box,
	#contents div#cost_box,
	#contents div#how_box,
	#contents div#number_box,
	#contents div#about_box,
	#contents div#try_box{
		padding-top:0px;
		margin-top:0px;
	}
	#contents div h4{
		padding:0 3%;
	}
	#contents div h4 span{
		font-size:125%;
	}


	/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
		what
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
	#contents div#what p.catch{
		margin-bottom:20px;
	}
	#contents div#what ul{
		margin-top:20px;
	}
	#contents div#what section{
		display:block;
	}
	#contents div#what ul li p.img{
		text-align:center;
	}
	#contents div#what h3 i.title01{
		width:50%;
	}
	#contents div#what h3 i.title02{
		width:50%;
		display:block;
		padding-left:18%;
	}
	
	#contents div#what ul li{
		width:100%;
		margin:3% 0;
	}
	#contents div#what ul li p.img img{
		width:100%;
	}
	
	
	/* -downloadBox- */
	#contents section div.downloadBox{
		width:100%;
		margin:auto;
		padding:20px;
		margin-top:30px;
		margin-bottom:30px;
	}
	#contents section .downloadBox h5{
		font-size:150%;
	}
	#contents section .downloadBox a{
		padding:15px 50px;
	}

	#contents section .downloadBox span,
	#contents section div.downloadBox .left{
		float:none;
		width:100%;
	}

	

	/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
		result
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
	#result section{
		padding: 20px 0;
	}
	#result #slider{
		width: 100%;
		height: 270px;
		margin-top:30px;
	}
	#slider .bx-viewport{
		height: auto!important;
	}
	

	#result .bx-wrapper .bx-controls-direction a{
		width: 32px;
		top: 5%!important;
	}
	#result .bx-wrapper{
		height: auto!important;
	}
	.bx-wrapper .bx-prev{
		left:5%!important;
	}

	.bx-wrapper .bx-next{
		right:5%!important;
	}

	#result .bx-wrapper .bx-pager{
		background: none;
		border: none;
	}
	#result .bx-has-pager{
		bottom: 0px;
		top: 210px;

	}

	#result #slider li img{
		width:320px;
		height:195px;
	}



	
	/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
		frame
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
	section.aBox div{
		padding:20px 10px;
	}
	.aBox .aBox_left,
	.aBox .aBox_right,
	section.aBox dl dt, section.aBox dl dd{
		float:none;
		width:100%;
		margin:0;
	}
	section.aBox dl{
		width:100%;
	}
	section.aBox dl dt{
		text-align:center;
	}
	section.pattern02 div:last-child{
		border-top:1px solid #D8D8D8;
	}
	section.aBox dl dt, section.aBox dl dd{
		margin-top:20px;
	}
	


	
	
	/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
		frame -2
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
	
	#contents div#cost ul.routeIllustration{
		width:100%;
		text-align:center;
	}
	#contents div#cost ul.routeIllustration li img{
		margin:2% 1% 4%;
	}
	
	
	
	/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
		how
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */

	#how section{
		padding: 20px 0;
	}

	#how #slider2{
		width: 100%;
		height: 270px;
	}


	#how .bx-wrapper .bx-controls-direction a{
		width: 32px;
		top: 5%!important;
	}
	#how .bx-wrapper{
		height: auto!important;
	}
	#how .bx-wrapper .bx-pager{
		background: none;
		border: none;
	}
	#how .bx-has-pager{
		bottom: 0px;
		top: 210px;

	}
	#how .bx-viewport ul{
		height: 192px;
		overflow: hidden;
	}








	
	
	/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
		number
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
	
	#contents div#number div.numberBox ul li{
		width:100%;
		padding:0 3%;	
	}
	#contents div#number span.caption{
		text-align:left;
		width:65%;	
	}
	
	
	
	
	/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
		cost
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
	#contents div#cost p{
		margin:0;
	}
	
	
	
	/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
		about
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */

	#contents div#about ul.about_ul li p.title{
		width:35%;
	}
	#contents div#about ul.about_ul li p.text, #contents div#about ul.about_ul li div.text{
		width:60%;
	}


	/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
		try
	*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- */
	#contents div#try p.tel{
		font-size:130%;
		padding-bottom:10px;
	}
	#contents div#try section.left{
		float:none;
	}
	#contents div#try section.left, #contents div#try section.right{
		width:100%;
		display:block;
	}
	#contents div#try span{
		text-align:left;
	}

	#contents div#try span a{
		padding:15px 20%;
	}
	#contents div#try span a span{
		font-size:112%;
	}
	
	
	#contents div#try span.request a span{
		background-size:23px auto;
	}
	
	#contents div#try p.tel a{
		margin-top:10px;
		display:inline-block;
	}
	
	
	
	
	/* ===================================================
	------------------------------------------------------
		anchorLink
	------------------------------------------------------
	==================================================== */
		
	#anchorLink{
		display:none;
	}
		
	
	
	
	
	
	
	
	
	
	
}














}
