@charset "utf-8";

/* custum button */
.listBtn_custum_pec li { width: 100%; }
.listBtn_custum_pec li.listBtn_custum_col2_pec {
    /*width: 49%;*/
    width: 100%;
    }
.listBtn_custum_pec li.listBtn_custum_floatL_pec { float: left; }
.listBtn_custum_pec li.listBtn_custum_floatR_pec {
    float: right;
    text-align: left !important;
    }
.listBtn_custum_pec li.listBtn_custum_col1_pec.listBtn_custum_floatR_pec {
    /*text-align: center !important;*/
    text-align: left !important;
    }
.listBtn_custum_pec li.listBtn_custum_floatL_pec a .listBtn_custum_mgTB_pec {
    /*
    margin-top: 21px;
    margin-bottom: 21px;
    */
    margin-top: 0px;
    margin-bottom: 0px;
}
.listBtn_custum_pec li.listBtn_custum_floatR_pec a {
    /*padding-right: 70px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
.listBtn_custum_pec li.listBtn_custum_floatR_pec.listBtn_custum_typeA_pec a { background: url(/ja/pcperipherals/desklive/common/img/btn_typeA.png) no-repeat right 50%; }
.listBtn_custum_pec li.listBtn_custum_floatR_pec.listBtn_custum_typeB_pec a { background: url(/ja/pcperipherals/desklive/common/img/btn_typeB.png) no-repeat right 50%; }
.listBtn_custum_pec li.listBtn_custum_floatR_pec a .ttl_pec,
.listBtn_custum_pec li.listBtn_custum_floatR_pec a .subttl_pec {
    background: none;
    /*
    margin-left: 0;
    margin-right: 0;
    */
    margin-top: 3px;
    padding-bottom: 0;
    vertical-align: middle;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
}
.listBtn_custum_pec li.listBtn_custum_col1_pec .subttl_pec br { display: none; }
.listBtn_custum_pec li.listBtn_custum_floatR_pec a .ttl_pec {
    font-size: 18px;
    font-weight: bold;
    padding-left: 0px;
    padding-top: 0;
    margin-top: 0;
}
.listBtn_custum_pec li.listBtn_custum_floatR_pec a .subttl_pec {
    font-size: 13px;
    /*padding-right: 8px;*/
    padding-right: 0;
    line-height: 1.2;
}
.listBtn_custum_pec li.listBtn_custum_floatR_pec a .blank_pec {
    /*display: block;*/
    margin-bottom: 3px;
    /*margin-top: -2px;*/
    margin-top: -8px;
}
.listBtn_custum_pec li.listBtn_custum_floatR_pec a br { display: none; }


/* Discontinued */
.discon_pec { position: relative; }
.discon_pec span:nth-child(1) { color: #ff0000; }
.discon_pec span.discon { color: #ff0000; }
.discon_pec span.limited { color: #703b93; }
.discon_pec span:nth-child(2) {
    position: absolute;
    right: 0;
}
