@charset "utf-8";
/* CSS Document */

/***************************/
/****** Style Content ******/

.red-f00 {
    color: #f00;
}

.contents{
   /* margin-top: 30px;*/
    margin-bottom: 80px;
}

.form-search-keyword{
    padding: 20px 10px;
    border-top: 2px solid #187ecc;
    border-bottom: 2px solid #187ecc;
}
.form-search-keyword.mb10{
    margin-bottom: 10px;
}
.form-search-keyword a {
    color: #187ecc;
}
.form-search-keyword .list-search{
    height: 30px;
    width: 450px;
    background: #f7f7f7;
}
.form-search-keyword > div{
    margin-top: 8px;
}
.form-search-keyword > div>h2{
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px;
}

/* green button search at header hnav-search */
.btn-search-free,
.btn-search-free:focus {
    display: inline-block;
    width: 450px;
    height: 26px;
    padding-left: 40px;
    margin-top: -5px;
    margin-left: 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 23px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #3cc464;
    -webkit-box-shadow: 0 3px #2b8c49;
    -moz-box-shadow: 0 3px #2b8c49;
    box-shadow: 0 3px #2b8c49;
    background: url("../../../../common/img/element/search_green.png") 130px 7px no-repeat #3cc464;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.btn-search-free:focus:hover,
.btn-search-free:hover {
    color: #3cc464;
    background: url("../../../../common/img/element/search_green_on.png") 130px 7px no-repeat #fff;
    text-decoration: none;
}
.btn-search-free:active {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
    box-shadow: 0 1px #2b8c49;
}

.item-list-nav{
    padding: 10px 0 10px;
}
.item-list-nav:after{
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    content: ".";
    visibility: hidden;
}
.item-list-nav .select-wrap{
    float: left;
    width: 800px;
}
.item-list-nav .select-wrap .btn-group{
    display: inline-block;
    margin-left: 18px;
    -webkit-box-shadow:  0 0 2px #ecebeb; /* Box Shadow */
    -moz-box-shadow:  0 0 2px #ecebeb;
    -o-box-shadow:  0 0 2px #ecebeb;
    -khtml-box-shadow:  0 0 2px #ecebeb;
    --box-shadow:  0px 0px 2px #ecebeb;
    box-shadow: 0 0 2px #ecebeb; /* End of Box Shadow */
}
.item-list-nav .select-wrap .btn-group:first-child{
    margin-left: 0;
}
.item-list-nav .select-wrap .btn-group button{
    height: 38px;
    padding-left: 5px;
    padding-right: 24px;
    width: 100px;
    color: #626262;
    background: #fff url('../img/element/select_arrow.png') 100% 0 no-repeat;
    border: 1px solid #ccc;
}
.item-list-nav .btn-wrap{
    float: right;
    letter-spacing: 0;
}
.item-list-nav .btn-wrap button{
    display: block;
    float: left;
    height: 41px;
    margin-left: 10px;
    padding: 0;
    width: 40px;
    border: none;
}
.item-list-nav .btn-wrap button:focus{
    outline: none;
}
.item-list-nav .btn-wrap button:first-child{
    margin-left: 0;
}
.item-list-nav .btn-wrap .btn-list-table{
    background: url('../img/btn/btn_list_table_no.png') 0 0 no-repeat;
}
.item-list-nav .btn-wrap .btn-list-table:hover,
.item-list-nav .btn-wrap .btn-list-table.active{
    background: url('../img/btn/btn_list_table_on.png') 0 0 no-repeat;
}
.item-list-nav .btn-wrap .btn-list-notable{
    background: url('../img/btn/btn_list_notable_no.png') 0 0 no-repeat;
}
.item-list-nav .btn-wrap .btn-list-notable:hover,
.item-list-nav .btn-wrap .btn-list-notable.active{
    background: url('../img/btn/btn_list_notable_on.png') 0 0 no-repeat;
}
.item-list-nav .btn-wrap .btn-grid-view{
    background: url('../img/btn/btn_grid_no.png') 0 0 no-repeat;
}
.item-list-nav .btn-wrap .btn-grid-view:hover,
.item-list-nav .btn-wrap .btn-grid-view.active{
    background: url('../img/btn/btn_grid_on.png') 0 0 no-repeat;
}

.item-wrap{
    margin-top: 7px;
}
.item-wrap .item{
}


/************ LIST VIEW ************/
.items>.container-detail {
    display: none;
}

.list-view .item-name{
    padding: 5px 8px;
    color: #187ecc;
    font-size: 11px;
    font-weight: bold;
    background: #f7f7f7;
    border-color: #ccc;
    border-style: solid;
    border-width: 0 1px 0 1px;
}
.list-view .items.first .item-name{
    border-top: 1px solid #ccc;
}
.list-view .item-name .product-review{
}
.list-view .item-name .product-review:after{
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    content: ".";
    visibility: hidden;
}
.list-view .item-name .product-review > div{
    display: block;
    float: left;
}
.list-view .item-name .product-review > div:after{
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    content: ".";
    visibility: hidden;
}
.list-view .item-name .product-review > .rating{
    margin-left: 10px;
}
.list-view .item-name .product-review > .rating > .lproduct-rating,
.list-view .item-name .product-review > .rating > .vote-count,
.list-view .item-detail > .img > .rating .lproduct-rating,
.list-view .item-detail > .img > .rating .vote-count{
    float: left;
}
.list-view .item-name .product-review > .rating > .vote-count{
    margin-left: 3px;
    color: #707070;
    font-weight: normal;
}
.list-view.list-small .item-name .product-review > .rating{
    display: block;
}
.list-view.list-large .item-name .product-review > .rating{
    display: none;
}
.list-view.list-small .item-detail > .img > .rating{
    display: none;
}
.list-view.list-large .item-detail > .img > .rating{
    display: block;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 105px;
}
.list-view .item-detail{
    display: table;
    padding: 0;
    width: 100%;
    border: 1px solid #ccc;
    -webkit-border-radius: 0; /* Border Radius */
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -khtml-border-radius: 0;
    --border-radius: 0;
    border-radius: 0; /* End of Border Radius */
}
.list-view .label{
    margin-bottom: 1px;
}
.list-view .label > div:first-child{
    border-left: none;
}
.list-view .item-detail > div{
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #ccc;
    padding: 0 8px;
    color: #707070;
    font-size: 11px;
}
.list-view .label > div{
    height: 45px !important;
    color: #434343;
    background: #dedede;
}
.list-view.list-small .item-detail > div{
    height: 100px;
}
.list-view.list-large .item-detail > div{
    height: 158px;
}
.list-view .item-detail > .img{
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: top;
}
.list-view.list-small .item-detail > .img img{
    height: 100%;
    width: auto;
}
.list-view.list-large .item-detail > .img img{
    height: 78%;
    width: auto;
}
.list-view .item-detail > .price{
    color: #f0001e;
    font-weight: bold;
    text-align: center;
}
.list-view .label > .price{
    color: #434343;
}
.list-view .item-detail > div:first-child{
    border-left: none;
}
.list-view.list-small .item-detail > .img{
    width: 100px;
}
.list-view.list-large .item-detail > .img{
    width: 158px;
}
.grid-view .item-detail > .img{
    /*position: absolute;
    top: 8px;*/
}

.list-view.list-small .item-detail > .price{
    width: 90px;
}
.list-view.list-large .item-detail > .price{
    width: 90px;
}
.list-view.list-small .item-detail > .cpu{
    width: 105px;
}
.list-view.list-large .item-detail > .cpu{
    width: 115px;
}
.grid-view .item-detail > .cpu{
    display: none;
}

.list-view.list-small .item-detail > .memory{
    width: 66px;
}
.list-view.list-large .item-detail > .memory{
    width: 75px;
}
.grid-view .item-detail > .memory{
    display: none;
}

.list-view.list-small .item-detail > .hdd{
    width: 60px;
}
.list-view.list-large .item-detail > .hdd{
    width: 70px;
}
.grid-view .item-detail > .hdd{
    display: none;
}

.list-view.list-small .item-detail > .os{
    width: 160px;
}
.list-view.list-large .item-detail > .os{
    width: 152px;
}
.grid-view .item-detail > .os{
    display: none;
}

.list-view.list-small .item-detail > .screen-size{
    width: 85px;
}
.list-view.list-large .item-detail > .screen-size{
    width: 78px;
}
.grid-view .item-detail > .screen-size{
    display: none;
}

.list-view.list-small .item-detail > .graphics{
    width: 128px;
}
.list-view.list-large .item-detail > .graphics{
    width: auto;
}
.grid-view .item-detail > .graphics{
    display: none;
}

.list-view.list-small .item-detail > .drive{
    width: auto;
}
.list-view.list-large .item-detail > .drive{
    display: none;
}
.grid-view .item-detail > .drive{
    display: none;
}


.detail-box{
    position: relative;
    margin: 10px 0;
}
.detail-box > div{
    padding: 30px 20px;
}
.list-view .detail-box{
    border-bottom: 1px solid #ccc;
    margin: 0;
}
.detail-box > div > .title{
    margin-bottom: 28px;
    color: #535353;
    font-size: 18px;
    font-weight: bold;
}
.detail-box > div > .title span{
    display: block;
    margin-top: 3px;
    font-size: 13px;
    font-weight: normal;
}
.detail-box .detail-item{
}
.detail-box .detail-item:after{
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    content: ".";
    visibility: hidden;
}
.detail-box .detail-item .slider-wrap,
.detail-box .detail-item .detailed-product{
    float: left;
}
.detail-box .detail-item .slider-wrap{
    margin: 5px 18px 0 0;
    width: 400px;
}
.detail-box .detail-item .detailed-product{
    width: 280px;
}
.detail-box .detail-item .detailed-product .top-wrap{
    margin-bottom: 15px;
}
.detail-box .detail-item .detailed-product .top-wrap .txt > .title,
.detail-box .detail-item .detailed-product .bottom-wrap > .title{
    color: #187ecc;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.5px;
}
.detail-box .detail-item .detailed-product .txt{
    margin-bottom: 8px;
}
.detail-box .detail-item .detailed-product .txt .title{
    margin-bottom: 8px;
}
.detail-box .detail-item .detailed-product .txt .notice{
    color: #626262;
    font-size: 14px;
}
.detail-box .detail-item .detailed-product .txt .price{
    color: #626262;
    font-size: 15px;
}
.detail-box .detail-item .detailed-product .txt .price .txt-red{
    color: #f0001e;
    font-weight: bold;
}
.detail-box .detail-item .detailed-product .txt .price .font27{
    font-size: 27px;
}
.detail-box .detail-item .detailed-product .txt .custom{
    border-top: 1px dotted #187ecc;
    margin: 8px 0 18px;
}
.detail-box .detail-item .detailed-product .txt .custom ul{
}
.detail-box .detail-item .detailed-product .txt .custom ul li{
    padding: 8px 0;
    font-size: 11px;
    border-bottom: 1px dotted #187ecc;
}
.detail-box .detail-item .detailed-product .txt .custom ul li p{
    margin-bottom: 0;
    color: #535353;
}
.detail-box .detail-item .detailed-product .txt .custom ul li .price{
    font-size: 11px;
}
.detail-box .detail-item .detailed-product .txt .custom ul li .txt-grey{
    color: #434343;
}
.detail-box .detail-item .detailed-product .txt .custom ul li .font18{
    font-size: 18px;
    font-weight: bold;
}
.detail-box .detail-item .detailed-product .custom_btn{
    display: block;
    margin-bottom: 8px;
    width: 280px;
}
.detail-box .detail-item .detailed-product .custom_btn a{
    display: block;
    width: 280px;
    height: 42px;
}
.detail-box .detail-item .detailed-product .custom_btn a:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.detail-box .detail-item .detailed-product .item-code{
    color: #4c4c4c;
    font-size: 10px;
}
.detail-box .detail-item .detailed-product .bottom-wrap{
    border-top: 6px solid #187ecc;
    padding-top: 16px;
}
.detail-box .detail-item .detailed-product .bottom-wrap .title{
    margin-bottom: 10px;
}
.detail-box .detail-item .detailed-product .bottom-wrap .specs{
}
.detail-box .detail-item .detailed-product .bottom-wrap .specs ul{
}
.detail-box .detail-item .detailed-product .bottom-wrap .specs ul li{
    padding: 4px 0;
    color: #4c4c4c;
    font-size: 11px;
    border-bottom: 1px solid #ccc;
    line-height: 14px;
}
.detail-box .detail-item .detailed-product .bottom-wrap .logo-wrap{
}
.detail-box .detail-item .detailed-product .bottom-wrap .logo-wrap ul{
}
.detail-box .detail-item .detailed-product .bottom-wrap .logo-wrap ul:after{
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    content: ".";
    visibility: hidden;
}
.detail-box .detail-item .detailed-product .bottom-wrap .logo-wrap ul li{
    float: left;
    margin-left: 5px;
}
.detail-box .detail-item .detailed-product .bottom-wrap .logo-wrap ul li:first-child{
    margin-left: 0;
}
.detail-box .detail-item .btn-wrap{
    float: right;
    width: 180px;
}
.detail-box .detail-item .btn-wrap ul{
    margin-bottom: 0;
}
.detail-box .detail-item .btn-wrap ul:after{
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    content: ".";
    visibility: hidden;
}
.detail-box .detail-item .btn-wrap ul li{
    float: left;
    margin-left: 10px;
    height: 550px;
    width: 50px;
    font-size: 18px;
    text-align: center;
}
.detail-box .detail-item .btn-wrap ul li.tall{
    height: 690px;
}
.detail-box .detail-item .btn-wrap ul li.bgwhite{
}
.detail-box .detail-item .btn-wrap ul li.bgblue{
    background: #187ecc;
}
.detail-box .detail-item .btn-wrap ul li.bggreen{
    background: #3cc464;
}
.detail-box .detail-item .btn-wrap ul li:first-child{
    margin-left: 0;
}
.detail-box .detail-item .btn-wrap ul li a{
    display: table;
    height: 100%;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-indent: -9999px;
}
.detail-box .detail-item .btn-wrap ul li a:hover{
    text-decoration: none;
}
.detail-box .detail-item .btn-wrap ul li.bgwhite a{
    color: #187ecc;
    border: 3px solid #187ecc;
    background: #fff url('../img/element/link01_off.gif') 50% 50% no-repeat;
}
.detail-box .detail-item .btn-wrap ul li.bgwhite a:hover{
    color: #fff;
    background: #187ecc url('../img/element/link01_on.gif') 50% 50% no-repeat;
}

.detail-box .detail-item .btn-wrap ul li.bgblue a{
    color: #fff;
    border: 3px solid #187ecc;
    background: #187ecc url('../img/element/link02_off.gif') 50% 50% no-repeat;
}
.detail-box .detail-item .btn-wrap ul li.bgblue a:hover{
    color: #187ecc;
    background: #fff url('../img/element/link02_on.gif') 50% 50% no-repeat;
}

.detail-box .detail-item .btn-wrap ul li.bggreen a{
    color: #fff;
    border: 3px solid #3cc464;
    background: #3cc464 url('../img/element/link03_off.gif') 50% 50% no-repeat;
}
.detail-box .detail-item .btn-wrap ul li.bggreen a:hover{
    color: #3cc464;
    background: #fff url('../img/element/link03_on.gif') 50% 50% no-repeat;
}

.detail-box .detail-item .btn-wrap ul li.bgwhite.tall a{
    height: 684px;
}

.detail-box>.close {
    display: block;
    position: absolute;
    top: 23px;
    right: 26px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.detail-box>.close:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
}
/************ End of GRID VIEW ************/

/************ NO TABLE VIEW ************/
.list-no-table{}
.list-no-table .items{
    padding: 5px 0;
    border-bottom: 1px solid #ccc;
}
.list-no-table .items.first{
    border-top: 1px solid #ccc;
}
.list-no-table .items .container-item{
    display: table;
    width: 100%;
}
.list-no-table .items .container-item > div{
    display: table-cell;
    color: #707070;
    font-size: 11px;
    vertical-align: middle;
}
.list-no-table .items .container-item > div p{
    margin-bottom: 0;
}

.list-no-table .items .container-item > .img{
    padding: 0 10px;
    width: 150px;
}
.list-no-table .items .container-item > .img a{
    display: block;
}
.list-no-table .items .container-item > .img a img{
    width: 100%;
}
.list-no-table .items .container-item > .item-name{
    padding: 0 15px 0 20px;
    width: 185px;
    color: #187ecc;
}
.list-no-table .items .container-item > .item-name .rating:after{
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: ".";
}
.list-no-table .items .container-item > .item-name .rating > div{
    float: left;
    line-height: 21px;
    color: #707070;
}
.list-no-table .items .container-item > .item-detail{
    padding: 0 10px 0 15px;
    width: 315px;
}
.list-no-table .items .container-item > .pricing{
    padding: 0 0 0 10px;
    width: 130px;
}
.list-no-table .items .container-item > .pricing .price-down{
    text-decoration:line-through;
}
.list-no-table .items .container-item > .pricing .price{
    color: #f0001e;
}
.list-no-table .items .container-item > .pricing .price span{
    color: #707070;
}
.list-no-table .items .container-item > .status-item{
    padding: 0 10px;
    font-weight: bold;
    text-align: right;
}
.list-no-table .items .container-item > .status-item .item-ready{
    color: #4cd964;
}
/************ End of NO TABLE VIEW ************/

/************ THUMB VIEW ************/
.grid-view{
}
.grid-view:after{
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: ".";
}
.grid-view .items{
    float: left;
   /* position: relative;*/
    /*height: 318px;*/
    margin-left: 20px;
    padding: 10px;
    width: 220px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px; /* Border Radius */
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    --border-radius: 5px;
    border-radius: 5px; /* End of Border Radius */
    -webkit-box-shadow: 0 0 4px #ddd; /* Box Shadow */
    -moz-box-shadow: 0 0 4px #ddd;
    -o-box-shadow: 0 0 4px #ddd;
    -khtml-box-shadow: 0 0 4px #ddd;
    --box-shadow: 0px 0px 4px #ddd;
    box-shadow: 0 0 4px #ddd; /* End of Box Shadow */
}

.grid-view .items:nth-child(n+6){
    margin-top: 20px;
}
.grid-view .items.items-label{
    display: none;
}
.grid-view .item-name{
    /*margin-top: 200px;*/
    color: #187ecc;
    font-size: 11px;
    line-height: 16px;
}
    .grid-view .item-name a{
        color: #187ecc;
        text-decoration: none;
    }
    .grid-view .item-name a:hover{
        color: #187ecc;
        text-decoration: underline;
    }
.grid-view .rating{
    margin-top: 10px;
}
.grid-view .vote-count{
    display: none;
}
.grid-view .item-detail{
}
.grid-view .item-detail > .price{
    width: 100%;
    margin-top: 2px;
    color: #f0001e;
    font-size: 13px;
    font-weight: bold;
}
.grid-view .item-detail > .img .rating{
    display: none;
}

/************ End of THUMB VIEW ************/



/** feature page css **/

.feature-content {
    margin-bottom: 10px;
}
.feature-content p {
    margin-bottom: 20px;
    color: #747474;
    font-size: 14px;
    font-weight: normal;
}
.feature-content .mb0 {
    margin-bottom: 0;
}

.feature-title {
    margin-bottom: 18px;
    color: #404040;
    font-size: 24px;
    font-weight: bold;
	/*margin-top: 30px;*/
}

.feature-image {
    margin-bottom: 15px;
}
.feature-article {
    margin-bottom: 30px;
}
.feature-article .main-title {
    margin-bottom: 15px;
    color: #404040;
    font-size: 24px;
    font-weight: bold;
}
.feature-article .title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #444444;
}
.feature-article .column-image-left {
    position: relative;
    padding-left: 480px;
}
.feature-article .column-image-left > dt {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 460px;
    text-align: left;
    line-height: 0;
}
.feature-article .column-image-right {
    position: relative;
    padding-right: 480px;
}
.feature-article .column-image-right > dt {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 460px;
    text-align: left;
    line-height: 0;
}

