@charset "utf-8";
@import url("base.css");
@import url("structure.css");


/*======================================

	エントリーページ
	#entry

=======================================*/

/*----------------------------------
	コンテンツ
----------------------------------*/
.entry .pageTitle {
	background: url("../img/inquiry/pageTitle.gif") no-repeat #fff;
}

#main h2 {
	height: 40px;
	background: url("../img/inquiry/h2.gif") no-repeat;
	margin-bottom: 10px;
	text-indent: -999em;
}

/*======================================

	送信完了ページ
	#entry.thanks

=======================================*/

.thanks {
	margin-bottom: 400px
}

.thanks h3 {
	margin: 20px auto;
	font-size: 20px;
	text-align: center;
}

.thanks p {
	width: 550px;
	margin: 10px auto;
	padding: 20px;
	border: 1px solid #ccc;
}

/*======================================

	エントリーページ
	#entry

=======================================*/

span.require {
	color: red;
}

#mailform table {
	width: 750px;
	margin: 0;
	border-top: 1px solid #ccc;
	border-spacing: 0 1px;
}

#mailform th {
	background: #dedede;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: middle;
}

#mailform td {
	background: #fff;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

#mailform td label {
	padding: 0 0 0 5px;
}

#mailform td label input {
	margin: 0 5px 0 0;
}

/*//////////////////////////////////////////////////*/
/*// 01.ベースの設定                              //*/
/*//////////////////////////////////////////////////*/
form#mailform {
	margin: 0px auto;
	padding: 0px;
}
div#mailfrom_hidden_object {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#mailfrom_hidden_object input {
	margin: 10px;
}
div#mfp_closed {
	display: none;
}
div.mfp_disp {
	display: none;
}
div.mfp_err {
	text-align: left;
	padding: 5px 0px 5px 17px;
	color: #FF0000;
	font-size: 12px;
	line-height: 13px;
	display: none;
	background: url(../img/inquiry/mfp_error.gif) no-repeat left center;
}
input.mfp {
	padding: 2px;
}
textarea.mfp {
	padding: 5px;
}
div#mfp_buttons {
	padding: 0 0 0;
	text-align: center;
}
div#mfp_buttons ul {
	width: 450px;
	height: 45px;
	overflow: hidden;
	margin: 0px auto 0px;
}
div#mfp_buttons ul li {
	width: 225px;
	height: 45px;
	overflow: hidden;
	float: left;
}
input#button_mfp_goconfirm {
	width: 225px;
	height: 45px;
	overflow: hidden;
	background: url(../img/inquiry/mfp_goconfirm.gif) no-repeat;
	/*text-indent: -5000px;*/
	border: none;
	border-style: none;
	cursor: pointer;
}

input#button_mfp_goconfirm:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


/*//////////////////////////////////////////////////*/
/*// 04.以下確認画面関連のスタイル                //*/
/*//////////////////////////////////////////////////*/
ul.confirm_layer {
	width: 720px;
	padding: 0px;
	margin: 0px;
}
ul.confirm_layer li {
	width: 720px;
	list-style: none;
	float: left;
	overflow: hidden;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
li.confirm_middle {
	background-image: url(../img/inquiry/mfp_table_background.png?wide);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/inquiry/mfp_table_background.png', sizingMethod='scale');
}
li.confirm_top {
	height: 33px;
	background-image: url(../img/inquiry/mfp_table_top.png?wide);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/inquiry/mfp_table_top.png', sizingMethod='scale');
}
li.confirm_bottom {
	height: 33px;
	background-image: url(../img/inquiry/mfp_table_bottom.png?wide);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/inquiry/mfp_table_bottom.png', sizingMethod='scale');
}
div#disabled_submit {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#disabled_submit input {
	margin: 10px;
}
table.infield {
	width: 660px;
	margin: 0px auto 0px auto;
}
table.infield tr th {
	padding: 5px;
	margin: 0px;
	text-align: right;
	font-size: 12px;
	border-bottom: solid 1px #CCCCCC;
	color: #232323;
	white-space: nowrap;
}
table.infield tr td {
	padding: 5px;
	border-bottom: solid 1px #CCCCCC;
}
table.infield tr td p {
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	border-left: solid 2px #CCCCCC;
	padding: 5px 0px 5px 10px;
	margin: 0px;
}
.mfp_color {
	background-color: #e5f0f7;
}
div#confirmWindow {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: hidden;
	z-index: 1000;
	position: fixed!important;
	position/**/:  absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	background-color: #000000;
	font-size: 12px;
	text-align: center;
	_top: expression(
		document.documentElement && document.documentElement.scrollTop  || 
		document.body && body.scrollTop  || 0
		+ 0 + 'px'
	);
}
div#confirmBody {
	width: 1px;
	visibility: hidden;
	position: absolute;
	z-index: 2000;
	text-align: center;
	margin: 0px auto 0px auto;
}
div#confirmBody div.mfp_title {
	color: #FFFFFF;
	margin: 0px auto 0px auto;
	width: 294px;
	height: 33px;
	padding-top: 10px;
}
div.buttons {
	margin: 0px auto ;
}

div#twex {
	margin: 0px;
	overflow: hidden;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	text-align: center;
	background-color: #000000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}
img#loading_proccess_image {
	position: absolute;
	z-index: 2000;
}
/*//////////////////////////////////////////////////*/
.scrl {
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	height: 100px;
	overflow: auto;
	border: 1px solid #CCCCCC;
}
.privacy_btn{padding-top: 30px; text-align: center;}