@charset "utf-8";
/**
 * index.css 
 * (c) FOURDIGIT Inc.
 */

/* MainBox */
#MainBox {
    margin-right: auto;
    margin-left: auto;
    width: 985px;
}

/* MainImgs */
#MainImgs {
    position: relative;
    width: 985px;
    height: 460px;
    zoom: 1;
}

#MainImgs:after {
    content: '';
    display: block;
    clear: both;
}

#MainImgs .MAIN {
    /*position: absolute;*/
    /*left: 0px;*/
    /*top: 0px;*/
    /*width: 985px;*/
    /*height: 400px;*/
    /*overflow: hidden;*/
}

#MainImgs .MAIN .bx-pager {
    text-align: right;
    width: 100%;
    bottom: -25px;
}

#MainImgs .MAIN .bx-pager a {
    background: #d9d9d9;
    color: #d9d9d9;
    border-radius: 0;
    width: 14px;
    height: 14px;
    margin: 0 0 0 8px;
}
#MainImgs .MAIN .bx-pager a.active {
    background: #922a40;
    color: #922a40;
}

#MainImgs .MAIN .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
    background: #fff;
}

#MainImgs .SUB1 {
    position: absolute;
    right: 0px;
    top: 0px;
    /*float: right;*/
    margin-bottom: 2px;
    width: 313px;
    height: 200px;
    overflow: hidden;
}

#MainImgs .SUB2 {
    position: absolute;
    right: 0px;
    top: 202px;
    /*float: right;*/
    width: 313px;
    height: 199px;
    overflow: hidden;
}

#MainImgs li,
#MainImgs li img {
    line-height: 0;
}

#MainImgs li {
	width: 985px !important;
}

#MainImgs .tl, #MainImgs .tr,
#MainImgs .bl, #MainImgs .br {
    position: absolute;
    line-height: 0;
    z-index: 100;
    zoom: 1;
}

#MainImgs .tl {
    left: 0px;
    top: 0px;
}

#MainImgs .tr {
    right: 0px;
    top: 0px;
}

#MainImgs .bl {
    left: 0px;
    bottom: 0px;
}

#MainImgs .br {
    right: 0px;
    bottom: 0px;
}

.mozilla #MainImgs .bl, .mozilla #MainImgs .br {
    bottom: -2px;
}

.safari #MainImgs .bl, .safari #MainImgs .br {
    bottom: -1px;
}

* html #MainImgs .bl, * html #MainImgs .br {
    bottom: -14px;
}

* html #MainImgs .tr, * html #MainImgs .br {
    right: -1px;
}

*+html #MainImgs .bl, *+html #MainImgs .br {
    bottom: -13px;
}

/* MainContents */
#MainContents {
    padding-bottom: 46px;
    zoom: 1;
}

#MainContents:after {
    content: '';
    display: block;
    clear: both;
}

/* MainInformation */
#MainInformation {
}

hgroup.MainHeader {
    position: relative;
    margin-bottom: 10px;
}

hgroup.MainHeader .btn {
    position: absolute;
    right: 15px;
    top: 18px;
}

/* NewsList */
.NewsList {
    height: 200px;
    overflow: auto;
}

.NewsList li {
    padding: 12px 0 12px;
    width: 460px;
    background-color: transparent;
    background-image: url(../imgs/index/bar-information.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.NewsList dl {
    position: relative;
    font-size: 93%;
}

.NewsList dt {
    position: absolute;
    left: 0px;
    top: 0px;
    padding-left: 15px;
    width: 7em;
    font-weight: bold;
    background-color: transparent;
    background-image: url(../common/imgs/icon/blt-01.gif);
    background-repeat: no-repeat;
    background-position: left 50%;
}

.NewsList dd {
    padding-left: 8.5em;
}

/* MainPickUpItem */
#MainPickUpItem {
    float: right;
    width: 476px;
    zoom: 1;
}

#MainPickUpItem:after {
    content: '';
    display: block;
    clear: both;
}

.timepattern {
    clear: both;
}

#MainPickUpItem hgroup {
    float: left;
    width: 262px;
}

