/*** ヘッダー背景画像css ***/
.bHead {
  background: url(/iogm/user_data/packages/green/img/header_bg.gif) repeat-x;
  background-position: bottom;
}

/*** フッター背景画像用css ***/
.bFoot {
    height: auto;
    background: url(/iogm/user_data/packages/green/img/header_bg.gif) repeat-x;
}

/*** ▼可変フォントサイズ用の定義css▼ ***/

/* h1代替 */
.iogm-h1{
    font-size: 3.81rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}

/* xsまで横幅が縮んだ時のみ利用するcss */
@media only screen and (max-width: 575px){

    /* h1代替 */
    .iogm-h1{
        font-size: 2.0rem;
        font-family: inherit;
        font-weight: 700;
        line-height: 1.1;
        color: inherit;
    }
}

/*** ▲可変フォントサイズ用の定義css▲ ***/