.feature-gallery {
    margin-bottom: 10px;
}
.feature-gallery .title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #444444;
}
.feature-gallery li {
    float: left;
    margin: 0 20px 20px 0;
}
.feature-gallery li.right {
    margin-right: 0;
}
.feature-column-small-image-left {
    margin-bottom: 10px;
}
.feature-column-small-image-left>.title{
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #444444;
}

.feature-column-small-image-left .feature-container.left {
    margin-right: 10px;
}
.feature-column-small-image-left .feature-container.right {
    margin-left: 10px;
}
.feature-column-small-image-left .feature-container {
    position: relative;
    float: left;
    width: 460px;
    margin-bottom: 20px;
}
.feature-column-small-image-left .feature-container .title{
    margin: 5px 0 15px 120px;
    font-size: 18px;
    font-weight: bold;
}
.feature-column-small-image-left .feature-container .article{
    margin: 0 0 0 120px ;
}
.feature-column-small-image-left .feature-container .image{
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-top: 20px;
    text-align: center;
}

.feature-banner {
    margin-bottom: 20px;
}

/*clearfix*/
.feature-content:after,
.feature-banner:after,
.feature-gallery:after,
.feature-container:after,
.feature-article:after,
.feature-column-small-image-left:after,
.column-image-left:after,
.column-image-right:after
{
    clear: both;
    content: ".";
    display: block;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

/** End of feature page css **/

/*  features content  */
.container{
    margin: 0;
    padding: 0;
}
.parts_banner,
.pke_win8_format,
/*//ink_head,*/
.search_bar2011,
.ink_navi{
    margin: 0 auto 20px auto;
    /*width: 790px;*/
}
.parts_banner > img,
.pke_win8_format > img,
.ink_head > img,
.search_bar2011 > img,
.ink_navi > img{
    display: block;
    margin:0 auto;
}

.font-pckoubou{
    display: block;
    font-size: 13px !important;
}
.bt_main {
    margin: 15px 0 10px 10px;
}
.fa_bt {
    float: left;
    margin-left: 0;
}
.ha_bt {
    float: left;
}
.tw_bt {
    float: left;
}
.tw_bt iframe {
    margin-left: 15px;
    width: 120px !important;
}
.gg_bt {
    float: left;
}
.ht_bt {
    float: left;
}

.pke_win8_format .title_comment {
    color: #00bcf2;
    font-size: 50px;
    font-weight: bold;
    line-height: 120%;
    margin: 30px 0 10px;
    text-align: center;
}
.pke_win8_format h2 {
/*
    background-color: #e5f1f4;
    border-left: 6px solid #b9d4dc;
    border-top: 1px solid #b9d4dc;
    color: #000000;
    font-size: 16px !important;
    font-weight: bold;
    margin: 10px 0;
    padding: 8px 8px 3px;
*/
    font-size: 16px !important;
    padding: 0 0 10px 0;
    margin: 25px 0 10px 0;
    font-size: 20px;
    font-weight: bold;
    color: #187ecc;
    border-bottom: 2px solid #187ecc;
}
.pke_win8_format .pickup {
    background-color: #ffb5e4;
    border-left: 6px solid #ff39b6;
    border-top: 1px solid #ff39b6;
    color: #000000;
    font-size: 16px !important;
    font-weight: bold;
    margin: 10px 0;
    padding: 8px 8px 3px;
}
.pke_win8_format .newup {
 /*
    background-color: #c5dfff;
    border-left: 6px solid #348fff;
    border-top: 1px solid #348fff;
    color: #000000;
    font-size: 16px !important;
    font-weight: bold;
    margin: 10px 0;
    padding: 8px 8px 3px;
*/
    font-size: 16px !important;
    padding: 0 0 10px 0;
    margin: 25px 0 10px 0;
    font-size: 20px;
    font-weight: bold;
    color: #187ecc;
    border-bottom: 2px solid #187ecc;

}
.pke_win8_format .iiyama {
    background-color: #0a3466;
    border-left: medium none;
    border-top: medium none;
    color: #ffffff;
}
.pke_win8_format .h2_under {
    clear: both;
    margin: 0 0 5px;
    padding: 0;
}
.pke_win8_format .h3_under {
    border-bottom: 1px dotted #ffffff;
    clear: both;
    margin: 0 0 5px;
    padding: 0;
}
.pke_win8_format .h3_under_game {
    border-bottom: 1px dotted #000000;
    clear: both;
    margin: 0 0 5px;
    padding: 0;
}
.pke_win8_format .h3_under_end {
    border-bottom: 1px dotted #bbdbfe;
    clear: both;
    margin: 0 0 5px;
    padding: 0;
}
.pke_win8_format h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 3px;
    padding: 3px;
}
.pke_win8_faq h3 {
    background-color: #f7f7f7;
    margin: 5px 0;
    padding: 5px 0 3px 5px;
}
.pke_win8_format p {
    line-height: 150%;
    margin: 5px 5px 15px;
}
.pke_win8_format .left_block {
    float: left;
    padding: 5px 15px 10px 0;
    text-align: center;
}
.pke_win8_format .day {
    color: #666666;
    font-size: 11px;
}
.pke_win8_format .table_set {
    margin: 20px 10px;
}
.pke_win8_format table, .pke_win8_format td, .pke_win8_format th {
    border: 1px solid #d1dde5;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
}
.pke_win8_format table {
    border-width: 1px 1px 0 0;
    margin: 0;
    max-width: 760px;
}
.pke_win8_format td {
    background-color: #fbfcfd;
    border-width: 0 0 1px 1px;
    margin: 0;
    padding: 8px;
    text-align: center;
}
.pke_win8_format th {
    background-color: #ebeff2;
    border-width: 0 0 1px 1px;
    margin: 0;
    padding: 8px;
    text-align: center;
}
.pke_win8_format .side_banner {
    margin: 0 0 10px;
}
.pke_win8_format .side_banner img {
    margin: 0 0 3px;
}
.pke_win8_format .border_none {
    background-color: #ffffff;
    border: medium none;
}
.pke_win8_format .table_title {
    color: #333333;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
}
.pke_win8_format .table_comment {
    color: #333333;
    font-size: 80%;
}
.pke_win8_format .th2 {
    font-weight: bold;
}
.pke_win8_format ul {
    margin-bottom: 20px;
}
.pke_win8_format li {
    border-bottom: 1px dotted #bbdbfe;
    font-size: 12px;
    line-height: 180%;
    list-style-position: outside;
    list-style-type: disc;
    margin: 0 0 0 20px;
    marker-offset: 0;
    padding: 3px 0 3px 3px;
    text-align: left;
}
.pke_win8_format.soft_ink li {
    border-bottom:none;
    line-height:100%;
}
.pke_win8_format .contents_left {
    float: left;
    margin: 0 20px 0 0;
    width: 748px;
}
.pke_win8_format .contents_left_iy {
    float: left;
    margin: 0 20px 0 0;
    width: 590px;
}
.pke_win8_format .table_nowrap {
    white-space: nowrap;
}
.game_style .pke_win8_format a {
    color: #66ccff;
    margin: 0 0 10px;
}
.game_style .pke_win8_format {
    color: #ffffff;
}
.pke_win8_format .h3_under_end_spec {
    border-bottom: 1px dotted #bbdbfe;
    clear: both;
    margin: 0 0 5px;
    padding: 0;
}
.pke_win8_format .left_block_spec {
    float: left;
    padding: 5px 15px 10px 10px;
    text-align: center;
}
.pke_win8_format .ul_spec {
    margin-bottom: 20px;
}
.pke_win8_format .li_spec {
    font-size: 12px;
    line-height: 180%;
    list-style-position: outside;
    list-style-type: decimal;
    margin: 0 0 0 30px;
    marker-offset: 0;
    padding: 3px 0 3px 3px;
    text-align: left;
}
.pke_win8_format .left_block_format {
    float: left;
    width: 460px;
}
.pke_win8_format .right_block_format {
    margin-left: 470px;
    width: 460px;
}
.pke_win8_format .right_block_ul {
    margin-left: 440px;
}
.pke_win8_format .of-790 {
    overflow: hidden;
    width: 790px;
}
.pke_win8_format .col-03 {
    margin-bottom: 20px;
    width: 810px;
}
.pke_win8_format .col-03 dd {
    float: left;
    margin: 0 5px 0 0;
    text-align: center;
    width: 260px;
}
.pke_win8_format .col-03 dd img {
    margin-bottom: 5px;
}
.pke_win8_format .next_link {
    margin-top: 40px;
    text-align: right;
}
.pke_win8_format .blog_h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.pke_win8_format .blog_h3_ub {
    border-bottom: 2px solid #000000;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.pke_win8_format .blog_deys {
    border-bottom: 1px solid #b9d4dc;
}
.pke_win8_format .text_area {
    background-color: #000000;
    border: 1px dotted #cccccc;
    color: #ffffff;
    margin-bottom: 20px;
    padding: 10px;
}
.pke_win8_format .text_area dd {
    margin: 0;
    padding: 0 0 10px;
}
.pke_win8_format .table_type, .pke_win8_format .table_type02 {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
}
.pke_win8_format .table_type02 td, .pke_win8_format .table_type02 th {
    text-align: left;
}
.pke_win8_format .photo_type01 {
    border: 3px solid #cccccc;
    margin-bottom: 20px;
}
.pke_win8_format .ann {
    color: #666666;
    font-size: 11px;
}
.pke_win8_format .text_right {
    margin-top: 100px;
    text-align: right;
}
.pke_win8_format .f_r {
    color: #ff0000;
}
.pke_win8_format .f_w {
    color: #ffffff;
}
.pke_win8_format .f_g {
    color: #00cc00;
}
.pke_win8_format .f_bl {
    color: #0a81ff;
}
.pke_win8_format .f_b {
    font-weight: bold;
}
.pke_win8_format .bg_y {
    background-color: #ffff00;
}
.pke_win8_format .text_center {
    text-align: center;
}

