@charset "UTF-8";
@import url("../../share/css/common.css");


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

	コンテンツ

=======================================*/
.contact .contact_cat {
	width: 640px;
	margin: 10px 0;
	padding: 0px;
}
.contact .cat_main {
	width: 640px;
	background-image: url("../images/contact_bg_main.gif");
	background-repeat: repeat-y; 
	background-position: 0% 50%;
	margin: 0px;
	padding: 0px;
}
.contact .cat_top {
	width: 640px;
	background-image: url("../images/contact_bg_top.gif");
	background-repeat: no-repeat; 
	background-position: 0% 0%;
	margin: 0px;
	padding: 8px 0px 0px 0px;
}
.contact .cat_bottom {
	width: 640px;
	background-image: url("../images/contact_bg_bottom.gif");
	background-repeat: no-repeat; 
	background-position: 0% 100%;
	margin: 0px;
	padding: 0px;
}
.contact .contact_title {
	border-left: 4px solid #003399;
	margin: 0px 8px 0px 8px;
	padding: 0px 0px 0px 5px;
	color: #333333;
	font-size: 0.875em;
	font-weight: bold;
}

/* 電話・FAXでのお問い合わせ */
.contact .info {
	margin: 0;
	padding: 25px 0px 15px 20px;
}

.contact .tel_fax {
	float: left;
	width: 290px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.contact .tel_fax_bg_main {
	width: 290px;
	background-image: url("../images/tel_fax_bg_main.gif");
	background-repeat: repeat-y; 
	background-position: 0% 50%;
	margin: 0px;
	padding: 0px;
}

.contact .tel_fax_bg_top {
	width: 290px;
	background-image: url("../images/tel_fax_bg_top.gif");
	background-repeat: no-repeat; 
	background-position: 0% 0%;
	margin: 0px;
	padding: 0px;
}

.contact .tel_fax_bg_bottom {
	width: 290px;
	background-image: url("../images/tel_fax_bg_bottom.gif");
	background-repeat: no-repeat; 
	background-position: 0% 100%;
	margin: 0px;
	padding: 0px;
}

.contact .tel_fax .number {
	width: 250px;
	margin: 0px;
	padding: 15px 15px 0px 15px;
	color: #333333;
	font-size: 0.75em;
}

.contact .tel_fax .number span {
	font-size: 1.75em;
	font-weight: bold;
}

.contact .tel_fax .time {
	width: 250px;
	margin: 0px;
	padding: 10px 0px 15px 15px;
	color: #333333;
	font-size: 0.875em;

}

/* お問い合わせフォーム */
.chart {
	margin: 0;
	padding: 20px;
}
.chart .form {
	margin: 0 0 20px;
	padding: 0;
	color: #333333;
	font-size: 0.75em;
	line-height: 1.6;
}
.input {
	width: 600px;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	margin: 0px;
	padding: 0px;
}

.input th {
	width: 155px;
	background-color: #E5E5CC;
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	margin: 0px;
	padding: 5px 10px;
	color: #333333;
	font-size: 0.75em;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	line-height: 1.5;
}

.input td {
	width: 445px;
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	margin: 0px;
	padding: 5px 10px;
	color: #333333;
	font-size: 0.75em;
	line-height: 1.5;
}
.req {
	color: #ff0000;
}
.submit_btn {
	margin: 0;
	padding: 10px 0 0;
	text-align: center;
}
.back_submit {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.back_submit .back {
	float: left;
	width: 220px;
	margin: 0px;
	padding: 15px 0px 0px 0px;
}

.back_submit .submit {
	float: left;
	width: 360px;
	margin: 0px;
	padding: 0px;
}