@charset "UTF-8";


/* ==

　■ 見出しモジュール

=============================================================================== */

#mainContents h1 { color: #6cb82b; }

#mainContents h3,
#mainContents .heading03 {
	background: #6eb92b;
}

#mainContents.mainBgBlack h3,
#mainContents.mainBgBlack .heading03 {
	color: #fff;
}

#mainContents h4,
#mainContents .heading04 { border-bottom: 1px solid #6eb92b; }

#mainContents .userVoice .heading03 { background: #7f4e20; }

#mainContents .userVoice .heading04 { border-bottom: 1px solid #7f4e20; }



/* ==

　■ テキストパーツ

=============================================================================== */
.fcTypeA {
	color: #6db82b;
}



/* ==

　■ リストモジュール

=============================================================================== */

#mainContents .faqList dt,
#mainContents .faqList dd {
	display: block;
	min-height: 28px;
	height: auto !important;
	height: 28px;
	padding: 7px 0 0 52px;
}

#mainContents .faqList dt {
	margin: 30px 0 10px;
	background: url(../../images/rn01/list_icon_01.gif) left top no-repeat;
	color: #6cb82b;
}

#mainContents .faqList dd {
	background: url(../../images/rn01/list_icon_02.gif) left top no-repeat;
}


/* ==

　■ ナビゲーションモジュール

=============================================================================== */
.localNavTop p.nav1.lastChild {
	left: 0;
	width: 100%;
}
.localNavTop p.nav1.lastChild a {
	border: none;
}

