@charset "shift_jis";
/* CSS Document */
@media screen and (min-width: 999px) {
#image_area {
	background-color: #99C;
	height: 220px;
	width: 100%;
	text-align: center;
	margin-top: 78px;
	background-image: url(../image/top_image.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	background-size: cover;
}

#top_image {
	height: 220px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#top_image .title {
	width: 310px;
	margin-left: -155px;
	margin-top: -53px;
	height: 107px;
	left: 50%;
	top: 50%;
	position: absolute;
}
#inquiry_form_area {
	background-color: #FFFFFF;
	height: auto;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 60px;
}
#inquiry_info {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 23px;
	color: #006;
	height: auto;
	width: 980px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	text-align: justify;
}


#inquiry_area {
	background-color: #FFFFFF;
	height: auto;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 60px;
}

#inquiry_contents {
	text-align: center;
	height: auto;
	width: 998px;
	margin-right: auto;
	margin-left: auto;
}
}
