@charset "UTF-8";

/* .listCover
------------------------- */
.listCover {
    margin: 0 auto;
    text-align: left;
}

/* .listItem
------------------------- */
.listCover .listItem {
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    vertical-align: top;
    width: 24.5%!important;

}
/*
.listCover .listItem img {
    width: 120px;
}
*/
.listCover .active {
    /*
    background: url(../images/activeArrow.png) no-repeat bottom center;
    */
}
.listCover .listItem .selfRep {
    display: none;
}

/* .expandField
------------------------- */
.expandField {
    padding: 10px 0;
    width: 100%;
    text-align: left;
    display: block;
    float: left;
    position: relative;

}
.expandField .btnClose {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: block;
    background: url(../images/btnClose.png) no-repeat top left;
    position: absolute;
    overflow: hidden;
    cursor: pointer;
}
.expandField .btnPrev {
    top: 120px;
    left: 0;
    width: 0px;
    height: 0px;
    display: block;
    /*
    background: url(../images/btnPrev.png) no-repeat top left;
    */
    position: absolute;
    overflow: hidden;
    cursor: pointer;
}
.expandField .btnNext {
    top: 120px;
    right: 0;
    width: 60px;
    height: 60px;
    display: block;
    /*
    background: url(../images/btnNext.png) no-repeat top left;
    */
    position: absolute;
    overflow: hidden;
    cursor: pointer;
}
.expandField .selfRepInner {
    padding: 0;
    text-align: center;
    position: relative;
}
.expandField .selfRepInner .secLeft,
.expandField .selfRepInner .secRight {
    /*
    width: 50%;
    */
    float: left;
    vertical-align: top;
}
.expandField .selfRepInner .secLeft {
    text-align: center;
    margin-right: 90px;
}
.expandField .selfRepInner .secRight {
    text-align: left;
    color: #fff;
}

/* ===========================================
    SizeAdjustment
=========================================== */
@media screen and (max-width: 600px) {
    .expandField .selfRepInner .secLeft img {
        width: 80%;
    }
}
@media screen and (max-width: 480px) {
    .expandField .selfRepInner .secLeft {
        display: none;
    }
    .expandField .selfRepInner .secRight {
        width: 100%;
        float: none;
    }
}

/* =======================================
    ClearFix
======================================= */
.listCover:before,
.listCover:after,
.expandField .selfRepInner:before,
.expandField .selfRepInner:after {
    content: " ";
    display: table;
}
.listCover:after,
.expandField .selfRepInner:after {clear: both;}
.listCover,
.expandField .selfRepInner {*zoom: 1;}