section#contact{
	padding: 50px 0;
	background: #fafafa;
}
section#contact div.box{
	width: 880px;
	margin: 0 auto 30px;
}
section#contact div.box h2{
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', '游明朝体', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
	font-size: 32px;
	text-align: center;
	color: #AE2553;
	font-weight: 300;
	margin: 0 0 30px;
}
section#contact div.box h3{
	font-size: 24px;
	text-align: center;
	margin: 0 0 10px;
}
section#contact div.box h4{
	width: 472px;
	margin: 0 auto 10px;
}
section#contact div.box h4 a{
	display: block;
	width: 472px;
	height: 75px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../img/contact/tel.png) no-repeat;
}
section#contact div.box p.head{
	text-align: center;
	font-size: 14px;
}

section#contact div.box table{
	margin: 0;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 5px;
	width: 100%;
	font-size: 16px;
}
section#contact div.box table th{
	padding: 10px;
	text-align: left;
	vertical-align: top;
	background: #f0d3da;
	width: 220px;
	position: relative;
}
section#contact div.box table th span{
	position: absolute;
	right: 10px;
	top: 10px;
	background: #b42544;
	padding: 3px 5px;
	color: #fff;
}
section#contact div.box table td{
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
section#contact div.box table td div.addr{
	margin: 0 0 5px;
}
section#contact div.box table td div.tit{
	display: block;
	float: left;
	width: 14%;
}
section#contact div.box table td div.inp{
	width: 86%;
	float: right;
}
section#contact div.box table td i{
	font-style: normal;
	font-size: 12px;
}
section#contact div.box table td input#zip{
	width: 110px;
	border: solid 1px #aaa;
}
section#contact div.box table td input#name,
section#contact div.box table td input#email,
section#contact div.box table td input#tel,
section#contact div.box table td input#address1,
section#contact div.box table td input#address2,
section#contact div.box table td input#address3{
	width: 100%;
	border: solid 1px #aaa;
}

section#contact div.box table td textarea{
	width: 100%;
	height: 300px;
	border: solid 1px #aaa;
}
section#contact div.box table td.doui{
	border: solid 1px #aaa;
	text-align: center;
}
section#contact div.box table td.doui h5{
	font-size: 18px;
	color: #b42544;
	margin: 20px 0 10px;
	text-align: center;
}
section#contact div.box table td.doui p.note{
	font-size: 15px;
	text-align: center;
}
section#contact div.box table td.doui p.doui{
	margin: 0 0 20px;
}
section#contact div.box div.form_btn{
	margin: 30px 0;
	text-align: center;
}
section#contact div.box div.form_btn input{
	display: inline-block;
	width: 340px;
	padding: 10px 0;
	text-align: center;
	color: #b42544;
	background: #fff;
	border: solid 1px #b42544;
	border-radius: 10px;
	cursor: pointer;
	outline: none;
}
section#contact div.box div.form_btn input:hover{
	background: #b42544;
	color: #fff;
}
section#contact div.box div.thanks{
	text-align: center;
	font-size: 20px;
}