@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
/* clearfix --*/
.clearFix:after{ content:""; clear:both; display:block; height:0; }
/* alt --*/
.alttext  { display:block; text-indent:-9999px; overflow:hidden; }
a { text-decoration:none; }
hr { display: none; }


body,html{
	height: 100%;
	width: 100%;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
body{
	position: relative;
	background:#000;
	min-width:1050px;
}
#cover{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	z-index:100;
}

/*------------------  nav  ------------------*/

#nav{
	position:fixed;
	width:100%;
	height:50px;
	background:url(../img/common/menu_bg.gif) repeat-x;
	right:0;
	top:0;
	z-index:1111;
}
#nav ul{
	display: block;
	
}
#nav li{
	display: inline-block;
}
#nav li img{
	display: block;
}
#nav .inner{
	width:100%;
	min-width:1000px;
	margin:0 auto;
}
#nav .inner:after{
	content:".";
	display: block;
	visibility: hidden;
	overflow: hidden;
	height:0;
	clear:both;
}
#nav .main{
	float:left;
	width:60%;
}
#nav .sns{
	float:right;
	width:20%;
	text-align: right;
}
#nav .main ul{
	width:900px;
}
#nav .main div{
	display: block;
	margin:0 auto;
	width:698px;
	padding-left:40px;
}
#nav .sns ul{
	display: block;
	padding-right:30px;
	padding:8px 30px 0 0;
}
#nav .sns li{
	padding-left:8px;
}
#nav .sns li a{
	display: block;
	width:30px;
	height:30px;
	text-align: center;
	background-position:center center;
}
#nav .sns li a.twitter{
	background-image:url(../img/common/btn_twitter.png);
	background-repeat: no-repeat;
}
#nav .sns li a.facebook{
	background-image:url(../img/common/btn_facebook.png);
	background-repeat: no-repeat;
}
#nav .main li a{
	display: block;
	padding:15px 28px;
}
#nav .main li:first-child a{
	padding:15px 28px 15px 0;
}
#sub{
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 44px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	z-index:10;
}
#sub.on{
	top: 46px;
}
#sub .wrap {
	width:60%;
}
#sub .wrap div {
	display: block;
	margin:0 auto;
	width:698px;
	padding-left:40px;
}

#sub ul {
	width: 900px;
	padding-left: 190px;
}
#sub li{
	display: inline-block;
}

#sub li a{
	position:relative;
	display: block;
	line-height:0;
	padding:16px 22px;
}
#sub li a img.ov{
	position:absolute;
	left:22px;
	top:16px;
	opacity:0;
}
#sub li a img{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
}

#sub li a:hover img{
	opacity:0;
}
#sub li a:hover img.ov,
#sub li.cur a img{
	opacity:1;
}
#sub li.cur a{
	cursor:default;
}


#footer{
	width:1000px;
	margin:15px auto;
	text-align: center;
}