
@charset "UTF-8";
/* CSS Document */

.contactContent #submit {
	font-size: 120%;
}
.contactContent .must {
	color: #DB0010;
}
.contactContent h5 {
	font-size: 100%;
	margin: 7px 0 0 0;
}

#btnBox1{
	width:330px;
	height:135px;
	position: relative;
}

#btnBox1 a {
	display:block;
	position: absolute;
	top: 54px;
	left: 53px;
}

#btnBox2{
	width:675px;
	height:135px;
	position: relative;
}

#btnBox2 a {
	display:block;
	position: absolute;
	top: 54px;
	left: 217px;
}

.formPrivacy {
	padding: 0;
}
.formPrivacy div {
	margin-left: 15px;
	margin-right: 15px;
}



/* ========== フォーム　Table ========== */
.formTbl01  {
	border-collapse: collapse;
	text-align: left;
}

.formTbl01 th {
	padding: 10px 0;
	font-weight:bold;
	white-space: nowrap;
	border-bottom: solid 1px #e5e5e5;
	width: 160px;
}
.formTbl01 th img {
	vertical-align:middle;
}
.formTbl01 tr.ylw th,
.formTbl01 th.ylw,
h3.ylw{
	background-color: #faf9eb;
}
.formTbl01 td {
	padding: 10px 0;
	border-bottom: solid 1px #e5e5e5;
}
td.tdLast,
th.tdLast{
	border-bottom: none;
}



