@charset "utf-8";

@import url('base2018.css');
@import url('font-awesome.css');
@import url('navi.css');

/*
body{
    overflow: hidden;
}
*/

.wrapper {
    position: relative;
    overflow: hidden;
}


.sp {
    display: none !important;
}

.container {
    min-width: 1000px;
    overflow: auto;
}

.opacityover {
    transition: opacity 200ms ease;
}

.opacityover:hover {
    opacity: 0.75;
    -webkit-opacity: 0.75;
}


header {
    position: relative;
    z-index: 99999;
}

header .outer {
    position: relative;
    background-color: #c7001f;
    z-index: 1;
}

header .inner {
    position: relative;
    padding-top: 10px;
    width: 1000px;
    margin: 0 auto;
    z-index: 1;
}

header .logo a {
    display: block;
    background-image: url(../img/header/hd_logo.png);
    width: 430px;
    height: 72px;
    overflow: hidden;
    text-indent: -9999px;
}

header .copy {
    display: block;
    background-image: url(../img/header/hd_copy.png);
    width: 270px;
    height: 90px;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute;
    right: 0;
    top: 33%;
    background-repeat: no-repeat;
    margin-top: -18px;
}

header .nav .base {
    display: none;
}


header .nav .close {
    display: none;
}


header .btn {
    display: none;
}

header .nav {
    margin-top: 20px;
}

header .nav ul {
    display: inline;
}

header .nav .item {
    display: inline;
}

header .nav .item a {
    font-size: 110%;
    display: block;
    float: left;
    color: #fff;
    transition: opacity 400ms ease;
}

header .nav .item a:hover {
    opacity: 0.75;
    -webkit-opacity: 0.75;
}


header .nav .nav_main .item a {
    padding-bottom: 10px;
    display: block;
    float: left;
    background-image: url(../../cb_common/img/header/hd_mega_arrow.png);
    background-repeat: no-repeat;
    background-position: left 1px;
    padding-left: 20px;
    padding-right: 20px;
}


header .nav .nav_main .item a.active {
    background-image: url(../../cb_common/img/header/hd_mega_arrow_active.png);
}


header .nav .acc .acccontent {
    display: none !important;
    visibility: hidden !important;
}

header .nav .nav_sub .item a {
    position: relative;
    top: -5px;
    margin-right: 10px;
    font-size: 80%;
    background-color: rgba(0, 0, 0, 0.15);
    padding: 6px 10px 5px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 5px center;
}

header .nav .nav_sub .item:first-child a {
    margin-left: 10px;
}

header .nav .nav_sub .item a.eshop {
    background-image: url(../img/header/hd_eshop_ico.png);
}

header .nav .nav_sub .item a.magazine {
    background-image: url(../img/header/hd_magazine_ico.png);
}



