@charset "utf-8";
/* CSS Document */

.sitemapBox {
	display: table;
	border-collapse: separate;  /* セルの間隔を空ける */
	border-spacing: 20px 10px;  /* 左右 上下で記述 */
	width: 100%;
	table-layout: fixed;
}
.sitemapBoxInner {
	display: table-cell;
	width: 50%;
	vertical-align: up;
}
.sitemaptit {
	
	
    position: relative;
    margin: 10px auto 20px;
    padding: 0px 40px 0px 45px;
    background: #FFF none repeat scroll 0% 0%;
    font-size: 20px;
    border-bottom: 1px dotted #55ACEE;
    color: #000;
    min-height: 40px;
    line-height: 40px;
}	


@media only screen and (max-width: 640px) {
.sitemapBox {
	display: block;
	padding: 0 3%;
}
.sitemapBoxInner {
	display: block;
	width: 100%;
}
ul.listMark {
	padding-left: 2rem;
	margin: 0px 0px 20px!important;
}
.count_sentence {
	margin: 0px;
	padding: 0 3%;
}
}
