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

.title_txt {
	width:160px;
	float:left;
	margin-left:60px;
	background:url(../../common/images/bg_title_wh.png) repeat;
	text-align:center;
	vertical-align:middle;
	height:400px;
	
}

#contact_point {
	padding:80px 0 30px 0;
}

#contact_point section {
	padding-bottom:60px;
}

#contact_point figure {
	float:left;
	width:420px;
}

#contact_point div {
	float:right;
	width:540px;
	background-repeat:no-repeat;
}

#contact_point div h1 {
	padding:55px 0 40px 0;
}

#contact_point div p {
	font-size:13px;
	line-height:26px;
}

#contact_point a {
	color:#8e9c9f;
	text-decoration:underline;
}

#contact_point a:hover {
	text-decoration:none;
}
	

#contact_info {
	font-family: "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#contact_info section {
	width:670px;
	margin:0 auto;
	padding-top:40px;
}

#contact_info div {
	width:500px;
	float:left;
	padding-top:30px;
}

#contact_info p {
	padding:30px 0 5px 0;
	font-size:15px;
	font-weight:bold;
	letter-spacing: 0.1em;
}

#contact_info td {
	padding-right:20px;
}

#contact_info span {
	font-size:20px;
	font-weight:bold;
	background:url(../images/line_ye.png) bottom left no-repeat;
	-moz-background-size:100% 65%;
	background-size:100% 65%;
	letter-spacing: 0.1em;
}

#contact_info td a {
	-webkit-transition:200ms ease-in-out;
	-moz-transition:200ms ease-in-out;
	transition:200ms ease-in-out;
}


#contact_info td a:hover {
	text-decoration:none;
	opacity:0.6;
}

.btn_mail img {
	-webkit-transition:200ms ease-in-out;
	-moz-transition:200ms ease-in-out;
	transition:200ms ease-in-out;
}

.form {
	padding-top:70px;
	font-size:13px;
}

.form div.form-r {
	width:680px;
	float:right;
}

.form div p {
	font-size:13px;
	line-height:26px;
	padding:40px 0;
}

.form div.form-in {
	background:#fff;
	padding:10px 25px;
}

.form table {
	width:100%;
	font-size:13px;
}

.form span {
	color:#dc5a43;
}

.form td {
	padding:15px 0px;
	border-bottom:1px dotted #ddd;
}

.form th {
	font-size:13px;
	font-weight:bold;
	color:#8e9c9f;
	padding:15px 0px;
	border-bottom:1px dotted #ddd;
	width:210px;
}

.form .formtxt {
	height:30px;
	background:#f6f6f6;
	border:none;
	width:100%;
}

.form .formtxt2 {
	height:30px;
	background:#f6f6f6;
	border:none;
}

.form textarea {
	height:120px;
	background:#f6f6f6;
	border:none;
	width:100%;
	font-size:13px;
}


.btn_mail img:hover {
	opacity:0.7;
}