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

/* ########## section01 ########## */
section#content01{
	width:100%;
	height:auto;
	padding:60px 0 60px;
}
section#content01 h3{
	background:url('../img/index/bg_content02-02.png') repeat;
	padding:15px 0 9px;
	margin:0 0 36px;
	text-align:center;
	font-weight:500;
	color:#FFF;
}
section#content01 h4{
	margin:0 0 12px;
}
section#content01 address{
	margin:0 0 12px;
	font-style:normal;
	font-size:15px;
	font-weight:500;
	line-height:150%;
	color:#000;
}
.wrap960 {
	width:960px;
	margin:0 auto;
}
.content01-left {
	width:524px;
	height:auto;
	padding:0;
	margin:0 36px 0 0;
	float:left;
}
.content01-right {
	width:400px;
	height:auto;
	padding:0;
	margin:0 0 24px;
	float:left;
}


/* ########## section02 ########## */

section#content02{
	background:url('../img/contact/bg_form.jpg') center top no-repeat;
	background-size:cover;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	width:100%;
	height:auto;
	padding:0;
	margin:78px 0 0;
}
div#form {
	background:rgba(0,0,0,0.8);
	width:492px;
	height:auto;
	padding:48px 36px;
	margin:0;
}
div#form h3 {
	margin:0 0 15px;
}
div#form p {
	margin:0 0 6px;
	font-size:15px;
	font-weight:500;
	line-height:150%;
	color:#FFF;
}
div#form div {
	font-size:15px;
	font-weight:500;
	line-height:150%;
	color:#FFF;
}
.form01 {
	width:492px;
	height:auto;
	margin:0 0 18px;
}
.form01-01 {
	width:240px;
	height:auto;
	float:left;
}
.form01 input {
	width:226px;
	height:24px;
}
.form01-02 {
	width:240px;
	height:auto;
	float:right;
}
.form02 {
	width:492px;
	height:auto;
	margin:0 0 18px;
}
.form02 input {
	width:480px;
	height:24px;
}
.form02 textarea {
	width:482px;
	height:120px;
}
.form03 {
	width:492px;
	padding-top:12px ;
}
.submit {
	background: url('../img/contact/btn_content02-01.png') center top no-repeat;
	border:0;
	width:168px;
	height:48px;
	
}
.reset {
	background: url('../img/contact/btn_content02-02.png') center top no-repeat;
	border:0;
	width:168px;
	height:48px;
}


/* ########## Thanks ########## */
section#thanks{
	width:100%;
	height:auto;
	padding:120px 0 60px;;
}
section#thanks h3{
	background:url('../img/index/bg_content02-02.png') repeat;
	padding:12px 0;
	margin:0 0 24px;
	text-align:center;
	font-size:24px;
	font-weight:500;
	color:#FFF;
}
section#thanks p{
	font-size:12px;
	font-weight:500;
	line-height:150%;
	color:#000;
	text-align:center;
}