@charset "Shift_JIS";

/*----------------■下層ページ----------------*/

*  {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
}
ul,ol  {
	list-style: none;
}
table  {
	border-collapse: collapse;
}
th,td  {
	text-align: left;
	vertical-align: top;
}
img {
	border: none;
	vertical-align: top;
}

 /* リンク色の初期値 */
a:link { text-decoration:none;color:#039; }
a:visited { text-decoration:none;color:#039; }
a:hover { text-decoration:none;color:#f60; }
a:active { text-decoration:none;color:#039; }

a[name]:hover { text-decoration:none;color:#000; }

.clear  {
	clear:  both;
}
.clearfix:after {
	content:".";
	display:  block;
	clear:  both;
	height:  0;
	visibility:  hidden;
}
.clearfix  {
	zoom:  1;
}

/*----------------■共通----------------*/

body {
	text-align: center;
	background: #fff;
	color: #000;
	font-size:  13px;
	line-height: 1.5;
}

.wrap950,div#header  {
	text-align: left;
	margin: 0 auto;
}
#header li{
	float: left;
}
#header li a{
	display: block;
}

div#footer {
	text-align: left;
	margin: 30px auto;
}
div#footer ul {
	padding:  5px;
	margin-bottom: 10px;
	background:  #ddd;
}
div#footer li  {
	float: left;
	font-size:  10px;
	padding:  0 10px;
	border-right:  1px solid #999;
}

/*----------------■大画面---------------*/
@media screen and (min-width: 951px) {

#header .nav-open-btn{
	display: none;
}



#yamayagi_channel img{width: 400px;}



.wrap950,div#header,div#footer {
	width: 950px;
}

#header li a{
	text-indent: -9999px;
	height: 40px;
}

#hnv01 a{background:url(http://www.tbc-sendai.co.jp/image_navi2009/navi01.gif) no-repeat;width:126px;}
#hnv02 a{background:url(http://www.tbc-sendai.co.jp/image_navi2009/navi02.gif) no-repeat;width:103px;}
#hnv03 a{background:url(http://www.tbc-sendai.co.jp/image_navi2009/navi03.gif) no-repeat;width:103px;}
#hnv04 a{background:url(http://www.tbc-sendai.co.jp/image_navi2009/navi04.gif) no-repeat;width:103px;}
#hnv05 a{background:url(http://www.tbc-sendai.co.jp/image_navi2009/navi05.gif) no-repeat;width:103px;}
#hnv06 a{background:url(http://www.tbc-sendai.co.jp/image_navi2009/navi06.gif) no-repeat;width:103px;}
#hnv07 a{background:url(http://www.tbc-sendai.co.jp/image_navi2009/navi07.gif) no-repeat;width:103px;}
#hnv08 a{background:url(http://www.tbc-sendai.co.jp/image_navi2009/navi08.gif) no-repeat;width:103px;}
#hnv09 a{background:url(http://www.tbc-sendai.co.jp/image_navi2009/navi09.gif) no-repeat;width:103px;}

#hnv01 a:hover{background:url(http://www.tbc-sendai.co.jp/image_navi2009/navi01_on.gif) no-repeat;width:126px;}
#hnv02 a:hover{background:url(http://www.tbc-sendai.co.jp/image_navi2009/navi02_on.gif) no-repeat;width:103px;}
#hnv03 a:hover{background:url(http://www.tbc-sendai.co.jp/image_navi2009/navi03_on.gif) no-repeat;width:103px;}
#hnv04 a:hover{background:url(http://www.tbc-sendai.co.jp/image_navi2009/navi04_on.gif) no-repeat;width:103px;}
#hnv05 a:hover{background:url(http://www.tbc-sendai.co.jp/image_navi2009/navi05_on.gif) no-repeat;width:103px;}
#hnv06 a:hover{background:url(http://www.tbc-sendai.co.jp/image_navi2009/navi06_on.gif) no-repeat;width:103px;}
#hnv07 a:hover{background:url(http://www.tbc-sendai.co.jp/image_navi2009/navi07_on.gif) no-repeat;width:103px;}
#hnv08 a:hover{background:url(http://www.tbc-sendai.co.jp/image_navi2009/navi08_on.gif) no-repeat;width:103px;}
#hnv09 a:hover{background:url(http://www.tbc-sendai.co.jp/image_navi2009/navi09_on.gif) no-repeat;width:103px;}

}

/*----------------■小画面---------------*/
@media screen and (max-width: 950px) {

img {
	max-width: 100%;
}

#header {
	position: relative;
	border-bottom: 1px solid #ccc;
}
#header h1{
	float: left;
	padding-left: 10px;
}
#header .nav-open-btn{
	float: right;
	background-color: rgba(0,0,0,0.3);
	color: #fff;
	margin: 10px 10px 0 0;
	padding: 8px;
	font-size: 18px;
}
#header ul{
	display: none;
	border-top: 1px solid #ccc;
}
#header li{
	width: 50%;
}
#header li a{
	padding: 10px;
}

div#footer img {
	max-width: 96%;
	height: auto;
	padding-left: 2%;
}

}