@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFF;
}
@media only screen and (min-width: 999px) {
body {
	background: #FFF url(../../images/page/common/page_bg.png) repeat-x left top;
}
}
.pageMainVisual {
	background-image: url(../images/pagetitle_bg.png);
}
.tit01 {
	background: url(../images/tit_bg.gif) no-repeat left top;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 25px;
	line-height: 1.5;
}
.sitemapTree {
	margin: 0 0px 30px;
}
.sitemapTree .innL, .sitemapTree .innR {

}
@media only screen and (min-width: 40.0625em) {
	.sitemapTree {
	margin: 0 10px 85px;
}
.sitemapTree .innL, .sitemapTree .innR {
	float: left;
	width: 50%;
}
}
@media only screen and (min-width: 999px) {
.sitemapTree .innL, .sitemapTree .innR {
	float: left;
	width: 300px;
}
}
.sitemapTree h3 {
	margin-bottom: 10px;
}
.sitemapTree ul {
	margin-left: 30px;
	margin-bottom: 30px;
}
.sitemapTree li {
	list-style: none;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.5em;
	margin-bottom: 0.7em;
}
.sitemapTree li:before {
	content: "";
	display: inline-block;
	width:0px;
	height:0px;
	border-top:solid 4px transparent;  /*見せたい三角は色（#ddd）を指定*/
	border-right:solid 4px transparent;  /*見せたくないのでtransparentで透明に*/
	border-bottom:solid 4px transparent;  /*見せたくないのでtransparentで透明に*/
	border-left:solid 4px #008b94;  /*見せたくないのでtransparentで透明に*/
}
.sitemapTree .innL {

}
@media only screen and (min-width: 40.0625em) {
	.sitemapTree .innL {
	
}
}
@media only screen and (min-width: 999px) {
	.sitemapTree .innL {
	margin-right: 80px;
}
}
.sitemapTree a:link, #sitemapTree a:visited {
	color:#000;	
	text-decoration: none;
}
.sitemapTree a:hover {
	color:#999;
	text-decoration: underline;	
}

@media only screen and (max-width: 40.0624em) {
}

@media only screen and (min-width: 40.0625em) {
}


