/*  
 *　個別スタイルシート設定
 */

#main .radio{
    width: 636px;
}

#main .radio_wide{
    width: 956px;
}

#main .radio .common_contents_frame{
    padding: 0 0 15px 0;
}

#radio_program .contents_title    {
    margin: -8px 0 8px 0;
}

#radio_program .programs    {
    margin: 10px 0 0 -10px;
}

#radio_program .programs ul    {
    list-style-type: none;
    margin: 0 0 0 0;
}

#radio_program .programs ul li    {
    margin: 0 0 10px 10px;
    float: left;
}

#radio_program .programs .item    {
    height: 180px;
    margin: 10px 0 0;
    width: 189px;
}

#radio_program .programs .item h4   {
    font-size: 80%
}

#radio_program .programs .item p   {
    font-size: 80%
}

#radio_program .programs .item a   {
    color: #3A52A5;
    display: block;
}

/*  
 *　カルーセル用
 */
#carousel    {
    width: 590px;
    height: 300px;
    overflow: hidden;
    z-index: 1;
}

#btn_prev    {
    position: absolute;
    left: 13px;
    top: 81px;
    z-index: 2;
}

#btn_next    {
    position: absolute;
    left: 282px;
    top: 81px;
    z-index: 2;
}

#btn_prev a,
#btn_next a{
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    -ms-filter: "alpha( opacity=30 )";
    filter: alpha( opacity=30 );
    opacity: 0.3;
}

#todays_onair .contents_title    {
    margin: -8px 0 8px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #D9D9D9;
}

#todays_onair .contents_title  h3   {
    float: left
}

#todays_onair .contents_title  p   {
    text-align: right
}

#todays_onair .contents    {
    margin: 12px 0 0 0;
}

/*  
 *　ウィジェット用
 */
#sub .sidebar_contents .btn_guide   {
    left: 178px;
    padding: 1px;
    position: relative;
    top: -35px;
}

#sub .subBlock .bnr_area_title    {
   margin: 0 0 0 6px;
}

#sub .time-table_title {
}

#sub .time-table table   {
    width:100%;
}

#sub .time-table_title .title_left   {
    float: left;
    width: 60%;
    font-weight: bold;
}

#sub .time-table_title .title_right   {
    float: left;
    position: relative;
    text-align: right;
    width: 40%;
}

#sub .time-table{
    width: 100%;
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#sub .time-table tr th{
    padding-top: 2px;
    text-align: center;
    vertical-align: center;
    font-size: 80%;
    font-weight: bold;
    height: 30px;
    border: 1px solid #C6C6C6;
    background: #EFEFEF;
}

#sub .time-table .time{
    padding: 5px;
    width: 30%;
    border: 1px solid #C6C6C6;
    text-align: center;
    font-size: 80%;
}

#sub .time-table .title{
    padding: 5px;
    width: 70%;
    border: 1px solid #C6C6C6;
    text-align: left;
    font-size: 80%;
}

#sub .time-table .title a{
    color: #3A52A5;
    text-decoration: underline;
}


#sub .time-table .current{
    font-weight: bold;
    background: #33A533;
    color: #FFFFFF;
}

/*  
 *　ウェブページ用
 */
#main .page_title    {
    font-size: 120%;
    
}

#main .page_contents    {
    font-size: 93.75%;
    padding: 10px 0 5px 0;
}

#main .page_contents_more    {
    font-size: 93.75%;
    padding: 10px 0 5px 0;
}


/* ボタン */
.css_btn_entry_pink {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #ee1eb5;
	padding:9px 76px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ff5bb0), color-stop(100%, #ef027d) );
	background:-moz-linear-gradient( center top, #ff5bb0 5%, #ef027d 100% );
	background:-ms-linear-gradient( top, #ff5bb0 5%, #ef027d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d');
	background-color:#ff5bb0;
	color:#ffffff !important;
	display:inline-block;
	text-shadow:1px 1px 0px #c70067;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #fbafe3;
 	-moz-box-shadow:inset 1px 1px 0px 0px #fbafe3;
 	box-shadow:inset 1px 1px 0px 0px #fbafe3;
}.css_btn_entry_pink:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ef027d), color-stop(100%, #ff5bb0) );
	background:-moz-linear-gradient( center top, #ef027d 5%, #ff5bb0 100% );
	background:-ms-linear-gradient( top, #ef027d 5%, #ff5bb0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0');
	background-color:#ef027d;
	color:#ffffff !important;
}.css_btn_entry_pink:active {
	position:relative;
	top:1px;
	color:#ffffff !important;
}

.css_btn_entry_red {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #d83526;
	padding:9px 76px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fe1a00), color-stop(100%, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	background:-ms-linear-gradient( top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	color:#ffffff !important;
	display:inline-block;
	text-shadow:1px 1px 0px #b23e35;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #f29c93;
 	-moz-box-shadow:inset 1px 1px 0px 0px #f29c93;
 	box-shadow:inset 1px 1px 0px 0px #f29c93;
}.css_btn_entry_red:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ce0100), color-stop(100%, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	background:-ms-linear-gradient( top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
	color:#ffffff !important;
}.css_btn_entry_red:active {
	position:relative;
	top:1px;
	color:#ffffff !important;
}

.css_btn_entry_blue {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #337fed;
	padding:9px 76px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #3d94f6), color-stop(100%, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	background:-ms-linear-gradient( top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	color:#ffffff !important;
	display:inline-block;
	text-shadow:1px 1px 0px #1570cd;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	-moz-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	box-shadow:inset 1px 1px 0px 0px #97c4fe;
}.css_btn_entry_blue:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #1e62d0), color-stop(100%, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	background:-ms-linear-gradient( top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
	color:#ffffff !important;
}.css_btn_entry_blue:active {
	position:relative;
	top:1px;
	color:#ffffff !important;
}

.css_btn_entry_green {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #83c41a;
	padding:9px 76px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #9dce2c), color-stop(100%, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	background:-ms-linear-gradient( top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #689324;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #c1ed9c;
 	-moz-box-shadow:inset 1px 1px 0px 0px #c1ed9c;
 	box-shadow:inset 1px 1px 0px 0px #c1ed9c;
	color:#ffffff !important;
}.css_btn_entry_green:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #8cb82b), color-stop(100%, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	background:-ms-linear-gradient( top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
	color:#ffffff !important;
}.css_btn_entry_green:active {
	position:relative;
	top:1px;
	color:#ffffff !important;
}

/*  
 *　動画プレイヤー埋め込み用
 */
.videobox *   {
    width: 100%;
}
