/* ------------------------------------------------------------------------
    FORM
------------------------------------------------------------------------  */
#FORM_TTL {
	background:#e6e6e6;
	text-align:center;
	padding:20px 0;
	color:#FFF;
	font-size:1.7em;
	margin:20px 0 0;
}
#FORM_TOP {
	padding:40px 0;
	border-bottom:1px solid #b4b4b4;
}
#FORM_AREA {
	padding:40px 0;
}
.err {
	background-color:#990000;
	padding:5px 0;	text-align:center;
	color:#FFFFFF;
}
.check_area {
	padding:3px 5px;
	margin:5px 0;
}
/* list */
ul.form_area {
	width:100%;
	display:table;
	margin-bottom:15px;
	padding-bottom:15px;
	background:url(../images/line_1px_dash_black.png) repeat-x bottom;
}
ul.form_area > li {
	display:table-cell;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	vertical-align:middle;
}
.form_list {
	width:30%;
	padding:10px;
	background:#d4d4d4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.form_box {
	width:70%;
	padding:0 0 0 10px;
}
.form_btn {
	text-align:center;
	padding:30px 0 0;
}
@media screen and (max-width:768px){
ul.form_area {
	background:none;
}
ul.form_area > li {
	display:block;
}
.form_list {
	width:100%;
	margin:0 0 10px;
}
.form_box {
	width:100%;
	padding:0;
	margin:0 0 15px;
}
}

.req {
	font-size:11px;
	color:#FFF;
	padding:2px 1em;
	background:#820000;
	margin:0 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}

/* ------------------------------------------------------------------------
    STEP
------------------------------------------------------------------------  */
#stepbox {
	width:100%;
	display:table;
	table-layout:fixed;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:#a9a9a9 1px solid;

	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	margin-bottom:40px;
	background:#fff;
	overflow:hidden;
	line-height:1.2em;
}
.step1 , .step2 , .step3 {
	display:table-cell;
}
.step1 , .step2 , .step3 {
	text-align:center;
	padding:5px 0;
}
.step2 p , .step3 p{
	border-left:1px solid #d4d4d4;
}
.stepnow {
	background:#d4d4d4;
}
@media screen and (max-width:400px){
.step1 , .step2 , .step3 {
	font-size:0.8em;
}
}

/* ------------------------------------------------------------------------
    input
------------------------------------------------------------------------  */
input , textarea , select {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
input[type="text"],textarea {
	padding:7px 8px;
	margin:5px 0;
}
input[type=text] , textarea , select{
	font-size:14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:#a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
}
input[type=text] {
}
textarea {
	height:7em;
	font-size:1.2em;
}
input[type=text]:focus  , textarea:focus{
	border:solid 1px #20b2aa;
}
 
input[type=text], select , textarea {
	outline: none;
}
select {
	width:100%;
	padding:5px 10px;
	margin:0 0 5px;
}
input[type=submit]{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:#a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	width:130px;
	padding:10px;
	cursor:pointer;
	color:#333;
	font-weight:bold;
	background:#f5f5f5;
}
input[type=submit]:hover{
	background:#999;
	color:#FFFFFF;
}
iframe {
	width:95%;
	height:80px;
	font-size:14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:#a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	padding:5px;
}