header .megamenu {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

header .megamenu span {
    visibility: visible;
}

header .megamenu .out {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
    height: 0;
    overflow: hidden;
}

header .megamenu .inn {
    background: -moz-linear-gradient(top, rgba(204, 204, 204, 0.95) 0%, rgba(255, 255, 255, 0.95) 20px, rgba(255, 255, 255, 0.95) 100%);
    background: -webkit-linear-gradient(top, rgba(204, 204, 204, 0.95) 0%, rgba(255, 255, 255, 0.95) 20px, rgba(255, 255, 255, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(204, 204, 204, 0.95) 0%, rgba(255, 255, 255, 0.95) 20px, rgba(255, 255, 255, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9cccccc', endColorstr='#d9ffffff', GradientType=0);
    padding-top: 25px;
    padding-bottom: 25px;

}

header .megamenu .mega {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;

}

header .megamenu .link a {
    display: block;
    margin-bottom: 15px;
}

header .megamenu .link:last-child a {
    margin-bottom: 0px;
}

header .megamenu .link a .image {
    display: block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

header .megamenu .link a .image img {
    display: block;
}

header .megamenu .link a .cap {
    margin-top: 8px;
    color: #c7001f;
    font-size: 90%;
}



header .megamenu .mega1 .main {
    float: left;
    background-color: #f00;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: rgba(242, 235, 232, 0.85);
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.1) inset;
}

header .megamenu .mega1 .clm {
    float: left;

}

header .megamenu .mega1 .clm:nth-child(2) {
    border-right: 1px #d6cfcb solid;
    padding-left: 20px;
    padding-right: 15px;
}

header .megamenu .mega1 .clm:nth-child(3) {
    border-left: 1px #ffffff solid;
    border-right: 1px #d6cfcb solid;
    padding-left: 15px;
    padding-right: 15px;
}

header .megamenu .mega1 .clm:nth-child(4) {
    border-left: 1px #ffffff solid;
    padding-left: 15px;
}


header .megamenu .mega1 .sub {
    float: right;
    margin-top: 40px;
}



header .megamenu .mega2 {
    /*        background-color: #f00;*/
}

header .megamenu .mega2 .tit {
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

header .megamenu .mega2 .tit span {
    visibility: visible;
    display: inline-block;
    color: #c7001f;
    font-size: 160%;
    font-weight: bold;
    background-image: url(../img/megamenu/mm_mega2_ico.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 40px;
}


header .megamenu .mega2 .pasta {
    float: left;
}


header .megamenu .mega2 .others {
    float: right;
    width: 780px;
}

header .megamenu .mega2 .others .cans {
    display: table;
    width: 780px;
    margin-bottom: 10px;
}

header .megamenu .mega2 .others .cans li {
    display: table-cell;
    width: 20%;
}

header .megamenu .mega2 .others .cans li .image {
    display: table-cell;
    vertical-align: middle;
    padding-right: 5px;
}

header .megamenu .mega2 .others .cans li .txt {
    display: table-cell;
    vertical-align: middle;
    font-size: 85%;
    padding-right: 5px;
}


header .megamenu .mega2 .category {
    margin-top: 20px;
    text-align: left;
}

header .megamenu .mega2 .category .ctit {
    border: 1px #c7001f solid;
    padding: 5px;
    display: inline-block;
    color: #c7001f;
    margin-right: 10px;
}


header .megamenu .mega2 .category ul {
    display: inline;
}

header .megamenu .mega2 .category ul li {
    display: inline;
}

header .megamenu .mega2 .category ul li a {
    display: inline-block;
    color: #000;
    margin-right: 5px;
}

header .megamenu .mega2 .category ul li a:after {
    margin-left: 5px;
    content: " | ";
}





footer {
    position: relative;
    background: #ae0621;
    background: -moz-linear-gradient(top, #ae0621 0%, #c50926 20%, #c50926 20%);
    background: -webkit-linear-gradient(top, #ae0621 0%, #c50926 20%, #c50926 20%);
    background: linear-gradient(to bottom, #ae0621 0%, #c50926 20%, #c50926 20%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae0621', endColorstr='#c50926', GradientType=0);

}

footer .inner {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

footer .d_ib {
    display: inline-block !important;
    vertical-align: top;
}

footer .nav.d_ib {
    padding: 4px 0 0px;
}

footer .nav li {
    display: inline;
}

footer .nav li a {
    font-size: 90%;
    display: inline-block;
    color: #fff;
    margin-right: 10px;
}

footer .registered {
    margin-top: 25px;
    color: #fff;
    font-size: 80%;
    text-align: right;
}

footer .copyright {
    margin-top: 5px;
    color: #fff;
    font-size: 80%;
    text-align: right;
}


footer .limit a {
    display: block;
    position: absolute;
    right: 100px;
    top: 50%;
    margin-top: -14px;
    background-image: url(../img/footer/ft_limit.png);
    width: 184px;
    height: 28px;
    text-indent: -9999px;
    overflow: hidden;
}

footer .limit a:hover {
    opacity: 0.75;
    -webkit-opacity: 0.75;
}


footer .ill {
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -21px;
    background-image: url(../img/footer/ft_ill.png);
    -webkit-background-size: 80px 42px;
    background-size: 80px 42px;
    width: 80px;
    height: 42px;
    text-indent: -9999px;
    overflow: hidden;
}

footer .totop {
    position: absolute;
    left: 0px;
    top: -20px;
}

footer .totop.hide {
    display: none;
}

footer .totop a {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-image: url(../img/footer/ft_totop.png);
    width: 51px;
    height: 51px;
    text-indent: -9999px;
    overflow: hidden;
}

footer .totop a.fixed {
    position: fixed;
}



#breadcrumb {
    background: #b9afa6;
    background: -moz-linear-gradient(top, #b9afa6 0%, #f6eeeb 18%);
    background: -webkit-linear-gradient(top, #b9afa6 0%, #f6eeeb 18%);
    background: linear-gradient(to bottom, #b9afa6 0%, #f6eeeb 18%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9afa6', endColorstr='#f6eeeb', GradientType=0);
}

#breadcrumb ul {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 6px;
}

#breadcrumb li {
    display: inline-block;
    list-style-type: none;
    margin-right: 10px;
    color: #666666;
    line-height: 1em;
}

#breadcrumb a {
    color: #666666;
}

#breadcrumb a:after {
    padding-left: 10px;
    content: " >";
}

#breadcrumb a:hover {
    color: #FF0000;
    text-decoration: underline;
}



#wrap {
    margin-top: 20px;
    width: 960px;
    position: relative;
    margin-left: auto;
    margin-right: auto;

}

#wrap:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}



#contents {
    width: 750px;
    float: right;
    padding-bottom: 60px;
}