@charset "utf-8";
/* ===================================================================
CSS information

file name  :style-f.css
info :form専用
 
 =================================================================== */


#form1 {
	width:660px;
}

#form h2 {
	width:660px;
	display:block;
	font-size:0.75em;
	padding:0 0 10px 0;
}
#form p.subText{
	width:615px;
	display:block;
	padding:25px 0 25px 25px;
	font-size:0.75em;
	font-weight: bold;
	color:#000000;
}
#form p.subText img{
	vertical-align:middle;
	margin:0 5px 0 0;
}
div.formBox {
	background:#F5F5F5 none repeat scroll 0 0;
	border:1px solid #CFCFCF;
	clear:both;
	margin:0 auto 6px auto;
	padding:9px 9px 0 9px;;
	width:600px;
}
#form dl {
	width:570px;
	display:block;
	font-size:0.75em;
	clear:both;
	padding:20px 5px 20px 25px;
	border-bottom:1px dotted #bcbbbb;
}
#form dl.end {
	border:none;
}
#form dt,
#form dt.hissu {
	width:126px;
	display:block;
	float:left;
	font-weight: bold;
	padding:4px 0;
}
#form dt.hissu {
	background:url(../images/aic_hissu.jpg) no-repeat 95% 50%;
}
#form dd {
	display:block;
	padding:3px 0 3px 146px;
}

#form dd span.textF01 input,
#form dd span.textF02 input, 
#form dd span.textF03 input,
#form dd span.textF04 input,
#form dd span.textF05 input,
#form dd span.textF06 input{
	font-size:1em;
	padding:0 3px;
}
#form dd span.textF01 input { width:125px; margin:0 15px 0 0; }
#form dd span.textF02 input { width:410px; }
#form dd span.textF03 input { width:30px; }
#form dd span.textF04 input { width:15px; }
#form dd span.textF05 input { width:40px; }
#form dd span.textF06 input { width:414px; margin:15px 5px 0 0; }


#form dd span label{
	height:16px;
	font-size:1em;
	line-height:1em;
	padding:6px 0 0 0;
}
#form dd span label.L01 {
	margin:0 40px 0 0;
	padding:0;
}
#form dd span label.L02 {
	margin:0 15px 0 0;
	line-height:1em;
}
#form dd span label.L03 {
	margin:0 5px 0 5px;
}
#form dd span.f5 label {
	margin:0 15px 0 0;
}

#form dd span.f6 label {
	margin:0 15px 0 0;
}


#form dd span.f8 label {
	height:16px;
	font-size:1em;
	padding:6px 0 0 0;
	margin:0 15px 0 0;
	line-height:1em;
}

#form dd span.redioBtn {
	padding:0 0;
	display:block;
}
#form dd span.redioBtn input {
	height:16px;
	margin:0 5px 0 0;
	line-height:1em;
	vertical-align:middle;
}
#form dd span.select01 select {
	width:100px;
	font-size:1em;
	margin:15px 5px 0 0;
}
#form dd span.select02 select {
	width:285px;
	font-size:1em;
}
#form dd span.select03 select {
	width:285px;
	font-size:1em;
	float:left;
	display:block;
}
#form dd span.select03 span.kyaku{
	display:block;
	font-size:1em;
	width:200px;
	float:left;
	padding:0 0 0 15px;
}
#form dd span.textarea01 textarea {
	width:414px;
	font-size:1em;
}


.btnBox {
	width:660px;
	text-align:center;
	padding:40px 0;
}
/*
	clearfix
*/
.btnBox:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
} /*IE7以外のモダンブラウザ向け*/

.btnBox{display:inline-block;} /*IE7およびMacIE5向け*/

/*Hides from IE-mac\*/
* html .btnBox{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/ /*IE6以前向け*/
.btnBox input {
	display:inline;
	margin:0 10px;
}

#form dd span.error textarea,
#form dd span.error select,
#form dd span.error input{
	background:#FFFEEF;
	border: 1px blue solid;
}
#form dd span.error label{
	color: #FF0000;
}
.subText .error{
	color: #FF0000;
	display:block;
	padding:30px 0 0 0;
}

.error{
	color: #FF0000;
}


span.error{
	color: #FF0000;
}

