@charset "utf-8";

/* --------------------------------------------------
	基本
-------------------------------------------------- */

#wrap{
	border-top: 3px solid #065a30;
}
.ttlBg{
	background: #065a30;
}

/*見出し*/
h2.ttl01{
	border-top: #065a30 2px solid;
}
h2.ttl02:after {
	border-bottom: solid 3px #065a30;
}

/*お問い合わせボックス*/
.inquiryBox{
	border: #065a30 1px solid;
}

/*----------------footer----------------*/
.footer02{
	background: #065a30;
}
/* --------------------------------------------------
	/基本
-------------------------------------------------- */




/* --------------------------------------------------
	トップページ
-------------------------------------------------- */
.mainVisual01{
	background: url(../images/top/main_v01.jpg) no-repeat;
}
.mainVisual02{
	background: url(../images/top/main_v02.jpg) no-repeat;
}
.mainVisual03{
	background: url(../images/top/main_v03.jpg) no-repeat;
}
.prListTtl:first-letter{
	color: #065a30;
}
/* --------------------------------------------------
	/トップページ
-------------------------------------------------- */




/* --------------------------------------------------
	サイトマップ
-------------------------------------------------- */

/* --------------------------------------------------
	/サイトマップ
-------------------------------------------------- */




/* --------------------------------------------------
	プライバシーポリシー
-------------------------------------------------- */
.privacyTtl{
	border-top: solid 2px #065a30;
}
/* --------------------------------------------------
	プライバシーポリシー
-------------------------------------------------- */




/* --------------------------------------------------
	詳細ページ
-------------------------------------------------- */
.marR3em{
	margin-right: 3em;
}
@media screen and (max-width: 480px) {
	.marR3em { margin-right: 0; }
}
/* --------------------------------------------------
	/詳細ページ
-------------------------------------------------- */

/* --------------------------------------------------
	お問い合わせ
-------------------------------------------------- */
form .clear {
  margin-bottom: 30px;
}	

/* --------------------------------------------------
	お問い合わせ
-------------------------------------------------- */