@charset "utf-8";
/* タイトル部分イメージの位置調整 */

/* 全てのサイズ共通 */

.ttlEntry {
	background:#672729;
	color:#fff;
	font-size:2.0rem;
	padding:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:40px;
	}	

.contArea {
	padding: 25px 0 0;
	}

.sitemapUl {
	margin:15px 0 40px;
	}

.sitemapUl li span{
	display:block;
	background:url(../../img/common_ttl_arrow.png) no-repeat 0 6px;
	padding:0 0 0 22px;
	font-size:2.0rem;
	font-weight: bold;
	color:#333;
	}

.sitemapUl li ul li a{
	background:url(../../img/common_ttl_arrow02.jpg) no-repeat 0 6px;
	padding:0 0 10px 15px;
	margin:0 0 0 22px;
	font-size:1.6rem;
	color:#333;
	}

.sitemapUl ul {
	margin-bottom: 10%;
}

.sitemapUl ul li {
	border-bottom: 1px dotted #666;
	padding: 5% 0% 5%;
}




@media screen and (max-width:768px) { 
    /* スマートフォン用　*/
		.sitemapUl {
			margin:0 0 5% 0;
			}
}
@media screen and (min-width:768px) and ( max-width:1010px) {
    /* タブレット用　*/
}

