@charset "utf-8";

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

ul.sitemap {
	margin:30px 2em;
}

ul.sitemap li {
	background:url(../img/common/point01.png) no-repeat 1em 14px;
	padding:10px 0;
	border-top:dotted 1px #808080;
	text-indent: 2em;
	font-size:14px;
}

ul.sitemap li:first-child {
	background-position:0 14px;
	border-top:0;
	text-indent: 1em;
}

ul.sitemap li.under {
	background:url(../img/common/point01.png) no-repeat 2em 14px;
	text-indent: 3em;
}


.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;    
	clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */


@media only screen and (min-width: 768px) {



}

@media only screen and (max-width: 767px) {



}




