@charset "utf-8";
/*
2013.**.**
yoshida-hi@gnavi

01.header
02.page
03.wrapper
04.main
05.shopLIst
06.sub
07.footer
-------------------------------------*/
body {
	background: #e8010b;
}

/* 01.header */
#header {
	background: url(../img/main_bg.jpg) 0 0 no-repeat;
	margin: 0 auto 30px;
	height: 560px;
	width: 960px;
}

#logo {
	padding: 10px 0;
}

#header .h1_innr {
	position: relative;
}

#header .h1_innr p,
#header .h1_innr h1 {
	position: absolute;	
	left: 0;
}


#header .h1_innr .day {
	top: 40px;
}

#header .h1_innr .text_01 {
	top: 80px;
}

#header .h1_innr h1 {
	top: 160px;
}

#header .h1_innr .text_02 {
	top: 300px;
}

#social {
	margin: 0 auto 20px;
	overflow: hidden;
	width: 960px;
}

#socialmedia {
	float: right;
}

/* main */
#main {
	margin: 0 auto;
	width: 960px;
}

.main_01 {
	background: #fff;
	margin-bottom: 30px;
	padding: 2px;
}

.main_02 {
	background: #e8010b;
	padding: 2px;
}

.main_03 {
	background: #fff;
}

.main_03 h1 {
	border-bottom: 1px solid #e8010b;
	padding: 10px 0;
	text-align: center;
}

#step {
	background: url(../img/arrow_01.png) center top no-repeat;
	padding: 70px 10px 10px;
}

#step p {
	margin-bottom: 20px;
	text-align: center;
}

#step ol {
	background: url(../img/step.png) 0 0 no-repeat;
	margin: 10px auto 10px;
	height: 155px;
	width: 900px;
}

#step ol li {
	text-indent: -9999px;
}

.btn {
	margin: 30px auto 20px;
	height: 100px;
	width: 500px;
}

.main_03 .btn a {
	background: url(../img/btn.png) 0 0 no-repeat;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 2px 5px #ccc;
	-webkit-box-shadow: 1px 2px 5px #ccc;
	-moz-box-shadow: 1px 2px 5px #ccc;
	display: block;
	height: 100px;
	text-indent: -9999px;
	width: 500px;
}

.btn a {
	background: url(../img/btn.png) 0 0 no-repeat;
	display: block;
	height: 100px;
	text-indent: -9999px;
	width: 500px;
}

.btn a:hover {
	background-position: 0 -100px;
}

/* agreement */
#agreement {
	color: #fff;
	margin-bottom: 100px;
}

#agreement h1 {
	border-bottom: 1px dotted #fff;
	margin-bottom: 30px;
	padding-bottom: 10px;
	text-align: center;
}

#agreement dl {
	margin-bottom: 20px;
	line-height: 1.4;
}

#agreement dt {
	font-size: 16px;
	font-weight: bold;
}

/* footer */
#footer {
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 12px;
	margin: 30px auto 0;
	padding: 10px 0;
	text-align: center;
	width: 960px;
}
