@charset "utf-8";

/* -----------------------------------------------------------
	Site Name: Tochigi TV
	Author: Yamazen Communications co.,ltd.
	Comment: second_pages common style
	Since2012.6
----------------------------------------------------------- */
*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}	

body {background:#f0f0f0 url(../images/bk_shadow_renew.jpg) repeat-y center top;}
div#container {
	width:960px;
	padding: 10px 0 0;
}
div#skyscraper{
	margin-left: 1040px;
}
.wide{
	width: 100% !important;
	margin: 0 !important;
}
h2#catetitle{
	width: 960px;
}
h2#catetitle span{
	width: auto;
}
div#sns_btn{
	width: 960px;
}
p#pagenavi{
	width: 960px;
}
div#contents h3.subTitle{
	width: auto!important;
}
.common-btn{
	display: block;
	margin: 30px 0 0;
	padding: 10px;
	color: #fff!important;
	text-align: center;
	border: none;
	background: #0096ff;
}
.common-btn:hover{
	border: none;
	background: #ff6400;
}
div#subnavi ul{margin-right: 0;}
@media only screen and (max-width: 640px){
	div#container {
		width:auto;
		padding: 10px 10px 0;
	}
	div#skyscraper{
		display: none;
	}
	h2#catetitle{
		width: auto;
		margin: 20px auto 15px;
	}
	div#sns_btn{
		width: auto;
		margin: 0 auto 30px;
		padding: 0;
		text-align: center;
	}
	p#pagenavi{
		width: auto;
	}	
}