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

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

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

#contact h3 {
	height: 52px;
	background: #fba9b5;
	font-weight: 500;
	font-size: 20px;
	line-height: 52px;
	color: #fff;
}

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

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

/* ---------------------------------------------------------
	CSS Document contact > table
--------------------------------------------------------- */

#form .table {
	margin-bottom: 50px;
	padding: 30px 50px;
	border: solid 1px #d9d8d8;
}

#form .table.pink {
	border: solid 1px #fba9b5;
}

#form table {
	width: 100%;
}

#form th {
	width: 28%;
	padding: 15px 0;
	text-align: left;
	font-weight: 500;
}

#form th em {
	color: #7d4698;
}

#form td {
	padding: 15px 0;
	text-align: left;
}

#contact td.subject label {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin-right: 20px;
}

#contact td.schedule label {
	margin-left: 15px;
}

#contact td.question label {
	margin-right: 15px;
}

#contact td.Interest label {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 32%;
}

#contact td p {
	margin: 10px 0 0;
}

#contact td .inline {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin-top: 15px;
}

#contact td .inline:nth-child(even) {
	margin-right: 40px;
}

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

input[type='email'], input[type='tel'], input[type='text'], select, textarea {
	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 textarea {
	width: 100%;
	margin-top: 5px;
}

.w100 {
	width: 100%;
}

.w400 {
	width: 400px;
}

.w280 {
	width: 280px;
}

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

#contact p.submit {
	margin-top: 40px;
}

#contact input[type='submit'] {
	vertical-align: top;
	width: 320px;
	height: 50px;
	padding: 0;
	padding-left: 5px;
	border: 0;
	background: #c1a478 url(../images/arrow_01.png) no-repeat 95%;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	text-align: center;
	font-size: 22px;
	color: #fff;
	cursor: pointer;
}

#contact input[type='submit']:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#contact input[type='submit'].submit {
	width: 220px;
	margin-left: 25px;
}

#contact a.back {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	height: 50px;
	overflow: hidden;
	background: #c1c1c0 url(../images/arrow_02.png) no-repeat 5%;
	text-decoration: none;
	text-align: center;
	font-size: 22px;
	line-height: 52px;
	color: #fff;
}

#contact a.back:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}


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

#privacy {
	margin-bottom: 15px;
}

#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;
}