@charset "UTF-8";
#contact li span {
	color: #c00;
}
#contact li {
	padding-left: 1em;
	text-indent: -1em;
}
#contact table {
	margin: 30px auto;
	width: 75%;
}
#contact table th, #contact table td {
	padding: 1em;
	border-bottom: dotted 1px #000;
	text-align: left;
	vertical-align: middle;
}
#contact table th {
	width: 35%;
}
#contact table td {
	width: 65%;
}
.privacy {
	margin: 30px auto;
	padding: 20px;
	border: solid 1px #aaa;
	width: 75%;
	background: #f6f6f6;
	font-size: 1.4rem;
}
.preview, .confirm {
	text-align: left;
}
#form th em {
	padding: 0 .5em;
	border: solid 1px #CC1C1C;
	float: right;
	color: #CC1C1C;
}
#form textarea, #form input {
	margin: 5px;
	padding: 0.75em;
	border: solid 1px #ccc;
	width: 100%;
	background: #FFFFEC;
}
#form .property-list input, #form .check, #form .radio {
	width: auto;
}
#form .w10 {
	width: 10%;
}
#form .w20 {
	width: 20%;
}
#form .w30 {
	width: 30%;
}
#form .w40 {
	width: 40%;
}
#form .w60 {
	width: 60%;
}
#form .w70 {
	width: 70%;
}
#form .w80 {
	width: 80%;
}
#form .w90 {
	width: 90%;
}
#form .w100 {
	width: 100%;
}
input.error {
	display: block;
}
.confirm, .preview {
	margin: 30px 0;
	text-align: center;
	clear: both;
}
#form .confirm input, #form .preview input {
	margin: 0 5px;
	padding: 1em;
	border: none;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background: #CF0016 no-repeat right 10px center;
	width: 25%;
}
.confirm input, .preview input {
	display: inline-block;
	width: 25%;
}
.confirm input {
	display: inline-block;
	width: 25%;
}
#form .confirm .send {
	background: #CF0016 no-repeat right 10px center;
}
#form th span {
	color: #c00;
}
fieldset {
	border: none;
}
input.error {
	background: #fee;
}
label.error {
	display: none;
	color: #c00;
	font-weight: bold;
}

@media screen and (max-width:640px) {
#contact .center {
	text-align: left;
}
#contact table {
	width: 100%;
}
#contact table th, #contact table td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
}
#contact table th {
	padding: 1em 0 0;
	border: none;
}
#contact table td {
	padding: 0 0 1em;
}
.privacy {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
#contact .confirm th {
	font-weight: bold;
}
#form input, #form textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#form .w60 {
	width: 100%;
}
#form .w90 {
	width: 100%;
}
#form .confirm input, #form .preview input {
	display: block;
	width: 80%;
	margin: 0 auto 10px;
}
}
