@charset "utf-8";


.wrap-form {
	float:right;
	width: 650px;
}

.wrap-form dl {
	width: 100%;
	border-bottom: 1px dotted #ccc;
	padding: 4px;
	display: table;
}

.wrap-form dt {
	width: 210px;
	float: left;
	color: #00375E;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	letter-spacing: 1px;
}

.wrap-form dd {
	width: 390px;
	float: left;
	color: #666;
	padding: 5px 0 5px 20px;
	border-left: 4px solid #aac5e5;
}

.input-b {
	width: 200px;
	background-color: #E7E7E7;
	border-left: 1px solid #9cc;
	border-right: 2px solid #066;
	border-top: 1px solid #9cc;
	border-bottom: 2px solid #066;
	margin: 15px 15px;
	padding: 8px;
	color: #00375E;
	font-weight: bold;
	letter-spacing: 5px;
}

input, select, textarea {
	background-color: #EFEFEF;
}

input:focus, select:focus, textarea:focus {
	background-color: #D3DCF0;
	outline: 1px #06c solid;
}

.message {
	color: #666;
	margin: 5px;
}

.copy {
	text-align:right;
}

.copy a {
	font-size:10%;
	text-decoration:none;
	color:#fff;
}

.hiss {
	color: #f90;
	font-size: 80%;
	padding-left:10px;
}

.err {
	color:red;
	margin-top:5px;
}

.point {
	color: #3B6C53;
	margin:3px;
}

.align-c {
	text-align:center;
}

.input-s {
	width:200px;
}

.input-m {
	width:300px;
}

.input-l {
	width:380px;
}

.inp4 {
	width:140px;
}

.inp2 {
	width:60px;
}



#main .section .thanks {
	margin:80px;
	text-align:center;
}


#main .section .link {
	text-align:center;
}
