@charset "utf-8";

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

#wrap{
	border-top: 3px solid #15733c;
}
.ttlBg{
	background: #15733c;
}

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

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

/*ロゴの大きさ*/
header p.logo2 img{
	width: auto;
	height: 70px;
}
@media screen and (max-width: 959px) {
	header p.logo2 img{
		width: auto;
		height: 60px;
	}
}

/*----------------footer----------------*/
.footer02{
	background: #15733c;
}
/* --------------------------------------------------
	/基本
-------------------------------------------------- */




/* --------------------------------------------------
	トップページ
-------------------------------------------------- */
.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: #15733c;
}
/* --------------------------------------------------
	/トップページ
-------------------------------------------------- */




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

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




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




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