@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------------------- */

/* common */

/* ---------------------------------------------------------------- */
html, body {
	height: 100%;
	font-size: 85%;
	line-height: 1.8em;
	overflow-x:hidden;
	overflow-y:hidden;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}
#page {
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	background: url(../images/bg.jpg) left top repeat;
	border-top: 24px solid #fff100;
	text-align: center;
}
a {
	color: #ff8400;
	font-weight: bold;
}

/* ---------------------------------------------------------------- */

/* header */

/* ---------------------------------------------------------------- */
header {
	width: 100%;
}
h1 {
	position: absolute;
	top: 10px;
	right: 10px;
}
.tag {
	position: absolute;
	top: 10px;
	left: 10px;
}
.lead {
	position: absolute;
	top: 52px;
	left: -1px;
}
.flapper {
	position: absolute;
	top: 105px;
	left: 10px;
}
.follow {
	position: absolute;
	top: 185px;
	left: 10px;
}


/* ---------------------------------------------------------------- */

/* container */

/* ---------------------------------------------------------------- */
.bg {
	width: 100%;
	height: 92%;
	min-height: 590px;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	left: 0px;
	z-index: 0;
	background: url(../images/bg-content_0.jpg) center top no-repeat;
}
.content {
	width: 1050px;
	height: 92%;
	min-height: 590px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 2;
}
nav ul {
	position: absolute;
	bottom: 10px;
	left: 20px;
}
nav ul:after {
	content:"";
	clear: both;
	display: block;
}
nav li {
	margin: 0 0 10px;
	padding: 0 5px 0 0;
	float: left;
	position: relative;
}
.icon {
	position: absolute;
	top: 23px;
	right: 5px;
}
/*nav li:nth-child(2) {
	margin-left: 20px;
}
nav li:last-child {
	margin-left: 40px;
}*/
.btn_campaign {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

/* ---------------------------------------------------------------- */

/* popup_box */

/* ---------------------------------------------------------------- */
.popup_box {
	width: 800px;
	/*margin: 0 auto;*/
	position: absolute;
	z-index: 3;
	/*position: relative;
	top: 1000px;
	left: 50%;
	margin-left: -400px;*/
	padding: 20px;
	background: #fff;
}
.popup_box h2 {
	margin: 0 0 20px;
}
.popup_box dt {
	margin: 20px 0 0;
}
.popup_box dd {
	margin: 10px 0 0;
}
.close {
	margin: 20px 0 0;
	cursor: pointer;
}

/* ---------------------------------------------------------------- */

/* footer */

/* ---------------------------------------------------------------- */
footer {
	width: 100%;
	padding: 4px 0 3px;
	text-align: center;
	color: #fff;
}