@charset "UTF-8";

/*-----------------------------------------------------------
    入力画面
-----------------------------------------------------------*/

form#mailform{
	margin:0 auto;
}

form#mailform label{
	cursor:pointer;
	margin-bottom:1px;
	padding:2px;
	width:98%;
}

label.label_false{
	background-color:none;
	background-image:none;
	border:none;
}

div#mailfrom_hidden_object{
	height:1px;
	overflow:hidden;
	width:1px;
}

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{
	color:#CC0000;
	font-size:18px;
}

div#limit_disp{
	padding:10px;
	text-align:center;
}

div#limit_disp strong{
	font-size:24px;
	color:#CC0000;
}

div.mfp_err{
	background:url(../images/mfp_error.gif) 0 1px no-repeat;
	color:#FF0000;
	display:none;
	font-size:12px;
	line-height:normal;
	margin:5px 0 0;
	padding:3px 0 5px 17px;
	text-align:left;
}

input#button_mfp_goconfirm {
	background-color: #FFFFFF;
	background-image: url(../images/mfp_goconfirm.gif);
	border:none;
	border-style:none;
	cursor:pointer;
	height: 31px;
	overflow: hidden;
	width:101px;
	margin:25px 0 0 300px;
}
input#button_mfp_reset{
	background-color:#FFFFFF;
	background-image:url(../images/mfp_reset.gif);
	border:none;
	border-style:none;
	cursor:pointer;
	height: 60px;
	overflow: hidden;
	width:180px;
}


/*-----------------------------------------------------------
   確認画面
-----------------------------------------------------------*/

ul.confirm_layer{
	margin:0 auto;	
	width:560px;
}

ul.confirm_layer li{
	float:left;	
	overflow:hidden;
	text-align:center;
	width:560px;
}

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{
	background-image:url(../images/mfp_table_top.png);
	height:33px;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_table_top.png', sizingMethod='scale');
}

li.confirm_bottom{
	background-image:url(../images/mfp_table_bottom.png);
	height:33px;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_table_bottom.png', sizingMethod='scale');
}

div#disabled_submit{
	height:1px;
	overflow:hidden;
	width:1px;
}

div#disabled_submit input{
	margin:10px;
}

table.infield{
	clear:both;
	margin:0 auto;
	width:500px;
}

table.infield tr th{
	border-bottom:solid 1px #CCCCCC;
	color:#232323;
	font-size:14px;
	padding:5px;
	text-align:right;
}

table.infield tr td{
	border-bottom:solid 1px #CCCCCC;
	padding:5px;
}

table.infield tr td p{
	border-left:solid 2px #CCCCCC;
	font-size:12px;
	line-height:1.5em;
	padding:5px 0 5px 10px;
	text-align:left;
}

.mfp_color{
	background-color:#E8EEF9;
}

div#confirmWindow{
	background-color:#000000;
	filter:alpha(opacity=30);
	font-size:12px;
	height:100%;
	left:0;
	opacity:0.3;
	overflow:hidden;
	position:fixed!important;
	position/**/:absolute;
	text-align:center;	
	top:0;
	visibility:hidden;
	width:100%;
	z-index:1;
	-moz-opacity:0.3;
	-khtml-opacity:0.3;
	_top:expression(
		document.documentElement && document.documentElement.scrollTop  || 
		document.body && body.scrollTop  || 0
		+ 0 + 'px'
	);
}

div#confirmBody{
	margin:10px auto 0;
	position:absolute;
	text-align:center;
	visibility:hidden;
	width:100%;
	z-index:10;
}

div#confirmBody h2{
	color:#FFFFFF;
	height:33px;
	margin:0 auto;
	padding-top:10px;
	width:294px;
}

div.buttons{
	clear:both;
	margin:0 auto;
}

div.buttons input{
	margin:10px;
}

div#twex{
	background-color:#000000;
	display:none;
	left:0;	
	overflow:hidden;
	position:absolute;
	text-align:center;
	top:0;
	z-index:100;
	filter:alpha(opacity=60);
	-khtml-opacity:0.60;
	-moz-opacity:0.60;
}

img#loading_proccess_image{
	position:absolute;
	z-index:1000;
}