#MainPickUpItem #PickUpItemBox {
    float: right;
    width: 204px;
    text-align: center;
    background-color: transparent;
    background-image: url(../imgs/index/bg-time-pui-box.gif);
    background-repeat: repeat-y;
    background-position: left center;
}

#MainPickUpItem hgroup .title {
    margin-bottom: 18px;
}

#MainPickUpItem hgroup .name {
    display: inline;
    padding: 2px 8px;
    background-color: #922a40;
    color: #fff;
}

#MainPickUpItem hgroup .text {
    margin-top: 12px;
}

#MainPickUpItem hgroup .price {
    margin-top: 15px;
    font-weight: bold;
    text-align: right;
}

#PickUpItemBox .time {
    margin-bottom: 8px;
}

#PickUpItemBox .name {
    margin: 0 auto 10px;
    width: 180px;
    text-align: center;
    font-weight: bold;
    color: #922a40;
}

#PickUpItemBox .thumb {
    margin-bottom: 15px;
    text-align: center;
    overflow: hidden;
}

/* endBox */
.endBox {
    margin-top: 0;
    margin-bottom: 20px;
    width: 185px;
}

.endBox .list {
    padding: 0;
}

.endBox .thumb {
    position: relative;
    width: auto;
}

.endBox .thumb .icon {
    position: absolute;
    left: 3px;
    top: 3px;
}

.endBox .thumb a {
    display: block;
    width: 162px;
    height: 162px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    text-align: center;
}

.endBox .thumb a:hover {
    border: 1px solid #922a40;
}

.endBox .name,
.endBox .salename {
    font-weight: bold;
}

.endBox .salename a {
    color: #922a40;
}

.endBox .salename span {
    display: block;
}

.endBox .date,
.endBox .normalprice,
.endBox .saledate {
    font-size: 83%;
}

.endBox .saledate {
    padding: 2px 4px;
    background-color: #f4e9ec;
    color: #5f5f5f;
}

/* endBox column2 */
.column2 {
    margin-right: 13px;
    width: 386px;
    background-image: url(../common/imgs/end/bg-end2-main.gif);
    zoom: 1;
}

.column2 .list {
    padding: 0;
    background-image: none;
}

.column2 #li_container1 {
    padding: 0;
    background-image: url(../common/imgs/end/bg-end2-bottom.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    zoom: 1;
}

.column2,
.column2 #li_container1:after {
    content: '';
    display: block;
    clear: both;
}

.column2 .list li {
    float: left;
    margin: 0 1px !important;
    margin: 0 0;
    padding: 17px 8px 15px !important;
    padding: 17px 9px 15px;
    width: 174px;
    background-color: transparent;
    background-image: url(../common/imgs/end/bg-end2-bar.gif);
    background-repeat: no-repeat;
    background-position: left top;
    zoom: 1;
}

.column2 .title {
    margin-bottom: 10px;
}

.column2 .thumb a {
    width: 172px;
    height: 172px;
    text-align: center;
}

#ArticleMainEnd .right {
    margin-top: -20px;
    margin-bottom: 20px;
    margin-left: 0;
}

#ArticleMainEnd .top {
    margin-top: 0;
}

/* Aside */
#SideLinks ul {
    padding-bottom: 4px;
}

#SideLinks li {
    margin-bottom: 12px;
    text-align: center;
}

