@charset "utf-8";

/* -----------------------------------------------
   サイトマップ
   ----------------------------------------------- */
body{
	font-size:14px;
}

div#ContentInner { padding-top:0; }

div.SiteMap {	overflow:hidden; }

div.SiteMap dl.Left {
 width:48%;
	float:left;
}

div.SiteMap dl.Right {
 width:48%;
	float:right;
}

div.SiteMap dl dt {
 display:block;
 position:relative;
	padding:15px 0 12px 25px;
	background:#efefef;
	margin-top:5px;
}

div.SiteMap dl dt:after {
 content:"";
 position:absolute;
 top:50%;
 left:10px;
 width:6px;
 height:6px;
 margin:-5px 0 0 0;
 -webkit-transform: rotate(45deg);
 transform:rotate(45deg);
 border-top:solid 1px #000;
 border-right:solid 1px #000;
}

div.SiteMap dl dt.Rotate:after {
 content:"";
 position:absolute;
 top:50%;
 left:10px;
 width:6px;
 height:6px;
 margin:-5px 0 0 0;
 -webkit-transform: rotate(135deg);
 transform:rotate(135deg);
 border-top:solid 1px #000;
 border-right:solid 1px #000;
}

div.SiteMap dl dd ul li { padding:10px; }









/* ### スマホ start ############################# */
@media print, screen and (max-width: 640px) {

div.SiteMap dl.Left {
 width:100%;
	float:none;
}

div.SiteMap dl.Right {
 width:100%;
	float:none;
}

} /* ### スマホ end ############################# */

