@charset "UTF-8";
.sitemap .intro_low {
    background-image: url(/src/img/intro/tit_another.jpg);
    background-position: top left 43%;
}

.sitemap .main section {
    padding-bottom: 50px;
}
.sitemap .sitemap_h2 {
    background-image: url(/src/img/about/tit_bg.jpg);
    background-repeat: repeat-x;
    padding: 10px 0 10px 10px;
    position: relative;
    font-weight: 600;
    margin-bottom: 30px;
}

.sitemap .sitemap_h2.yuG:before {
	content: '';
	background: #003296;
	width: 7px;
	height: 23px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.sitemap .sitemap_h2 small {
    font-size: 0.65em;
    font-weight: normal;
}


.sitemap .tableSet dl {
	border-top: #acacac 1px dotted;
	display: table;
	width: 100%;
}

.sitemap .tableSet dl dt, 
.sitemap .outline dl dd {
    display: table-cell;
    padding: 15px 0;
}

.sitemap .tableSet dl dt {
    width: 20%;
    text-align: center;
    background: #e9f1fc;
}
.sitemap .tableSet dl:first-child {
    border-top: #acacac 1px solid;

}
 
.sitemap .tableSet dl:last-child {
    border-bottom: #acacac 1px solid;
}


.sitemap .tableSet dl dd {
    padding-left: 30px;
}


.sitemap .map_canvas {
    height: 460px;
}
.sitemap .side .navTit {
    margin-bottom: 200px;
}

.sitemap_lr .right, .sitemap_lr .left {
    width: 330px;
}

.sitemap .lr_box{
	overflow: hidden;
}

.sitemap .lr_box .left {
    float: left;
}

.sitemap .lr_box .right {
    float: right;
}

.sitemap .sitemap_ul > li h2 {
    font-size: 15px;
    padding-bottom: 5px;
    color: #000;
    border-bottom: 1px solid #000;
	font-weight: bold;
}

.sitemap .sitemap_ul > li ul.sitemap_sub > li {
    margin-top: 10px;
}

.sitemap .sitemap li {
    list-style-type: none;
}

.sitemap .sitemap_ul > li {
    padding-bottom: 30px;
}

.sitemap .sitemap_ul > li ul.sitemap_sub > li > a::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 4px solid transparent;
    border-left: 5px solid #fff;
    top: 10px;
    left: 5px;
}

.sitemap .sitemap_ul > li ul.sitemap_sub > li > a::before {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #193dab;
    top: 7px;
    left: 0px;
}

.sitemap .sitemap_ul > li ul.sitemap_sub > li > a {
    position: relative;
    padding-left: 20px;
    padding-top: 5px;
    font-size: 14px;
    color: #000;
}

.sitemap .sitemap_ul > li ul.sitemap_sub > li .sitemap_sub_sub > li > a {
    position: relative;
    margin-left: 35px;
    padding-left: 15px;
}



@media screen and (max-width: 1024px) {
.container {
    width: 95%;
}

.sitemap .tableSet dl dt {
    width: 30%;
}

.sitemap .outline dl dd small {
    display: block;
    padding-top: 5px;
}

.sitemap .history .tableSet dl dt {
    width: 35%;
}

.sitemap .business .circle img {
    width: 100%;
}

.sitemap .map_canvas {
    height: 230px;
}

.sitemap_lr .right, .sitemap_lr .left {
    width: 100%;
}

.sitemap .lr_box .left {
    float: none;
}

.sitemap .lr_box .right {
    float: none;
}

}
