@charset "UTF-8";

.contact_midashi {
	margin: 40px 0px 15px;
	font-weight: bold;
	color: #00A287;
}
.contact_midashi span{
	color: #00A287;
}
.contactbox {
	padding: 0 8px;
}
.phone_num {
	border-bottom: 1px solid #070850;	
}
.phone_num dt{
	border-left: 4px solid #070850;
	margin-bottom: 10px;
	padding-left: 10px;
	width: 40%;
	float: left;
	font-size: 2em;
	font-weight: bold;
	color: #070850; 
	line-height: 1em;
}
.phone_num dd{
	line-height: 2em;
	font-size: 1.2em;
	font-weight: bold;
}
.item {
	margin: 10px 0 5px;
	color: #000;
	border-left: 5px solid #c40a49;
	padding-left: 8px;
	line-height: 1.4em;
}
.form dd {
	padding-bottom: 10px;
}
.form {
	border-bottom: 1px dotted #000;
}
.con_title {
	font-size: 1.8em;
	color: #070850;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.formbox {
	margin: 20px 0;
}
.contact_must {
	color: red;
}
label {
	display: block;
	text-align: center;
}
.send_btn {
	width: 200px;	
	margin: 20px auto;
}
.form_txt {
	color: orange;
}
textarea {
	font-weight: normal;
	font-size: 1em;
}
.contact_ul {
	list-style: none;
	padding-left: 10px;
	padding-bottom: 5px;
}
.contact_ul li{
	width: 240px;
	float: left;
	height: 30px;
	padding-left: 40px;
	margin-bottom: 10px;
	font-size: 2em;
	font-weight: bold;
	color: #c40a49;
	line-height: 30px;
	}
.tel_icon {
	background: url(../../img/contact/tel_icon.gif) no-repeat;
}
.mobile_icon {
	background: url(../../img/contact/mobile_icon.gif) no-repeat;
}
.time {
	border-top: 1px dotted #00A287;
	padding-top: 5px;
}