@charset "utf-8";

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- 01 Layout Setting
	++ 01-01 Main layout
	++ 01-02 Font setting
	++ 01-03 Page Top

@import reset.css
--- 00 Reset css
--- 99 Clearfix
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* ======================================================
 --- 01 Layout setting
====================================================== */
html, body {
	width: 100%;
	height: 100%;
	font-size: 10px;
	color: #343434;
	font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
	background: #fbfbfb;
}

#container {
	width: 100%;
	position: relative;
	background: url(../images/step-bg.png);
}

.contents {
	width: 910px;
	margin: 0 auto;
	position: relative;
}

a:link,
a:active,
a:visited {
	color: #ff3d7f;
}

a:hover {
	text-decoration: none;
}


/*	++ 01-01 Header
------------------------------------------------------------ */
#wrap-header {
	position: relative;
	padding-bottom:41px;
	background: url(../images/header-bg-bottom.png) 0 bottom repeat-x;
}

#wrap-header .inner {
	position: relative;
	text-align: center;
	padding-bottom: 10px;
	background: url(../images/header-bg.jpg);
}

#wrap-header .inner header {
	position: absolute;
	right: 15px;
	top: 20px;
}

#wrap-header .inner h1 {
	padding: 20px 0 10px;
}

#wrap-header .inner ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#wrap-header .inner .stars .stars01 {
	position: absolute;
	top: 205px;
	left: 120px;
}

#wrap-header .inner .stars .stars02 {
	position: absolute;
	top: 142px;
	left: 176px;
}

#wrap-header .inner .stars .stars03 {
	position: absolute;
	top: 142px;
	left: 640px;
}

#wrap-header .inner .stars .stars04 {
	position: absolute;
	top: 205px;
	left: 730px;
}

#wrap-header .inner .text {
	width: 300px;
	float: left;
	text-align: left;
	font-size: 1.33em;
	padding: 30px 0 0 210px;
}

#wrap-header .inner .text p {
	padding-bottom: 20px;
	line-height: 1.6;
}

#wrap-header .inner .img {
	text-align: left;
	position: relative;
}

#wrap-header .inner footer {
	position: absolute;
	left: 165px;
	bottom: -75px;
}

/*	++ 01-02 Step
------------------------------------------------------------ */
#wrap-step {
	position: relative;
	padding: 50px 0;
}

#wrap-step .contents .period {
	font-size: 1.33em;
	padding:10px 0 25px 74px;
}

#wrap-step .contents .period p {
	line-height: 1.6;
	padding-left: 4.8em;
	text-indent: -4.8em;
}

#wrap-step .contents ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	list-style: none;
	vertical-align: top;
}

#wrap-step .contents .box h3 {
	height: 51px;
	padding-bottom: 13px;
}

#wrap-step .contents .box p {
	font-size: 1.2em;
	line-height: 1.5;
	padding-bottom: 16px;
}

#wrap-step .contents .box .link {
	text-align: right;
}
#wrap-step .contents .box .link a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-right: 17px;
	background: url(../images/icon-link.png) right center no-repeat;
}

#wrap-step .contents .step01 {
	width: 273px;
	padding-top: 16px;
	background: url(../images/stepBox-01.png) 0 0 no-repeat;
}
	#wrap-step .contents .step01 .box {
		padding: 0 18px;
		background: url(../images/stepBox-01bottom.png) 0 bottom no-repeat;
	}

#wrap-step .contents .step02 {
	width: 254px;
	padding-top: 16px;
	background: url(../images/stepBox-02.png) 0 0 no-repeat;
}
	#wrap-step .contents .step02 .box {
		padding: 0 30px;
		background: url(../images/stepBox-02bottom.png) 0 bottom no-repeat;
	}

#wrap-step .contents .step03 {
	width: 231px;
	padding-top: 16px;
	background: url(../images/stepBox-03.png) 0 0 no-repeat;
}
	#wrap-step .contents .step03 .box {
		padding: 0 20px;
		background: url(../images/stepBox-03bottom.png) 0 bottom no-repeat;
	}

#wrap-step .contents ul .arrow {
	padding:72px 16px 0;
	vertical-align: top;
}

/*	++ 01-03 bottom
------------------------------------------------------------ */
#wrap-bottom {
	position: relative;
	padding-top:41px;
	background: url(../images/bottom-bg-header.png) 0 0 repeat-x;
}

#wrap-bottom .inner {
	padding-top: 25px;
	background: url(../images/bottom-bg.png);
}

#wrap-bottom .contents ul.clearfix li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	list-style: none;
	padding:0 35px 40px;
}

#wrap-bottom .contents article {
	font-size: 1.2em;
	line-height: 1.6;
	padding: 0 57px;
	margin-bottom:40px;
}

#wrap-bottom .contents article h3 {
	padding-bottom:10px;
}

#wrap-bottom .contents article .img {
	padding-top: 10px;
}

#wrap-bottom .contents #box01 {
	background: url(../images/bottom-bg-star01.png) 85% center no-repeat;
}

#wrap-bottom .contents #box03 {
	margin: 0;
	padding-bottom: 60px;
	background: url(../images/bottom-bg-star03.png) 85% 0 no-repeat;
}

#wrap-bottom .contents #box02 {
	padding-left:175px;
	background: url(../images/bottom-bg-star02.png) 0 center no-repeat;
}
	#wrap-bottom .contents #box02 .left {
		float: left;
		width: auto;
	}
	#wrap-bottom .contents #box02 .right {
		float: right;
		width: auto;
	}
	#wrap-bottom .contents #box02 .primary  { padding-bottom: 20px; }
	#wrap-bottom .contents #box02 .primary .left { width: 377px; }
	#wrap-bottom .contents #box02 .secondary .right { width: 335px; }
	#wrap-bottom .contents #box02 .secondary ul { list-style: none; }
	#wrap-bottom .contents #box02 .note { margin-top: 10px; }

#wrap-bottom .contents footer {
	text-align: center;
	padding-bottom:50px;
}

/*	++ 01-04 footer
------------------------------------------------------------ */
#footer {
	height: 48px;
	background: url(../images/footerBg.png) 0 bottom repeat-x #fff;
}


/*	++ 01-05 popupArea
------------------------------------------------------------ */
#popupArea{
	display:none;
}

.popup {
	padding: 33px 50px;
}

.popup h1 {
	margin-bottom:23px;
}
.popup p{
	font-size: 1.2em;
	line-height: 1.8;
	padding:5px 0 20px;
	color: #343434;
}

.popup p .indent {
	display: block;
	text-indent: 2.5em;
}

#attention h1 {
	font-size: 2em;
	color: #ff3d7f;
}

#attention p {
	font-size: 1.2em;
	text-indent: -1em;
	padding:5px 0 5px 1em;
}