@charset "utf-8";

/* ================================================================

CSS Information

 File name:      style.css
 Summary:        style for inquiry
 Last update:    2009-12-09

================================================================ */
.Section p {
	font-size:116%;
	margin:0 0 23px 32px;
	line-height:1.5em;
	width:569px;
}

/**			InquirBox
------------------------------------*/


form table.TableForm{
    border: none;
    border-top:1px solid #CCCCCC;
}
form table.TableForm th,
form table.TableForm td {
    padding: 15px 10px;
    border-bottom :1px solid #CCCCCC;
}

form table.TableForm th {
    width: 160px;
    text-align: right;
}

form table.TableForm th span {
    margin-left: 5px;
    padding: 0 3px;
    text-align: center;
    font-size: 0.8em;
    color: #fff;
    background-color: #CC6666;
}
#content .wpcf7-not-valid-tip-no-ajax {
    clear: both;
}


form table.TableForm td input,
form table.TableForm td textarea {
    border: none;
    background-color: #E8E8E8;
    padding: 5px;
}
form table.TableForm td input:hover,
form table.TableForm td textarea:hover {
    background-color: #fed;
}
form table.TableForm td input:focus,
form table.TableForm td textarea:focus {
    background-color: #ffa;
}

form table.TableForm td span label {
    float: left;
    display: inline;
    margin-right: 10px;
    margin-bottom: 5px;
    white-space: nowrap;
    zoom:1;
}

form p {
    padding: 1em 0 0 0;
    text-align: center;
}


#inquiryMsg {
	margin: 1em auto;
	font-size: 1.2em;
}

#content div.wpcf7-response-output {
	margin: 10px 0;
	padding: 20px 30px;
}

#content div.wpcf7-mail-sent-ok {
	border: 5px solid #47a231;
	background-color: #b4fcca;
}

#content div.wpcf7-mail-sent-ng {
	border: 5px solid #fd6367;
	background-color: #fedede;
	color: #f00;
}

#content div.wpcf7-spam-blocked {
	background-color: #ffab5e;
}

#content div.wpcf7-validation-errors {
	border: 3px solid #cdcd35;
	background-color: #fdfd98;
}



