@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-size:16px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color:inherit;
}
a:hover {
	opacity: 0.7;
}

h1,h2,h3,p,ul,li,dl,dt,dd{
	margin:0;
	padding:0;
}

li{
	list-style-type:none;
}


h2{
	text-align:center;
}


h3 {
	font-size:1.5em;
	position: relative;
	margin-bottom:1em;
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #ccc;
}
h3::before {
	position: absolute;
	left: -6px;
	bottom: 0;
	content: '';
	width: 6px;
	height: 50%;
	background-color: #f9870b;
}
h3::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

h4{
	font-size:1.2em;
	position: relative;
	margin:0 0 1em;
	padding: 0.25em 0 .25em .75em;
	border-left: 6px solid #ccc;
}

/*pankuzu*/

.pankuzu{
	width:100%;
	background:#eeeeee;
}

.pankuzu ul{
	width:1160px;
	margin:0 auto;
	padding:0.5em 0;
	overflow:hidden;
}

.pankuzu li{
	display:inline-block;
	font-size:0.7em;
	padding-right:0.5em;
}

.pankuzu li:after{
	content: ">" ;
	padding-left:0.5em
}

.pankuzu li:last-child:after{
	content:none;
}

.pankuzu li a{
	color:#f9870b;
}

.pankuzu li a:hober{
	opacity:0.7;
}

/*pankuzu*/

/*title*/
.tl_box{
	width:100%;
	padding:1.5em 0;
	color:#ffffff;
}

.tl_box h2{
	font-size:1.5em;
	font-weight:100;
	width:1160px;
	margin:0 auto;
}
/*title*/

/*content*/
#content{
	width:100%;
	padding:20px 0;
}

.column_3{
	padding:1em;
	border:1px solid #cccccc;
	text-align:center;
	overflow:hidden;
}

.column_3 img{
	vertical-align:bottom;
}

#top .column_3{
	padding:0 1em;
	border:none;
	text-align:center;
	overflow:hidden;
}

#content .cont_box{
	margin-bottom:2em;
}


#pageTop {
  position: fixed;
  right: 60px;
  bottom: 3em;
  width: 60px;
  height: 60px;
  margin: 0;
  z-index: 10000;
}

#pageTop.fixMenu {
  margin: -5em 0px 0px;
  position: fixed;
  float: right;
  bottom: 1em;
}

#pageTop a {
  background: url(../img/top_btn.png) top no-repeat;
  background-size: 60px 60px;
  display: block;
  width: 100%;
  height: 100%;
  *height: 110%;
}

#pageTop a:hover {
  background-position: bottom;
  opacity: 0.8;
}

#pageTop a span {
  display: none;
}

#content .cont_box .icon{
	display:inline-block;
	height:1.2em;
	margin-left:0.2em;
}

#content .cont_box .icon img{
	width:auto;
	height:1.2em;
	vertical-align:middle;
}

#content .icon{
	display:inline-block;
	height:1.2em;
	margin-left:0.2em;
}

#content .icon img{
	width:auto;
	height:1.2em;
	vertical-align:middle;
}

@media screen and (min-width: 641px) {
	body{
		min-width:1160px;
	}

	h2{
		text-align:center;
		margin-bottom:1em;
		padding:0 0;
		position: relative;
		border-bottom: 1px solid #868686;
	}
	
	h2::after {
		position: absolute;
		bottom: -2px;
		left: 30%;
		z-index: 2;
		content: '';
		width: 40%;
		height: 3px;
		background-color: #868686;
	}
	
	#content #cont_wrap{
		width:1160px;
		min-height:650px;
		margin:0 auto;
		position:relative;
	}

	.column_3 dl{
		vertical-align:top;
		width:30%;
		display:inline-block;
		margin:0 1% 1.5em;
		background:#ffffff;
	}

	#top .column_3 dl dt{
		height:160px;
		overflow:hidden;
	}

	.column_3 dl dt{
		height:200px;
		overflow:hidden;
	}

	.column_3 dl dd{
		font-size:0.8em;
		padding:0.4em;
		text-align:left;
	}

	.column_3 dl dd .tl{
		display:block;
		font-weight:bold;
	}

	.ad_bnr{
		display:none;
	}

}

@media screen and (max-width: 640px) {

	h2{
		margin-bottom: 10px;
	}

	.pankuzu{
		display:none;
	}

	#content #cont_wrap{
		width:96%;
		margin:0 auto;
	}

	.column_3 dl{
		vertical-align:top;
		margin:1em 0;
		background:#ffffff;
	}

	.column_3 dl dd{
		font-size:0.8em;
		padding:0.4em;
		text-align:left;
	}

	.column_3 dl dd .tl{
		display:block;
		font-weight:bold;
	}

	#top .story .column_3 dl dt,#top .being_broadcast .column_3 dl dt{
		height:120px;
		overflow:hidden;
	}

	.story .column_3 dl dt,.being_broadcast .column_3 dl dt{
		height:160px;
		overflow:hidden;
	}

	.ad_bnr{
//		display:block;
		display:none;
		margin:0 auto 2em;
	}

	.ad_bnr img{
		width:100%;
	}

/*footer*/

	#pageTop {
	  position: fixed;
	  right: 1em;
	  bottom: 3em;
	  width: 2em;
	  height: 2em;
	  margin: 0;
	  z-index: 10000;
	}
	
	#pageTop a {
	  background: url(../img/top_btn.png) top no-repeat;
	  background-size: 2em 2em;
	  display: block;
	  width: 100%;
	  height: 100%;
	  *height: 110%;
	}


}