@charset "utf-8";

html{
	font-size: 62.5%;
}
body{
	background: #000000;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5em;
	font-family:  "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#header{
	position: fixed;
	top:0;
	left: 0;
	background: #000;
	text-align: center;
	z-index: 2;
	height: 65px;
	width: 100%;
}
#header #logo{
	height: 45px;
	padding: 10px 0;
}
#header #logo img{
	width: auto;
	height: 100%;
	margin-left: -70px;
}
/*------------
toggle
------------*/

#toggle {
	width: 20px;
	height: 15px;
	padding: 25px 25px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
	background: #121212;
}

#toggle i {
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	margin: 0 0 4px 0;
	opacity: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .20s ease-out;
	-moz-transition: all .20s ease-out;
	-ms-transition: all .20s ease-out;
	transition: all .20s ease-out;
}


#toggle i.third {
	margin-bottom: 0;
}

.no-touch #toggle:hover i.first {
	-webkit-transform: translate(-3px,0);
	   -moz-transform: translate(-3px,0);
		-ms-transform: translate(-3px,0);
			transform: translate(-3px,0);
}
.no-touch #toggle:hover i.second {
	-webkit-transform: translate(3px,0);
	   -moz-transform: translate(3px,0);
		-ms-transform: translate(3px,0);
			transform: translate(3px,0);
}
.no-touch #toggle:hover i.third {
	-webkit-transform: translate(-3px,0);
	   -moz-transform: translate(-3px,0);
		-ms-transform: translate(-3px,0);
			transform: translate(-3px,0);
}

.on #toggle i.first {
	width: 20px;
	-webkit-transform: rotate(-135deg) translate(-3px,-6px);
	   -moz-transform: rotate(-135deg) translate(-3px,-6px);
		-ms-transform: rotate(-135deg) translate(-3px,-6px);
			transform: rotate(-135deg) translate(-3px,-6px);
	-webkit-transition: all .40s ease-out;
	-moz-transition: all .40s ease-out;
	-ms-transition: all .40s ease-out;
	transition: all .40s ease-out;
}
.on #toggle i.second {
	width: 0;
	opacity: 0;
	-webkit-transition: all .40s ease-out;
	-moz-transition: all .40s ease-out;
	-ms-transition: all .40s ease-out;
	transition: all .40s ease-out;
}
.on #toggle i.third {
	width: 20px;
	-webkit-transform: rotate(135deg) translate(-3px,6px);
	   -moz-transform: rotate(135deg) translate(-3px,6px);
		-ms-transform: rotate(135deg) translate(-3px,6px);
			transform: rotate(135deg) translate(-3px,6px);
	-webkit-transition: all .40s ease-out;
	-moz-transition: all .40s ease-out;
	-ms-transition: all .40s ease-out;
	transition: all .40s ease-out;
}



#contents{
	padding-bottom: 30px;
}
#contents img{
	width: 100%;
	height: auto;
}

#nav{
	display: none;
	background-color: rgba(0,0,0,0.8);
	padding: 15px 0;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 100%;
}


#gNav{
	margin: 0 10% ;
	padding: 30px 0;
	text-align:center;
}
#gNav li{
	padding: 5% 0;
}
#gNav li img{
	width: 100%;
}
#footer{
	text-align: center;
}
#footer #credit img{
	width: 25%;
}
#footer #snsShare{
	display: table;
	width: 50%;
	table-layout: fixed;
	margin: 0 auto;
}
#footer #snsShare li{
	display: table-cell;
	color: #FFF;
	font-weight: bold;
	vertical-align: middle;
}
#footer #snsShare li img{
	width: 60%;
	vertical-align: middle;
}

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

sub

--------------------------------------*/
#pageTtl{
	padding: 15% 0;
}
.sub #contents{
	padding: 0 10px;
}
#news.sub #contents{
	padding: 0 0;
}
.sub #footer{
	padding-top: 30px;
}

.tstrong18{font-size: 18px; color:#F00}
