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

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

#contact {
	margin-top: 20px;
}

#contact p {
	margin: 15px;
}

#contact .nth1,
#contact .nth3 {
	text-align: left;
}

#contact .nth2 {
	margin: 0 15px 20px;
	padding: 15px;
	background: #f5f4ef;
	text-align: left;
}

#contact .nth2 p {
	margin: 0 0 15px;
}

#contact .nth2 p:last-child {
	margin-bottom: 0;
}

#contact em {
	color: #ee5984;
}

#contact .em {
	color: #c30000;
}

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

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

#contact .table dt {
	padding: 8px 15px 6px;
	background: #f8f8f8;
	line-height: 17px;
}

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

#contact .table dt .em {
	color: #c30000;
}

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

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

#contact .w20 {
	width: 17%;
}

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

#contact input[type='email'],
#contact input[type='text'],
#contact select,
#contact textarea {
	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;
}

#contact input[type='email'],
#contact input[type='text'],
#contact select {
	height: 40px;
}

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

#contact input[type='submit'] {
	vertical-align: top;
	width: 220px;
	height: 46px;
	padding: 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #bfbfbe;
	background: #fff;
	text-align: center;
	font-size: 17px;
	cursor: pointer;
}

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

#contact a.back {
	display: inline-block;
	vertical-align: top;
	width: 130px;
	height: 46px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #bfbfbe;
	background: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 17px;
	line-height: 48px;
	color: #4b4b4b;
}

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