.cm-list {
    width:790px;
    overflow:hidden;
}
.cm-list ul {
    width:800px;
    padding:0;

}
.cm-list li {
    list-style:none;
    float:left;
    margin:0 8px 0 0;
    padding:0;
    border:none;
    text-align:center;
    line-height:150%;
}

.pke_win8_format .mrgn10{
    margin: 0 0 8px 0 !important;
    padding: 0;
}

.popup_button_under {
    bottom: 5px;
    position: absolute;
    right: 5px;
}
.popup_img_border {
    border: 1px solid #cccccc;
}

/* soft_ink_compatible */

.header_under_bar {
    background-color: #e6f2ff;
    clear: both;
    padding: 2px 0;
}
.search_bar {
    background-color: #e6f2ff;
    padding: 5px 0 1px 10px;
}
.search_bar2011 {
    background-color: #e6f2ff;
    height: 34px !important;
    margin: 0;
    padding: 2px 0 2px 10px;
    vertical-align: middle;
}
.search_bar2011 .model{
    padding-top: 6px;
    float:left;
    width:290px;
    height:30px;
    font-weight:bold;
    font-size:14px
}
.search_bar2011 .txtsearch{
    float:left;
    width:270px;
    height:30px;
    padding-top: 2px;
}
.search_bar2011 .txtsearch input[type=text]{
    background-color: #f4fff0;
    height: 24px !important;
    line-height: 24px !important;
    margin: 1px 0 0 0;
    width: 250px;
}
.search_bar2011 .boxbtn{
    float:left;
    width:100px;
    margin-top:2px;
}
.search_bar2011 .boxbtn input[type=image]{
    margin:0 0 0 10px;
}
.search_bar2011 .boxbtn input:hover{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.ink_head{
    background: #e6f2ff;
    font-weight:bold;
    color: #111;
    /*border: 1px solid #FFF;*/
    box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    padding: 10px 5px;
    margin-bottom: 0;
}

.ink_head:hover{
    cursor:pointer;
    text-decoration:underline;
}

.ink_menu:hover , .ink_list:hover{
    cursor:pointer;
}

.ink_navi{
    margin:0 auto 20px auto;
    background-color:#e6f2ff;
    /*border:1px #b9d4dc solid;*/
    box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    -moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
    -webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
}

.ink_menu{
    float:left;
    /*	width:139px;*/
    width:110px;
    padding: 0 10px;
    margin: 10px 0;
    font-size: 13px;
}

.ink_list{
    display: none;
    font-size: 10px;
    background-color:#ffffff;
    border:2px #b9d4dc solid;
    padding:3px;
    position: absolute;
    z-index:100;
}


.ink_list li{
    background: url("../img/element/list.png") no-repeat 3px 3px;
    border:solid 1px #cccccc;
    padding:2px;
}

.ink_list li:hover{
    background-color:#b9d4dc;
}
.ink_list li a:hover{
    color:#000000;
    text-decoration:none;
}

.banner_center{
    padding:5px 3px 5px 4px;
}

.banner {
    float:left;
    text-align:center;
}

.banner_left {
    margin-left:4px;
}

.banner img{
    width:190px;
    height:60px;
}

/* soft_ink_compatible */

@media screen and (max-width: 480px){
    .cm-list {
        width: 100%;
        margin: 0 auto 10px auto;
        min-height:1px;
        padding:0;
    }

    .cm-list ul {
        width: 100%;
        margin: 0;
        padding:0;
    }

    .cm-list ul li {
        height: auto;
        width: 48%;
        margin-top: 0;
        margin-right: 1%;
        margin-left: 1%;
        margin-bottom: 20px;
    }
    .cm-list ul li img {
        width: 100%;
        height: auto;
    }

}

.parts_caution {
    color: #ff0000;
    font-size: 14px;
    font-weight: bold;
}

/*  end of features content  */


/****** general keyword *****/

.keyword-general {
    margin-bottom: 10px;
    padding: 10px;
    background: #d8eeff;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.keyword-general .title {
    margin: 0 0 10px 3px;
    color: #187ecc;
    font-size: 13px;
    font-weight: bold;
}
.keyword-container .checkbox {
    display: inline-block;
}
.keyword-container a{
    color: #187ecc;
}
.price-field {
    height: 65px;
    margin-bottom: 10px;
    padding: 15px 10px;
    color: #707070;
    border-top: 5px solid #187ecc;
    border-bottom: 1px dotted #187ecc;
}
.price-field .title {
    display: inline-block;
    width: 50px;
    color: #187ecc;
    font-size: 13px;
    font-weight: bold;
}
.price-field .slider-gauge {
    display: inline-block;
    width: 340px;
    margin-left: 10px;
    margin-right: 20px;
}
.price-field .price-min,
.price-field .price-max {
    width: 100px;
    height: 28px;
    margin: 0 10px;
    padding: 0;
    color: #707070;
    text-align: center;
    background: #f7f7f7;
}
.keyword-field {
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 2px solid #187ecc;
}
.keyword-field form {
    display: flex;
}

.keyword-field .keyword-box {
    width: 690px;
    height: 30px;
    margin: 0 10px;
    color: #707070;
    background: #f7f7f7;
}
.keyword-field .btn-search-keyword {
    display: inline-block;
    height: 27px;
    width: 210px;
    margin: 0 0 0 10px;
    padding: 1px 0 1px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 23px;
    text-align: center;
    text-decoration: none;
    background: #3cc464 url("../../../../common/img/element/search_green.png") 18px 6px no-repeat;
    border-radius: 5px;
    vertical-align: middle;

    border: 2px solid #3cc464;

    -webkit-box-shadow: 0 3px #2b8c49;
    -moz-box-shadow: 0 3px #2b8c49;
    box-shadow: 0 3px #2b8c49;

    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.keyword-field .btn-search-keyword:hover {
    color: #3cc464;
    background: #fff url("../../../../common/img/element/search_green_on.png") 18px 6px no-repeat;
    text-decoration: none;
}
.keyword-field .btn-search-keyword:active {
    -webkit-transform: translate(0, 2px);
    -moz-transform: translate(0, 2px);
    transform: translate(0, 2px);
    box-shadow: 0 1px #2b8c49;
}
.keyword-list {
    margin: 5px 0 10px;
    padding: 0 10px;
    color: #125f99;
}
.keyword-list a{
    color: #187ecc;
}
.keyword-list .title {
    display: inline;
    color: #434343;
    font-size: 13px;
    font-weight: normal;
}
.list-search-bottom .price-field {
    border-top: 2px solid #187ecc;
}
.list-search-bottom .keyword-field {
    border-bottom: 5px solid #187ecc;
}
/****** End of general keyword *****/


/* pagination */
.list-pagination {
    padding: 35px 0;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}
.list-pagination a {
    display: block;
    line-height: 28px;
}
.list-pagination a:hover {
    color: #187ecc;
}
.list-pagination .prev {
    display: inline-block;
    width: 210px;
    padding-left: 20px;
    color: #187ecc;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    background: url("../img/element/page_prev.png") left 0 center no-repeat;
}
.list-pagination .next {
    display: inline-block;
    width: 210px;
    padding-right: 20px;
    color: #187ecc;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    background: url("../img/element/page_next.png") right 0 center no-repeat;
}
.list-pagination ul {
    display: inline-block;
    margin: 0;
}
.list-pagination li {
    margin: 0 5px;
    display: inline-block;
}
.list-pagination li>a {
    padding: 0 5px;
    border: 1px solid #187ecc;
}
.list-pagination li.active>a,
.list-pagination li>a:hover {
    padding: 0 5px;
    color: #fff;
    background: #187ecc;
    border: 1px solid #187ecc;
    text-decoration: none;
}
/* End of pagination */

/* Lightbox */
#jquery-lightbox *{
    box-sizing: content-box;
}
