@charset "utf-8";
/* CSS Document */
/* contact */
.contact #main h1 { margin: 0 0 37px 0;}
.contact .contactForm{width:680px;float:left;}
.contact .contactForm div{
	margin:5px;
	border-bottom:1px solid #c2c3c4;
	font-size: 1.3em;
	font-family: "F+UD-ニューロダン M";
}
.contact .contactForm div.read h2{
	margin-bottom:10px;
}
.contact h2{
	font-family: "F+UD-ニューロダン DB";
	font-weight: bold;
	font-size: 1.1em;
}

.contact .contactForm div.read p{
	margin-bottom:20px;
}
.contact .contactForm div.send{
	border:none;
}
.contact .contactForm em{
	font-style:normal;
	font-weight:normal;
	color:red;
	margin-left:.5em;
}
.contact .contactForm dl{
	margin: 15px 0 15px 19px;
}
.contact .contactForm dt{
	font-weight:bold;
	font-family: "F+UD-ニューロダン DB";
	width:130px;
	float:left;
	clear:both;
	padding:12px 0;
}
.contact .contactForm dt span{
	font-weight:normal;
}
.contact .zip span{
	display: inline-block;
	text-align: right;
	width: 130px;
}
.contact .contactForm dd.zip input{
	width:100px;
}
.contact .zip dt{
	vertical-align: middle;
	padding:9px 0;
}
.contact .contactForm dd{
	vertical-align: middle;
	margin-left:158px;
	padding:10px 0;
}

.contact .contactForm dd table td{
	width:250px;
}
.contactForm dd.zip{
	width: 100px;
	text-align: right;
}
.contactForm dt.zip span{
	text-align: right;
	margin-left:0px;
}

.contact .contactForm dd input,
.contact .contactForm dd textarea{
	border:1px solid #aaaaaa;
	min-height: 20px;
	width:433px;
}
.contact .contactForm dd input.radio{
	border:0;
	width:20px;
}
.contact div.office .f140{
	font-size: 140%;
}
.contact div.office div{
	border:1px solid #7b7b7b;
}
.contact div.office div div h3{
	font-family: "F+UD-ニューロダン DB";
	margin-bottom:10px;
	font-size:14px;
}
.contact div.office div div{
	font-size:13px;
	font-family: "F+UD-ニューロダン M";
	border:none;
	margin:7px 0px 7px 9px;
}
.contact div.thanks p.text {
	margin: 0 0 1.4em 0;
}

.error{background:#faa;padding:.5em;margin-top:.5em;}


button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 14px;
	line-height: 1;
	padding: .5em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

#sideBar h2{
	background-color: #000;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.f120{font-size: 120%;font-weight: bold;}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
/*	background: #e6e6e6;*/
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 14px;
	line-height: 1;
	padding: .5em 1em .4em;
	margin: 0 10px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

.contact .contactForm div.send{
}
.contact .contactForm div.send input {
	width: 180px;
	float:left; 
}

.contact .contactForm div.send input.submit{
	margin: 15px 10px 0 180px;
}
.contact .contactForm div.send input.reset{
	margin: 15px 0 0 10px;
}