@charset "UTF-8";

/* -------------------------------------------
Common
------------------------------------------- */
body * {
	line-height: 1.5;
}

#contentsBox {
	margin: 10px;
	font-size: 12px;
}

/* -------------------------------------------
Heading
------------------------------------------- */
#contentsBox h1{
	margin-bottom: 10px;
	color: #471700;
	font-weight: bold;
	font-size: 14px;
}

section h2 {
	margin-top: 10px;
	padding: 5px 10px;
	border-bottom: 1px #ddd3d2 solid;
	border-left: 5px #ddd3d2 solid;
	line-height :1.6;
	color: #666;
	background: #f6f2f1;
	font-weight: normal;
	font-size: 12px;
}

/* -------------------------------------------
Text
------------------------------------------- */
#contentsBox p {
	margin-top: 10px;
}

/* -------------------------------------------
 List
------------------------------------------- */
section ul,
section dl {
	margin-top: 10px;
}

ul.encircled {}
	ul.encircled li {
		padding-left: 1em;
		text-indent: -1em;
	}

dl.encircled {}
	dl.encircled dt,
	dl.encircled dd {
		margin-top: 5px;
	}

/* -------------------------------------------
 Box
------------------------------------------- */
.signature {
	text-align: right;
}
.inlineframe {
	width: 100%;
	height: 500px;
}

/* -------------------------------------------
 Button
------------------------------------------- */
.button .faq {
	margin: 20px;
	border: 1px solid #e9e1d5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	line-height: 48px;
	color: #3c3c3c;
	background: #e9e1d5;
	font-size: 14px;
	text-align: center;
}
.button .inquiry {
	margin: 20px;
	border: 1px solid #aca69f;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	line-height: 48px;
	color: #fff;
	background: #aca69f;
	font-size: 14px;
	text-align: center;
}

/* -------------------------------------------
 重要なお知らせ
------------------------------------------- */
.important {}
	.important h2 {
		color: #e9171a;
		font-size: 14px;
		text-align: center;
	}
	.important .inner {
		margin: 5px 0 20px 0;
		padding: 10px;
		border: 1px dotted #e9171a;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		background: #fdf1f1;
	}
