@import url("/common/css/_35_sp_style.css");
@charset "utf-8";

/*==========================================
	
	[0]基本構造
	[1]ヘッダー
	[2]ナビゲーション
	[3]フッター
	
==========================================*/
#resNav{	
	width:980px;
	margin:0 auto;
	position:relative;
}

.menu_btn{
	display:none;
}

#epg{
	position: absolute;
	right: 20px;
	top:140px;
}

#subNav ul{
	margin-right:126px;
}

#device{
	display:none;
}

#container-head{
	z-index:1;
}

@media screen and (max-width: 768px) {

/*--------------------------------------

	[0]基本構造
	
---------------------------------------*/
body { 
 font-family:"Droid Sans","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
 }
	
#wrapper {
		background:none;
}

#content{
	width:100%;
	background:none;
	padding:0;
	}

#container-head{
	width:100%;
}

#resNav{	
	width:100%;
}

footer{
	width:100%;
}


/*--------------------------------------

	[1]ヘッダー
	
---------------------------------------*/		
	
header{
		background:none;
		border-top:none;
		border-top:1px solid #ccc;
}

#ad-banner{
	display:none;
}

#GgSs{
display:none;
}

#logo a{
	 width:130px;
		height:38px;
		margin:5px 5px 0;
	 background:url(/common_tva/images/h1logo.png) no-repeat;
		background-size:130px;
		display:block;
		text-indent:-9999px;
}
	
	#epg{
	right: 54px;
	top:0px;
	}
	
#epg a{
		width:29px;
		height:37px;
		padding:9px 12px 5px 12px;
		display:block;
		background:url(../sphone/images/img_top_01.gif) no-repeat;
		background-position:12px 9px;
		background-size:29px;
		border-left:1px solid #ccc;
	}
	
#epg img{
	display:none;
}


/*-----------------------------------------
リンク
-----------------------------------------*/	

a:link {
	color:#333;
	text-decoration:none;
 }	
	
a:visited {
	color:#333;
	text-decoration:none;
 }	
	
a:hover {
 opacity:0.5; 
	}
	
/*--------------------------------------

	[2]ナビゲーション
	
---------------------------------------*/	
	.menu_btn{
	display:inherit;
}

.menu_icon{
	float:right;
	padding:9px 12px 5px 12px;
	border-left:1px solid #ccc;
}

.menu_icon:hover{

}
	
	/*----global navigation */

#globalNav ul{
	width:100%;
}

#globalNav ul a{
	height: 100% !important;
}


#shopping {
	display:none;
}

	/* テキスト置き換え*/
#globalNav ul li a:before{
 content:attr(data-label);
}

#globalNav ul li{
	font-size:120%;
}

#globalNav ul li img{
 display:none;
 }


/*----sub navigation 	----*/

#subNav {
	width:100%;
	margin:0 auto;

}

#subNav ul {
	padding:0;
	margin:0;
	float:none;
	}

#subNav ul li{
	margin:none;
	margin:0;
}

#subNav ul li a{
	height:100%;
}

#subNav #mobile {
	display:none;
}

	/* テキスト置き換え*/
	
#subNav ul li a:before{
 content:attr(data-label);
}

#subNav ul li{
	font-size:120%;
	font-style:normal;
}
	
#subNav ul li img{
 display:none;
 }


	/*------　スマホ表示用　------*/
		#gnav{
	display:none;
	width:100%;
 position: fixed;
	z-index:999;
	top: 0px;
	left: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-color:#FFF;
}

#gnav li{
	width:49.8%;
	padding:10px 0;
	float:left;
	text-align:center;
	border-bottom:1px solid #CCC;
}

#gnav li:nth-child(2n+1){
	border-right:1px solid #CCC;
}

#gnav #globalNav li:last-child{
	border-right:none;
}

#gnav #subNav li:last-child{
 border-bottom:none;
	border-right:1px solid #CCC;
}

#close {
	clear:both;
	width:100%;
	text-align:center;
	padding:10px;
	background-color:#CCC;
}

/*--------------------------------------

	[3]フッター
	
---------------------------------------*/		

footer {
 clear:both;
	text-align:center;
	}

#page-top{
	display:inherit;
	position: fixed;
	bottom:30px;
	right: 20px;
}
	
#page-top a {
 width: 42px;
	height:42px;
	display: block;
	}
	
	#copyright{
	font-size:80%;
	background-color:#fff;
	color:#000;
		}


/*--------------------------------------

	[4]レスポンシブル用ヘッダー配置用
	※共通ヘッダーを.sp_respon-nav で囲むこと
	
---------------------------------------*/
.sp_respon-nav li {
	width: 49.8% !important;
	height: 100% !important;
	padding: 0px !important;
	font-size:100% !important;
	line-height:1.4em !important;
　　}

.sp_respon-nav #gnav li:last-child {
    border-bottom: 1px solid #CCC !important;
}

.sp_respon-nav li a {
	padding:10px 0 !important;
	font-size:100% !important;
　　}
		

}



