/* CSS Document */

h2 {
    background-image: url(/img/common/bg_h2.png);
}

h2 span {
    background-image: url(/img/company/h2-title.png);
    background-repeat:no-repeat;
    background-size:auto 100%;
    background-position:10px 0px;
    display:block; 
    text-indent: -9999px;
    height:44px;
}

@media (min-width: 768px) {
h2 span {
    margin:auto;
    height:88px;
    width:970px;
}
}

h3 {
    border-bottom:1px #428AD3 solid;
    padding-bottom:8px;
    margin-top:30px;
}
h3 span {
    background-repeat:no-repeat;
    background-size:auto 100%;
    display:block; 
    text-indent: -9999px;
    height:16px;
}

h3 span.h3-title-1 {
    background-image: url(/img/company/h3-title-1.png);
}
h3 span.h3-title-2 {
    background-image: url(/img/company/h3-title-2.png);
    margin-bottom:8px;
}
h3 span.h3-title-3 {
    background-image: url(/img/company/h3-title-3.png);
}

@media (min-width: 768px) {
h3 {
    position:relative;
    border-bottom:2px #428AD3 solid;
    padding-bottom:14px;
}
h3 span {
    height:20px;
}
h3 span.h3-title-2 {
    background-image: url(/img/company/h3-title-2.png);
    width:223px;
    margin-bottom:0px;
}
.h3-access {
    position:absolute;
    left:243px;
    top:-8px;
}
}

@media (min-width: 768px) {
.separate dl {
    width:435px;
    float:left;
}
}
.col-address {
    margin-bottom:20px;
}

@media (min-width: 768px) {

.address {
    margin-right:-10px;
    width:880px;
}

.col-address {
    width:280px;
    float:left;
    margin-right:10px;
}
.col-address img {
    width:280px;
}

.history dt {
    width:180px;
}

.history dd {
    margin-left:180px;
}

}
