@charset "UTF-8";
/* CSS Document */

/* all_contents */

body{
	margin:0 ;
	padding:0 ;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px ;
	color:#666;
	
}

.sub_red{
	font-size:16px;
	font-weight:bold;
	border-left:#C00 10px solid;
	padding-left:10px;
	border-bottom:#999 solid 1px;
}

.sub_yellow{
	font-size:16px;
	font-weight:bold;
	border-left: #F90 10px solid;
	padding-left:10px;
	border-bottom:#999 solid 1px;
}

.sub_green{
	font-size:16px;
	font-weight:bold;
	border-left:  #390 10px solid;
	padding-left:10px;
	border-bottom:#999 solid 1px;
}




/* wrapper ページ中央寄せbox*/

#wrapper{
	width: 950px;
	margin: 0 auto;
}


/* レイアウトbox*/

#titlebox{
	width: 950px;
	height: 321px;
	margin-top:10px;
	margin-bottom:10px;
}

#radiobox{
	width: 250px;
	height: 700px;
	float:left;

}


#mainbox{
	-moz-box-shadow: 1px 1px 5px #DDD;    /* firefox　*/
	-webkit-box-shadow: 1px 1px 5px #DDD;  /* safari、chorme 横方向のずれ、下方向のずれ、ぼかしの半径、ぼかしの色の順*/
	width: 480px;
	float:left;
	margin-right:10px;
	padding:10px;
}


#otherbox{
	width: 170px;
	height: 700px;
	padding-left:20px;
	float:left;
}


/* 回り込み解除*/

.clear{
	clear: both;
}



/* NOW ON AIRbox*/


.noau{
	margin:0;
	width:230px;
	height:47px;
	background:url(img/noa_u.png) no-repeat;
	font-size:16px;	
}

.noa{
	width:222px;
	background-color: #F90;
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	border: #FC0 solid 4px;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
}

.noa p{
	font-size:12px;
}


.noad{
	width:230px;
	height:9px;
	background:url(img/noa_d.png) no-repeat;
	margin-bottom:10px;
}

.noa a,a:active{
	color:#FFF;
	text-decoration: underline;
}


.noa a:visited{
	color:#FFF;
	text-decoration: underline;
}


.noa a:hover{
	color: #F00;
	text-decoration: underline;
}




/* お題box*/


.odiu{
	margin:0;
	padding-left:10px;
	padding-top:10px;
	width:230px;
	background:url(img/odi_u.png) no-repeat;
	font-weight:bold;
	color:#FFF;
}

.odi{
	width:230px;
	background-color: #0099CC;
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
}


.odid{
	width:230px;
	height:9px;
	background:url(img/odi_d.png) no-repeat;
}


/* main内フリーbox*/

.free480{
	width:480px;
	margin-bottom:10px;
	margin-top:10px;
}

.personality{
	width:480px;
	margin-bottom:10px;
	margin-top:10px;
	text-align:center;
}



/*未使用枠*/
.headphone{
	width:475px;
	height:180px;
	padding:20px;
	margin-bottom:10px;
	margin-top:10px;
	background:url(img/headphone.png) no-repeat;
}




/* radio内フリーbox*/

.free230{
	width:230px;
	margin-bottom:10px;
}

.fukidasi{
	width:170px;
	height:143px;
	padding-top:50px;
	padding-left:30px;
	padding-right:30px;
	margin-bottom:10px;
	margin-top:10px;
	background:url(img/fukidasi01.png) no-repeat;
	text-align:center;
}



/* other内フリーbox*/

.freetitle{
	width:170px;
	margin-bottom:10px;
	text-align:center;
}

.free170{
	width:170px;
	margin-bottom:10px;
}





/* 未使用陰付き小コンテンツbox*/
.box
{
    position: relative;
    width: 150px;
    padding: 50px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}

.box:before, .box:after
{
    position: absolute;
    width: 40%;
    height: 10px;
    content: ' ';
    left: 12px;
    bottom: 12px;
    background: transparent;
    -webkit-transform: skew(-5deg) rotate(-5deg);
    -moz-transform: skew(-5deg) rotate(-5deg);
    -ms-transform: skew(-5deg) rotate(-5deg);
    -o-transform: skew(-5deg) rotate(-5deg);
    transform: skew(-5deg) rotate(-5deg);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    z-index: -1;
}
.box:after
{
    left: auto;
    right: 12px;
    -webkit-transform: skew(5deg) rotate(5deg);
    -moz-transform: skew(5deg) rotate(5deg);
    -ms-transform: skew(5deg) rotate(5deg);
    -o-transform: skew(5deg) rotate(5deg);
    transform: skew(5deg) rotate(5deg);
}



/*screen*/
a,a:active,a:visited {
	color: #09c;
	text-decoration:none;
}

a:hover {
	color: #0cf;
	text-decoration:none;
}

h1 {
	font-size: 3em;
	color: #FFCC00;
}

#container { 
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

.footer {
	background-color: #000;
	padding: 0.5em;
}

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }


/*パーソナリティ内*/

.pswrapper{
	width: 600px;
	margin: 0 auto;
}


.psimg{
	float:left;
	margin-right: 10px;
	width:190px;
}

.pstext{
	width:400px;
	float:left;
}


/*disappear*/
iframe {
	display:none !important; 
	visibility:hidden !important;
}