@charset "utf-8";


/* ------------------------------------------
   #main h2
*/
#main h2{
 background: url(../../img/contact/title.png);
}

/* ---------------------------------------
			#wrapper .content
*/
#wrapper article.content {
 padding: 0 0 !important;
  margin-top: 12px;
}

/* ---------------------------------------
			#wrapper .content //Contents
*/
section#contact{}

/* ---------------------------------------
			section#contact //Contents
*/
section#contact h3{
 background-image:url(../../img/contact/m_contact.png);
}
section#contact .layout-c{
 width:650px;
 margin:0 0 0 0;
 overflow:hidden;
}
section#contact .layout-l{
 width:400px;
 float:left;
}
section#contact .layout-r{
 width:250px;
 float:right;
}
section#contact h4{
 color:#333;
 font-size:80%;
 font-weight:bold;
 padding:0 0 0 9px;
 margin-bottom:13px;
}
section#contact .layout-c #form {
width:630px;
background-color:#f3f3db;
margin:0 0 16px 10px;
padding:17px 5px;
}
section#contact dl dt{
 display:block;
 font-weight:bold;
 font-size:80%;
 line-height:135%;
 padding:0 25px 0 25px;
 margin:0 0 5px 0;
 background-image:url(../../img/common/icon_midashi.gif);
 background-position:10px 0.5em;
 background-repeat:no-repeat;
}
section#contact dl dt span{
	font-weight:normal;
	color:#e46804;
}
section#contact dl dd{
 display:block;
 font-size:80%;
 line-height:155%;
 padding:0 25px 0 25px;
 margin-bottom:26px;
}
section#contact dl dd label{
  font-weight: bold;
}
/* ---------------------------------------
			section#contact //Contents-errors
*/
.errors{
 color:#333;
 font-size:80%;
 line-height:155%;
 padding:6px 10px 3px 10px;
 margin:0 24px 24px 24px;
 border:solid 1px #CCC;
}
.errors strong{
 color:#F00;
}

span.wpcf7-not-valid-tip-no-ajax {
color:#f00;
font-size:80%;
line-height:155%;
display:block;
}
.wpcf7-validation-errors {
display:block;
color:#f00;
margin: 0 0 20px 25px;
}
.wpcf7-mail-sent-ok {
display:block;
color:#333;
margin: 0 0 20px 25px;
}
.wpcf7-not-valid-tip {
color:#333 !important;
position:absolute !important;
top: 100% !important;
left: 0px !important;
background: none !important;
border: none !important;
color:#ff2222 !important;
margin: 0 0 0px 0px !important;
}
.wpcf7-response-output{
display:none !important;
}
/* ---------------------------------------
			section#contact //Contents-ID
*/
input#_name{
	width:245px;
}
input#_email,input#_email-re{
	width:245px;
}
textarea#_coment{
	width:575px;
}

/* ---------------------------------------
			section#contact //submit
*/
section#contact input.b-form {
    background-image: url("../../img/common/b_submit.gif");
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    height: 37px;
    margin: 10px 0 0;
    text-align: left;
    text-indent: -9999px;
    width: 151px;
}
section#contact input.b-form:hover {
    background-position: center bottom;
}
section#contact .buttons-area-confirm{
	text-align:center;
	padding: 0 0 16px;
}
section#contact p.policy{
	font-size:70%;
	margin:0 20px 0 21px;
}
section#contact p{
	font-size:80%;
	margin:0 10px;
}

