@charset "utf-8";
/* CSS Document */


/* radio
--------------------------*/



#radio .btn_search {
	min-width:;
}
#radio .ttl .btnlist li a {
	width:auto;
	min-width:33px;
	padding:6px 10px 6px 11px;
}
#radio .panelitem {
	margin-left:-20px;
}
#radio .panelitem a {
	margin:18px 0 5px 20px;
	padding-bottom:7px;
}
#radio .panelitem .inner {
	height:262px;
}
#radio .panelitem .mark {
	display:block !important;
}
#radio .podcast {
	height:61px;
	margin-top:15px;
	cursor:auto;
}
#radio .podcast:first-child {
	margin-top:13px;
}
#radio .podcasttxt {
	width:auto;
	max-width: 398px;
	padding:10px 0 0 60px;
	position:absolute;
}
#radio .podcasttxt p {
	width:auto;
}
#radio .podcasttxt span {
	padding:0;
	background:none;
	font-size:95%;
}
#radio .podcastbtn {
	width:456px;
	height:61px;
	/*margin-top:8px;*/
	border:1px solid #fff;
	/* Firefox v3.5+ */
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.25);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.25);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:0px 0px 5px rgba(0,0,0,0.25);
	/* Firefox v3.6+ */
	background-image:-moz-linear-gradient(50% 0% -90deg,rgb(255,255,255) 0%,rgb(240,240,240) 100%); 
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(240,240,240)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(240,240,240) 100%);
	/* Opera v11.10+ */
	background-image:-o-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(240,240,240) 100%);
	/* IE v10+ */
	background-image:-ms-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(240,240,240) 100%);
	background-image:linear-gradient(180deg,rgb(255,255,255) 0%,rgb(240,240,240) 100%);
	/* Firefox v3.5+ */
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.25);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.25);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:0px 0px 5px rgba(0,0,0,0.25);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fff0f0f0,GradientType=0)progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#40000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff,endColorstr=#fff0f0f0,GradientType=0)progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=0,Color=#40000000,Positive=true);
}
#radio .podcastbtn .audiojs,
#radio .podcastbtn .playing {
	width:456px;
	height:61px;
	background:none;
}
#radio .podcastbtn .audiojs .play-pause {
	width:41px;
	height:41px;
	padding:11px 0 0 7px;
	border:0;
	position:relative;
	z-index:1;
}
#radio .podcastbtn .audiojs .play-pause .play {
	width:41px;
	height:41px;
	background:url(../images/radio/radio_on.png) no-repeat left top;
}
#radio .podcastbtn .playing .play-pause .pause {
	width:41px;
	height:41px;
	padding:0;
	background:url(../images/radio/radio_off.png) no-repeat left top;
	position:relative;
	top:-41px;
	z-index:10;
}
#radio .podcastbtn .delet,
#radio .podcastbtn .scrubber,
#radio .podcastbtn .time {
	display:none !important;
}


/* radio トップ
--------------------------*/

.top_index .infoboxs {
    width: 940px;
    padding: 12px 20px 12px;
    margin: -26px 0 26px -20px;
    background: #F7F7F7;
    -moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow:0px 0px 5px 0px rgba(0,0,0,0.2);
}
.top_index .infoboxs .tabbtn ul {
    float: left;
    margin: 0 0 0 14px;
}
.top_index .infoboxs .arrow_list {
    margin-top: 8px;
}
.top_index .infoboxs .newslist .txtlink {
    max-width: 370px;
}
.top_index .infoboxs .infoarea {
    width: 478px;
    float: left;
}
.top_index .infoboxs .infobanner {
    width: 460px;
    float: right;
}
.top_index .infoboxs .infobanner p{
   font-size: 10px;
    line-height: 1;
    padding: 5px 0 0;
    margin: 0;
}
.top_index .infoboxs .infobanner img {
    max-width: 100%;
    height: auto;
}
.top_index .contentsArea .contentsbox .infoboxs .tabbtn a {
    padding: 2px 4px 3px;
}
.top_index .infoboxs .arrow_list li {
    background-position: left 4px;
}
.top_index .infoboxs .arrow_list .date {
    width: 76px;
    font-size: 12px;
}
.top_index .infoboxs .arrow_list .txtlink {
    margin-top: -3px;
}

