/*----------------------------------
各ページの背景画像指定
---------------------------------- */

.cbp-af-header .hbk11{
background-image: url("../img/newsrelease/title_news.jpg");
background-repeat: no-repeat;
}
.cbp-af-header .hbk12{
background-image: url("../img/activities/title_activity.jpg");
background-repeat: no-repeat;
}

.cbp-af-header .hbk_ino3{
background-image: url("../img/group/title_group.jpg");
background-repeat: no-repeat;
}
.cbp-af-header .hbk_ino4{
background-image: url("../img/recruitment/title_recruit.jpg");
background-repeat: no-repeat;
}
.cbp-af-header .hbk_ino5{
background-image: url("../img/inquiry/title_inquiry.jpg");
background-repeat: no-repeat;
}
.cbp-af-header .hbk_ino6{
background-image: url("../img/qanda/title_qanda.jpg");
background-repeat: no-repeat;
}
.cbp-af-header .hbk_ino7{
background-image: url("../img/eizo/title_eizo.jpg");
background-repeat: no-repeat;
}
.cbp-af-header .hbk_ino8{
background-image: url("../img/eizo/title_eizo2.jpg");
background-repeat: no-repeat;
}
.cbp-af-header .hbk_ino9{
background-image: url("../img/privacy/title_privacy.jpg");
background-repeat: no-repeat;
}
.cbp-af-header .hbk_ino10{
background-image: url("../img/index/title_information_security_policy.jpg");
background-repeat: no-repeat;
}
.cbp-af-header .hbk_ino11 {
    background-image: url(../img/work/title_public_notice.jpg);
    background-repeat: no-repeat;
}
.cbp-af-header .hbk13{
background-image: url("../img/work/title_recipe.jpg");
background-repeat: no-repeat;
}

.screen {
    position: absolute;
    width: 100%;
    height: 150%;
    top: 0px;
    left: 0px;
    z-index: 10000;
    background: transparent url(img/pattern.png) repeat top left;
}