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

#contactCo{
width: 900px;
margin: 0 auto;
}
#contactCo h3{
	color: #0066CC;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 20px;
	border-left: 6px solid #0066CC;
	padding-left: 10px;

}


#contactCo p{
	font-size: .938em;
	line-height: 1.8em;
	margin-bottom: 25px;
}
#contactCo .error{
color: #FF0000;
margin: 0!important;
}

#contactCo .redBB{
font-size: 1.25em;
text-decoration: underline;
}
#contactCo form{
	text-align: center;
	clear: both;
}
#contactCo form table{
	background: url(../images/bg_box.gif) repeat;
	width: 100%;
	margin-bottom: 20px;

}input, select, textarea{
padding: 10px;
border: 1px solid #ccc;
margin: 5px 5px 5px 0;
font-size: 16px;
}

input[type=radio] {
width: 20px;
height: 20px;
vertical-align: middle;
}

td input[type=text] {
width: 80%;
}

#captcha_code{
border: 3px solid #CCC;
}
.btnSend input, input.send{
border: 0;
}
#contactCo form th, #contactCo form td{
	font-size: .938em;
	line-height: 1.8em;
	padding: 1em 1.5em;
	border: 1px solid #C8C8C8;
	text-align: left;
}

#contactCo form th{
	background: url(../contact/img/ico_hissu.gif) no-repeat right center;
	width: 36%;
	color: #003300;

}
#contactCo.confirm form th{
background: transparent!important;
}


#contactCo form th.thNini{
background: url(../contact/img/ico_nini.gif) no-repeat right center;
}
#contactCo form td{
background: #FFF;
}

#contactCo .boxLineB{
border: 3px double #dd0000;
padding: 15px 0 0;
margin: 0 0 30px;
}

#contactCo .boxLine{
background:  #FFFF66;
padding: 15px;
margin-bottom: 15px;
}
#contactCo .boxLine p{
margin: 8px 0px;
line-height: 1.8em;
}
#naiyo, #mail{
width: 95%;
}
#naiyo{
margin: 8px 0px;
}