@charset "Shift_JIS";
html{
	height:100%;
	}
	
/**====================BODY CSS====================**/
*{margin: 0px; padding: 0px;}

body{
	height:1360px;
	background: url("loulou/back-g.gif") #eeeeee repeat-y center top;
	color: #464646;
	}

header {
}


#wrap {
	margin:0 auto;
	width:900px;
	height:1360px;
	background: url("loulou/back.jpg") #fffffe no-repeat center top;
}

#contents {
	width:500px;
	height:1360px;
	margin:0 auto;
}



h1,h2 img {margin:0; padding:0;}

p{
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
}

.shingo{
	text-align: center;
	font-family:"Shin Go Medium";
	line-height: 140%;
}
ul li,ol li {
	padding-left: 1em;
	text-indent: -1em;
	list-style-type: circle;
	list-style-position: inside;
	line-height: 140%;
}
ul.info {
	margin:20px auto 50px;
	width: 470px;
	font-size: 75%;
}

div.stepdiv {
	width: 440px;
	margin: 10px auto;
}
p.step {
	height: 48px;
	font-size: 70%;
	line-height: 140%;
	text-align: left;
	padding: 7px 0 0 40px;
	color: #5c240d;
	vertical-align: middle;
}
b.bred{
	font-weight:bold;
	color:#e35f6f;
}

p.step1 {background: url("loulou/step01.png") #fffffe no-repeat left top;}
p.step2 {background: url("loulou/step02.png") #fffffe no-repeat left top;}
p.step3 {background: url("loulou/step03.png") #fffffe no-repeat left top;}
p.step4 {background: url("loulou/step04.png") #fffffe no-repeat left top; line-height: 350%;}
p.step5 {background: url("loulou/step05.png") #fffffe no-repeat left top; line-height: 350%;}
p.step6 {background: url("loulou/step06.png") #fffffe no-repeat left top; line-height: 350%;}
p.step7 {background: url("loulou/step07.png") #fffffe no-repeat left top; line-height: 350%;}



.btn_mail{
	margin: 30px auto;
	background: url("loulou/contact02.png") no-repeat;
	width: 438px;
	height: 58px;
}
.btn_mail a{
	text-align: center;
	display: block;
}
.btn_mail img{
	border: none;
}
.btn_mail a:hover{
	background: none;
}
.btn_mail a:hover img{
	visibility: hidden;
}




.btn_close{
	margin: 40px auto;
	background: url("loulou/close02.png") no-repeat;
	width: 137px;
	height: 24px;
}
.btn_close a{
	text-align: center;
	display: block;
}
.btn_close img{
	border: none;
}
.btn_close a:hover{
	background: none;
}
.btn_close a:hover img{
	visibility: hidden;
}



article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}




/*==画像の設定==*/
img{
margin:0px;
padding:0px;
border: 0;
}

img a{
margin:0px;
padding:0px;
border: 0;
}
a:hover img {
	opacity: 0.0;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
