@charset "UTF-8";

/*----------------------------------------------------------------
/* ヘッダー
--------------------------------------------------------------- */
div#area-head {
	background:url(../img/bg-head.png) center no-repeat;
	margin:1em 0;
	height:529px;
}
div#area-head h2,
div#area-head p {
	display:none;
}
div#area-head div.btn-to_results {
	margin-left:20px;
	width:327px;
	height:49px;
	position:absolute;
	top:420px;
}
div#area-head div.btn-to_results a {
	display:block;
	background:url(../img/btn-to_results.png) center no-repeat;
	width:327px;
	height:49px;
}
div#area-head div.btn-to_results a:hover {
	-moz-opacity:0.9;
	opacity:0.9;
	filter:alpha(opacity=90);
}
div#area-head div.btn-to_results a span {
	display:none;
}
div#area-head div.btn-inquiry {
	margin-left:620px;
	width:194px;
	height:193px;
	position:absolute;
	top:458px;
}
div#area-head div.btn-inquiry a {
	display:block;
	background:url(../img/btn-inquiry.png) center no-repeat;
	width:194px;
	height:193px;
}
div#area-head div.btn-inquiry a:hover {
	-moz-opacity:0.9;
	opacity:0.9;
	filter:alpha(opacity=90);
}
div#area-head div.btn-inquiry a span {
	display:none;
}
/*----------------------------------------------------------------
/* MID
--------------------------------------------------------------- */
div#area-mid {
	background:url(../img/bg-mid.jpg) center no-repeat;
	margin:1em 0;
	height:469px;
}
div#area-mid dl {
	display:none;
}
/*----------------------------------------------------------------
/* Q
--------------------------------------------------------------- */
div#area-q {
	background:url(../img/bg-q.jpg) center no-repeat;
	margin-bottom:2em;
	height:469px;
}
div#area-q h3,
div#area-q ul {
	display:none;
}
/*----------------------------------------------------------------
/* A
--------------------------------------------------------------- */
div#area-a {
	background:url(../img/bg-a.jpg) center no-repeat;
	margin-bottom:2em;
	height:499px;
}
div#area-a h3,
div#area-a p {
	display:none;
}
/*----------------------------------------------------------------
/* キャンペーン
--------------------------------------------------------------- */
div#area-cam {
	background:url(../img/bg-campaign.jpg) center no-repeat;
	margin-bottom:3.5em;
	height:155px;
}
div#area-cam dl {
	display:none;
}
div#area-cam div.btn-inquiry {
	margin:-20px 70px 0 0;
	width:194px;
	height:193px;
	float:right;
}
div#area-cam div.btn-inquiry a {
	display:block;
	background:url(../img/btn-inquiry.png) center no-repeat;
	width:194px;
	height:193px;
}
div#area-cam div.btn-inquiry a:hover {
	-moz-opacity:0.8;
	opacity:0.8;
	filter:alpha(opacity=80);
}
div#area-cam div.btn-inquiry a span {
	display:none;
}
/*----------------------------------------------------------------
/* 実績を見るボタン：最下部
--------------------------------------------------------------- */
p#btn-to_results_foot {
	text-align:center;
}
p#btn-to_results_foot a {
	display:block;
	background:url(../img/btn-btn-to_results_foot.gif) center top no-repeat;
	margin:0 auto;
	width:361px;
	height:26px;
}
p#btn-to_results_foot a:hover {
	background-position:center bottom;
}
p#btn-to_results_foot a span {
	display:none;
}
/*----------------------------------------------------------------
/* フッター
--------------------------------------------------------------- */
#footer-cam {
	background-color:#e9eaea;
	margin-top:1.5em;
	width:850px;
	width: auto !important;
	height:62px;
	text-align:center;
}
#footer-cam ul {
	width:100%;
	text-align:center;
}
#footer-cam ul li {
	display:inline-block;
	margin:1em 1em 0.2em 1em;
}
#footer-cam ul li a:link,
#footer-cam ul li a:hover,
#footer-cam ul li a:visited{
	color:#333333;
	text-decoration:none;
}
#footer-cam p.copy {
	margin:1em;
}