@charset "utf-8";

/* == frontpage ==============================================*/
body {
	line-height: 1;
	background: :#FFF9EB;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
/* ------------------------------
	wrapper - 
------------------------------ */
.sp{
	display: block;
}
.pc{
	display: none;
}
.bg{
background:#ffffff;
}
.wrapper {
	width: 100%;
background:#ffffff;
	margin: 0 auto;
	overflow: hidden;
	color: #000000;
}
.title{
	width: 90%;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
}
.box_01{
	width: 100%;
	margin: 0 auto;
	line-height: 200%;
	text-align: center;
	margin-top: 10px;
	overflow: hidden;
	border-bottom: 3px solid #f059a0;

}
.box_02{
	width: 100%;
	margin: 0 auto;
	background: url(../img/bg.gif);
	padding-bottom: 10px;
	line-height: 140%;
	text-align: center;
	font-size: 130%;
}
.letter_01{
	padding-top: 20px;
}
.letter_02{
	padding-top: 20px;
	padding-bottom: 50px;
}

footer {
    background: url(../img/bg.gif);
}

