@charset "UTF-8";
/*
 * layout_pc.css
 *
 *  version --- 1.0
 *  updated --- 
 */

/* !Layout
---------------------------------------------------------- */

html {
	overflow-y: scroll;
	font-size:100%; 
}
body {
	text-align: center;
}
@media print {
html,  html body {
*zoom: 0.65;
}
}

/* !wrapper
---------------------------------------------------------- */

#wrapper {
	width: 100%;
	text-align: center;
}

/* !header
---------------------------------------------------------- */

#header {
}

/* !contents
---------------------------------------------------------- */

#contents {
	margin: 0 auto;
	width: 1020px;
	text-align: left;
	padding:19px 0 0 0;
}
#main {
	float: left;
	width: 700px;
}
#sub {
	float: right;
	width: 310px;
	margin-top: -10px;
}
#sub > div {
	background: #fff;
}

/* !h(n)eading
---------------------------------------------------------- */
.title{
	background:url(../../img/title.png) no-repeat left center;
	width:539px;
	height:40px;
	margin:20px 0 40px;
}

/* !select_tab
---------------------------------------------------------- */

.select_tab{
}
.jimaku{
	background:url(../../img/tab_jimaku_h.png) no-repeat;
	float:left;
	width:345px;
	height:87px;
}
.jimaku a{
	background:url(../../img/tab_jimaku.png) no-repeat;
	float:left;
	width:345px;
	height:87px;
}
.jimaku a:hover{
	background:none;
	float:left;
	width:345px;
	height:87px;
}
.jimaku_active{
	background:url(../../img/tab_jimaku_active.png) no-repeat;
	float:left;
	width:345px;
	height:87px;
}
.kaisetsu{
	background:url(../../img/tab_kaisetu_h.png) no-repeat;
	float:right;
	width:345px;
	height:87px;
}
.kaisetsu a{
	background:url(../../img/tab_kaisetu.png) no-repeat;
	float:right;
	width:345px;
	height:87px;
}
.kaisetsu a:hover{
	background:none;
	float:right;
	width:345px;
	height:87px;
}
.kaisetsu_active{
	background:url(../../img/tab_kaisetu_active.png) no-repeat;
	float:right;
	width:345px;
	height:87px;
}

.select_tab li a{
	display:block;
	width:345px;
	height:87px;
}
/* !caption
---------------------------------------------------------- */
.caption01_jimaku{
	background:url(../../img/means_jimaku.png) no-repeat center;
	width:216px;
	height:115px;
	margin:70px auto 0;
}
.caption02_jimaku{
	background:url(../../img/how_jimaku.png) no-repeat left center;
	width:280px;
	height:115px;
	margin:70px auto 0;
}
.caption03_jimaku{
	background:url(../../img/schedule_jimaku.png) no-repeat left center;
	width:314px;
	height:92px;
	margin:70px auto 0;
}
.caption01_kaisetsu{
	background:url(../../img/means_kaisetsu.png) no-repeat center;
	width:216px;
	height:116px;
	margin:0 auto;
}
.caption02_kaisetsu{
	background:url(../../img/how_kaisetsu.png) no-repeat left center;
	width:344px;
	height:122px;
	margin:70px auto 0;
}
.caption03_kaisetsu{
	background:url(../../img/schedule_kaisetsu.png) no-repeat left center;
	width:314px;
	height:92px;
	margin:70px auto 0;
}

.description{
	padding:30px 0 50px;
}
.attention{
	font-size:.813em;
	padding:30px 0 20px;
}

.pattern_stripe{
	height:6px;
	background:url(../../img/pattern_stripe.png) repeat-x;
	border: 0px none;
}
/* !sns
---------------------------------------------------------- */
#sns {
	float: right;
	padding:20px 0 35px;
}
#sns ul li {
	display: inline;
}


/* !Section
---------------------------------------------------------- */

.section { /* Basic Section */
}
.sectionContents01 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 700px;
	margin: 0 auto;
	padding:0 30px 85px;
	background-color:#fbf9f8;
}

/* !テーブル
---------------------------------------------------------- */
.schedule tr:nth-child(odd) td {  
  background-color: #e2eff7; 
}

td,th{
	padding:10px 20px;
}
.schedule{
	font-size:.875em;		/* 14px */
	width:100%;
	text-align:center;
	border:1px solid #1d5071;
	margin-top:30px;
	padding:20px;
}
.schedule thead{
	color:#FFFFFF;
	background-color:#222222;
	border-bottom:#FFF 1px solid;
}
.schedule tbody td{
	border-bottom:1px dotted #1d5071;
	border-left:1px solid #1d5071;
	text-align:left;
}
.on-air{
	width:20%;
	text-align:center;
	padding:20px;
	border-right:#FFF 1px solid;

}
.airtime{
	width:25%;
	text-align:center;
	padding:20px;
	border-right:#FFF 1px solid;
}
.program{
	width:55%;
	text-align:center;
	padding:20px;
}
.date{
	background-color:#1d5071;
	color:#FFF;
	vertical-align:top;
	border-top:1px solid  #FFF;
}
.last{
	border-bottom:1px solid #1d5071;
}
tbody tr:first-child{
	border-top:none;
}

/* !pageTop
---------------------------------------------------------- */
.pagetop{
	position:relative;

}
.pagetop a{
	background:url(../../img/btn_page_top.png) no-repeat;
	position:absolute;
	left:45%;
	bottom:0;
	width:90px;
	height:45px;
}
.pagetop a:hover{
	background:url(../../img/btn_page_top_h.png) no-repeat;
	position:absolute;
	left:45%;
	bottom:0;
	width:90px;
	height:45px;
}
/* !footer
---------------------------------------------------------- */

footer {
	margin-top: 0;
	padding: 30px 0 15px 0;
	background:#000;
}


/* !その他
---------------------------------------------------------- */
 
 .clearfix{
	 content:'';
	 display:block;
	 clear:both;
 }
.cleartext{
	overflow: hidden;
  	text-indent: 100%;
  	white-space: nowrap;
}
.onlySP{
	display:none;
}