@charset "utf-8";
/*----------------------------------------------------

	content-type

----------------------------------------------------*/
.content01 {
	font-size: 14px;
	line-height: 1.7;
	color: #222;
}
.content01 p {
	margin-bottom: 25px;
}

.content01 ol li {
	list-style: decimal outside;
	margin-left: 1.5em;
	margin-bottom: .55em;
}
.content01 dt {
	margin-bottom: .25em;
	font-weight: bold;
}
.content01 dd {
	margin-left: 1em;
}
.content01 .txt-note01 {
	display: inline-block;
	margin: 5px 0;
	color: #666;
}
.content01 .article-footer {
	margin: 60px 0 0;
	text-align: center;
}

/*----------------------------------------------------

	section-type

----------------------------------------------------*/
.sec-type01 .sec-body {
	margin: 0 10px;
}
.sec-type01 .sec-ttl {
	margin-bottom: 20px;
	padding: 10px 10px 10px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #222;
	background: #f9f9f9;
}


/*----------------------------------------------------

	btn-type

----------------------------------------------------*/
.btn-type01 {
	display: inline-block;
	padding: 15px 39px;
	text-align: center;
	color: #91714a !important;
	border: 1px solid #91714a;
	transition: all .3s;
}
.btn-type01:hover {
	text-decoration: none;
	color: #fff !important;
	border: 1px solid #222;
	background: #91714a;
	transition: all .3s;
}



/*----------------------------------------------------
	16.09.14 jmd-add-style
----------------------------------------------------*/
.page-article-footer {
	margin: 90px 0 -56px;
	padding: 25px 0;
	font-size: 13px;
	text-align: center;
	border-top: 1px solid #efefef;
}
.page-article-footer a {
	display: inline-block;
	padding: 12px 18px;
	color: #a38145;
	border: 1px solid #a38145;
	text-decoration: none;
	transition: all .3s;
}
.page-article-footer a:hover {
	color: #fff;
	background: #a38145;
	transition: all .3s;
}

