@charset "utf-8";

/* form-p
----------------------------------------------- */

#form-wrap{
	max-width:842px;
	margin:0 auto;
	color:#fff;
	background:#231714;
	padding-bottom:30px;
}


.box724{
	margin:0 auto;
	position:relative;
}


#form-header{
	background:url(../form/img/line.png) bottom no-repeat;
	margin-bottom:25px;
}

#form-header .box724{
	height:63px;
}

#form-header h1{
	font-size:23px;
	padding-top:17px;
	font-weight:normal;
}

#form-header .logo{
	position:absolute;
	right:0;
	top:13px;
}



#form-contents .intro{
	margin-bottom:30px;
}
#form-contents .intro h2{
	font-size:120%;
	margin-bottom:10px;
	font-weight:normal;
}
#form-contents .intro h2 span{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	display:inline-block;
}


/* parts */


.table-form{
	margin-bottom:30px;
}

.table-form th,
.table-form td{
	color:#fff;
}

.table-form th{
	padding:0px 10px 10px 0;
	text-align:right;
}

.table-form td{
	padding:0px 0 10px 0;
}

.table-form th span{
}

.table-form th img{vertical-align:middle;}

.table-form table{
	border-collapse:collapse;
}

.table-form table td{
	padding:0 15px 5px 0;
}


.must{ color:#f39800;}
.table-form2 .must{
	color:#c00;
	font-weight:bold;
}

.v-short{width:px;}

form .input{
	height:22px;
	line-height:22px;
	background:#FFFDE6;
	border:0;
	padding:2px 3px;
}

form .short{width:60px;}
form .middle{width:260px;}
form .middle2{width:160px;}
form .long{width:350px;}

input[type=radio],
input[type=checkbox]{
	margin-right:5px;
}

form .youbi label{
	margin-right:10px;
}



form .bikou{
	margin-bottom:40px;
}

form textarea{
	width:450px;
	height:150px;
	background:#FFFDE6;
}

.hankaku{ime-mode:disabled;}


form .relaxation-menu{
	max-width:640px;
	margin-bottom:20px;
}

form .relaxation-menu .head{
	border-bottom:1px dotted #918B89;
	padding-bottom:5px;
}

form .relaxation-menu .group{
	border-bottom:1px dotted #918B89;
	padding:10px 5px;
}
form .relaxation-menu .open{
	background:#6A390B;
}

form .relaxation-menu .name{
	min-width:190px;
	display:inline-block;
}
form .relaxation-menu .time{
	display:inline-block;
}
form .relaxation-menu .sch{
	text-align:right;
	padding-top:10px;
	display:none;
}



form .shimei{
	margin-bottom:30px;
}

form .shimei .body{
	margin-left:1em;
}




.table-form2{
	margin-bottom:30px;
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#DCDCCD;
	width:100%;
}

.table-form2 th,
.table-form2 td{
	background:#FFFDE6;
	border-width:1px 0 0 1px;
	border-style:solid;
	border-color:#DCDCCD;
	padding:10px;
	color:#000;
}

.table-form2 th{
	width:30%;
}
.table-form2 td{
	width:70%;
}

.table-form2 .sub th{
	border-top:0;
	text-align:right;
}


.error{
	background:#FC6A00;
	color:#fff;
	padding:5px;
	font-weight:bold;
}

.error_coution{
	font-weight:bold;
	color:#a00;
}

.form-button{
	margin-bottom:20px;
	text-align:center;
	position:relative;
	height:px;
}

.form-button #backbutton{
	background-image:url(../form/img/button-back.png);
	width:217px;
	height:67px;
	display:inline-block;
	cursor:pointer;
	margin:0 20px;
	vertical-align:middle;
}


.form-button input,
.form-button img{
	margin:0 20px;
	vertical-align:middle;
}