.SideLinksTitle {
    margin-bottom: 14px;
    padding-bottom: 2px;
    background-color: transparent;
    background-image: url(../common/imgs/end/bg-end-bar.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    text-align: center;
}

.SideLinks {
    width: 221px;
    margin: 0 auto;
}

.SideLinks li {
    margin: 10px 0;
}

/* MainNewItems */
.MainBody {
    background: url(../common/imgs/bg/bg_main_body.gif) repeat-y top left;
    margin-bottom: 20px;
}
.MainBottom {
    background: url(../common/imgs/bg/bg_main_bottom.gif) no-repeat top left;
    height: 5px;
}

/* newItems */
.newItems {
    margin: 20px auto;
    border-collapse: collapse;
}

/* newItemBox */
.newItemsWrapper {
    width: 672px;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    margin: 0 auto;
    margin-top: 20px;
}
.newItemBoxes {
    overflow: hidden;
}
.newItemBoxes .newItemBox {
    margin-top: 0;
    /*margin-bottom: 20px;*/
    margin-left: 0;
    width: 167px;
    float: left;

    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    /*background-color: transparent;*/
    /*background-image: url(../imgs/index/bg-end-main.gif);*/
    /*background-repeat: repeat-y;*/
    /*background-position: left top;*/
}
.newItemBox .info {
    padding: 10px;
}

.newItemBox .thumb {
    position: relative;
    margin-bottom: 10px;
}
.newItemBox .thumb a {
    display: block;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    width: 142px;
}
.newItemBox .thumb a:hover {
    border: 1px solid #922a40;
}

.newItemBox .thumb .icon {
    position: absolute;
    left: 3px;
    top: 3px;
}

.newItemBox .name,
.newItemBox .salename {
    font-weight: bold;
}

.newItemBox .salename a {
    color: #922a40;
}

.newItemBox .salename span {
    display: block;
}

.newItemBox .date,
.newItemBox .normalprice,
.newItemBox .saledate {
    font-size: 83%;
}

.newItemBox .saledate {
    padding: 2px 4px;
    background-color: #f4e9ec;
    color: #5f5f5f;
}

.newItemBox .newItemBottom {
    background: url(../imgs/index/bg-end-bottom.gif);
    height: 4px;
}


/* itemBox */
.itemBoxes {
    margin-top: 20px;
    overflow: hidden;
}
.itemBoxes .itemBox {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 13px;
    width: 168px;
    float: left;
    background-color: transparent;
    background-image: url(../imgs/index/bg-end-main.gif);
    background-repeat: repeat-y;
    background-position: left top;
}
.itemBox .info {
    padding: 10px;
}

.itemBox .thumb {
    position: relative;
    margin-bottom: 10px;
}

.itemBox .thumb .icon {
    position: absolute;
    left: 3px;
    top: 3px;
}

.itemBox .thumb a {
    display: block;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}

.itemBox .thumb a:hover {
    border: 1px solid #922a40;
}

.itemBox .name,
.itemBox .salename {
    font-weight: bold;
}

.itemBox .salename a {
    color: #922a40;
}

.itemBox .salename span {
    display: block;
}

.itemBox .date,
.itemBox .normalprice,
.itemBox .saledate {
    font-size: 83%;
}

.itemBox .saledate {
    padding: 2px 4px;
    background-color: #f4e9ec;
    color: #5f5f5f;
}

.itemBox .itemBottom {
    background: url(../imgs/index/bg-end-bottom.gif);
    height: 4px;
}

#MainItemList .itemBoxes {
    margin-left: -12px;
}

#MainInformation .NewsList {
    margin: 20px;
}
#MainInformation .NewsList ul li {
    padding: 12px 0 12px;
    width: auto;
    background-color: transparent;
    background-image: url(../imgs/index/bar-information.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}



/* Faceboook */
#facebook_likebox {
    padding: 0 1px;
    margin-bottom: 12px;
}
#facebook_likebox iframe {
    background-color: #fff;
}
#relate_banners {
    margin-bottom: 12px;
}
#company_banners {
    margin-bottom: 12px;
}

/* 修正 */

#ArticleMain {
    width: 714px !important;
    float: left;
}

#ArticleAside {
    width: 254px !important;
    float: right;
}

#ArticleAside .inner {
    background-color: transparent;
    background-image: url(../imgs/index/bg-side-main.gif);
    background-repeat: repeat-y;
    background-position: left top;
    zoom: 1;
}
#ArticleAside .innerTop {
    background-color: transparent;
    background-image: url(../imgs/index/bg-side-sub-top.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 14px;
}
#ArticleAside .innerBottom {
    background-color: transparent;
    background-image: url(../imgs/index/bg-side-sub-bottom.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 14px;
}

#ArticleMain .NewsList {
    height: 160px;
}