@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
	お申し込みフォーム
------------------------------------------------------------*/
#conts h2 {
	margin-bottom: 20px;
}

#conts h3 {
	color: #333;
	font-size: 1.16em;
	border-bottom: 1px dotted #258DDA;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#conts .mainImages {
	margin-bottom: 35px;
}

#conts .question {
	margin-bottom: 35px;
}

#conts .question a {
	display: block;
	background: url(/img/inquiry/icon01.png) no-repeat 0px 5px;
    padding-left: 15px;
	zoom:1;
}

#conts .inquiryform p {
	margin-bottom: 35px;
}

#conts .inquiryform .item img {
	margin-bottom: 35px;
}

#conts .inquiryform .item p {
	margin-bottom: 20px;
}

#conts .inquiryform .policyBox {
	margin-bottom: 20px;
	padding: 20px;
	height: 115px;
	border: 1px solid #ccc;
	overflow-y: scroll;
}

#conts .inquiryform .policyBox p {
	margin: 20px 0 0;
	line-height: 1.7;
}

#conts .inquiryform .policyBox p.ttl {
	margin-top: 0;
	font-weight: bold;
	font-size: 14px;
}

#conts .inquiryform .policyText {
    text-align: center;
    margin: 35px 0;
}

table.inquiryTable {
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 728px;
	margin-bottom: 20px;
}

.inquiryTable th,
.inquiryTable td {
	padding: 10px;
}

.inquiryTable th {
	width: 25%;
	border-right: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

.inquiryTable th label {
	vertical-align: middle;
}

.inquiryTable th img {
	float: right;
	vertical-align: middle;
}

.inquiryTable th img.sp {
	margin-top: -7px;
}

.inquiryTable td {
	width: 75%;
	border-bottom: 1px dotted #ccc;
}

.inquiryForm p.note {
	margin: 3px 0 3px!important;
}

.inquiryTable td span,
.inquiryTable td input {
	vertical-align: middle;
	margin: 0 3px 0 0;
}

.inquiryForm #fName01 {
	width: 120px;
	margin: 0 5px 0 0;
}

.inquiryForm #fName02 {
	width: 120px;
	margin: 0 5px 0 17px;
}

.inquiryForm #fMail,
.inquiryForm #fConsultant,
.inquiryForm #fHope {
	width: 340px;
}
.inquiryForm #content {
    height: 100px;
    width: 516px;
	font-size: 13px;
}

.inquiryForm .submit {
	text-align: center;
}

.inquiryForm .submit li {
	display: inline;
}

.inquiryForm .submit li.terms {
	padding: 10px 0 0;
	margin-right: 10px;
}

.inquiryForm .submit li.terms a {
	color: #0066CC;
}

.inquiryForm .submit li.terms a:hover {
	text-decoration: none;
}

.inquiryForm .submit li.btn {
}

.inquiryForm .submit input {
	background: url(/img/inquiry/btn01.jpg) no-repeat;
	width: 320px;
	height: 62px;
	border: none;
}

.inquiryForm .submit input:hover {
	background: url(/img/inquiry/btn01_over.jpg) no-repeat;
}

.inquiryForm .tipped {
	width: 516px;
	height: 350px;
}

#conts .inquiryform .lead {
	margin-bottom: 15px;
}


p.notes {
	margin-top: 20px;
	color: #999!important;
	font-size: 12px!important;
	text-align: center;
}

/*------------------------------------------------------------
	サンキューページ
------------------------------------------------------------*/

#conts .inquiry .text,
#conts .inquiry p {
	margin-bottom: 20px;
}

#conts .inquiry p.address {
	background: #F6F6F6;
	padding: 10px;
	width: 320px;
}

#conts .inquiry p.margin {
	margin-bottom: 35px;
}

#conts .inquiry table {
	border-collapse: collapse;
	border: 1px solid #DDDDDD;
	margin-bottom: 15px;
}

#conts .inquiry table th {
	border-right: 1px dotted #CCCCCC;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
}

#conts .inquiry table th,
#conts .inquiry table td {
	padding: 15px;
}

#conts .inquiry table td dl {
	margin-top: 5px;
}

#conts .inquiry table td dl dt {
	float: left;
	width: 60px;
}

#conts .inquiry table td dl dd {
}

#conts .inquiry .back {
	background: url(/img/entry/directly_icon.png) no-repeat 0px 4px;
	padding-left: 15px;
	display: block;
}