.top_index .clumnL .tabbtn,
.top_index .clumnR .tabbtn {
	width:460px;
}
.top_index .clumnL .programitem {
	margin-top:35px;
}
.top_index .clumnL .programitem p {
	padding-top:6px;
}
.top_index .clumnL .programitem p:first-child {
	padding-top:0;
}
.top_index .clumnL .programitem a {
	margin-top:9px;
}
.top_index .clumnL .btn_all {
	margin-top:17px;
}
.top_index .clumnL .btn a {
	display:block;
	padding:2px 0 3px;
}
.top_index .clumnR iframe {
	margin-top:35px;
}
.top_index .clumnR p {
	padding-left:2px;
}
.top_index .clumnR p a {
	color:#333;
}

.top_index .clumnR .txtclumn,
.top_index .clumnR .floatbox {
	float:none;
}
.top_index .clumnR .floatbox {
	width:426px;
	min-height:274px;
	padding:17px 16px;
	border:1px solid #D5DCEC;
}
.top_index .clumnR .imgL .img {
	width:280px;
}
.top_index .clumnR .imgL .txt {
	display:inline-block;
	padding:1px 0 0 1px;
	font-size:13px;
	font-weight:bold;
	color:#545454;
}
.top_index .info {
	margin-top:33px;
}
.top_index .info .clumnL h2 {
	padding-left:0;
}
.top_index .info .clumnL .programitem {
	margin-top:21px;
}
.top_index .info .clumnL .programitem .podcast {
	margin-top:9px;
}
.top_index .info .clumnL .programitem .podcast:first-child {
	margin-top:0;
}
.top_index .info .clumnL .programitem div {
	height:61px;
}
.top_index .info .clumnL .programitem div p {
	padding-left:11px;
}
.top_index .info .clumnL .programitem a,
.top_index .info .clumnL .programitem a:hover img {
	opacity:1;
}
.top_index .info .clumnL .programitem a {
	height:61px;
	margin-top:7px;
}
.top_index .info .clumnL .programitem a:first-child {
	margin-top:0;
}
.top_index .info .clumnL .programitem .podbtn {
	width:40px;
	padding:11px 0 0 9px;
}
.top_index .info .clumnL .programitem .podbtn img {
	position:relative;
	z-index:100;
}
.top_index .info .clumnL .programitem .txtdate p {
	padding-top:10px;
}
.top_index .info .clumnL .programitem span {
	padding-left:0;
	background:none;
}
.top_index .info .clumnR .arrow_list {
	margin-top:19px;
	padding-left:1px;
}
.top_index .info .clumnR .arrow_list li {
	margin-top:6px;
	background-position:left 9px;
	font-size:12px;
	line-height:1.9;
	word-break:break-all;
	word-wrap:break-word;
}
.top_index .info .clumnR .arrow_list li a {
	padding-left:4px;
}
.top_index .info .clumnR .arrow_list li:first-child {
	margin-top:0;
}
.top_index .contentsbox .program {
	margin-top:48px;
}
.top_index .contentsbox .programlist {
	margin-top:6px;
}
.top_index .contentsbox .panelitem {
	padding-bottom:42px;
}

/* radop ニュース詳細
--------------------------*/
.news_detail .clumnR {
	padding-bottom:43px;
}
.news_detail .clumnR .list {
	border:0;
}
.news_detail .clumnR .tabbtn {
	width:699px;
	margin:0;
}
.news_detail .clumnR .tabbtn ul {
	float:none;
	width:41px;
	margin:0 auto;
}

/* tv 番組一覧
--------------------------*/
.program_index .programlist {
	margin-top:20px;
	padding-bottom:27px;
}
.program_index .panelitem .txt p span:first-child {
	margin-top:6px;
}

/* radio 番組詳細
--------------------------*/

#radio .detailinfo{
		width:700px;
}

