@charset "utf-8";

/* 初期設定 */
.lp_box {
	width: 100%;
	text-align: center;
	position:relative;
}

.lp_box img {
	width: 100%;
}

.lp_txt {
	left: 0;
	top: 0;
	line-height: 160%;
	position: absolute;
	font-size: 123.1%;
	color: #e3c3c3;
}

.lp_link {
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
}

/* カスタマイズ */
.lp_txt .b {
	color: #EFCA7C;
	font-weight: bold;
}

.lp_txt .b_large {
	color: #E32C5A;
	font-weight: bold;
	font-size: 20px;
}

.other_link .link01 {
	left: 85px;
	top: 80px;
	width: 370px;
	height: 65px;
	background: url("../img/other_link.jpg") -85px -80px no-repeat;
}

.other_link .link01:hover {
	background: url("../img/other_link_on.jpg") -85px -80px no-repeat;
}

.other_link .link02 {
	left: 490px;
	top: 80px;
	height: 65px;
	width: 385px;
	background: url("../img/other_link.jpg") -490px -80px no-repeat;
}

.other_link .link02:hover {
	background: url("../img/other_link_on.jpg") -490px -80px no-repeat;
}

#lpPage .contents_wrap {
	width: 100%;
}

#lpPage .contents_wrap .contents {
	margin: 0 auto;
	width: 100%;
}