@charset "utf-8";
/* CSS Document */

.clear{clear:both;}
.clearfix:after {
	content:".";
	display:block; 
	height:0.1px; 
	clear:both; 
	visibility:hidden;
}

.clearfix { 
	zoom:1; 
	overflow:hidden;/*clearfixをdreamweaverで見られるようにする*/
}



/*共通*/

#wrap{
background-image: url(../../images/bn.gif);
background-repeat:repeat;
overflow:hidden;
}

#top_header h2{
text-align:center;
width:100%;
}

#onairtime{
text-align:center;
margin-bottom:10px;
}

#social{
	text-align:center;
	margin:0 auto;
	width:300px;
	font-size:0px;
	padding:0 0 10px 0;
}


/* シェアボタン */

#sharebtn{
	margin-bottom:10px;
	color:#FFF;
	text-align:center;
}


.grayGrad{
background: #1e1e1e; /* Old browsers */
background: -moz-linear-gradient(top,  #111111 0%, #4c4c4c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#111111), color-stop(100%,#4c4c4c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #111111 0%, #4c4c4c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #111111 0%, #4c4c4c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #111111 0%, #4c4c4c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #111111 0%, #4c4c4c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-9 */
-moz-box-shadow: 0px 3px 2px #000;
}


/*グレーグラデーション*/
h3.grayGrad{
	position:relative;
	height:40px;
	border-top:3px solid #005d12;
	border-bottom:1px solid #dedede;
/*	padding-left:56px; */
	padding-left:10px;
	color:#eee;
	font-size:16px;
	line-height:40px;
}
h3.grayGrad >img{
position:absolute;
top:-7px;
left:0px;
}

.banner_ad{
	margin:10px 0 10px 0;
	text-align:center;
}


/*トップメニュー*/
.top_menu ul{
 border-bottom: 1px solid #ccc;
 }

 .top_menu ul li{
 background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d0d0d0));
 background: linear-gradient(#fff, #d0d0d0);
 border-bottom: 1px solid white;
 border-top: 1px solid #ccc;
 height: 55px;
 margin: 0;
 }

 .top_menu ul li a{
 color: #333;
 display: block;
 height: 55px;
 margin: 0;
 padding: 0 0 0 10px;
 overflow: hidden;
 text-overflow: ellipsis;
 text-decoration: none;
 font-weight: bold;
 white-space: nowrap;
 line-height: 55px;
 }



/* ナビ */
#nav02 ul {
	display:table;
	table-layout:fixed;
	width:100%;
}
#nav02 ul li {
	display:table-cell;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#nav02 ul li a {
	display:block;
	padding:0.5em 0;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	background-color:#000;
}
#nav02 ul li a:hover {
	 background-color:#222;
}


#nav03 ul {
	display:table;
	table-layout:fixed;
	width:100%;
}
#nav03 ul li {
	display:table-cell;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
#nav03 ul li a {
	display:block;
	padding:0.5em 0;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	background-color:#fff;
}

/*
#nav03 ul li a:hover {
	 background-color:#222;
}
*/



/*アクセス集中時用アラート*/
.alart {
	border:#DB0026 2px dashed;
	font-weight:bold;
	font-size:110%;
	padding:10px 20px;
	color:#DB0026;
	margin:10px 10px 20px 10px ;
	background-color:#FF9;
}


/* コンテンツセクション */
#contents_section{
border-radius: 5px;        /* CSS3草案 */  
-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 5px;   /* Firefox用 */ 
margin:1px 5px 5px 5px;
border:3px solid #005d12;
overflow:hidden;
background-color:#ffffff;
}





/***番組情報***/

/* 追加分
---------------------------*/

#program #xmas_top {
	padding:20px;
	background:url(../../images/contents_mainbg.png) top center no-repeat;
	background-size: 100%;
}
#program #xmas_top li {
	list-style:none;
	margin:0;
	padding:0;
}
#program #xmas_top img {
	border: 0;
	vertical-align: bottom;
	line-height: 0;
}
#program #xmas_top h3 {
	font-size:0em;
	text-indent:-9999px;
}
#program #xmas_top .btn { text-align:center;}
#program #xmas_top .btn li {
	margin-bottom:15px;
}
#program #xmas_top .attenntion {
	background-color:#fff8bf;
	padding:20px;
	font-size: 85%;
	line-height:120%;
	text-indent:0;
	margin-left:0;
	margin-top:30px;
}
#program #xmas_sec .attenntion {
	font-size: 85%;
	line-height:120%;
	text-indent:0;
	margin-left:0;
	margin-top:30px;
	margin-bottom:15px;
}

#program #xmas_top .attenntion p,
#program #xmas_sec .attenntion dl dt { font-weight:bold;}
#program #xmas_top .attenntion ul li,
#program #xmas_sec .attenntion dl dd {
	text-indent:-1em;
	margin-left:1em;
}


/* sec */
#program #xmas_sec {
	padding:20px;
	background:url(../../images/contents_secbg.png) top center no-repeat;
	background-size: 100%;
}
#program #xmas_sec li {
	list-style:none;
	margin:0;
	padding:0;
}
#program #xmas_sec dl,
#program #xmas_sec dt,
#program #xmas_sec dd {
	margin:0;
	padding:0;
	text-indent:0;
}

#program #xmas_sec img {
	border: 0;
	vertical-align: bottom;
	line-height: 0;
}
#program #xmas_sec h3 {
	font-size:0em;
	text-indent:-9999px;
}
#program #xmas_sec h4 {
	text-align:center;
	margin-bottom:10px;
}

