/*
form.css
*/

ul {
	margin:0;
	padding:0;
}

.mb10 { margin-bottom:10px!important; }
.mb20 { margin-bottom:20px!important; }
.mb30 { margin-bottom:30px!important; }
.mb40 { margin-bottom:40px!important; }
.mb50 { margin-bottom:50px!important; }



img.bd {
	border:solid 1px #333;
}

#main h2.midashi {
	width:674px;
}
#form {
	font-size:13px;
}

#err {
	width:676px;
	border: 1px solid #f00;
	background: #FCAEAE;
	padding: 10px;
	margin: 0 0 20px 0;
	line-height:120%;
	margin:0 auto 10px!important;

}
#err .inner {
	background: #FFFFFF url("../images/icon_yeild.gif") no-repeat 15px 15px;

	padding: 10px 20px 10px 70px;
	font-size: 12px;
	text-align: left;
	min-height: 40px;

}
#err .inner h3 {
	text-align:left;
	font-size: 14px;
	font-weight: normal;
	line-height:1.3;
	margin: 5px 0;
	display: block;
	padding: 0;
	border: none;
	color:#f00;

}


.enq1_dtl_area {
	display:none;
}

.errMsg {
	color:#f00;
	font-weight:bold;
}
.err-fld {
	background:#f99!important;
}

.ulEnq1,
.ulEnq1Dtl,
.ulEnq2,
.ulEnq3,
.btnCol {
	list-style-type: none;
}

.ulEnq1 li,
.ulEnq1Dtl li,
.ulEnq2 li,
.ulEnq3 li {
	float:left;
	padding:3px;
}


.tblEnq {
	width:700px;
	margin:0px auto;
	border-collapse: collapse;
	border-spacing: 0;
	border:0px;

}

.tblEnq th,
.tblEnq td {
	border:solid 1px #ccc;
	padding:5px;
	font-size:13px;
}
.tblEnq th {
	background:#eee;
	text-align:center;
}

label {
	cursor:pointer;
}


input[type="radio"] {
     border:none;
     top:-2px;
     top:0\9;
     margin-right:2px;
     margin-right: 0\9;
}


input[type="submit"] {
	padding:5px 0;
	width:250px;
}

.btnLayout {
	width:502px;
	margin:20px auto;
}
.btnCol li.left {
	float:left;
}
.btnCol li.right {
	float:right;
}

.btnTaC {
	margin:20px auto;
	text-align:center;
}


.pdfTtl {
	text-align:center;
	font-size:17px;
	font-weight:bold;
	color:#2B60B3;
}
.pdfTtl span {
	font-size:14px;
}

.taC { text-align:center; }
a.ic_pdf {
	text-decoration:none;
	color:#2B60B3;
	background:url('../images/icon_pdf.jpg') center left no-repeat!important;
	padding:4px 0 4px 20px;
	font-size:14px;
}
a.ic_pdf:hover {
	text-decoration:underline;
	color:#f00;
}


.clearfix {
	clear:both;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


.lnkArea {
	width:620px;
	margin:0 auto 40px;
	list-style-type:none;
}

.lnkArea li h4 {
	margin-bottom:1em;
	font-size:15px;
	font-weight:bold;
}

.lnkArea li {
	list-style-type:none;
}

.lnkArea li.left {
	float:left;
	width:300px;
	text-align:center;
}
.lnkArea li.right {
	float:right;
	width:300px;
	text-align:center;

}

