@charset "utf-8";

body {
  -webkit-text-size-adjust: 100%;
  	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

#container{
		background:url(https://fujitvforsugotoku.jp/1images/sugotoku/common/bg.png);
		padding-bottom:1px;
	  -webkit-text-size-adjust: 100%;
  	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#g-header{
	text-align:center;
	background:#ff
}


/* ----------------------
右上　MENU
---------------------- */
/* 共通MENU BTN */
#sugo > #sugo-inner{
	width:100%;
	background-position:10% center;
	background-color:#fff;
	height:44px;
	padding:10px 0;
}
/* BTN */
#sugo > #sugo-inner h1{
	margin-left:5%;
	}

#sugo > #sugo-inner .menu-bt{
	width:40px; height:30px; margin:-40px 20px 0 0; float:right;
	background:url(https://fujitvforsugotoku.jp/1images/sugotoku/common/menu-icon.png)no-repeat;
	background-size:100%;
	text-indent:-999em;	border-radius:6px;
	}
	/* CLOSE BTN */
#sugo > #sugo-inner .menu-bt.close{background:url(https://fujitvforsugotoku.jp/1images/sugotoku/common/close-icon.png) no-repeat;
	background-color:#000;
	background-size:100%;
	border-radius:6px;
}


#sugo > #sugo-inner #p-down{ position:absolute;width:100%; z-index:400; display:none;}
#sugo > #sugo-inner #p-down div{
	margin:5px 0 20px 0;
	position:relative;
	box-shadow:1px 1px 5px rgba(0,0,0,0.8);
	-webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.8);
	padding:10px;
	background:#fff;
}







/* menu BTN list */
#sugo > #sugo-inner #p-down div ul{ overflow:hidden;}
#sugo > #sugo-inner li{ width:50%; float:left; list-style:none;}




/* menu BTN a */
#sugo > #sugo-inner ul li a{
	display:block; font-size:120%;
	padding:10px 0;
	text-shadow:0px -1px  1px rgba(0, 0, 0, 0.4), 0px 1px #fff;
	-webkit-text-shadow:0px -1px  1px rgba(0, 0, 0, 0.4), 0px 1px #fff;
	box-shadow: inset 0px 1px 2px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 1px 2px 1px rgba(0,0,0,0.3);
	background:#000;
	text-decoration:none;
	padding-left:10%;
	}

	/*HOME*/#sugo > #sugo-inner ul li:nth-of-type(1) a{ background:#4ecdc4; margin:5px 5px 5px 5px; color:#333;
	    -webkit-border-top-left-radius: 40px;
		-khtml-border-radius-topleft: 40px;
		-moz-border-radius-topleft:40px;
		border-top-left-radius: 40px;
		-webkit-border-bottom-left-radius: 40px;
		-khtml-border-radius-bottomleft: 40px;
		-moz-border-radius-bottomleft: 40px;
		border-bottom-left-radius: 40px;
		color:#0d5954;
		background-size:30%;
		background-repeat:no-repeat;
		background-position:20% center;
		
		}
	/*番組表*/#sugo > #sugo-inner ul li:nth-of-type(2) a{ background:#ff6b6b; margin:5px 5px 5px 0px;
letter-spacing:-0.1em;
	color:#861616;
		    -webkit-border-top-right-radius: 40px;
		-khtml-border-radius-topright: 40px;
		-moz-border-radius-topright:40px;
		border-top-right-radius: 40px;
		-webkit-border-bottom-right-radius: 40px;
		-khtml-border-radius-bottomright: 40px;
		-moz-border-radius-bottomright: 40px;
		border-bottom-right-radius: 40px;
		background-size:30%;
		background-repeat:no-repeat;
		background-position:20% center;
		
		}


#info-nav{
	background-color:#f8e7e2;
	margin:40px 0;
	font-size:80%;
	margin-bottom:44px;
	box-shadow:10px 5px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow:10px 5px 5px rgba(0,0,0,0.2);
	}


#info-nav li{
	padding:15px 10px;
	background:url(https://fujitvforsugotoku.jp/1images/sugotoku/common/right-arrow.png) no-repeat;
	background-position:right center;
	background-size:17px;
	background-color:#f8e7e2;
	border-bottom:1px solid #754d4b;
}

