/* CSS Document */

@charset "UTF-8";

form#mailform, form#mailformpro {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

form#mailform ol li, form#mailformpro ol li {
	float: left;
	margin-right: 10px;
}
form#mailform ol.address li, form#mailformpro ol.address li {
	float: none;
	margin: 0px 0px 8px 0px;
}
form#mailform ol.multiple li, form#mailformpro ol.multiple li {
	margin: 0px 0px 8px 0px;
}
form#mailform ol.address li:last-child, form#mailformpro ol.multiple li:last-child {
	margin-bottom: 2px;
}

form#mailform label, form#mailformpro label {
	cursor: pointer;
	display: inline;
	padding: 2px;
	width: 98%;
	margin-bottom: 1px;
}
label:hover {
	text-decoration: underline;
}

label.label_true {
	text-decoration: none;
}
label.label_false {
	background-color: none;
	border: none;
	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;
}
span.must {
	margin-left: 7px;
	display: inline !important;
	color: #CE0044 !important;
}
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 1px;
}
input.mfp {
	padding: 2px;
	background-color: #EEE;
}
textarea.mfp {
	padding: 2px;
	background-color: #EEE;
}
div#mfp_buttons {
	margin-top: 16px;
	padding: 0px;
	text-align: center;
	font-size: 123.1%;
}
div#mfp_buttons ul {
	width: 400px;
	height: 60px;
	overflow: hidden;
	margin: 0 auto;
}
div#mfp_buttons ul li {
	width: 180px;
	height: 46px;
	margin: 0px 10px;
	overflow: hidden;
	float: left;
}
input#button_mfp_goconfirm {
	width: 180px;
	height: 46px;
	overflow: hidden;
	background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
	cursor: pointer;
}
input#button_mfp_goconfirm:hover {
	background: -moz-linear-gradient(top, #fff, #e1e1e1 1%, #e1e1e1 50%, #cfcfcf 99%, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #e1e1e1), color-stop(0.5, #e1e1e1), color-stop(0.99, #cfcfcf), to(#ccc));
}

input#button_mfp_reset {
	width: 180px;
	height: 46px;
	overflow: hidden;
	background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
	cursor: pointer;
}
input#button_mfp_reset:hover {
	background: -moz-linear-gradient(top, #fff, #e1e1e1 1%, #e1e1e1 50%, #cfcfcf 99%, #ccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #e1e1e1), color-stop(0.5, #e1e1e1), color-stop(0.99, #cfcfcf), to(#ccc));
}

div#mfp_buttons input {
	font-weight: normal;
}

table.mailform {
	width: 100%;
	margin: 18px auto 22px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.mailform tr th {
	width: 260px;
	padding: 7px 10px;
	background-color: #F2F2F2 !important;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	font-weight: normal;
	text-align: left;
}
table.mailform tr th span {
	font-size: 10px;
	color: #999999;
	display: block;
}
table.mailform tr td {
	padding: 7px 7px 7px 10px;
	border-bottom: solid 1px #CCCCCC;
}
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;
}

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;
}
table.infield tr th {
	padding: 5px;
	margin: 0px;
	text-align: right;
	font-size: 14px;
	border-bottom: solid 1px #CCCCCC;
	color: #232323;
	background-color:#FFFFFF;
}
table.infield tr td {
	padding: 5px;
	border-bottom: solid 1px #CCCCCC;
	background-color:#FFFFFF;
}
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: #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: 1;
	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: 10;
	text-align: center;
	margin: 0 auto;
}
div#confirmBody h2 {
	color: #FFFFFF;
	margin: 0px auto 0px auto;
	width: 294px;
	height: 33px;
	padding-top: 10px;
}
div.buttons {
	margin: 0 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: 1000;
}

/*----------------------------------------------------------------------
フォームパーツ
-----------------------------------------------------------------------*/
input, select {
	border: 1px solid #777;
	font-size: 16px;
}
textarea {
	border: 1px solid #777;
	overflow: auto;
	font-size: 16px;
}

img#button_mfp_reset {
	width: 200px;
	height: 62px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: none;
	border-style: none;
	cursor: pointer;
	/*text-indent: -5000px;*/
}
img#button_mfp_goconfirm {
	width: 200px;
	height: 62px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: none;
	border-style: none;
	cursor: pointer;
}
img:hover#button_mfp_reset, img:hover#button_mfp_goconfirm {
	opacity: 0.8;
	filter : alpha(opacity=80);
}

table td ol li {
	padding: 3px 0px !important;
}
table td ol li:last-of-type {
	padding-bottom: 0px !important;
}

table.mailform p {
	margin: 6px 0px 0px 0px !important;
	width: auto !important;
}

table.mailform p span {
	margin-left: 2px !important;
}

/*----------------------------------------------------------------------
スタイルのリセット
-----------------------------------------------------------------------*/
div#main._09 form h2 {
	margin-top: 2.8em;
	padding: 0;
}

div#main._09 form h2 span {
	margin-left: 1.2em;
	font-size: 14px !important;
	font-weight: normal !important;
	color: #010101;
}

div#main._09 form ul {
	margin-top: 1.6em;
	padding: 0;
}

div#main._09 form ul li {
	margin-bottom: 0.2em;
	font-size: 100% !important;
}

div#main._09 form ol {
	margin-left: 0;
	padding-left: 0;
}

div#main._09 form ol li {
	text-indent: 0;
}