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

/* ---------------------------------------------------------
	CSS Document contact > header
--------------------------------------------------------- */

#header .container {
	position: absolute;
}

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

#contact {
	margin-top: 20px;
}

#contact h3 {
	height: 40px;
	background: #fba9b5;
	font-weight: 500;
	font-size: 18px;
	line-height: 42px;
	color: #fff;
}

#contact .nth1 {
	margin-bottom: 30px;
	text-align: left;
}

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

#contact p {
	margin: 15px;
}

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

#contact .table {
	margin-bottom: 30px;
	text-align: left;
}

#contact .table dt {
	padding: 8px 15px 6px;
	background: rgba(243, 235, 230, 0.6);
	line-height: 17px;
}

#contact .table dt em {
	color: #7d4698;
}

#contact .table dd {
	margin: 10px 15px 15px;
}

#contact .table dd p,
#contact .table dd .inline {
	margin: 10px 0 0;
}

.schedule_checkbox {
	display: block;
	margin-top: 5px;
}

.question_checkbox {
	display: inline-block;
	vertical-align: middle;
	width: 49%;
	margin: 10px 0 0;
}

#contact .day_span .w280 {
	width: 28%;
}

#contact .Interest_checkbox {
	display: block;
	width: 100%;
	margin-top: 5px;
}

/* ---------------------------------------------------------
	CSS Document contact > width
--------------------------------------------------------- */

#contact .w280,
#contact .w400,
#contact .w100 {
	width: 100%;
}

#contact .w20 {
	width: 17%;
}

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

input[type='email'], input[type='tel'], input[type='text'], textarea , select {
	max-width: 100%;
	padding: 7px 5px 5px;
	border: solid 1px #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	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;
	background: #fff;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	font-size: 16px;
}

#form select {
	width: 25%;
	padding: 4px 5px 3px;
}

input[type='email'], input[type='tel'], input[type='text'], select {
	height: 34px;
}

input[type='checkbox'] {
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
}

#form select[name='address[1]'] {
	width: 35%;
}

#form input[name='question[7]'] {
	width: 72%;
}

#form select[name='subject_s'] {
	width: 100%;
}

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

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

#contact input[type='submit'] {
	vertical-align: top;
	width: 240px;
	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: 16px;
	color: #fff;
	cursor: pointer;
}

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

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

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

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

#privacy {
	margin: 15px;
}

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

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