@charset "utf-8";
/*------------------------------------------------------------
	◆読み込みHTML
	/lp/fair/index.php
------------------------------------------------------------*/
#lp_fair {
	background: #fff;
}

#lp_fair #wrap {
	padding: 0 0 90px;
}

#lp_fair .mainVisual {
	margin-top: 161px;
	height: 350px;
	text-align: center;
	background: url(/lp/fair/img/mv_bg.jpg) repeat-x;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

#lp_fair .section {
	margin-top: 50px;
	padding-top: 60px;
	text-align: center;
	background: url(/lp/fair/img/conts_bg_icon.png) no-repeat top;
}

#lp_fair .contsBox {
	margin: 30px 0 20px;
	padding: 39px 0 63px;
	font-size: 1.4em;
	text-align: left;
	background-image: url(/lp/fair/img/txtBox_top_bg.png), url(/lp/fair/img/txtBox_bottom_bg.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top, bottom;
}

#lp_fair .contsBox .inner {
	padding: 0 45px;
	background: url(/lp/fair/img/txtBox_center_bg.png) repeat-y;
}

#lp_fair .contsBox .listBox {
	margin-bottom: 10px;
	width: 600px;
	float: left;
}

#lp_fair .contsBox .listBox ul {
	padding-right: 20px;
	width: 300px;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#lp_fair .contsBox .listBox li:first-child {
	padding-left: 0;
	background: none;
}

#lp_fair .contsBox .listBox li {
	padding-left: 12px;
	margin-bottom: 5px;
	background: url(/lp/fair/img/icon01.png) no-repeat left 8px;
}

#lp_fair .contsBox .photoBox {
	float: right;
}

#lp_fair .contsBox .txtBox {
	padding: 20px;
	width: 570px;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: url(/lp/fair/img/txtBox_bg.png) no-repeat center;
}

#footer .fairBn {
	display: none;
}