﻿/*Haikyu radio*/


#content #rd_list {
	width:785px;
	padding:15px;
	margin:15px 0px 20px 0px;
	border:#ccc solid 1px;
	overflow:hidden;
	text-align:center;
	background:rgba(255,255,255,1.0);
	box-shadow:rgba(201, 201, 201, 0.380392) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(201, 201, 201, 0.380392) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(201, 201, 201, 0.380392) 0px 0px 6px 3px;
}
hr{
	opacity:0.4;
	width:96%;
	margin:20px 0;
	display:block;
}

.new{
	color:#FF0
}
.plan{
	margin:5px 0 30px 0;
	font-size:14px;
	color:#099;
}

fieldset{
	margin:10px auto;
	margin-bottom:30px;
	padding:15px;
	width:80%;
	border:#6C0 solid 1px;
	
}
/*コーナー紹介*/
#corner{
	width:90%;
	margin:10px auto;
}
.c_title{
	background:#6C0;
	color:#FFF;
	font-weight:bold;
	padding:5px 0;
	font-size:16px;
	line-height:20px;
	border-radius:5px;
	opacity:0.6;
}
#corner h4{
	border-bottom:#F60 solid 2px;
	width:50%;
	margin:0 auto;
	padding-top:20px;
	color:#F60;
	font-size:16px;
}

#content #rd_list li{
	list-style-type:none;
	width:760px;
	/*background:#CC3;*/
	text-align:left;
	padding:0px;
	margin:0 auto;
}
#rd_list li dt{
	float:left;
	width:300px;
	height:200px;
	display:block;
	padding-top:20px;
}
#rd_list li dd{
	display:block;
	width:380px;
	margin-left:340px;
	padding:0;
}

#rd_list li dt img{
	width:320px;
}


#rd_list .alert_c{
	list-style-type:none;
	padding:0;
	margin:0px;
	color:#555;
	text-align:center;
	min-height:30px;
}
#rd_list .title{
	background:#096;
	font-size:18px;
	color:#fff;
	width:98%;
	height:30px;
	line-height:32px;
	padding-left:10px;
	font-weight:bold;
	border-left:#F30 solid 5px;;
}
#rd_list .cont{
	width:410px;
	min-height:300px;
	word-wrap:break-word;
	line-height:21px;
	padding:5px;
}
#rd_list .cont p{
	font-size:0.99em;
}
.episode{
	display:block;
}

#fbutton {
  width:300px;
  color:#ffffff;
  background:#F90;
  font-size:16px;
  font-weight:bold;
  text-align:center;
  display:block;
  text-decoration:none;
  border:1px solid #F93;
  padding:12px 0 8px 0;
  border-radius:5px;
  margin:0 auto;
}
a#fbutton:hover {
  background:#FC3;
}

/* add Class */

/* add Class */
.headbar {
		margin-top: 0px;
		background: #CC9900;
	}
	.page_bg {
		margin-bottom: 20px;
	}
	.updateText {
		color: #f4eb45;
	}
	.updateText_b {
		color: #28ccb2;
		font-weight: bold;
	}
	.listArrow {
		background-position: 3px 8px;
	}
	.radio_new {
		text-align: center;
		width: 86%;
		height: 50px;
		padding: 0 0 0 10px;
		position: relative;
		z-index: 0;
		top: -0px;
		border: 1px solid #6C3;
		border-radius: 5px;
	}
	.radio_new_title {
		width: 660px;
		margin: 15px 0px 7px 0;
		line-height: 22px;
		font-size: 16px;
		color: #666;
		text-shadow: 1px 1px 6px rgba(227, 253, 150, 1);
	}
	.radio_new_alert {
		padding: 0;
		margin: 3px 0 0 10px;
		width: 96%;
		line-height: 18px;
		font-size: 12px;
		text-indent: -12px;
	}
	/*guest*/
	.guest_fd {
		width: 88%;
		border: 0 solid #ccc;
		height: 60px;
	}
	.guest_img {
		border-radius: 3px;
		border: #6C0 solid 2px;
		float: left;
		margin-left: 0px;
		position: relative;
		top: 0px;
		z-index: 50;
	}
	.guest_tbox {
		float: right;
		text-align: left;
		width: 77%;
		height: 98px;
		padding: 0px 0 10px 40px;
		position: relative;
		z-index: 0;
		top: -0px;
		border: 1px solid #6C3;
		border-radius: 5px
	}
	.guest_txt1 {
		width: 500px;
		margin: 50px 15px 25px 0;
		text-align: left;
		line-height: 22px;
		font-size: 18px;
		color: #666;
		text-shadow: 1px 1px 6px rgba(227, 253, 150, 1);
		margin-left: -15px;
	}
	.guest_txt2 {
		width: 90%;
		margin: 25px 15px 15px 0;
		text-align: left;
		line-height: 22px;
		font-size: 18px;
		color: #666;
		text-shadow: 1px 1px 6px rgba(227, 253, 150, 1);
	}
	.guest_fmbtn {
		position: relative;
		z-index: 30;
		top: -34px;
		left: 70px;
	}
	#rightBoxTop li{
		background-image:none;
	}
