@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}


/* --- wrap --- */
#wrap {
	width: 1280px;
	margin: 0 auto;
	background : #383940;
	color: #ffffff;
}

/* --- header --- */
header {
	position: relative;
}
h1 {
	padding-left: 30px;
	font-family : Segoe Print;
	font-size : 110px;	
}
h1:before {
	content: "";
	display: inline-block;
	width: 110px;
	height: 110px;
	background: url(images/AjisaiLogo.png)no-repeat;
}
/* --- nav --- */
nav {
	position: absolute;
	right: 10px;
	bottom: 0;
}
nav ul li {
	padding: 0 20px;
	font-family : Segoe Print;
	font-size : 24px;
	float: left;
}

/* --- main --- */
#main {
	width: 100%;
	height: 450px;
	overflow: hidden;
}
#main img {
	margin-top: -65px;
}

/* --- pick --- */
#pick {
	width: 100%;
	height: 300px;
	overflow: hidden;
}
#pick h2 {
	padding-left: 20px;
	font-family : 'MV Boli';
	font-size : 24px;
}
#pick div p {
	width: 420px;
	float: left;
}
#pick div p:not(:last-of-type) {
	margin-right: 10px;
}

/* --- footer --- */
footer {
	text-align: center;
	font-family : MV Boli;
	font-size : 12px;
}