@charset "utf-8";

#pageHeader {
    border-bottom: 1px solid #cccccc;
}

#pageHeader .top {
    height: 0;
}

#titleArea {
    width: 100%;
    overflow: hidden;
    height: 48px;
    margin-top: -7px;
}

#loginInfoArea {
    text-align: right;
    margin-top: 5px;
}

#pageHeader .navigation {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 12px;
    border-left: 1px solid #cccccc;
    white-space: nowrap;
}

#pageHeader .category:hover {
    background-color: #f9f9f9;
    cursor: pointer;
}

.cart {
    background-color: #333333;
    height: 58px;
    line-height: 2em;
    padding-top: 5px;
}

#pageHeader .cartLink {
    height: 100%;
    text-decoration: none;
}

.cart:hover {
    opacity: 0.7;
    filter: alpha(opacity = 70); /* ie lt 8 */
    -moz-opacity: 0.7; /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7; /* Safari 1.x */
}

.cart a:after {
    content: "カート";
    color: #ffffff;
    display: block;
}

#searchArea select[name='searchCategoryCode'] {
    width: 114px;
}

#pageHeader .rightsubmenu {
    border-color: transparent transparent transparent #333333;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-top: 5px;
    width: 0;
    padding-right: 15px;
}

/**/
#searchArea {
    border-left: 1px solid #cccccc;
}

.usermame {
    margin-right: 10px;
}

#loginInfoArea p {
    margin-top: 5px;
}

#searchFormArea {
    vertical-align: middle;
    height: 58px;
    display: table-cell;
    width: 50%;
}

#searchform input {
    margin-left: 0;
}

#searchform button {
    height: 31px;
}

#searchform .largeText {
    width: 48%;
}

.head_dropdown {
    width: 100%;
    height: 56px;
    background-color: transparent;
}
/*------------
  3mode
--------------*/
.modeTxt {
    font-size: 14px;
}

.modeLine {
    height: 5px;
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: top;
    margin-bottom: 5px;
}

.modeTxt {
    margin-left: 20px;
}

.mode_1 {
    width: 330px;
}

.mode_shop {
    background-color: #333333;
    width: 380px;
}

.mode_mall {
    background-color: #dd7e17;
    width: 365px;
}

/*768px以上（tab/PC）で表示*/
@media screen and (min-width:768px) {
    #pageHeader .navigation {
        height: 58px;
    }
}

/*768px～990pxで表示*/
@media only screen and (min-width:768px) and (max-width:991px) {
    #pageHeader .navigation .cart {
        width: 100%;
    }
}

/*767px以下（SP)で表示*/
@media screen and (max-width:767px) {
    #titleArea a {
        line-height: 40px;
    }
    #titleArea img {
        width: 100%;
    }
    .sp_search_dropdown {
        width: 100%;
    }
    .sp_head_dropdown {
        width: 100%;
        background-color: transparent;
        border: none;
    }
    .btn-default:hover, .btn-default:focus, .btn-default:active,
        .btn-default.active, .open>.dropdown-toggle.btn-default {
        background-color: transparent;
    }
    .cart {
        width: 60px;
        height: 59px;
    }
    .sp_cart {
        position: absolute;
        top: -59px;
        right: 0;
    }
    .sp_login, .sp_logout {
        position: absolute;
        top: 0px;
        right: 65px;
        width: 60px;
        background-color: #333333;
        height: 59px;
        float: right;
        line-height: 2em;
        padding-top: 5px;
    }
    .sp_login a, .sp_logout a {
        height: 100%;
    }
    #pageHeader {
        background: #ffffff;
    }
    #pageHeader #searchArea select[name='searchCategoryCode'] {
        width: 100%;
        display: block;
        margin-top: 17px;
        margin-bottom: 10px;
    }
    .sp_login:hover, .sp_logout:hover {
        opacity: 0.7;
        filter: alpha(opacity = 70); /* ie lt 8 */
        -ms-filter: "alpha(opacity=70)"; /* ie 8 */
        -moz-opacity: 0.7; /* FF lt 1.5, Netscape */
        -khtml-opacity: 0.7; /* Safari 1.x */
    }
    .sp_login a:after {
        content: "ログイン";
        color: #ffffff;
        display: block;
    }
    .sp_logout a:after {
        font-size: 90%;
        content: "ログアウト";
        color: #ffffff;
        display: block;
    }
    .mode_1, .mode_shop, .mode_mall {
        width: 45%;
    }
}