#radio .detailinfo .tabbtn ul {
	float:left;
	margin:1px 0 0 57px !important;
}
.program_detail .two-clumn3 {
	margin-top:35px;
}
.program_detail .detailmain {
	width:700px;
	min-height:398px;
	border:1px solid #EDEDED;
}
.program_detail .detailcont {
	width:760px;
	margin-top:17px;
}
.program_detail .detailcont .tabbtn {
	width:760px;
}
.program_detail .detailcont div {
	margin-top:12px;
	padding-left:2px;
}
.program_detail .detailcont .time1 {
	margin-top:24px;
}
.program_detail .detailcont .time2 {
	margin-top:25px;
}
.program_detail .detailcont h3,
.program_detail .detailcont p {
	font-size:14px;
	word-break:break-all;
	word-wrap:break-word;
}
.program_detail .detailcont ul,
.program_detail .detailcont li {
	margin-top:6px;
}
.program_detail .detailcont li:first-child {
	margin-top:0;
}
.program_detail .detailcont .txt {
	margin-top:22px;
	line-height:1.6;
}
.program_detail .detailcont .day {
	margin-top:28px;
}
.program_detail .detailinfo {
	margin-top:50px;
}
.program_detail .detailinfo .arrow_list {
	width:460px;
	margin-top:16px;
}
.program_detail .detailinfo .arrow_list li {
	background-position:left 5px;
}
.program_detail .detailinfo .arrow_list a {
	width:358px;
}
.program_detail .detailinfo .tabbtn {
	width:460px;
}
.program_detail .detailinfo .tabbtn ul {
	margin-left:6px !important;
}
.program_detail .detailinfo .clumnL .tabbtn ul {
	margin-left:14px !important;
}
.program_detail .two-clumn3 .clumnR {
	float:right;
	width:160px;
}
.program_detail .two-clumn3 .clumnR .info {
	padding:10px 10px 18px;
	background-color:#F8F8F3;
}
.program_detail .two-clumn3 .clumnR .info p {
	margin-bottom:10px;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	word-break:break-all;
	word-wrap:break-word;
}
.program_detail .two-clumn3 .clumnR .info .clock {
	margin-bottom:0;
	font-size:15px;
	font-weight:bold;
	color:#262626;
	text-align:left;
}
.program_detail .two-clumn3 .clumnR .btn {
	margin-top:12px;
}
.program_detail .two-clumn3 .clumnR .btn li {
	margin-top:8px;
}
.program_detail .two-clumn3 .clumnR .btn li:first-child {
	margin-top:0;
}
.program_detail .two-clumn3 .clumnR .list {
	float:none;
	width:144px;
	padding:14px 7px;
	text-align:left;
}
.program_detail .two-clumn3 .clumnR .btn li:first-child .list {
	padding:6px 7px 7px;
}
.program_detail .two-clumn3 .clumnR .linkicon {
	margin-top:21px;
}
.program_detail .two-clumn3 .clumnR .linkicon li {
	margin-top:9px;
}
.program_detail .two-clumn3 .clumnR .linkicon li:first-child {
	margin-top:0;
}
.program_detail .detailinfo .bloglist .newest {
	margin-top:15px;
}
.program_detail .detailinfo .bloglist .newest p {
	font-size:14px;
}
.program_detail .detailinfo .bloglist .newest h3 {
	margin-top:10px;
}
.program_detail .detailinfo .bloglist .article pre p {
	word-break:break-all;
	word-wrap:break-word;
	white-space: pre-wrap;
}
.program_detail .detailinfo .bloglist .arrow_list {
	padding-top:16px;
	border-top:1px solid #D5DCEC;
}
.program_detail .detailinfo .bloglist .arrow_list .txtlink {
	width:358px;
}
.program_detail .detailinfo .podlist {
	margin-top:50px;
}

