@charset "utf-8";

/* contents */
#contents{
	font-size:82%;
}

.sitemap_copy{
	background	: #fff;
	padding:20px 0 0;
	border-top:0px solid #E4D1C5;
	margin-top:28px;
}

@media screen and (min-width: 768px), print {
.sitemap_left_box{
	text-align:left;
	float:left;
	margin:0px 0 20px;
	width:350px;
}
.sitemap_left_box li{
	padding:8px 0px;
	width:350px;
}
.sitemap_left_box li span{
	background: url(../img/common/icon_arrow_black.png) 0px 50% no-repeat;
	background-size: 6px auto;
	padding: 0px 20px;
	display: inline-block;
}
.sitemap_right_box{
	text-align:left;
	float:right;
	margin:0px 0 20px;
	width:350px;
}
.sitemap_right_box li{
	padding:8px 0px;
	width:350px;
}
.sitemap_right_box li span{
	background: url(../img/common/icon_arrow_black.png) 0px 50% no-repeat;
		background-size: 6px auto;
		padding: 0px 20px;
		display: inline-block;
}
}

@media screen and (max-width: 767px) {
.sitemap_left_box{
	text-align:left;
	width:100%;
}
.sitemap_left_box li{
	padding:8px 0px;
	width:100%;
}
.sitemap_left_box li span{
	background: url(../img/common/icon_arrow_black.png) 0px 50% no-repeat;
	background-size: 6px auto;
	padding: 0px 20px;
	display: inline-block;
}
.sitemap_right_box{
	text-align:left;
	margin:0px 0 20px;
	width:100%;
}
.sitemap_right_box li{
	padding:8px 0px;
	width:100%;
}
.sitemap_right_box li span{
	background: url(../img/common/icon_arrow_black.png) 0px 50% no-repeat;
	background-size: 6px auto;
	padding: 0px 20px;
	display: inline-block;	padding:0px 20px;
}
}
	  
	  
	  
	  
/*--------------------

	clearfix

--------------------*/

.sitemap_copy,
.sitemap_left_box,
.sitemap_right_box
{
    overflow:hidden;
    zoom:1;
}

.sitemap_copy:after,
.sitemap_left_box:after,
.sitemap_right_box:after
{
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}

* html .sitemap_copy,
* html .sitemap_left_box,
* html .sitemap_right_box
{
    height: 1em;
    overflow: visible;
}
