@charset "UTF-8";
@import "/include/css/import.pc.css";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document contact > common
--------------------------------------------------------- */

#contact {
	min-height: 450px;
	margin-top: 50px;
}

/* ---------------------------------------------------------
	CSS Document contact > title
--------------------------------------------------------- */

#title {
	margin-bottom: 40px;
}

#title h2 {
	margin-bottom: 25px;
	padding-bottom: 25px;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.2;
	color: #2f2b29;
	position: relative;
}

#title h2 span {
	display: block;
	font-family: Arial;
	font-size: 40px;
}

#title h2:after {
	content: '';
	width: 120px;
	height: 2px;
	margin-left: -60px;
	background: #2f2b29;
	position: absolute;
	bottom: 0;
	left: 50%;
}

#contact .nth1 {
	margin-bottom: 40px;
}

#contact p {
	margin-bottom: 25px;
}

#contact .em ,
#contact em {
	color: #e65644;
}

#contact small {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	font-size: 11px;
}

/* ---------------------------------------------------------
	CSS Document form > form
--------------------------------------------------------- */

#form table {
	width: 100%;
	margin-bottom: 30px;
	border-top: solid 1px #dad9d8;
}

#form th {
	width: 28%;
	padding: 15px 15px 15px 30px;
	border-bottom: solid 1px #dad9d8;
	text-align: left;
	font-weight: 100;
	line-height: 17px;
}

#form th em {
	float: right;
	width: 30px;
	height: 17px;
	background: #e65644;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}

#form td {
	padding: 15px 30px;
	border-bottom: solid 1px #dad9d8;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document form > form
--------------------------------------------------------- */

input[type='email'], input[type='tel'], input[type='text'], textarea , select {
	padding: 6px 5px 5px;
	outline: 0;
	border: solid 1px #ccc;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow:rgba(204, 204, 204, 0.20) 2px 2px 1px 0px inset;
	-webkit-box-shadow:rgba(204, 204, 204, 0.20) 2px 2px 1px 0px inset;
	-moz-box-shadow:rgba(204, 204, 204, 0.20) 2px 2px 1px 0px inset;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#form select {
	padding: 5px 5px 4px;
}

#form textarea {
	width: 100%;
	margin-top: 5px;
}

.w100 {
	width: 100%;
}

.w400 {
	width: 400px;
}

.w280 {
	width: 280px;
}

input.error,
select.error {
	background: #fff4f5;
}

#contact input[type='submit'] {
	vertical-align: top;
	width: 290px;
	height: 50px;
	padding: 0;
	border: solid 3px #35c5ac;
	background: #fff;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	text-align: center;
	font-size: 20px;
	line-height: 44px;
	color: #009a7f;
	cursor: pointer;
}

#form input[type='submit'].submit {
	width: 190px;
	margin-left: 45px;
}

#form input[type='submit']:hover {
	background: #35c5ac;
	color: #fff;
}

#form a.back {
	display: inline-block;
	vertical-align: top;
	width: 190px;
	height: 50px;
	overflow: hidden;
	border: solid 3px #a49795;
	background: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	line-height: 44px;
	color: #493e3b;
}

#form a.back:hover {
	background: #a49795;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document contact > privacy
--------------------------------------------------------- */

#privacy {
	margin-bottom: 25px;
}

#privacy .block {
	height: 146px;
	overflow: auto;
	padding: 15px 15px 0;
	border: solid 1px #929292;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
}

#privacy .block p {
	margin: 0 0 10px;
}