/* radio 番組表
--------------------------*/
.programlist_index .icon {
	margin-top:30px;
}
.programlist_index .icon .listicon {
	float:right;
}
.programlist_index .tabare .visible {
	display:none;
}
.programlist_index .tabare h2 {
	float:none;
}
.programlist_index .tabare .fixed {
	padding:15px 0 20px;
	background-color:#fff;
	position:fixed;
	top:20px;
}
.programlist_index .tabare .tab {
	margin-top:15px;
}
.programlist_index .tabare .tab li {
	float:left;
	width:125px;
	height:51px;
	margin-left:3px;
	background-color:rgb(187,187,187);
	border:1px solid rgb(153,153,153);
	/* Firefox v3.5+ */
	-moz-box-shadow:1px 2px 3px 0px rgba(0,0,0,0.2);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:1px 2px 3px 0px rgba(0,0,0,0.2);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:1px 2px 3px 0px rgba(0,0,0,0.2);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX = 1,OffY = 2,Color = #33000000,Positive = true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX = 1,OffY = 2,Color = #33000000,Positive = true);
	text-align:center;
	cursor:pointer;
}
.programlist_index .tabare .tab li:hover,
.programlist_index .tabare .tab .select {
	width:125px;
	height:51px;
	padding:1px;
	background-color:rgb(49,85,154);
	border:0;
	/* Firefox v3.5+ */
	-moz-box-shadow:1px 2px 3px 0px rgba(0,0,0,0.2);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-box-shadow:1px 2px 3px 0px rgba(0,0,0,0.2);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	box-shadow:1px 2px 3px 0px rgba(0,0,0,0.2);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX = 1,OffY = 2,Color = #33000000,Positive = true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX = 1,OffY = 2,Color = #33000000,Positive = true);
}
.programlist_index .tabare .tab li span {
	display:block;
	margin:0;
	padding:0;
	background:none;
	font-family:"Hiragino Kaku Gothic Pro",Meiryo,Osaka,"MS PGothic",sans-serif;
	font-size:12px;
	font-weight:bold;
	color:rgb(255,255,255);
	line-height:1.4;
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	text-shadow:-1px -1px 0px rgba(0,0,0,0.3);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=-1,OffY=-1,Color=#4d000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=-1,OffY=-1,Color=#4d000000,Positive=true);
}
.programlist_index .tabare .tab li span:first-child {
	padding-top:6px;
	font-size:14px;
}
.programlist_index .tabare .tabBox {
	width:940px;
	margin-top:10px;
	background-color:#fff;
	word-break:break-all;
	word-wrap:break-word;
}
.programlist_index table {
	border-bottom:1px solid #D5DCEC;
}
.programlist_index table th {
	width:26px;
	background-color:#D5DCEC;
	border-bottom:2px solid #fff;
	font-size:12px;
	font-weight:bold;
	color:#305299;
	text-align:center;
	vertical-align:top;
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
	text-shadow:1px 1px 0px rgb(255,255,255);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#ffffffff,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#ffffffff,Positive=true);
}
.programlist_index table tr:first-child td {
	border:0;
}
.programlist_index table td p {
	min-height:1em;
	margin-bottom:5px;
}
.programlist_index table td p:first-child {
	min-height:1em;
	margin:5px 0 0;
}
.programlist_index table td.clock,
.programlist_index table td.text {
	border-top:1px solid #D5DCEC;
}
.programlist_index table td.clock {
	width:120px;
	min-height:1em;
	margin-top:5px;
	padding-left:15px;
	font-size:16px;
	font-weight:bold;
	color:#262626;
	word-break:break-all;
	word-wrap:break-word;
}
.programlist_index table td.text {
	width:770px;
	font-size:12px;
	word-break:break-all;
	word-wrap:break-word;
}
.programlist_index table td.text p:first-child {
	min-height:1em;
	background-position:left bottom;
	background-repeat:no-repeat;
	font-size:16px;
}
.programlist_index table td.text .new {
	padding-left:26px;
	background-image:url(../images/new.png);
}
.programlist_index table td.text .focus {
	padding-left:26px;
	background-image:url(../images/focus.png);
}
.programlist_index table td.text .new-focus {
	padding-left:52px;
	background-image:url(../images/new-focus.png);
}

/* radio ポッドキャスト一覧
--------------------------*/
.podcast_index .two-clumn .clumnR .list:first-child h3,
.podcast_detail .two-clumn .clumnR .list:first-child h3 {
	margin-top:15px;
}
.podcast_index .programitem .podcast,
.podcast_detail .programitem .podcast {
	height:30px !important;
}
.podcast_index .programitem .podcast {
	margin-bottom: 30px;
}
.podcast_index .programitem .podcast:first-child,
.podcast_detail .programitem .podcast:first-child {
	margin-top:10px !important;
}
.podcast_index .programitem .podcasttxt,
.podcast_detail .programitem .podcasttxt {
	width:100px !important;
	padding-left:40px !important;
}
.podcast_index .programitem .podcasttxt p,
.podcast_detail .programitem .podcasttxt p {
	height:auto;
}
.podcast_index .programitem .podcasttxt span,
.podcast_detail .programitem .podcasttxt span {
	font-size:14px;
}
.podcast_index .programitem .podcastbtn,
.podcast_detail .programitem .podcastbtn {
	width:160px !important;
	height:40px !important;
}
.podcast_index .programitem .podcastbtn .audiojs,
.podcast_detail .programitem .podcastbtn .audiojs {
	width:160px !important;
	height:40px !important;
}
.podcast_index .programitem .podcastbtn .audiojs .play-pause,
.podcast_detail .programitem .podcastbtn .audiojs .play-pause {
	width:21px !important;
	height:21px !important;
}
.podcast_index .programitem .podcastbtn .audiojs .play,
.podcast_detail .programitem .podcastbtn .audiojs .play {
	width:21px !important;
	height:21px !important;
	background:url(../images/radio/radio2_on.png) no-repeat left top !important;
}
.podcast_index .programitem .podcastbtn .playing .pause,
.podcast_detail .programitem .podcastbtn .playing .pause {
	width:21px !important;
	height:21px !important;
	background:url(../images/radio/radio2_off.png) no-repeat left top !important;
	top:-21px !important;
}
.podcast_detail .clumnR .tabbtn {
	width:699px;
	margin:27px 0 0;
}
.podcast_detail .clumnR .tabbtn ul {
	float:none;
	width:41px;
	margin:0 auto;
}

