﻿@charset "utf-8";

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

.sitemap_box{
	width: 90%;
	margin: 5%;
}

.sitemap_box ul{
	margin: 30px 20px 20px 0px;
}

.sitemap_box li{
	background: url(../img/sitemap/a.gif) no-repeat 20px 3px;
	padding: 0 0 0 35px;
	margin: 0 0 15px;
}

.sitemap_box a{
	color: #8B6200;
}

.sitemap_box .a{
	background: none;
	padding: 0;
	color: #24468c;
}

.sitemap_box .b{
	background: url(../img/sitemap/b.gif) no-repeat 20px 3px;
}

.sitemap_box .c{
	padding: 0 0 0 60px;
	margin: 0 0 30px;
	background: url(../img/sitemap/b.gif) no-repeat 45px 3px;
}

.sitemap_box .c span{
	padding: 0 0 0 25px;
	background: url(../img/sitemap/c.gif) no-repeat 5px 3px;
}

.sitemap_box .d{
	padding: 0 0 0 60px;
	margin: 0 0 10px;
	background: url(../img/sitemap/a.gif) no-repeat 45px 3px;
}

.sitemap_box .d span{
	padding: 0 0 0 25px;
	background: url(../img/sitemap/c.gif) no-repeat 5px 3px;
}

.sitemap_box .clam{
	float: left;
	width: 250px;
	color: #24468c;
}


/* ウィンドウ幅が0～479pxの場合に適用するCSS */
@media screen and ( max-width:479px ){

}/* ウィンドウ幅が0～479pxの場合に適用するCSS ここまで */
