@charset "UTF-8";
form#mailform {
	margin: 0px auto 0px auto;
}
/*　ラベル　*/

form#mailform label {
	display: block;
	padding: 4px 7px;
	margin-bottom: 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
label.label_true {
	background-color: #FFFFEE;
	border: solid 1px #999999;
	text-decoration: none;
}
label.label_false {
	background-color: none;
	border: solid 1px #ffffff;
	text-decoration: underline;
	background-image: none;
}
/*　送信ボタン　*/


div.mfp_buttons {
	margin-top: 30px;
}
div.mfp_buttons ul {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}
div.mfp_buttons ul li {
	height: 43px;
	overflow: hidden;
	float: left;
}
div.mfp_buttons ul li.reset {
	width: 196px;
	padding-right: 30px;
	padding-left: 21px;
}
div.mfp_buttons ul li.goconfirm {
	width: 242px;
}
div.mfp_buttons ul li.gocancel {
	width: 197px;
	padding-right: 30px;
	padding-left: 14px;
}
div.mfp_buttons ul li.gosend {
	width: 259px;
}
input#button_mfp_goconfirm {
	width: 242px;
	height: 43px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/mfp_goconfirm.gif);
	border: none;
	border-style: none;
	cursor: pointer;
}
input#button_mfp_gosend {
	width: 259px;
	height: 43px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/mfp_gosend.gif);
	border: none;
	border-style: none;
	cursor: pointer;
}
input#button_mfp_gocancel {
	width: 197px;
	height: 43px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/mfp_gocancel.gif);
	border: none;
	border-style: none;
	cursor: pointer;
}
input#button_mfp_reset {
	width: 196px;
	height: 43px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/mfp_reset.gif);
	border: none;
	border-style: none;
	cursor: pointer;
}
/*　テーブル　*/

table.mailform {
width: 100%;
border: solid 1px #999999;
margin-bottom: 10px;
background-image: url(../../img/contact_bg_01.jpg);
background-position: left top;
background-repeat: repeat-y;
}

table.mailform tr {
background-color: transparent !important;
}

table.mailform tr th, table.mailform tr td {
	border: 1px solid #999999;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 17px;
}

table.mailform tr th {
width: 192px;
line-height: 1.4;
color: #FFF;
}
table.mailform tr td {
	padding-right: 17px;
}
/*　リストをフロートに　*/

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;
}
/*　フロート打ち消し　*/

#mailform #mfp_phase_1 .mailform td .no_f li {
	float: none;
}
table.mailform tr td p, table.mailform tr td div, table.mailform tr td ul, table.mailform tr td ol {
	clear: both;
}
/*　チェックボックス　*/

#mailform #mfp_phase_1 .mailform td input[type=checkbox] {
	vertical-align: middle;
}
#mailform #mfp_phase_1 .mailform td ol li {
	float: left;
	padding: 0px 8px 8px 0px;
}
table.mailform tr td ul li {
	float: left;
	padding: 0px 10px 0px 0px;
}
/*　住所（フロート打ち消し）　*/

#mailform #mfp_phase_1 .mailform td ol.adrs li {
	float: none;
	padding-bottom: 8px;
}
/*　1行テキストボックス　*/

#mailform #mfp_phase_1 .mailform td input[type=text] {
	border: 1px solid #999;
	font-size: 108%;
	color: #000;
	margin: 0;
	padding: 6px;
	width: 70%;
}
#mailform #mfp_phase_1 .mailform td input[type=text].w90 {
	width: 90%;
}
#mailform #mfp_phase_1 .mailform td input[type=text].w50 {
	width: 50%;
}
#mailform #mfp_phase_1 .mailform td input[type=text].w30 {
	width: 30%;
}
#mailform #mfp_phase_1 .mailform td input[type=text].w20 {
	width: 20%;
}
#mailform #mfp_phase_1 .mailform td input[type=text].w15 {
	width: 15%;
}
#mailform #mfp_phase_1 .mailform td input[type=text].w10 {
	width: 10%;
}
#mailform #mfp_phase_1 .mailform td input[type=text]:hover {
	background-color: #ececec;
}
#mailform #mfp_phase_1 .mailform td input[type=text]:focus {
	background-color: #ececec;
	border: 3px solid #999;
	padding: 4px;
}
/*　プルダウン　*/

