@charset "utf-8";
/* --------------------------------
	sitemap_sp.css
-------------------------------- */
.pc_only {
display:none;
}
.sitemap {
	position: relative;
}

.themeA h1 {
	font-size: 16px!important;
	width: 100%;
	min-height: 36px;
	background: #fff url("/template/common/img_3/site_back.jpg") repeat;
	color: #fff;
	box-sizing: border-box;
	padding: 8px 10px 8px 15px;
	line-height: 1.1;
}
.sitemap h2 {
	margin: 15px 10px;
	border: 1px solid #dcdcdc;
	box-shadow: 1px 1px 0 rgba(242,242,242,1);
	background: #fff url(/template/common/img/contents/bg_contents_h2.gif) repeat-x left bottom;
	background: -moz-linear-gradient(bottom,#f4f4f4,#fff 50%);
	background: -webkit-gradient(linear, left bottom, left top, from(#f4f4f4),color-stop(0.5, #fff));
	color: #17557a;
	font-size: 1.33em;
	clear: both;
}

.sitemap h2 span {
	display: block;
	padding: 5px 10px;
	border: 1px solid #fff;
}

.sitemap h2 span span {
	padding: 2px 10px;
	border: none;
	border-left: 3px solid #467bbb;
}

.sitemap .b_list{
	margin: 10px 5px 10px 10px;
	font-size: 1.2rem;
	width : -moz-calc(100% - 15px);
	width : -webkit-calc(100% - 15px);
	width : calc(100% - 15px);
	overflow: hidden;
	letter-spacing: -0.4em;
}

.b_list a{
	color: #4d4d4d;
	text-decoration: underline;
}

.b_list dl.x4{
	overflow: hidden;
	width : -moz-calc(100% - 5px);
	width : -webkit-calc(100% - 5px);
	width : calc(100% - 5px);
	margin: 0px 5px 30px 0;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
.b_list dl{
	overflow: hidden;
	width : -moz-calc((100% / 2) - 5px);
	width : -webkit-calc((100% / 2) - 5px);
	width : calc((100% / 2) - 5px);
	margin: 0px 5px 30px 0;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}


.b_list dt{
	margin-bottom:5px;
	padding:5px 8px;
	background:#e3ebf5;
}

.b_list dd{
	margin:0 10px;
}
.b_list dl.x4 dd{
	float: left;
	width: -moz-calc(50% - 20px);
	width: -webkit-calc(50% - 20px);
	width: calc(50% - 20px);
}


.b_list dd ul {
	margin-left:0px;
	padding-top:1px;
	background:url("/template/common/img/contents/bg_sitemap_cat-list.gif") repeat-y left bottom;
}
.b_list dd li {
	margin-top:10px;
	padding-left:17px;
	background:url("/template/common/img/contents/bg_sitemap_cat-list_li.gif") no-repeat 1px 6px;
}
.b_list dd li.sp_continue:last-child {
	background: url("/template/common/img/contents/bg_sitemap_cat-list_li.gif") no-repeat 1px 6px;
}
.b_list dd li:last-child {
	background:url("/template/common/img/contents/bg_sitemap_cat-list_li_last.gif") no-repeat 0 6px;
}

