@charset "utf-8";

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

#wrap{
	border-top: 3px solid #00873C;
}
.ttlBg{
	background: #00873C;
}

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

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

/*----------------footer----------------*/
.footer02{
	background: #00873C;
}
/* --------------------------------------------------
	/基本
-------------------------------------------------- */




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




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

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




/* --------------------------------------------------
	プライバシーポリシー
-------------------------------------------------- */
.privacyTtl{
	border-top: solid 2px #00873C;
}
/* --------------------------------------------------
	採用情報
-------------------------------------------------- */
.recruitPhoto{
	text-align: center;
}
.recruitPhoto p{
	display: inline-block;
	margin: 0 24px 12px;
}
.recruitPhoto img{
	width: 600px;
	height: auto;
}
@media screen and (max-width: 480px) {
	.recruitPhoto img { 
		width: 100%;
	}
}

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