/* =================================
	LAYOUT CSS
================================= */
div.header .logo a{
	display: block;
	text-indent:110%;white-space:nowrap;overflow:hidden;
}
div.header p.date{
	text-indent:110%;white-space:nowrap;overflow:hidden;
}

@media all and (min-width: 768px) {
div.header {
	background-image:url(../img/cum_header.jpg);
	background-repeat: no-repeat;
	background-position: center top; 
	height: 150px;
}

div.header div.inner {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

}
@media all and (max-width: 767px) {
div.header .logo a{
	background-image:url(../img/cum_header_smp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 0;
	margin:0 auto;
	padding-top: 14%;
}

div.header p.date{display: none;}
}

/*	menu	
============================== */

@media all and (min-width: 768px) {
.midokoro01 div.menu ul li.m-onair a:after,
.midokoro03 div.menu ul li.m-highlight a:after,
.midokoro04 div.menu ul li.m-player a:after,
.midokoro05 div.menu ul li.m-about a:after,
.midokoro06 div.menu ul li.m-video a:after {	height:5px;}
}



/*	main header
============================== */
main header.main div.header {
	position:relative;
	background-color:#000;
	border-bottom:6px solid #f2e028;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
}


.btn2 main header.main div.header {background-image:url(../img/head_img01.jpg);}
.btn4 main header.main div.header {background-image:url(../img/head_img03.jpg);}
.btn5 main header.main div.header {background-image:url(../img/head_img04.jpg);}
.btn6 main header.main div.header {background-image:url(../img/head_img05.jpg);}
.btn7 main header.main div.header {background-image:url(../img/head_img06.jpg);}
main header.main div.header h1 span:after {
	font-size: 56.3%;
	padding-left: 15px;
	text-indent:-9999px;

}

main header.main img {
	display:block;
}

main header.main div.header h1 {
		text-indent:-9999px;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;

}
main header.main div.header h1 span {
	display:block;
	text-shadow:0px 0px 3px #ffffff;
}

@media all and (min-width: 768px) {
main header.main {
	/*padding-top:30px;*/
}
main header.main img {
	width:980px;
	height:130px;
}
main header.main div.header {
	height:130px;
}

main {
	padding-bottom:74px;
}

main header.main div.header h1 span {
	padding:20px 50px;
	font-size: 181.3%;
}

}
@media all and (max-width: 767px) {

main header.main div.header {
	position:relative;
	height:0;
	padding-top:29.5918367346939%;
}
main header.main img {
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

main header.main div.header h1 span {
	padding:11px 15px;
	font-size: 112.5%;
}

}


/*	main contents
============================== */

main div.contents {
	background-color:#fff;
	background-image:url(../img/bg-1.jpg);
		background-repeat:no-repeat;
	background-position:right bottom;
	color: #000;
}
@media all and (min-width: 768px) {
main div.contents {
	padding:30px;
	border-bottom:6px solid #f2e028;
}
.br-sp { display:none;}
}
@media all and (max-width: 767px) {
main div.contents {
	padding:15px 15px 30px;
}
}
