/* mainvs */
.l-content h1.mainvs {
    width: 950px;
    height: 350px;
    background-image: url(/pr/vona/pisco_201810en/images/main_vs_en.jpg);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -99999px;
}
.l-content .mainvs_ct {
    position: relative;
    overflow: hidden;
}
.l-content .mainvs_ct a {
    position: absolute;
    bottom: 55px;
    left: 40px;
}
/* introduce */
.l-content > .m-introduce > .m-introduceInner > .m-introduceContent {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    padding: 0;
}
.l-content > .m-anchorList {
    padding-left: 19px;
    padding-right: 19px;
}
.l-content > .m-anchorList > .m-anchorListInner {
    margin-left: -4px;
    margin-right: -4px;
}
.l-content > .m-anchorList > .m-anchorListInner > .m-anchor {
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    float: left;
    width: 33.33%;
    display: table;
}
.l-content > .m-anchorList > .m-anchorListInner > .m-anchor > a {
    position: relative;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    width: 100% !important;
}
/* categoryTitle */
.l-content .m-categoryTitle {
    width: 100%;
    margin: 0 0 10px;
    line-height: 1.1;
    background-color: #5f9bc6;
}
.l-content .m-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 10px 0 10px 20px;
    border-left: solid 10px #00529c;
}
/* productTable */
.l-content .col-r {
    width: 60%;
    display: inline-block;
    margin-right: 10px;
}
.l-content .col-l {
    width: 38.5%;
    display: inline-block;
}
.l-content .col-r2 {
    width: 33%;
    display: inline-block;
    margin-right: 10px;
}
.l-content .col-l2 {
    width: 65.5%;
    display: inline-block;
}
.l-content .m-productTable {
    margin-bottom: 35px;
}
.l-content .m-productTable .m-productOuter {
    margin-left: -5px;
    margin-right: -5px;
}
.l-content .m-productTable .m-productOuter .m-product {
    float: left;
    width: 16.66%;
    box-sizing: border-box;
    padding: 0 5px;
}
.l-content .m-productTable .m-productOuter .m-product.col5 {
    width: 20%;  
}
.l-content .m-productTable .m-productOuter .m-product.col4 {
    width: 25%;  
}
.l-content .m-productTable .m-productOuter .m-product.col3 {
    width: 33.33%;  
}
.l-content .m-productTable .m-productOuter .m-product.col2 {
    width: 50%;  
}
.l-content .m-productTable .m-productOuter .m-product.col1 {
    width: 100%;  
}
.l-content .m-productTable .m-productOuter .m-product .m-productInner {
    border: 1px solid #d7d7d7;
    text-align: center;
}
.l-content .m-productTable .m-productOuter .m-product .m-productInner .m-productImage {
    padding: 15px 0;
}
.l-content .m-productTable .m-productOuter .m-product .m-productInner .m-productName {
    font-size: 14px;
    line-height: 20px;
    height: 65px;
}
.l-content .m-productTable .m-productOuter .m-product .m-productInner .m-productName span {
    color: #bebebe;
}
.l-content .m-productTable .m-productOuter .m-product .m-productInner .m-productNumber {
    padding-bottom: 0;
}
.l-content .m-productTable .m-productOuter .m-product .m-productInner .m-productPrice {
    color: #dd0000;
    font-size: 14px;
    padding: 0 0 15px;
}
.l-content .m-productTable .m-productOuter .m-product .m-productInner .m-productDelivery {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 10px;
}
.l-content .m-productTable .m-productOuter .m-product .m-productInner .m-productDelivery img {
    vertical-align: middle;
}
.l-content .m-productTable .m-productOuter .m-product .m-productInner .m-productDelivery span {
    vertical-align: middle;
}
.l-content .m-btnViewAll {
    width: 500px;
    margin-bottom: 35px;
}
.l-content .m-btnList {
    margin: 0 -10px;
    display: block;
}
.l-content .m-btnList .m-btnList1 {
    float: left;
    width: 30%;
    box-sizing: border-box;
    padding: 0 10px;
}
.l-content .m-btnList .m-btnList2 {
    float: left;
    width: 30%;
    box-sizing: border-box;
    padding: 0 10px;
}
.l-content .m-btnList .m-btnList3 {
    float: left;
    width: 40%;
    box-sizing: border-box;
    padding: 0 10px;
}