@charset "UTF-8";
/* CSS Document */

ul { line-height: 1.5;}

.fontSmall { font-size: 75%;}
.corolRed { color: #cc0000;}

.wid345 { width: 345px;}

#breadcrumb {
	border-top: 1px solid #000;
}

.h2_form {
	background: url(../images/form/h2_form_bg.gif) no-repeat left top;
	font-size: 24px;
	padding: 5px 15px;
	margin-bottom: 20px;
	height: 37px;
}

.handling {
	background: #e5effd;
	padding: 30px;
}
.handling ul {
	list-style: disc;
	margin-left: 1em;
}


.form_sec {
	border-top: 1px dotted #ccc;
	margin: 30px auto 0;
	width: 790px;
}
.form_sec li.select_wrap {
	border-bottom: 1px dotted #ccc;
	padding: 20px 0;
	overflow: hidden;
}
.form_sec li dt {
	width: 40%;
	float: left;
	padding-left: 7%;
}
.form_sec li dd {
	width: 53%;
	float: left;
}
.address dd input, .address dd select {
	width: 70%;
	margin-bottom: 10px;
	float: left;
}
.address dd span {
	width: 20%;
	display: block;
	float: left;
}
.item_list {
	float: left;
	width: 45%;
}
.fm {
	width: 90%;
}
.fm_txt {
	width: 90%;
	height: 10em;
}
.form_sec textarea{
	max-width: 90%;
}
/*.form_sec .submit {
	background:url(../images/form/form_transmission_btn.gif) no-repeat 0 0 ;
	cursor: pointer;
	display: block;
	width: 87px;
	height: 32px;
	border: none;
	text-indent: -9999px;
	float: left;
}*/
.form_sec .submit {
	background:url(../images/form/form_transmission_btn.gif) no-repeat 0 0 ;
	cursor: pointer;
	display: block;
	width: 152px;
	height: 32px;
	border: none;
	text-indent: -9999px;
	float: left;
}
.reset {
	background:url(../images/form/form_clear_btn.gif) no-repeat 0 0 ;
	cursor: pointer;
	display: block;
	width: 152px;
	height: 32px;
	border: none;
	text-indent: -9999px;
	float: left;
	margin-left: 40px;
}

.myBlurredClass{color: #bbb}
.myActiveClass{color: #000}

.message{
	margin-top: 20px;
	
}

.message ul li{
	font-size: 15px;
	padding-left:1em;
	text-indent:-1em;
}