@charset "UTF-8";
#leftmain,
#rightmain{
	float:none;
	width: 980px;
	padding: 28px;
	border-radius: 4px;
	background: #fff;
	margin: 2px 2px 50px;
	box-shadow: 0 0px 4px #c8c8c8;
	-moz-box-shadow: 0 0px 4px #c8c8c8;
	-webkit-box-shadow: 0 0px 4px #c8c8c8;
}
h2{
	background:#f3ece1;
	padding:1px;
	border-radius:4px;		/* CSS3 */
	-webkit-border-radius:4px;	/* Safari,Google Chrome用 */
	-moz-border-radius:4px;
	margin-bottom:30px;
}
h2 span{
	border:3px solid #fff;
	border-radius:4px;		/* CSS3 */
	-webkit-border-radius:4px;	/* Safari,Google Chrome用 */
	-moz-border-radius:4px;
	display:block;
	font-size:14px;
	font-weight:bold;
	padding:10px 20px;
	text-shadow:0 2px 0 #fff;
}
#leftmain p,
#rightmain p{
	margin-bottom:20px;
}
#leftmain p span,
#rightmain p span{
	padding:10px;
	background:#ff5c5c;
	color:#fff;
	display:block;
	font-size:14px;
	border-radius:4px;		/* CSS3 */
	-webkit-border-radius:4px;	/* Safari,Google Chrome用 */
	-moz-border-radius:4px;
}
.form-horizontal  .control-group{
	background:#f8f8f8;
	border-bottom:1px solid #f5f5f5;
	margin:0;
}
.form-horizontal .controls{
	background:#fff;
	padding:12px 0 12px 20px;
}
.form-horizontal .control-label{
	padding:20px 20px 0;
	width:180px;
	font-size:13px;
	font-weight:bold;
}
.form-horizontal .controls{
	margin-left:200px;
	position:relative;
}
.control-label span.required{
	float:right;
	font-size:10px;
	color:#fff;
	padding:0 4px;
	background:#ff5c5c;
	border-radius:4px;		/* CSS3 */
	-webkit-border-radius:4px;	/* Safari,Google Chrome用 */
	-moz-border-radius:4px;
}
 .form-horizontal .help-block {
	position:absolute;
	top:-7px;
}
p.explanation{
	text-align:center;
}
p.explanation span{
	font-weight:bold;
}
.btn{
	text-align:center;
}
.execute .completion{
	color:#86d568;
	font-size:42px;
	text-align:center;
}
.execute .text{
	text-align:center;
}
.confirmerror .error-block{
	display:block;
	position:absolute;
	top:3px;
	left:250px;
}
.confirmerror .error-block span{
	font-size:9px;
	display:block;
}
.form-horizontal .help-block {
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 11px;
	font-weight: bold;
	color: crimson;
	background:none;
}
.control-label span.required{
	font-size: 13px;
	margin-left: 5px;
}
.bottom_attention{
	font-size:10px;
	text-align:center;
}
@media screen and (max-width:599px){
	#horizontal fieldset{
		width: auto;
	    margin: 10px;
	    border: none;
	    padding: 0;
	}
	.contents_wrap .form-horizontal .controls .input-xxlarge{
		width: 93%;
	}
	.contents_wrap .form-horizontal .controls{
		margin-left: 0;
	    position: relative;
	    float: none;
	    padding: 20px 0;
	}
	.contents_wrap .form-horizontal .control-label{
		width: auto;
	    float: none;
	    padding: 2%;
	}
	.contents_wrap .form-horizontal .help-block{
		margin-bottom: 0 !important;
	}
	.contents_wrap .form-horizontal .controls span{
		display: block;
	}
	.contents_wrap .form-horizontal .help-block{
		top: 2px;
	}
	body .close,
	body .close:hover{
		width: 472px;
	    opacity: 1;
	    float: none;
	}
}