@charset "UTF-8";

/*//////////////////////////////////////////////////*/
/*// 01.ベースの設定                              //*/
/*//////////////////////////////////////////////////*/
form#mailform {
	margin: 0px auto 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#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;
}
img.must {
	width: 30px;
	height: 16px;
	float: left;
	margin: 0px 0px 0px 5px;
}
div.mfp_err {
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #FF0000;
	font-size: 12px;
	line-height: normal;
	display: none;
	background-image: url(../images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

div#mfp_buttons {
	padding: 0px;
	text-align: center;
}
div#mfp_buttons ul {
	width: 360px;
	height: 60px;
	overflow: hidden;
	margin: 0px auto 0px auto;
}
div#mfp_buttons ul li {
	width: 180px;
	height: 60px;
	overflow: hidden;
	float: left;
	margin: 0px;
}
input#button_mfp_goconfirm {
	width: 180px;
	height: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/mfp_goconfirm.gif);
	border: none;
	border-style: none;
	cursor: pointer;
}
input#button_mfp_reset {
	width: 180px;
	height: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/mfp_reset.gif);
	border: none;
	border-style: none;
	cursor: pointer;
}
.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: 560px;
}
table.mailform tr {
	border: 1px solid #DDD;
}
table.mailform tr th {
	padding: 7px 7px 7px 0px;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	width: 160px;
	*border: 1px solid #DDD;
	*border-right: none;
}
table.mailform tr th span {
	font-size: 10px;
	color: #999999;
	display: block;
}
table.mailform tr td {
	padding: 7px 0px 7px 10px;
	font-size: 12px;
	*border: 1px solid #DDD;
	*border-left: none;
}
table.mailform tr td ul, table.mailform tr td ul li, table.mailform tr td ol {
	list-style: none;
	margin: 0px 0px 5px 0px!important;
	padding: 0px;
}

#table.mailform th {
	color: #FFFFFF;
	background-color: #004080;
	background-image: url(../../img/td_head.gif);
	background-repeat: repeat-x;
}

table.mailform label#ex {
	color: #999999;
	font-size: 9px;
}

table.mailform span.chui {
	color: #FF9966;
	font-size: 10px;
}


/*//////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////*/
/*// 03.以下エレメント毎の指定                    //*/
/*//////////////////////////////////////////////////*/
table.mailform input {
	height: 16px;
	vertical-align: middle;
}

table.mailform input[type="text"], select, textarea {
	padding: 1px 2px 1px 2px;
	border: 1px solid #B0C4DE;
}

table.mailform input#mfp_name, input#mfp_kana {
	width: 200px;
	ime-mode: active;
}

table.mailform input#mfp_email {
	width: 240px;
	ime-mode: disabled;
}

table.mailform input#mfp_tel {
	width: 120px;
	ime-mode: disabled;
}

table.mailform input#mfp_add2, input#mfp_add3, input#mfp_hptitle {
	width: 330px;
	ime-mode: active;
}

table.mailform input#mfp_hpurl, input#mfp_afurl {
	width: 330px;
	ime-mode: disabled;
}

table.mailform input#mfp_zip, input#mfp_afid {
	width: 80px;
	ime-mode: disabled;
}

table.mailform input#mfp_ep_num {
	width: 120px;
	ime-mode: disabled;
}

table.mailform select#mfp_select {
	height: 22px;
	border: 1px solid #B0C4DE;
	padding: 1px 2px 1px 2px;
}

table.mailform textarea#mfp_textarea {
	width: 94%;
	height: 70px;
	ime-mode: active;
	border: 1px solid #B0C4DE;
}


/*//////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////*/
/*// 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='./mail/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='./mail/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='./mail/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;
}
table.infield tr th {
	border-bottom: solid 1px #CCCCCC;
	color: #232323;
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding: 5px;
}
table.infield tr td {
	border-bottom: solid 1px #CCCCCC;
	padding: 5px;
}
table.infield tr td p {
	border-left: solid 1px #CCCCCC;
	font-size: 13px;
	text-align: left;
	line-height: 1.5em;
	margin: 0px;
	padding: 5px 0px 5px 10px;
}
.mfp_color {
	background-color: #E8EEF9;
}
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: 200;
	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: 210;
	text-align: center;
	margin: 0px auto 0px auto;
}
div#confirmBody h2 {
	color: #FFFFFF;
	margin: 0px auto 0px auto;
	width: 294px;
	height: 33px;
	padding-top: 10px;
}
div.buttons {
	margin: 0px auto 0px auto;
}

#opt_type tr {
	border: none;
}

#opt_lsn,
#opt_cnsl,
#opt_oth {
	width: 95%;
}

#opt_lsn tr th,
#opt_cnsl tr th,
#opt_oth tr th {
	width: auto;
	background: #E7EEF9;
	background: #DDE4EF;
	border: 1px solid #CCC;
}

#opt_lsn tr td,
#opt_cnsl tr td,
#opt_oth tr td {
	width: auto;
	background: #E1E8F3;
}

#opt_lsn caption,
#opt_cnsl caption,
#opt_oth caption {
	text-align: left;
}

/*//////////////////////////////////////////////////*/

table.mailform td ul li.radio {
	display: inline-block; /display: inline; /zoom: 1;
	width: 45%;
	margin: 4px 0 0 0!important;
	_margin: 10px 0 0 0!important;
}


