<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* =============================================
 TOP ヘッダー
============================================= */

#header {
	background: url(../../img/common/header_bg.png) top repeat-x;
}
#header_inner {
	position: relative;
	width: 1180px; height:535px;
	margin: 0 auto;
}
#header_inner .main_photo {
	position: absolute;
	top: 0; right: -142px;
}

#header_inner .header_catch {
	width:540px;
	padding-top: 20px;
	margin:0;
	text-align:center;
}

#header_inner h1 {
	padding-top:55px;
}

#header_inner .onair {
	padding-top:60px;
}

/* =============================================
 common
============================================= */
.big{
  padding: 5px 0 4px;
	margin: 0 0 20px;
	background: #f2f3ff;
	color:#232d89;
	font-size: 185%;
	font-weight: bold;
	text-align: center;
}
.big span{
	font-size: 140%;
	color: #f60f2a;
}
.txt_next{
	font-size: 124%;
	font-weight: bold;
}
.imgMain{
	text-align: center;
	padding: 20px 0;
}
.nGuest{
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
}
.nGuest:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.nGuest dt{
	width:20%;
	padding:10px 15px;
	background:#4eaf4d;
	box-sizing: border-box;
	float:left;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.nGuest dd{
	width:80%;
	padding:10px 15px;
	background: #f8f8f8;
	box-sizing: border-box;
	float:left;
	font-size:16px;
}

/* =============================================
 TOP 次回予告
============================================= */
#next-oa h2 span {
	font-size: 34px;
}
#next-oa h2 .day {
	color:#e70012;
}
#next-oa h2 .time {
	color:#2e66e0;
}
#next-oa h2 br {
	display:none;
}
#next-oa .top {
	background: url(../../img/common/bg_next.gif) top repeat-x;
}
#next-oa .box_inner .paneler li {
	display:inline-block;
	padding:0 20px 0 0;
	font-size:18px;
	border-bottom:none;
	background:none;
}
#next-oa .box_inner .paneler li:before {
	content:"● ";
	color:#2e66e0;	
	}
	
/* =============================================
 about
============================================= */
.about{
	position:relative;
	display: block;
	clear: both;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin: 10px 0 20px 0;
	background:#fff;
	border:3px solid #000;
	padding:10px 20px 20px 20px;
	line-height:1.8;
}
.about h2 {
	padding:0;
	margin:0 0 10px 0;
	color:#e70012;
	border-bottom: 2px dotted #e70012;
	font-size:18px;
}
.about strong {
	color:#2e66e0;
	}

#twitter {
	border-left:3px solid #000;
	border-right:3px solid #000;
	border-bottom:3px solid #000;
	line-height:0;
	}

.twitter {
	margin-top:20px;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-ms-border-radius: 10px 10px 0 0;
	-o-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	background:#55acee;
	padding:10px 0 6px 0;
	border:3px solid #000;
}

/* =============================================
 backnumber navi
============================================= */
.bn_navi_cont {
	width:100%;
}
.bn_navi {
	width:100%;
}
.bn_navi ul {
	width:100%;
	font-size: 0;
}
.bn_navi li {
/*	width:25%;
	display:inline-block; */
	text-align:center;
	padding:0;
	background:none;
}
.bn_navi li a {
	width:85%;
	margin:0 auto;
	font-size:14px;	
	border: 3px solid #000;
	background: #e70012;
	color: #fff;
	position: relative;
	text-decoration:none;
	padding:10px 20px 10px 0;	
}
.bn_navi li a:before{
	display: block;
	position: absolute;
	top: 50%;
	right: 27px;
	width: 12px;
	height: 12px;
	margin-top: -9px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}</pre></body></html>