@charset "UTF-8";
/* CSS Document */

/*
=======================================
	Reset CSS
=======================================
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, main, menu, nav, section, summary,
time, mark, audio, video{
	margin:0;
	padding:0;
}

article,aside,details,figcaption,figure,
footer,header,main,menu,nav,section{
	display:block;
}

html{
	-webkit-text-size-adjust: 100%;
}
/*
=======================================
	COMMON CSS
=======================================
*/

body{
	color: #aaa;
	line-height: 1.5;
	font-size: 14px;
	font-family: sans-serif;
	box-sizing:border-box;
	background:#020;
	height:100%;
}

img{
	border: 0;
	max-width: 100%;
	height: auto;
}

ul,ol{
	list-style-type: none;
}

table {
	border-collapse: collapse; 
	border-spacing: 0;
}

img, input, select, textarea { 
	vertical-align: middle;
}

h1{
	text-align:center;
}

h2{
	padding-top:20px;
	text-align:center;
	margin-bottom:10px;
}

nav{
	max-width:960px;
	margin:0 auto;
}

.nav a,#member a{
	color: #d53e04;
	font-weight:bold;
	font-size:large;
	text-shadow:1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;
	transition: 0.8s;
	text-decoration:none;
}

.nav a:hover{
	color: #d53f04;
	font-weight:bold;
	font-size:large;
	text-shadow:1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;
	opacity: 0.6;
}

.nav li{
	display:block;
	float:left;
	width:20%;
	margin:0;
	padding:0;
}

.nav li a{
	display:block;
	padding:10px 0;
	text-align:center;
	text-decoration:none;
}

.nav li a:hover{
	background:#fff;
}

#fix{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background:#020;
	z-index:+999;
}


.clearfix:after{
	content:"";
	display:block;
	clear:both;
}

#toggle{ 
	display: none;
}

#pankuzu li{
	display:inline;
	padding-right:15px;
}
#pankuzu li:first-child{
	background:url(img/ico-arw.png) right center no-repeat;
}
#pankuzu a{
	color:#aaa;
}
#pankuzu a:hover{
	color:#2c2;
}
#wrap{
	max-width:960px;
	margin:0 auto;
	padding:0;
	text-align:center;
}

#foot{
	clear:both;
	padding:20px;
}
#foot p{
	color:#fff;
}
#foot a{
	color:#aaa;
}
#foot a:hover{
	color:#2c2;
}
#foot ol{
	text-align:left;
}


/*メディアクエリ　ハンバーガーメニュー*/
@media screen and (max-width: 640px){
	#fix{
		background:rgba(255,255,255,0);
	}
	#menu{
		display:none;
	}
	#menu li{
		width:100%;
		background:rgba(255,255,255,0.7);
	}
	#toggle{
		display: block;
		position: relative;
		width: 100%;
		background:#020;
	}
	#toggle a{
		display: block;
		position: relative;
		padding: 12px 0 10px;
		border-bottom: 1px solid #444;
		text-align: center;
		text-decoration: none;
	}
	#toggle:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
	background: #fff;
	}
	#toggle a:before, #toggle a:after{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 4px;
		background: #222;
	}
	#toggle a:before{
		margin-top: -6px;
	}
	#toggle a:after{
		margin-top: 2px;
	}
}
