/** common **/
body{
	border-top: 2px solid #1c85d6;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

a:hover{
	opacity:0.7;
	filter: alpha(opacity=80);
}

#container{
	background: #fff;
	height: auto;
	margin: -15px auto 0px auto;
	padding: 14px 10px 0 10px;
}

.clear_box{
	clear: both;
}

/** header **/
#header{
	float: left;
}

#header h1 img{
	width: 100%;
	text-align: center;
}

/** footer **/
small{
	display: block;
	font-size: 8px;
	text-align: center;
}

/** form.css **/
#container{
	margin-top: 0px !important;
}

h2{
	background:url(form_img/form_img.png);
	width:229px;
	height:37px;
	text-indent: -9999px;
}

#form_info{
	border: 1px solid #CCC;
	background: #f6f6f6;
	padding: 10px;
	margin: 20px 0;
}

#form_info p{
	font-size: 14px;
	color: #666;
	line-height: 20px;
}

#form_info u{
	font-weight: bold;
}

#form_info span{
	color: #0048ff;
	font-weight: bold;
}

#ssl{
	font-size: 7px !important;
	margin-bottom: 20px !important;
}

#ssl img{
	float: left;
}

#form_contents{
	padding:0 0 10px 0;
	font-size:12px;
}

#form_contents p{
	font-size: 20px;
	color: #666;
}

#form_contents p img{
	vertical-align: bottom;
	margin-right:10px;
}

.form_body{
	background: #EEE;
	border: 1px solid #CCC;
	border-radius: 6px;        /* CSS3草案 */  
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 6px;   /* Firefox用 */  
	padding: 10px;
	margin: 10px 0 25px 0;
}

.form_table{
	width: 100%;
	height: auto;
	background: #EEE;
}

.form_table tr{
}

.form_table th{
	display: inline-block;
	padding: 0 5px;
	font-weight: bold;
	vertical-align: middle;
}

.form_table th span{
	background:#f44d4d;
	color: #FFF;
	font-weight: normal;
	padding: 2px 5px;
}


.form_table td{
	display: block;
	padding: 10px;
	margin-bottom: 14px;
}

.form_table td span{
	color: #F00;
	font-size: 85%;
	margin: 10px 0;
	display: block;
}

.more span{
	background:#897c7c !important;
	color: #FFF;
	font-weight: normal;
	padding: 2px 5px;
}

.form_title{
	width: auto !important;
	background:url(form_img/form_img04.png) 6px 6px no-repeat;
	display: block !important;
	text-align:left;
	text-indent: 20px;
	line-height: 26px;
	color: #666;
	font-size: 120% !important;
	border-bottom: 1px solid #CCC;
	margin: 0 0 20px 0;
}

.title{
	width:40%;
	text-align: left;
	font-size: 120%;
}

.date_style{
	border: 1px solid #CCC !important;
	height: 20px !important;
}

#button_mfp_goconfirm{
	margin: 0px 108px !important;
}

#form_bottom p{
	font-size: 90%;
	line-height: 18px !important;
}
#formtext_size{
	font-size:100% !important;
}

#form_bottom_call{
	text-align: center;
}

#form_bottom_call span{
	display: block;
	font-size: 140% !important;
	margin: 10px 0;
}

#form_bottom_call a{
	color: #2E2EFE;
	text-decoration: none !important;
}

.mfp_element_submit{
	width: 100% !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #bcffbe), color-stop(0.50, #3ad33d), color-stop(0.50, #26b92a), color-stop(1.00, #7dff7d)) !important;
	background: -webkit-linear-gradient(top, #bcffbe 0%, #3ad33d 50%, #26b92a 50%, #7dff7d 100%) !important;
	background: -moz-linear-gradient(top, #bcffbe 0%, #3ad33d 50%, #26b92a 50%, #7dff7d 100%) !important;
	background: -o-linear-gradient(top, #bcffbe 0%, #3ad33d 50%, #26b92a 50%, #7dff7d 100%) !important;
	background: -ms-linear-gradient(top, #bcffbe 0%, #3ad33d 50%, #26b92a 50%, #7dff7d 100%) !important;
	background: linear-gradient(to bottom, #bcffbe 0%, #3ad33d 50%, #26b92a 50%, #7dff7d 100%) !important;
	margin: 20px auto !important;
	padding: 5px 0 !important;
	text-align: center !important;
}

#mfp_phase_stat{
	display: none;
}

input{
	width: 80%;
	font-size: 125%;
	text-align: left;
	margin-bottom: 20px;
	height: 28px;
	border-radius: 3px;
}

select{
	width: 65%;
	height: 30px;
	font-size: 110%;
	margin: 10px 0;
}

div.mfp_err{
	background-position: 0px 4px !important;
}

.block{
	display: block !important;;
	color: #000 !important;
	font-size: 100% !important;
 	margin: 0 !important;
}