#header {
    background-color: #F9D812;
    box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.6);
    height: 65px;
    position: fixed;
    z-index: 1000;
    width: 100%;
    margin: 0 auto;
    top: 0;
}

#header .navbar {
    min-height: 65px;
}

#header #navbar .dropdown-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
}

#header #searchbar .dropdown-toggle {
    position: absolute;
    top: 10px;
    right: 60px;
}

#header .navbar .dropdown #recordButton {
    width: 66px;
    position: absolute;
    top: 10px;
    right: 185px;
    z-index: 9999;
    font-size: 8px;
    min-height: 42px;
}

#header .navbar .dropdown #djButton {
    width: 66px;
    position: absolute;
    top: 10px;
    right: 110px;
    z-index: 9999;
    font-size: 8px;
    min-height: 42px;
}

#header #navbar .nav {
    text-align: center;
    position: absolute;
    top: 76px;
    left: 8%;
    background-color: #fff!important;
    width: 90%;
    padding: 12px;
    z-index: 9999;
}

#header #searchbar ul {
    position: absolute;
    top: 76px;
    left: 8%;
    background-color: #fff!important;
    width: 90%;
    padding: 12px;
    z-index: 9999;
}

#header #searchbar ul .navbar-form {
    padding: 0;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#header #searchbar ul .navbar-form input {
    margin-bottom: .8em;
}

#header #spLogo {
    position: absolute;
    top: 2px;
    left: 0px;
    z-index: 100;
}

#header #spLogo img {
    max-height: 55px;
}


/*#header #spLogo img {
    width: 40%;
}*/

#campaignBanner2 {
    display: none;
}

#campaignBanner3 {
    display: none;
}

#left-menu,
#right-menu {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    background: #fff;
}

#left-menu a,
#right-menu a {
    color: #2196f3;
}

#left-menu a:focus,
#left-menu a:hover,
#right-menu a:focus,
#right-menu a:hover {
    color: #0a6ebd;
}

#left-menu .mm-listview,
.mm-listview>li,
#right-menu .mm-listview,
.mm-listview>li {
    display: block;
    padding: 10px;
    margin: 0;
}

#left-menu .mm-listview>li>a,
#right-menu .mm-listview>li>a {
    padding: 0;
}

#left-menu .mm-listview>li:not(.mm-divider):after,
#right-menu .mm-listview>li:not(.mm-divider):after {
    left: 0;
}

#left-menu .mm-listview>li:not(.mm-divider):after,
#right-menu .mm-listview>li:not(.mm-divider):after {
    content: none;
}

#left-menu .mm-listview .mm-inset,
#right-menu .mm-listview .mm-inset {
    padding-left: 0px;
}

#left-menu .list-inline li,
#right-menu .list-inline li {
    display: inline;
}

#left-menu .list-inline li a,
#right-menu .list-inline li a {
    display: inline;
}

#left-menu .menu-nav,
#right-menu .menu-nav {
    display: block;
    margin: 0 0 1em 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    clear: both;
}

.menu-nav .backToTop,
.menu-nav .closeButton {
    border: solid 1px #cfcfcf;
    font-size: .8em;
    padding: 0;
    width: 50%;
    box-sizing: border-box;
    float: left;
    background-color: #fff;
}

#left-menu .menu-nav .backToTop a,
#left-menu .menu-nav .closeButton a,
#right-menu .menu-nav .backToTop a,
#right-menu .menu-nav .closeButton a {
    color: #333;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f2f2f2));
    background-image: -webkit-linear-gradient(#FFF, #f2f2f2);
    background-image: linear-gradient(#FFF, #f2f2f2);
    border-color: #adadad;
    padding: .8em;
}

.menu-nav .mm-selected a {
    background-color: #fff!important;
}

.menu-nav .backToTop {
    border-right: none;
}

#main {
    padding-top: 90px;
}

#main #itemSetInfo {
    font-size: .8em;
}

#main .itemCampBnr {
    display: block;
}


/*#main .itemCampBnr img {
    display: block;
    max-width: 100%;
    height: auto;
}*/

#main #itemInfo img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto 1em auto;
}


/* 商品ページ20180601追加 */

#main #itemInfo .comment_price {
    font-size: 2.5em;
    letter-spacing: 0;
    line-height: 1em;
    padding: 0 .2em;
}


/* DJ set */

#main #itemInfo #djset .djsetkakaku img {
    width: 70%;
}

#main #itemInfo #djset .muryoutokuten {
    font-size: .8em;
    padding: 0 1em 0px 0px;
}