@charset "UTF-8";
/* CSS Document */
/*   サイトマップ  */
/*********************/
@media (max-width:767px) {
	div.header{height:4rem;}
	div.header img{display:none;}	.sho img {width:100%;}
	div.header{height:6rem;}
	.smContainer {margin-top:15%;}
	div.container ul li {padding:5px 0;}
	div.content_top {display:none!important;}
	.sitemapPage {background: transparent url("../../images/nav_bg_bottom.png") repeat-x left top;}
}
@media (min-width:768px){
	.navbar-fixed-top,
	.navbar-fixed-bottom {position: fixed;}
	ul.in_navi li {float: left;width: 50%; padding: 0px;list-style: outside none none;}
	.smContainer {margin-top:7%;}
}
@media (min-width:960px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {position: fixed;}
}
div.content_top {
    background: url(../../images/nav_bg_bottom.png) repeat-x left 10px;
    width: 100%;
    height: 70px;
}
a:link {}
a:visited {
	color:#410a7f;
}
h2 {
	margin-bottom: 0px;
}
hr {
	border-bottom: solid 1px #ACACAC;
	border-top: none;
	border-right: none;
	border-left: none;
	margin-bottom: 0px;
}
div.page_content {
	padding-bottom: 50px;
}
div.page_content h3 {
	font-family: 'MS PMincho','ＭＳ Ｐ明朝','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',serif;
	color: #3f2614;
	font-weight: normal;
	margin: 27px 0px 27px 0px;
	font-size: 200%!important;
}
div.page_content h3 a {
	color: #3f2614;
	font-weight: normal;
	margin: 30px 0px 30px 0px;
	font-size: 100%;
}
div.page_content h3 span,
div.page_content section ul li span {
	margin-right: 6px;
	color: #000;
	font-weight: bold;
}
div.page_content section:nth-last-child(1) {
	border-bottom: none;
}
div.page_content section ul {
	margin-bottom: 30px;
}
div.page_content section ul li,
div.page_content section ul li a
{
	font-size: 120%;
	color: #000
}
div.page_content section ul li span {
	
	font-size: 140%;
}
.svgTitle {
	height: 5rem;
}