/* radio 生放送予定
--------------------------*/
.schedule_index .list-clumn {
	margin-top:25px;
}
.schedule_index .list-clumn .list {
	margin-top:10px;
}
.schedule_index .list-clumn .list p span {
	font-weight:bold;
}
.schedule_index .list-clumn .list .linkicon {
	padding:0;
}
.schedule_index .list-clumn .list .coment {
	width:440px;
	margin-top:10px;
	padding:10px;
	background-color:#F8F8F3;
}

/* radio 問い合わせ先一覧
--------------------------*/
.contact_index .list-clumn .list .linkicon {
	padding-bottom:10px;
}
.contact_index .list-clumn .list .linkicon li {
	margin-top:2px;
}
.contact_index .list-clumn .list .linkicon li .letter span {
	display:block;
	margin-top:3px;
	color:#262626;
}

/* radio 周波数表
--------------------------*/
.wave_index .list-clumn .list {
	padding-bottom:6px;
}
.wave_index .list-clumn .list:first-child,
.wave_index .list-clumn .list:first-child + .list {
	margin-top:0;
}
.wave_index .list-clumn .list p {
	margin-top:0;
}
.wave_index .list-clumn .list h3 + p {
	margin-top:14px;
}
.wave_index .list-clumn .list span {
	display:inline-block;
}
.wave_index .list-clumn .list .office {
	min-width:65px;
	margin-left:0;
}
.wave_index .list-clumn .list .kind {
	min-width:px;
	margin-left:38px;
}
.wave_index .list-clumn .list .hertz {
	min-width:94px;
	margin-left:20px;
	text-align:right;
}
.wave_index .list-clumn .list .hertz:after {
	content:"/";
	margin:0 15px;
}
.wave_index .list-clumn .list .watt {
	min-width:51px;
	text-align:right;
}



/* radio podcasting
--------------------------*/
.radio_podcasting{
	margin-top:25px;
}


.radio_podcasting .left{
	float:left;
	width:300px;
}



.radio_podcasting .right{
	float:right;
	width:500px;
}



/* SFF大賞
--------------------------*/

.SFF{

}

.SFF dl dt{
	float:left;
	padding:3px 0 3px;
}

.SFF dl dd{
	margin-left:15%;
	padding:3px 0 3px;
}

.SFF table {
	border:1px solid #ccc;
}
.SFF table th {
	padding:5px;
	border:1px solid #ccc;
	}
.SFF table td {
	padding:5px;
	border:1px solid #ccc;
}

.SFF hr{
	margin:15px 0 15px;
	border:#ccc dotted 1px;
}




/* リニューアル
--------------------------*/

#radio .slideArea {
	min-width:980px;
	margin:28px 0 21px;
}
#radio .slideArea ul {
	width:100%;
	min-width:940px;
	height:400px;
	margin:0 auto;
	overflow:hidden;
}
#radio .slideArea ul li {
	width:940px;
	height:400px;
	background:url(../images/top/slidebg.png) repeat left top;
	cursor:pointer;
}
#radio .slideArea ul li a {
	display:block;
	height:400px;
	position:relative;
}
#radio .slideArea ul li a:hover {
	text-decoration:none;
}
#radio .slideArea ul li a img {
	display:block;
	max-width:100%;
	max-height:100%;
	margin:0 auto;
}
#radio .slideArea ul li a:hover img {
	filter:alpha(opacity=0.9); -moz-opacity:0.9; opacity:0.9;
}
#radio .slideArea ul li a p {
	padding:16px;
	background:url(../images/top/slidebg.png) repeat left top;
	position:relative;
	bottom:107px;
}
#radio .slideArea ul li a span {
	display:block;
	min-height:48px;
	font-size:16px;
	color:#fff;
}
#radio .slideArea ul li a span:first-child {
	min-height:inherit;
	font-size:18px;
	font-weight:bold;
}
#radio .slideArea ul li a:hover span {
	filter:alpha(opacity=0.4); -moz-opacity:0.4; opacity:0.4;
}
#radio .sliderArea p {
	background: #fff;
}
#radio .sliderArea p a {
	background: #fff;
	display: block;
}

