@charset "utf-8";

/* 中央ペイン
------------------------------------------------------------*/
#content {
width:1080px;
margin:0 auto;
}

/*http://coliss.com/articles/build-websites/operation/css/css-parent-child-vertical-list-menu.html*/

/*#sitemap ul.list,
#sitemap ul.list ul {
list-style-type:none;
margin:0;
padding:0;
}*/
#sitemap ul.list {
margin-bottom:10px;
}

#sitemap ul.list ul {
margin-top:10px;
margin-left:20px;
position:relative;
}

#sitemap ul.list ul:before {
content:"";
display:block;
width:0;
position:absolute;
top:0;
bottom:0;
left:0;
border-left:1px solid #999;
}

#sitemap ul.list li  {
margin:0;
padding:3px 12px;
text-decoration:none;
line-height:20px;
color:#000080;
font-weight:normal;
position:relative;
}

#sitemap ul.list li a { 
text-decoration:underline;
line-height:10px;
color:#000080;
position:relative;
}

#sitemap ul.list li a:hover,
#sitemap ul.list li a:hover+ul li a {
color:#800000;
}

#sitemap ul.list li a span{ 
padding:0 3px;
}

#sitemap ul.list ul li:before {
content:"";
display:block;
width:10px;
height:0;
border-top:1px solid #999;
position:absolute;
top:10px;
left:0;
}

#sitemap ul.list ul li:last-child:before {
background:#fff; 
height:auto;
top:10px; 
bottom:0;
}

/* メインメニュー PC用
------------------------------------------------------------*/
@media only screen and (max-width:1080px){
	#content {
	width:96%;
	margin:0 auto;
	padding:10px 0;
	}
}
