/* CSS Document */

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

h2 span {
    background-image: url(/img/inquiry/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;
}
}
