
/*ベース*/

html{
	font-size:10px;
}
html,body{
	height:100%;
}
body{
	color:#000;
	background:#000;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-o-text-size-adjust:100%;
	text-size-adjust:100%;
	font-family:"Open Sans", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, sans-serif;
	font-weight:400;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}

/*ウェブフォント*/

.futura{
	font-family:"futura-pt",sans-serif;
	font-style:normal;
	font-weight:500;
}
.syncopate{
	font-family:'Syncopate',sans-serif;
	font-style:normal;
	font-weight:700;
}

/*ウィンドウボーダー*/

html:before,html:after,body:before,body:after{
	content:"";
    background:#000;
    position:fixed;
    display:block;
    z-index:9999;
}
html:before{
    height:15px;
    left:0;
    right:0;
    top:0;
}
html:after{
    width:15px;
    top:0;
    right:0;
    bottom:0;
}
body:before{
    height:15px;
    right:0;
    bottom:0;
    left:0;
}
body:after{
    width:15px;
    top:0;
    bottom:0;
    left:0;
}

/*プリローダー*/

#preloader{
	position:fixed;
	top:50%;
	left:50%;
	width:100px;
	height:auto;
	margin:-50px 0 0 -50px;
}