@charset "utf-8";

div.contact-form {

}

.nyugaku 
{
height:26px;
background: url(/wp/wp-content/themes/kimono_fuki/img/int_ttl02.png) no-repeat top center;
text-indent: -1000em;
margin: 15px 0 0px 0;
}


div.contact-form p.message-container{
}

div.contact-form table {
margin: 15px 0;
}

div.contact-form table th {
}

div.contact-form table td {
}

div.contact-form p.submit-container {
}

div.contact-form div.submessage {
    font-size: 80%;
}

div.contact-form span.require {
    margin-left:3px;
    color:red;
}

div.contact-form div.error {
    color:red;
}


/* split css in input confirm finish  */
div.contact-form-input {}
div.contact-form-confirm {}
div.contact-form-finish {}

div.contact-form-input table {}
div.contact-form-confirm table  {}
div.contact-form-finish table {}

div.contact-form-input table th {}
div.contact-form-confirm table th {}
div.contact-form-finish table th {}

div.contact-form-input table td {}
div.contact-form-confirm table td {}
div.contact-form-finish table td {}

#confirm-button input[name="send-to-confirm"]  
{
display:block;
	width:169px;
	height:42px;
	padding:0;
	border:0;
	background: url(/wp/wp-content/themes/kimono_fuki/img/confirm_btn.png) no-repeat 0 0;
	text-indent:-9898px;
	font-size: 0px;
	line-height: 0px;
	cursor:pointer;
margin: 0 auto;
}
#confirm-button input[name="send-to-confirm"]:hover 
{
background-position:left -42px;
} 

#confirm-button input[name="return-to-input"]  
{
float: left;
display:block;
	width:169px;
	height:42px;
	padding:0;
	border:0;
	background: url(/wp/wp-content/themes/kimono_fuki/img/return_btn.png) no-repeat 0 0;
	text-indent:-9898px;
	font-size: 0px;
	line-height: 0px;
	cursor:pointer;
margin: 0 10px 0 145px;
}
#confirm-button input[name="return-to-input"]:hover 
{
background-position:left -42px;
} 
#confirm-button input[name="send-to-finish"]  
{
float: left;
display:block;
	width:169px;
	height:42px;
	padding:0;
	border:0;
	background: url(/wp/wp-content/themes/kimono_fuki/img/submit_btn.png) no-repeat 0 0;
	text-indent:-9898px;
	font-size: 0px;
	line-height: 0px;
	cursor:pointer;
margin: 0 auto;
}
#confirm-button input[name="send-to-finish"]:hover 
{
background-position:left -42px;
}  