@charset "utf-8";
/* CSS Document */

#mainInner01 {
	height:auto;
	color:#50394C;
	line-height:1.6;
	font-size:14px;
}
#intro {
	background:url(../img/bg_contactarea_01.png) no-repeat;
	height:180px;
	margin-top:-20px;
	width:700px;
	color:#50394C;
}
#intro .text {
	padding-top:30px;
	height:75px;
}
#intro dl {
	padding:15px 0 0 12px;
}
#intro dt {
	float:left;
	clear:both;
	width:125px;
	color:#71526C;
	font-weight:bold;
}
#intro dd {
	padding-left:130px;
	margin-top:-8px;
}
#intro dd .telNum {
	background:url(../img/ico_telnum_01.png) left no-repeat;
	line-height:33px;
	padding-left:40px;
	font-size:33px;
	font-weight:bold;
	padding-top:3px;
}
#intro dd p span {
	font-size:12px;
	padding-left:40px;
}

/*-----------------------------------------------------------------*/


div#formUpper {
	width: 950px;
	height: 50px;
	margin: 20px auto 0px;
	position: relative;
	color:#50394C;
}
p.notes {
	line-height: 30px;
}
p#attention {
	position: absolute;
	background: url(../img/must.png) left top no-repeat;
	padding-left: 45px;
	top: 6px;
	right: 0px;
	line-height: 20px;
	min-height:20px;
}
p#attention span {
	color:#F00;
}

/* forms */
table.forms {
	clear: both;
	width: 950px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 20px auto;
	color:#50394C;
}
table.forms tr th {
	width: 190px;
	text-align: left;
	border-bottom:1px solid #000;
	padding:20px 10px;
	vertical-align:top;
	font-size:14px;
}
table.forms tr.head th {
	border-top:1px solid #000;
}
table.forms tr td {
	border-bottom:1px solid #81BAC5;
	padding:20px 0;
	vertical-align:top;
}
table.forms tr.head td {
	border-top:1px solid #81BAC5;
}
table.forms tr th img {
	float:right;
}

table.forms input,
table.forms textarea {
	border:1px solid #B8D8DE;
	padding:6px 10px;
	font-size:12px;
}
table.forms td.noBdr input {
	border:none;
}
.form_submit {
	clear: both;
	overflow: hidden;
	width: 900px;
	background: #E0EFF1;
	margin: 20px auto 30px;
	text-align: center;
	padding: 20px;
}

.form_privacy {
	clear: both;
	width: 950px;
	margin: 15px auto 0px;
	padding: 0 0 0 40px;
	background: url(../img/mark_key.png) no-repeat 0 0;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
	color:#50394C;
}
.form_privacy a {
	color:#B85F1D;
}
.form_privacy a:hover {
	color:#B85F1D;
	text-decoration:underline;
}
.form_submit .formButtonSubmit {
	width: 250px;
	height: 47px;
	background: url(../img/bt_confirm.png) no-repeat;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
}
.form_submit .formButtonSubmit:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
input {
	font-size: 20px;
	line-height: 1.2;
}
input.line2 {
	margin-top: 5px;
}
.w95 {
	width: 95%;
}
.w90 {
	width: 90%;
}
.w80 {
	width: 80%;
}
.w70 {
	width: 70%;
}
.w60 {
	width: 60%;
}
.w50 {
	width: 50%;
}
.w40 {
	width: 40%;
}
.w30 {
	width: 30%;
}
.w20 {
	width: 20%;
}
.w15 {
	width: 15%;
}