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

/* ---------------------------------------------------------
	CSS Document heading
--------------------------------------------------------- */

html, body {
	background-image: url(../images/visual.jpg);
}

/* ---------------------------------------------------------
	CSS Document contact
--------------------------------------------------------- */

#contact {
	margin: 0 20px;
}

#contact .h3 {
	margin-top: 10px;
}

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

#contact em {
	color: #dc143c;
}

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

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

#contact dl {
	padding: 20px 0;
	border-bottom: solid 1px #e7e9ec;
}

#contact dt {
	margin-bottom: 10px;
	line-height: 16px;
}

#contact dt em {
	display: inline-block;
	vertical-align: 1px;
	width: 30px;
	height: 16px;
	margin-left: 5px;
	background: #00408e;
	text-align: center;
	font-size: 11px;
	color: #fff;
}

#contact dd label {
	display: block;
	margin-top: 5px;
}

#contact dd label:first-of-type {
	margin-top: 0;
}

#contact .preview dd {
	padding: 10px;
	background: #e7e9ec;
}

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

#form .w480,
#form .w280,
#form .w100 {
	width: 100%;
}

#form .w140 {
	width: 140px;
}

#form input[type='tel'],
#form input[type='email'],
#form input[type='text'],
#form textarea {
	vertical-align: middle;
	padding: 0 10px;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: solid 1px #b0afaf;
	box-shadow: 1px 1px 2px 0 rgba(100, 100, 100, 0.1) inset;
}

#form input[type='tel'].err,
#form input[type='email'].err,
#form input[type='text'].err,
#form textarea.err {
	border: solid 1px #dc143c;
}

#form input[type='tel'],
#form input[type='email'],
#form input[type='text'] {
	height: 50px;
}

#form input[type='radio'] {
	vertical-align: middle;
	width: 19px;
	height: 19px;
	margin: 0 2px 3px 0;
	padding: 0;
}

#form textarea {
	padding: 10px;
}

/* ---------------------------------------------------------
	CSS Document submit
--------------------------------------------------------- */

#contact .submit {
	text-align: center;
}

#contact .submit li {
	display: inline-block;
	vertical-align: top;
}

#contact .submit input.send,
#contact .submit input.confirm {
	vertical-align: top;
	width: 240px;
	height: 60px;
	padding: 0;
	border: 0;
	background: #00408e;
	font-size: 18px;
	color: #fff;
}

#contact .submit input.send {
	width: 130px;
	margin-left: 10px;
}

#contact .submit input.back {
	vertical-align: top;
	width: 130px;
	height: 60px;
	padding: 0;
	border: 0;
	background: #ced0d4;
	font-size: 18px;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document complete
--------------------------------------------------------- */

#complete {
	text-align: left;
}

#complete p {
	margin-top: 20px;
}
