
/* メインイメージ
-----------------------------------------------------------------------------*/
.sitemap #m_img {background-image: url(../images/sitemap/m_img.jpg);}

.sitemap .section{
	padding-bottom:100px;}

.sitemap .l_style{
	float:left;
	width:47%;}
	
.sitemap .r_style{
	float:right;
	width:47%;}

.sitemap li{
	border-bottom:#C4E8A5 1px solid;}
.sitemap li:first-child{
	border-top:#C4E8A5 1px solid;}
	
.sitemap li a{
	display: block;
	background-image: url(../images/sitemap/arrow_l.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 15px 10px;
	padding-left: 20px;
	text-decoration:none;
	font-weight:bold;
	color:#52B200;
	letter-spacing:0.08em;
	font-size:110%;}	
.sitemap li a:hover{
	background-color: #FDFFDE;}

.sitemap dt{
	padding: 15px 0;
	font-weight:bold;
	color:#52B200;
	letter-spacing:0.08em;
	font-size:110%;
	border-bottom:#C4E8A5 1px solid;}
.sitemap dd{
	border-bottom:#E8E8E8 1px solid;}
.sitemap dd:last-child{
	border-bottom:none}	
	
.sitemap dd a{
	font-weight: normal;
	color:#333333;
	letter-spacing:0.05em;
	font-size:100%;
	background-image: url(../images/sitemap/arrow_s.png);
	background-position: 10px center;
	padding-left: 25px;}	
	
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.sitemap .section{
	padding-bottom:15%;}
.sitemap .l_style{
	float:none;
	width:100%;}
	
.sitemap .r_style{
	float:none;
	width:100%;}	
}
	
			