@charset "utf-8";
/* CSS Document */
#contact h3 {
	margin:0 0 15px;
}
.edit_errors {
    border: 3px solid #ffa200;
    margin-top: 15px;
    padding: 10px;
    color: #cc0000;
    font-weight: bold;
    line-height: 1.6;
}
/* 電話番号・FAX */
#contact ul {
	margin:15px auto 0;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	color:#666666
}
#con01 {
	background-image:url(../images/tel.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:20px 0 20px 100px;
}
#con02 {
	background-image:url(../images/fax.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:20px 0 20px 100px;
}
/* お問い合わせフォーム */
.contact_info_base {
	margin:20px auto 0;
}
.contact_info_base .h2TT {
	border-left:5px solid #ffa200;
	background-image:url(../images/mail.png);
	background-position:15px center;
	background-repeat:no-repeat;
	padding:0 0 0 55px;
}
.contact_info_base table {
	width:100%;
}
.contact_info_base span {
	color:#f00;
}
.contact_info_base table th {
	width:50%;
	padding:15px 0 5px;
}
.contact_info_base table td {
}
.contact_info_base table td input{
	width:345px;
}
#send ,.button_block{
	margin: 50px auto 20px;
	width:100%;
	text-align:center !important;
}
.w100 {
	width:100% !important;
	height:50px;
}

.contact_edit_table input[type='text'],
textarea,select{
	padding: 5px;

}