@charset "utf-8";

/* CSS Document */
/*
お問い合わせ
-------------------------------------------*/
.modalBody {
	width:690px;
	background:#fff;
	z-index:1000;
	padding:10px 10px 50px;
}

.modalBK {
	position:fixed;
	z-index:999;
	width:100%;
	height:100%;
	background:#000;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
}

/*--------------------------------------*/

#form .contact-sp {
	width:704px;
	margin:0 auto 50px;
}

.center {
	text-align:center;
}

/*.topP {
	margin-left: 2px;
	font-size: 14px;
}

.topP02 {
	margin-left: 2px;
	margin-bottom:1em;
	font-size: 16px;
}

.topP span, .comTable th span {
	color: #FF0000;
}*/

.noticeP {
	color: #FF0000;
	text-align:center;
	font-weight:bold;
	font-size:22px;
	margin:35px 0 50px;
}

.thanksP {
	text-align:center;
	font-weight:bold;
	font-size:22px;
	margin:35px 0 50px;
}

/*--------------------------------------*/
.comTable {
	width: 700px;
	margin-bottom: 22px;
	background: none;
}

.comTable th {
	font-weight: normal;
	width:170px;
	background-color:#efefe5;
	font-weight:bold;
	vertical-align:top;
}

.comTable th.must {
	background: #efefe5 url(../img/must.jpg) no-repeat 150px 15px;
}

.comTable th, .comTable td {
	padding: 10px;
	font-size: 108%;
	line-height: 1.5;
	border:1px solid #c7c7bc;
	text-align:left;
}

.comTable td span.txt {
	margin-left: 7px;
	font-size: 12px;/*vertical-align: bottom;*/
	color:#19b7e8;
}

.comTable input[type="text"] {
	padding: 0.5em;
	height: 18px;
	border: 1px solid #a9a9a9;
	width:240px;
}

.comTable textarea {
	padding: 0.5em;
	border: 1px solid #a9a9a9;
	margin: 3px 0 8px;
	height: 130px;
	width: 398px;
}

.comTable option {
	padding: 0.2em;
	font-size: 14px;
}

#fCode {
	width: 127px;
}

#fAddress {
	width: 395px;
	margin-top:5px;
}

.mailForm p.txt {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 25px;
}

.mailForm p a {
}

input[type="submit"], input[type="reset"], input[type="button"] {
	margin-bottom:5px;
	padding:0.5em 2em;
}

.mailForm .submit {
	text-align: center;
}

.mailForm #image-btn {
	text-align: center;
	margin:0 auto;
	height:42px;
	width:220px;
	background:url(../img/confirmation.jpg) no-repeat;
	border:none;
}
