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


/* -----------------------------------------------------------

CSS Information



 File name:      contact.css

 Style Info:     お問合せページスタイル設定

----------------------------------------------------------- */
.contact-title_01{
	background: url(../img/contact_title_01.gif) no-repeat;
	width:230px;
	height:60px;
	padding-bottom:30px;
	text-indent:-9999px;
}


.contact-title_02{
	font-size:122%;
	padding-bottom:10px;
}

.contact-list{
	padding-bottom:30px;
}



.c_box {
    width: 720px;
    border-collapse: collapse;
    border-spacing: 0;
	margin-bottom:40px;
	font-size:114%;
}


.c_box th {
	width:35%;
    padding: 15px;
    line-height: 180%;
	text-align:left;
	font-weight:normal;
}


.c_box td {
    padding: 5px;
}

.btn-check{
	width:90px;
	height:25px;
	padding-top:10px;

}