@charset "UTF-8";



body	{
	overflow-y:scroll;
}

.mail	{
	margin:50px;
}
.mail h1	{
	margin-bottom:30px;
}
.mail p	{
	margin:30px auto;
	text-align:center;
}
#footer	{
	text-align:center;
}



form#mailform {
	margin-bottom:30px;
	padding:0 50px;
	width:820px;
}
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 {
	color:#C00;
	font-size:18px;
}
div#limit_disp {
	padding:10px;
	text-align:center;
}
div#limit_disp strong {
	color:#C00;
	font-size:24px;
}
img.must {
	float:left;
	margin:0 0 0 5px;
	width:50px;
	height:16px;
}
div.mfp_err {
	display:none;
	margin:5px 0 0 0;
	padding:3px 0 5px 17px;
	background-image:url(../images/mfp_error.gif);
	background-repeat:no-repeat;
	background-position:0 1px;
	color:#F00;
	font-size:12px;
	text-align:left;
	line-height:normal;
}



table.mailform {
	width:720px;
	border:none;
	border-collapse:collapse;
}
table.mailform tr th {
	padding:20px 0 5px 0;
	width:180px;
	font-size:12px;
	text-align:right;
	font-weight:normal;
}
table.mailform tr th {
	border-bottom:solid 2px #CEDEDF;
}
table.mailform tr th span {
	display:block;
	color:#999;
	font-size:10px;
}
table.mailform tr td {
	padding:20px 0 5px 20px;
	border-bottom:dotted 1px #CCC;
	font-size:12px;
	text-align:left;
}
table.mailform tr td ul li,table.mailform tr td ul,table.mailform tr td ol,table.mailform tr td ol li {
	margin:0;
	padding:0;
	list-style:none;
}



input#mfp_el01,input#mfp_el02 {
	width:240px;
	ime-mode:disabled;
}
input#mfp_el03,input#mfp_el04 {
	width:200px;
	ime-mode:active;
}
input#mfp_el05 {
	width:100px;
	ime-mode:disabled;
}
input#mfp_el06 {
	width:60px;
	ime-mode:disabled;
}
input#mfp_el08,input#mfp_el09 {
	width:300px;
	ime-mode:active;
}
textarea#mfp_el10 {
	width:98%;
	height:70px;
	ime-mode:active;
}



ul.confirm_layer {
	margin:0;
	padding:0;
	width:560px;
}
ul.confirm_layer li {
	float:left;
	margin:0;
	padding:0;
	width:560px;
	list-style:none;
	text-align:center;
	overflow:hidden;
}
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 {
	margin:0 auto;
	width:500px;
}
table.infield tr th {
	margin:0;
	padding:5px;
	border-bottom:solid 1px #CCC;
	color:#232323;
	font-size:14px;
	text-align:right;
}
table.infield tr td {
	padding:5px;
	border-bottom:solid 1px #CCC;
}
table.infield tr td p {
	margin:0;
	padding:5px 0 5px 10px;
	border-left:solid 2px #CCC;
	font-size:12px;
	line-height:1.5em;
	text-align:left;
}
.mfp_color {
	background-color:#E8EEF9;
}
div#confirmWindow {
	position:fixed!important;
	position/**/: absolute;
	top:0;
	left:0;
	margin:0px;
	width:100%;
	height:100%;
	background-color:#000;
	font-size:12px;
	text-align:center;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity:0.3;
	opacity:0.3;
	visibility:hidden;
	_top:expression(
		document.documentElement && document.documentElement.scrollTop  || 
		document.body && body.scrollTop  || 0
		+ 0 + 'px'
	);
	overflow:hidden;
	z-index:1;
}
div#confirmBody {
	position:absolute;
	margin:0px auto;
	width:1px;
	text-align:center;
	visibility:hidden;
	z-index:10;
}
div#confirmBody h2 {
	margin:0px auto;
	padding-top:10px;
	width:294px;
	height:33px;
	color:#FFF;
}
div.buttons {
	margin:0 auto;
}