﻿/*-------2017-7-21------*/



    #dvPopup > a {
    }
#dvPopup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11000;
}
        #dvPopup > a > img {
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: 11500;
        }

#dvPopup>#dvPopupClose {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    z-index: 12000;
    color: #fff;
}

#dvPopupBackGroup {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 10000;
}
/**/
div#container {
    /*margin-top: 137px !important;*/
}
form#aspnetForm > table {
    table-layout: fixed;
     width: 100%;
     max-width: 100%;
  overflow: hidden;
}
.oneitem img {
  width: 100%;
}
.titleitem>img {
    width: 100%;
}
.twocnt {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing:border-box;
}

.twocnt div {
    flex: 0 0 calc(50%);
}
.twocnt img {
    width:100%;
}
.threecnt {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing:border-box;
}
.threeitem>img {
    width: 100%;
}
.threecnt div {
    flex: 0 0 calc(25%);
}
.threecnt img {
    width:100%;
}
.fouritem>img {
    width: 100%;
}
.fourcnt {
    display: flex
;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0 36px;
    box-sizing: border-box;
}

.fourcnt>div {
    flex: 0 0 calc(23.5%);
    /*padding: 22.5px;*/
    box-sizing: border-box;
    margin: 0 .75%;
}
.fourcnt img {
    width:100%;
}

.lv4btmdv>div:first-child {
    height: auto;
    line-height: normal;
    margin: 10px auto 0 auto;
    overflow: hidden;
    font-size: 13px;
    text-align: center;
    padding: 0;
    line-height: 23.8px;
}

.lv4name {
color: #242424;
    line-height: 1.7;
    font-size: 14px;
}
.sizedv {
    text-align: center;
    font-size: 12px;
    line-height: 21px;
}
.sizedv>div {
display: inline-block;
    margin: 0 6px;
    min-height: 16px;
    font-size: 12px;
    color: #242424;
    line-height: 1.5;
}
.sizedv >div.itemNothing {
    color: #7b7b7b !important;
}
.lv4Price {
    text-align: center;
    color: #292929;
    font-size: 13px;
    margin-bottom: 48px;
    line-height: 23.8px;
    letter-spacing: .1em;
}
span.lv4price.lv4saleprice {
    color: #242424;
    margin-left: 10px;
    font-size: 14px;
}
span.lv4oriprice {
font-size: 14px;
    margin-right: 4px;
    text-decoration: line-through;
    color: #c7c7c7;
}
span.lv4price {
    font-size: 14px;
    color: #000;
}