#info-nav li a{
	display:block;
	text-decoration:none;
	color:#330000;
}


#info-nav li:last-child{
	border-bottom:none;
}


#content{
		margin:25px 0 25px 0;
		padding-bottom:20px;
		background:#fff;
	box-shadow: inset 0px 1px 2px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 1px 2px 1px rgba(0,0,0,0.2);
}
	

/* アコーディオン */


.g-list{
 margin-top:40px;
  	 position:relative;
	 width:100%;

 }
 
 .g-list dl{
 padding-bottom:1px;

 }

.g-list h1{
	position:absolute;
	top:-32px;
	left:10px;
 }

 .g-listau dl{
 padding-bottom:0px;

 }
.g-listau h1{
	position:absolute;
	top:-75px;
	left:10px;
 }

 
 .g-list .trigger{
	position: absolute;
	top: -39px;
	right: 0px;
	width: 40px;
	height: 30px;
	text-align: right;
	color: #000;
	margin-bottom: 0;
	text-indent: -9999em;
 }
 

 .g-list dt.active{
 border-radius: 10px;
 }
 .g-list .trigger span.open-close {
 background: url(point_plus.png) no-repeat right top;
 width:40px; height:30px;
 float:right;
background:url(https://fujitvforsugotoku.jp/1images/sugotoku/common/menu-icon.png)no-repeat;
	background-size:100%;
text-indent:-999em;	border-radius:6px;

 text-indent: -9999em;
 }
 .g-list dt.active span.open-close {
background:url(https://fujitvforsugotoku.jp/1images/sugotoku/common/close-icon.png) no-repeat;
	background-color:#000;
	background-size:100%;
	border-radius:6px;
 float: right;

 }   
 .g-list dd.acordion_tree{
	position: absolute;
	z-index:100;
	box-shadow:1px 1px 5px rgba(0,0,0,0.8);
	-webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.8);
	background:#fff;
	border-top: none;
	width:100%;
	text-align:left;
 }
 
 
 /* menu BTN list */
.acordion_tree ul{ overflow:hidden;}
.acordion_tree li{ width:50%; float:left; list-style:none;}




/* menu BTN a */
.acordion_tree ul li a{
	display:block; font-size:120%;
	padding:10px 0;
	text-shadow:0px -1px  1px rgba(0, 0, 0, 0.4), 0px 1px #fff;
	-webkit-text-shadow:0px -1px  1px rgba(0, 0, 0, 0.4), 0px 1px #fff;
	box-shadow: inset 0px 1px 2px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 1px 2px 1px rgba(0,0,0,0.3);
	background:#000;
	text-decoration:none;
	padding-left:10%;
	}

	/*HOME*/.acordion_tree ul li:nth-of-type(1) a{ background:#4ecdc4; margin:5px 5px 5px 5px; color:#333;
	    -webkit-border-top-left-radius: 40px;
		-khtml-border-radius-topleft: 40px;
		-moz-border-radius-topleft:40px;
		border-top-left-radius: 40px;
		-webkit-border-bottom-left-radius: 40px;
		-khtml-border-radius-bottomleft: 40px;
		-moz-border-radius-bottomleft: 40px;
		border-bottom-left-radius: 40px;
		color:#0d5954;
		background-size:30%;
		background-repeat:no-repeat;
		background-position:20% center;
		
		}
	/*番組表*/.acordion_tree ul li:nth-of-type(2) a{ background:#ff6b6b; margin:5px 5px 5px 0px;
letter-spacing:-0.1em;
	color:#861616;
		    -webkit-border-top-right-radius: 40px;
		-khtml-border-radius-topright: 40px;
		-moz-border-radius-topright:40px;
		border-top-right-radius: 40px;
		-webkit-border-bottom-right-radius: 40px;
		-khtml-border-radius-bottomright: 40px;
		-moz-border-radius-bottomright: 40px;
		border-bottom-right-radius: 40px;
		background-size:30%;
		background-repeat:no-repeat;
		background-position:20% center;
		
		}