#mailform #mfp_phase_1 .mailform td select {
	font-size: 108%;
}
/*　テキストエリア　*/

#mailform #mfp_phase_1 .mailform td textarea {
	border: 1px solid #999;
	font-size: 108%;
	color: #333333;
	margin: 0;
	padding: 4px;
}
#mailform #mfp_phase_1 .mailform td textarea.w70 {
	width: 70%;
}
#mailform #mfp_phase_1 .mailform td textarea.w80 {
	width: 80%;
}
#mailform #mfp_phase_1 .mailform td textarea:hover {
	background-color: #ececec;
}
#mailform #mfp_phase_1 .mailform td textarea:focus {
	background-color: #ececec;
	border: 3px solid #999;
	padding: 4px;
}



/*　確認画面で非表示エリア　*/


div.mfp_phase_section {
	display: none;
	clear: both;
}
/*　確認画面　*/


div#mfp_phase_confirm {
	display: none;
}
div#mfp_phase_confirm table {
	width: 100%;
	border: solid 1px #999999;
}
div#mfp_phase_confirm table tr th {
	border: 1px solid #999999;
	background-image: url(../images/dot_02.gif);
	width: 192px;
	padding-top: 10px;
	padding-left: 17px;
	padding-bottom: 10px;
	line-height: 1.3;
}
div#mfp_phase_confirm table tr th, div#mfp_phase_confirm table tr td {
	border: 1px solid #999999;
	padding-top: 10px;
	padding-right: 17px;
	padding-bottom: 10px;
	padding-left: 17px;
}
div#mfp_phase_confirm table tr td p {
	text-align: left;
}
.mfp_color {
	background-color: #ffffff;
}
/*　プライバシーポリシー　*/

table.nobg {
background-image: none;
}
table.nobg tr th.nobg {
background-image: url(../images/dot_02.gif);
background-repeat: repeat;
color: #333;
width: 192px;
}

table.mailform tr td.pp {
	padding: 0;
}
table.mailform tr td.pp div {
	height: 100px;
	overflow: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
table.mailform tr td.pp h4 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 3px;
}
table.mailform tr td.pp .dounyu {
	margin-bottom: 0px;
	border-bottom: 1px dotted #999;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 93%;
}
table.mailform tr td.pp dt {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #333;
	line-height: 1;
	margin-bottom: 8px;
	padding-left: 5px;
	font-weight: bold;
}
table.mailform tr td.pp dd {
	margin-bottom: 18px;
}
table.mailform tr td.pp dl {
	font-size: 93%;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
/*　注意　*/

.chu {
	font-size: 93%;
	color: #666;
	margin-top: 10px;
}
/*　入力エラー　*/


div.mfp_err {
	text-align: left;
	color: #A70000;
	font-size: 93%;
	line-height: 1;
	display: none;
	background-image: url(../images/mfp_error_2.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	margin-top: 7px;
	padding-left: 19px;
	height: 13px;
	padding-top: 2px;
	text-decoration: underline;
}
/*　必須項目　*/

img.must {
	margin: 0px 0px 0px 7px;
	vertical-align: -4px;
}
/*　その他　*/


div#mailfrom_hidden_object {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#mailfrom_hidden_object input {
	margin: 10px;
}
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: 138.5%;
	color: #CC0000;
}
div#limit_disp {
	padding: 10px;
	text-align: center;
}
div#limit_disp strong {
	font-size: 182%;
	color: #CC0000;
}
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;
}

