@charset "shift_jis";
/* CSS Document */
/* @media screen and (max-width: 998px) { */
#image_area {
	background-color: #99C;
	height: 180px;
	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: 180px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#top_image .title {
	margin-left: auto;
	margin-top: 30px;
	margin-right: auto;
}

#inquiry_form_area {
	background-color: #FFFFF;
	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: 98%;
	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: 98%;
	margin-right: auto;
	margin-left: auto;
}






















.inquiry_form_table {
	height: auto;
	width: 96%;
	border: 1px solid #87A9E2;
	margin-left: 2%;
	margin-right: 2px;
	margin-bottom: 40px;
}
.inquiry_form_table .item {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	line-height: normal;
	color: #333;
	padding: 1%;
	width: 98%;
	background-color: #E0E9F8;
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CBDAF3;
}
.inquiry_form_table .result{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	line-height: normal;
	color: #333;
	padding: 1%;
	width: 98%;
	background-color: #F7F9FD;
	text-align: left;
	vertical-align: middle;
}
.form_input_name {
	font-size: small;
	background-color: #FAFAFA;
	height: 25px;
	width: 250px;
	border: 1px solid #4B92E7;
}
.form_input_nameX {
	font-size: small;
	background-color: #FFF0F8;
	height: 25px;
	width: 250px;
	border: 1px solid #FF0000;
}

.form_input_add {
	font-size: small;
	background-color: #FAFAFA;
	height: 25px;
	width: 90%;
	border: 1px solid #4B92E7;
}
.form_input_mail {
	font-size: small;
	background-color: #FAFAFA;
	height: 25px;
	width: 300px;
	border: 1px solid #4B92E7;
}
.form_input_mailX {
	font-size: small;
	background-color: #FFF0F8;
	height: 25px;
	width: 300px;
	border: 1px solid #FF0000;
}

.form_input_textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	background-color: #FAFAFA;
	height: auto;
	width: 98%;
	border: 1px solid #4B92E7;
}
.form_input_textareaX {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	background-color: #FFF0F8;
	height: auto;
	width: 98%;
	border: 1px solid #FF0000;
}

#form_submit_box {
	font-size: small;
	text-align: center;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
#form_submit_check {
	font-size: small;
	text-align: center;
	width: 50%;
	padding-top: 40px;
	padding-bottom: 40px;
	float: left;
}

#inquiry_form_top_info {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	line-height: 15px;
	font-weight: lighter;
	color: #000;
	text-align: left;
	width: 96%;
	margin-top: 30px;
	margin-right: 2%;
	margin-bottom: 30px;
	margin-left: 2%;
}


/* } */