@charset "UTF-8";

/*//////////////////////////////////////////////////*/
/*// 01.ベースの設定                              //*/
/*//////////////////////////////////////////////////*/
form#mailform {
	border-top:1px solid #ddd;
	margin: 0px auto 0px auto;
	padding: 0px;
}
form#mailform label {
	cursor: pointer;
	text-decoration: underline;
	display: block;
	padding: 2px;
	width: 98%;
	margin-bottom: 1px;
}
label.label_true {
	background-color: #FFFFEE;
	border: solid 1px #ddd;
	text-decoration: none;
}
label.label_false {
	background-color: none;
	border: none;
	text-decoration: underline;
	background-image: none;
}
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#input_time_disp {
	padding: 10px;
}
div#expires_time_disp {
	padding: 10px;
	text-align: center;
}
div#expires_time_disp strong {
	font-size: 18px;
	color: #CC0000;
}
div#limit_disp {
	padding: 10px;
	text-align: center;
}
div#limit_disp strong {
	font-size: 24px;
	color: #CC0000;
}
.must { /*必須 span */
	width: 30px;
	height: 16px;
	float: left;
	font-size:smaller;
	margin: 0px 0px 0px 5px;
}
div.mfp_err {
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #b37d47;
	font-size: 87.5%;
	line-height: normal;
	display: none;
}
input.mfp { /* フォーム入力枠(除くご用件) */
	font-size:112.5% !important;
	padding: 2px;
	color:#444444;
}
.ss-text {font-size:87.5% !important;}


/*送信、キャンセルボタン*/
div#mfp_buttons {
	padding: 0px;
	text-align: center;
}
#mfp_buttons ul {
	overflow: hidden;
	margin: 1em auto;
}
#mfp_buttons ul li {
	margin:0 5px;
	display:inline;
}

#button_mfp_goconfirm {
	width:140px;	height:31px; overflow: hidden;
	padding:0; 
	text-indent: -9999px;
	border:none;
	cursor:pointer;
	background:url(images/common/mailbtn.png) no-repeat -280px 0px;
}

#button_mfp_goconfirm:hover {	background:url(images/common/mailbtn.png) no-repeat -280px -31px; }
#button_mfp_goconfirm:active { background:url(images/common/mailbtn.png) no-repeat -280px -62px; }

#button_mfp_reset {
	width: 140px;	overflow: hidden;	
	padding:0.35em 0.65em;	font-size:87.5%; font-weight:bold; color:#666;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	background:-moz-linear-gradient(center top , #FFFFFF, #EFEFEF) repeat scroll 0 0 #F6F6F6;
	/*text-indent: -5000px;*/
	-moz-border-radius:3px;
}



.reset_over {
	background-image: url(../images/mfp_reset_over.gif);
}
.reset_out {
	background-image: url(../images/mfp_reset.gif);
}
.confirm_over {
	background-image: url(../images/mfp_confirm_over.gif);
}
.confirm_out {
	background-image: url(../images/mfp_confirm.gif);
}

/*//////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////*/
/*// 02.テーブルの指定                            //*/
/*//////////////////////////////////////////////////*/
table.mailform {
	width: 100%;
}
table.mailform tr th {
	padding: 7px 0px 7px 0px;
	border-bottom: solid 1px #e0e0e0;
	font-weight:normal; font-size:94%;
	text-align:right;
	width: 160px;
}
table.mailform tr th span { /*英文表記*/
	font-size: 11px;
	color: #878787;
	display: block;
}
table.mailform tr td {
	padding: 7px 0px 7px 10px;
	border-bottom: solid 1px #e0e0e0;
}
table.mailform tr td ul li,table.mailform tr td ul,table.mailform tr td ol,table.mailform tr td ol li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
table.mailform tr td ul li {
	float: left;
	padding: 0px 10px 0px 0px;
}
table.mailform tr td p,table.mailform tr td div,table.mailform tr td span {
	clear: both;
}

/*//////////////////////////////////////////////////*/
/*// 04.以下確認画面関連のスタイル                //*/
/*//////////////////////////////////////////////////*/
ul.confirm_layer {
	width: 560px;
	padding: 0px;
	margin: 0px;
}
ul.confirm_layer li {
	width: 560px;
	list-style: none;
	float: left;
	overflow: hidden;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
li.confirm_middle {
/*	background-image: url(../images/mfp_table_background.png); */
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_table_background.png', sizingMethod='scale');
}
li.confirm_top {
	height: 33px;
/*	background-image: url(../images/mfp_table_top.png); */
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_table_top.png', sizingMethod='scale');
}
li.confirm_bottom {
	height: 33px;
/*	background-image: url(../images/mfp_table_bottom.png); */
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_table_bottom.png', sizingMethod='scale');
}
div#disabled_submit {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#disabled_submit input {
	margin: 10px;
}


table.infield { /* フローティング内のテーブル */
	width: 500px;
	margin: 0px auto 0px auto;
	border-top:1px solid #ccc;
}
table.infield tr th { 
	padding: 5px;
	margin: 0px;
	text-align: right;
	border-bottom: solid 1px #ddd;
	font-weight:normal;
	font-size:87.5%;
}
table.infield tr td {
	padding: 5px;
	color:#444444;
	border-bottom: solid 1px #ddd;
}
table.infield tr td p {
	text-align: left;
	line-height: 1.5em;
	border-left: solid 1px #ddd;
	padding: 5px 0px 5px 10px;
	margin: 0px;
}
.mfp_color { /*確認フローティングウィンドウ上での行ごとの区分背景色*/
	background-color: #eee;
}
div#confirmWindow {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: hidden;
	z-index: 1;
	position: fixed!important;
	position/**/:  absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	background-color: #000;
/*	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: 10;
	text-align: center;
	margin: 0px auto;
}

#confirm-in {
	background-color:#fafafa;
	padding:1em 0;
}

div#confirmBody h2 {
	margin: 0px auto;
	padding-top: 10px;
}

/*入力値確認画面での最終キャンセル及び送信するボタン */
div.buttons { /* フローティングウィンドウ wrap */
	margin: 0px auto;	background:#fafafa;
}
.sendbtn { /*input*/
	text-align:center;
	width:140px;	height:31px; overflow:hidden;
	padding:0;	text-indent:-9999px;
	border:none;	cursor:pointer;
}
#sendcanc {	background:url(images/common/mailbtn.png) no-repeat 0px 0px; }
#sendcanc:hover { background:url(images/common/mailbtn.png) no-repeat 0px -31px; }
#sendcanc:active { background:url(images/common/mailbtn.png) no-repeat 0px -62px; }

#sendok { background:url(images/common/mailbtn.png) no-repeat -140px 0px; }
#sendok:hover { background:url(images/common/mailbtn.png) no-repeat -140px -31px; }
#sendok:active { background:url(images/common/mailbtn.png) no-repeat -140px -62px; }

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: 1000;
}

textarea.mfp { font-size:112.5% !important; color:#444444;}





* html body #button_mfp_goconfirm, * html body #sendcanc, * html body #sendok { display:block; /* IE6 */ }
*:first-child+html body #button_mfp_goconfirm, *:first-child+html body #sendcanc, *:first-child+html body #sendok { display:block; /* IE7 */ }