#program .message_box strong {
	color:#e52828;
}
#program #xmas_sec .message_box dl {
	border-radius: 10px;
	padding:20px;
	background-color:#fff9c5;
	margin-bottom:20px;
}
#program #xmas_sec .message_box dl dt {
	color:#e52828;
	margin-bottom:5px;
}



#program .copytext {
font-weight: bold;
margin-bottom: 20px;
}

#program .copytext strong {
color: #029344;
}


/*************/

#form .ti_episode{
text-align: center;
width:100%;
}



#form .catchtxt{
font-weight: bold;
font-size: 115%;
color: #333;
margin:0 10px 15px 10px;
}

#form .listtxt{
font-weight: bold;
font-size: 110%;
color: #0b9449;
margin:0 10px 10px 10px;
}


#form .txt{
font-size: 100%;
color: #333;
margin:0 10px 10px 10px;
}


#form .form_info {
margin:0 10px 10px 10px;
color: #333;
font-size:90%;
}



#form .oubo {
text-align:center;
margin:0 10px 20px 10px;
}


#form .btn {
display: inline-block;
font-size: 110%;
border: none;
box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
border-radius: 20px;
padding: 15px 100px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #f3ce00), color-stop(1.00, #ff7800));
background: -webkit-linear-gradient(#f3ce00, #ff7800);
background: -moz-linear-gradient(#f3ce00, #ff7800);
background: -o-linear-gradient(#f3ce00, #ff7800);
background: -ms-linear-gradient(#f3ce00, #ff7800);
background: linear-gradient(#f3ce00, #ff7800);
}





/**********************************************************************
　04.backnumber
**********************************************************************/
#backnumber {
}
#backnumber_box select {
	float:right;
}
#backnumber_box h3 {
	padding-left:10px;
	font-size:139%;
	border-left:#009245 10px solid;
	margin:35px 10px 5px 10px;
}

#backnumber_box span.cast {
	display:block;
	margin-bottom:20px;
	font-weight:bold;
	color:#009245;
	font-size:14px;
}

#backnumber_box dl {
	margin-bottom:20px;
}
#backnumber_box dl dt {
	font-weight:bold;
	color:#fff;
	background: #009245;
	border-radius: 5px;
	padding:10px;
	margin-bottom:10px;
	margin:5px 10px 5px 10px;
}
#backnumber_box dl dd {
	padding:0 0 0 10px;
	line-height:180%;
	margin:5px 10px 5px 10px;
}

.blue{
	color:blue;
}
.red{
	color:red;
}
.green{
	color:green;
}
.yellow{
	color:#F90;
}



#backnumber_box dl dd img {
	vertical-align:middle;
	margin:5px 10px 5px 10px;
}

#backnumber_box dl dd span {
	display:block;
	margin-top:10px;
	font-weight:bold;
	color:#000;
	margin:5px 10px 5px 10px;
}
.choice {
	font-weight:bold;
	vertical-align:middle;
	margin-bottom:20px;
	margin:15px 10px -15px 10px;
}
.choice img {
	vertical-align:middle;
}







/***リトル告知***/


#little h1{
font-weight: bold;
font-size: 200%;
text-align: center;
margin:20px 0 10px 0;
}

#little h2{
font-weight: bold;
font-size: 150%;
text-align: center;
margin:0 10px 20px 10px;
}


#little .catchtxt{
font-weight: bold;
font-size: 120%;
color: #F09;
margin:0 10px 20px 10px;
}

#little .oubo22{
font-weight: bold;
font-size: 120%;
color: #F09;
margin:0 10px 5px 10px;
}



#little .littlecatchtxt{
font-weight: bold;
font-size: 120%;
color: #0b9449;
margin:0 10px 20px 10px;
}


#little .mccomment22{
font-weight: bold;
font-size: 120%;
color: #F09;
margin:20px 10px 5px 10px;
border-bottom: solid 2px #F09;
margin-bottom: 5px;
}

#little .mccomment_little{
font-weight: bold;
font-size: 120%;
color: #0b9449;
margin:20px 10px 5px 10px;
border-bottom: solid 2px #0b9449;
margin-bottom: 5px;
}

#little .naiyocomment {
	margin-bottom:30px;
	margin: 0 10px 20px 10px;
}

#little .naiyocomment dt {
	color:#0b9449;
	font-size:112%;
	font-weight:bold;
	padding:10px 0 0 0;
	margin: 0 10px 20px 10px;
}

#little .naiyocomment dd {
	border-bottom:dotted 2px #0b9449;
	padding-bottom:10px;
	margin: 0 10px 0px 10px;
}


#little .txt{
font-size: 110%;
color: #222;
margin:0 10px 20px 10px;
}



#little .comment {
border: dotted 2px #000;
padding: 15px;
margin-bottom: 30px;
margin:0 10px 20px 10px;
}


#little .comment dt {
font-weight: bold;
font-size: 120%;
margin:0 0 10px 0;
}


#little .form_info {
margin:0 10px 10px 10px;
}





#little .castinfo_week22{
margin:10px 10px 10px 10px;
padding:0 0 5px 0;
overflow:hidden;
border-bottom: dotted 2px #F09;
}

#little .castinfo_week22 img{
margin:5px 0 10px 0;
}


#little .castinfo_week22_end{
margin:10px 10px 10px 10px;
padding:0 0 5px 0;
overflow:hidden;
}
#little .castinfo_week22_end img{
margin:5px 0 10px 0;




