@charset "utf-8";
body,h1,h2,h3,h4,h5,h6,ul,p,form,input,ul,ol,li,dl,dd,dt,section,header,nav,article,aside,hgroup,header,footer,figure,figcaption,summary {
	margin: 0;
	padding: 0;
}
section,header,nav,article,aside,hgroup,header,footer,figure,figcaption,summary {
	display: block;
}
html {
	overflow-y: scroll;
}
table {
	border-collapse: collapse;
}
/* For IE7  */
*:first-child+html * {
	letter-spacing: 0;
}

img {
	border: none;
}

.clear {
	clear: both;
}


/* ################ */
	/* enter */
/* ################ */

body {
	background: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.5;
	color: #FFF;
	text-align: center;
	padding: 115px 0;
}

div.logo {
	margin-bottom: 50px;	
}

div.lead {
	margin-bottom: 580px;
}

div.btn {
	margin-bottom: 25px;
}
.btn_txt {
	font-size: 16px;	
}

img.peco:hover {
	position : relative;
	top : 1px;
	left : 1px;
}