#radio .sliderArea {
	margin-bottom: 21px;
}
#radio .sliderArea p img {
	vertical-align: top;
}
#radio .sliderArea p a:hover img {
    opacity: 0.5;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}


.radio_info{
	margin-right:10px;
	border:1px #CCC solid;

}

.radio_info ul{
	margin:10px;
}

.radio_info ul li{
	line-height:16pt;
}

.radio_info span.radio_navi{
	background-color:#ee7700;
	color:#FFF;
	height:25px;
	line-height:25px;
	display:block;
	padding:3px 3px 3px 5px;
}

.radio_info span.radio_navi a{
	color:#FFF;
}


.newsinfo{
	margin:10px 10px 0 0;
	border:1px #CCC solid;

}

.newsinfo ul{
	margin:10px;
}

.newsinfo ul li{
	line-height:16pt;
}

.newsinfo span.radio_navi{
	background-color:#ee7700;
	color:#FFF;
	height:25px;
	line-height:25px;
	display:block;
	padding:3px 3px 3px 5px;
}

.newsinfo span.radio_navi a{
	color:#FFF;
}


li.onair{
	width:180px;
	background-color:#ee7700;
	height:70px;
}

li.onair a{
	font-size:14px;
	color:#FFF;
}

.programitem2{
	width:180px;
	border:1px #CCC solid;
	padding:0 0 5px;
	font-size:12px;
}

.programitem2 span.ontext{
	background-color:#ee7700;
	color:#FFF;
	padding:3px;
	height:25px;
	display:block;
}



.programitem2 span.ontext span{
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	margin:5px;
}	


.programitem2 p{
	padding:6px 5px 3px 5px;
}

.programitem2 p.time_line{
	padding:0 3px 0;
	border-bottom:1px dotted #CCC;
}


.ustream_info{
	margin-bottom:-35px;
}

p.tw_timeline{
	margin-bottom:15px;
	text-align:center;
}




#mytweets {
		margin-top:20px;
		width: 290px; /* 画像の幅と同じサイズを指定 */
		background: url('フッター用の画像のURL') bottom left no-repeat;
	}
	.mytweets-header {
		position: relative;
		background: url('../images/radio/radio_sns.jpg') no-repeat;
		height: 40px; /* ヘッダー用の画像の高さから次の行で「ヘッダー内の上下余白に指定した数値×2」を引いた数値を指定 ※画像の高さが62pxなら50pxと指定します。※ */
	}
	.twitter-follow-me {
		/* フォローボタンの表示位置指定 */
		position: absolute;
		right: 15px;
	}
	.mytweets-body {
		background: url('ツイート表示部分用の画像のURL') repeat-y;
		padding-left: 0; /* 画像に描いてある枠線が見えるように適当に指定 */
		margin-top:0;
		margin-bottom:-8px;
		
	}


p.wp-caption-text{
	text-align:center;
}

/*見出し*/

.midashi {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #f17c9b;
	font-size:1.1em;
	font-weight:bold;
	color:#333;
	margin:20px 0 20px;
	display:block;
}
.midashi::before {
	position: absolute;
	left: -6px;
	bottom: 0;
	content: '';
	width: 6px;
	height: 50%;
	background-color: #eb6e8f;
}
.midashi::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}


/* 07.リボン型の見出し（切りっぱなし） */
.heading07{
	color:#FFF;
	font-weight:bold;
	position:relative;
	padding:10px;
	background:#37b2eb;
	display:inline-block;
	box-shadow:
		10px 0 0 0 #88ccef,
		-10px 0 0 0 #88ccef,
		0 3px 3px 0 rgba(0,0,0,0.1);
	margin:0px 0 15px 10px;
	font-size:1.1em;
	font-weight:bold;
}

.heading07:after{
	content:" ";
	position:absolute;
	top:0px;
	left:100%;
	width:0;
	height:0;
	border-width:21px 12px;
	border-style:solid;
	border-color:#37b2eb;
	border-right-color:transparent;
}


/* 201217　92ラジ追記 */

.a92{
  float:left;
  margin:0 74px 0 0;
}
.b92{
  float:left;
  margin:0 45px 0 0;
}
.c92{
  float:left;
  margin:0 52px 0 0;
}
.d92{
  float:left;
  margin:0 73px 0 0;
}
.e92{
  float:left;
  margin:0 59px 0 0;
}
.f92{
  float:left;
  margin:0 20px 0 0;
}