@charset 'utf-8';

/* 帯 */
.naviBlock {
    height: 50px;

    background-color: #23a0cd;
}

/* ナビゲーション本体 */
.naviBlock__content {
    font-weight: bold;

    position: relative;

    width: 950px;
    height: 100%;
    margin: 0 auto;
}

/* リスト */
.naviBlock__content ul {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    height: 100%;
}

.naviBlock__content ul li {
    font-size: 14px;

    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    width: 160px;
    height: 100%;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.naviBlock__content ul li.isActive {
    background-color: #157599;
}

.naviBlock__content ul li a {
  position: relative;
    display: block;
    width: 100%;
    line-height: 50px;
    color: #fff;
}

.naviBlock__content ul li a:before {
    position: absolute;
    height: 100%;
    display: block;
    content: '';
    background-repeat: no-repeat;
}

.naviBlock__content ul li a:hover {
    transition: .5s;
    text-decoration: none;

    opacity: .5;
}

.navi__top a {
    padding-left: 66px;
}

.navi__top a:before {
    left: 42px;
    width: 18px;
    background-image: url(https://s.yimg.jp/images/points/toku/portal/img/campaignlist/icon_star.svg);
    background-repeat: no-repeat;
    background-position: center 15px;
    background-size: 18px auto;
}

.navi__camp a {
    padding-left: 50px;
}

.navi__camp a:before {
    left: 26px;
    width: 20px;
    content: '';
    background-image: url(https://s.yimg.jp/images/points/toku/portal/img/campaignlist/icon_badge_mato.svg);
    background-position: center 13px;
    background-size: auto 20px;
}

.navi__top:hover:before,
.navi__camp:hover:before,
.navi__guide:hover:before {
    transition: .5s;

    opacity: .5;
}

/* ズバトクとは？ */
.naviBlock__content p a {
    display: block;

    color: #fff;
}

.naviBlock__content p a:hover {
    transition: .5s;
    text-decoration: none;

    opacity: .5;
}

.naviBlock__content p {
    font-size: 12px;
    line-height: 50px;

    position: absolute;
    top: 0;
    right: 0;

    display: inline-block;

    width: 140px;
    height: 47px;

    text-align: center;
}

.navi__history {
  position: absolute !important;
  right: 0;
}

.navi__history a {
  position: relative;
  right: 0;
    vertical-align: middle;
  padding-left: 64px;
}

.navi__history a:before {
    left: 36px;

    width: 20px;

    background-image: url(https://s.yimg.jp/images/points/toku/portal/img/campaignlist/icon_history_w.svg);
    background-position: center;
    background-size: auto 20px;
}
