.wrap {
    width: 980px;
    margin: 0 auto;
}
.cf {
    zoom: 1;
}
.cf:before, .cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.h_menu2 {
    /* width: 660px; */
    float: right;
    margin-top: 20px;
}
.h_cart {
    float: right;
}
.h_pay {
    float: right;
    margin-right: 35px;
}
.h_soryo {
    float: right;
    margin-right: 15px;
}
.h_logo {
    margin: 20px 50px 0 0;
    float: left;
}
.header_top {
    height: 32px;
    margin-top: 17px;
    padding: 0 23px 0 23px;
}
.h_description {
    float: left;
    margin-top: 8px;
}
.header_main {
    background: url(../images/header/bg.png) repeat-x;
    height: 79px;
    margin-bottom: 26px;
    padding: 0 23px 0 23px;
}
.h_menu {
    width: 300px;
    float: right;
    margin-top: 9px;
}
.h_menu a {
    cursor: pointer;
    text-decoration: underline;
}
.h_pickup {
    background: #FFF;
    width: 590px;
    float: left;
    padding: 3px;
    margin: 6px 0 0 0;
}
.h_pickup_midashi {
    float: left;
    width: 50px;
}
.h_pickup_list {
    width: 515px;
    float: right;
}
.h_pickup_list ul {
    list-style-type: disc;
    margin-bottom: 0;
    padding-left: 0rem;
}
.h_pickup_list li {
    padding: 2px 0;
}
.h_pickup_list li a {
    color: #04155A;
    cursor: pointer;
    text-decoration: underline;
}

.h_login a {
    float: right;
    background: url(../images/header/icon_login.png) 0 2px no-repeat;
    padding-left: 16px;
    margin-left: 12px;
    color: #333;
}
.h_member a {
    float: right;
    background: url(../images/header/icon_member.png) 0 2px no-repeat;
    padding-left: 18px;
    margin-left: 15px;
    color: #333;
}
.h_contact a {
    float: right;
    background: url(../images/header/icon_contact.png) 0 2px no-repeat;
    padding-left: 18px;
    margin-left: 15px;
    color: #333;
}