/* CSS Document */

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

h2 span {
    background-image: url(/img/original/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/original/h3-title-1.png);
}
h3 span.h3-title-2 {
    background-image: url(/img/original/h3-title-2.png);
}
h3 span.h3-title-3 {
    background-image: url(/img/original/h3-title-3.png);
}

@media (min-width: 768px) {
h3 {
    position:relative;
    border-bottom:2px #428AD3 solid;
    padding-bottom:14px;
}
h3 span {
    height:20px;
}
}

h4 {
    font-size: 16px;
    font-weight:bold;
    margin-bottom:10px;
    padding-bottom:4px;
    border-bottom:1px solid #ccc;
    margin-top:20px;
}
@media (min-width: 768px) {
h4 {
    font-size: 18px;
}
}


@media (min-width: 768px) {

.original-separate {
    width:50%;
    float:left;
}

}
