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

/* 
 * name: index.css
 * author：Saint
 * edit: 2015.0303
 * for: aki
 */
 
section.index{
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-color: #000;
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 768px;
	min-height: 580px;
	padding: 18% 0 0 ; 
}
	
section.index > div{
	width: 100%;
	height: 100%;
	background: url(../img/images/logo.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}