@charset "utf-8";

/* CSS Document */

/*--------------------------------------*/
hgroup{
	margin-top:15px;}

#form .contact-sp {
	padding:10px;
	margin:0 auto 50px;
}

.comTable {
	width:100%;
	margin-bottom: 22px;
	background: none;
}

.comTable th, .comTable td {
	display:block;
	padding: 10px;
	font-size: 108%;
	line-height: 1.5;
	border:1px solid #c7c7bc;
	text-align:left;
}

.comTable th {
	font-weight: normal;
	background-color:#efefe5;
	font-weight:bold;
	vertical-align:top;
	border-bottom:none;
}

.comTable th.must {
	background: #efefe5 url(../img/must.jpg) no-repeat 150px 15px;
}

.comTable td span.txt {
	display:block;
	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:95%;
}

.comTable textarea {
	padding: 0.5em;
	border: 1px solid #a9a9a9;
	margin: 3px 0 8px;
	height: 130px;
	width:95%;
}

.comTable option {
	padding: 0.2em;
	font-size: 14px;
}

#fCode {
	width: 127px;
}

#fAddress {
	margin-top:5px;
}

.mailForm p.txt {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 25px;
}

.mailForm p a {
}

.mailForm .submit {
	text-align: center;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	margin-bottom:5px;
	padding:0.5em 2em;
}

/*
スマホ用

.contact-sp {
	margin:20px auto;
}

.contact-sp td {
	padding-top:5px!important;
	padding-bottom:5px!important;
}

.txt {
	margin-left:5px;
	color:#19b7e8;
}

.modalBody {
	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;
}
*/
