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

.about .main section {
    padding-bottom: 50px;
}
.about .about_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;
}

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

.about .about_h2 small {
    font-size: 0.65em;
    font-weight: normal;
}


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

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

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

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


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


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

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

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

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

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

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

.about .map_canvas {
    height: 230px;
}
}
