@charset "utf-8";

.standardHidden {
    display: none;
}

.itemDetail_txt {
    padding: 0 10px 10px 10px;
    clear: both;
}

.itemDetail_txt span {
    font-weight: normal;
}

.itemDetail_txt .ami {
    background: url(../../../../styles/images/common/line_h2.gif);
    padding: 10px;
    color: #af0000;
}

.itemDetail_txt .amiToggle {
    background: url(../../../../styles/images/common/line_h2.gif);
    padding: 10px;
}

.itemDetail_txt .amiNoImg {
    background: url(../../../../styles/images/common/line_h2.gif);
    padding: 10px;
    color: #af0000;
}

.itemDetail_txt .ami span, .itemDetail_txt .amiToggle span {
    padding-left: 40px;
    min-height: 24px;
    display: inline-block;
}

.itemDetail_txt .amiNoImg span {
    min-height: 24px;
    display: inline-block;
}

.itemDetail_txt .amiToggle .bg_matome {
    background: url(../../../../styles/images/common/icon_matome.gif)
        no-repeat left top;
}

.itemDetail_txt .amiToggle .bg_cam {
    background: url(../../../../styles/images/common/icon_sale.gif)
        no-repeat left top;
}

.detail_arrow {
    border-top: 1px solid #cccccc;
    height: 11px;
    width: 100%;
    position: relative;
}

.detail_arrow img {
    position: absolute;
    top: -1px;
    left: 50%;
}

.itemDetail_txt table tr th {
    width: 30%;
}

.itemDetail_txt table tr td {
    padding: 3px;
}

.itemDetail_txt table b {
    font-size: 16px;
}

.itemMain {
    /*width:100%;
    height:100%;*/
    border: 1px solid #cccccc;
    text-align: center;
    vertical-align: middle;
}

.itemMain img, .item_thum img {
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #cccccc;
    position: relative !important;
}

.item_thum a {
    display: block;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 5px;
    text-align: center;
    vertical-align: middle;
}

.item_thum img.last_r {
    margin-right: 0;
}

.attribute_list {
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    width: 100%;
}

.attribute_list th, .attribute_list td {
    padding: 10px 20px;
    border-bottom: 1px solid #cccccc;
}

.attribute_list th {
    background: #eeeeee;
    width: 30%;
    border-right: 1px solid #cccccc;
}

.item_set_thum {
    width: 20%;
    vertical-align: top;
}



.item_set_name {
    font-weight: bold;
}



.btn_off {
    background-color: #eeeeee;
    border: medium none;
    color: #ffffff;
    text-align: center;
    padding: 6px 12px;
}

.selectStandardBtn {
    background-color: #ffffff;
    border: #cccccc solid 2px;
    display: inline-block;
    cursor: pointer;
    padding: 1px 6px;
}

.selectedStandard {
    border: #e68012 solid 2px;
}

.standardThumb {
    margin: -1px -6px;
}

/* SNS */
#snsArea {
    margin: 10px 0px 0px 0px;
}

.discoColor {
    color: #af0000;
}

.discoColorDisable {
    color: #c0c0c0;
}

.cautionRegular {
    color: #0000ff;
    font-size: 90%;
}

.regularSale {
    background-color: #af0000;
    color: #ffffff;
    font-size: 90%;
    padding: 2px;
    white-space: nowrap;
    display: inline-block;
}

.regularSaleNot {
    background-color: #c0c0c0;
    color: #ffffff;
    font-size: 90%;
    padding: 2px;
    white-space: nowrap;
    display: inline-block;
}

.regularTable {
    width: 100%;
    height: 70px;
}

.regularTable td {
    border: 1px #C0C0C0 solid;
}

.regularCel {
    text-align: center;
}

.regularSelect {
    background-color: #DCDCDC;
}

.regularLabel {
    display: block;
    width: 100%;
    height: 50px;
}

.regularLabelIn {
    padding-top: 18px;
    word-break: keep-all;
}


#detailPage .detailwrap .thumb .ul{margin:0 -12px 0 0;}
#detailPage .detailwrap .thumb .li{width:25%;float:left;}
#colorsChecker {
    float: left;
}
.standardThumb {
    vertical-align:middle;
    max-width: none;
}
#message {
    margin: 30px 20px -30px 50px;
}

.a-disabled {
  pointer-events: none; /* aタグのリンクを無効にする */
  cursor: default;  /* マウスオーバー時のカーソルをdefaultに固定 */
  text-decoration: none;  /* 下線等を消す。 */
}

#price{display:inline-block;color:#e47b8a;font-weight:bold;}
/*インボイス対応*/
/*#price_NoTax{font-size:14px;color:#e47b8a;}*/
.item_label span {
    padding: 2px 10px;
    display: inline-block;
    text-align: center;
}

.bdr_gray {
    border: 1px solid #cccccc;
}
.bdr_black {
    border: 1px solid #333333;
}

.item_label {
    font-weight: normal;
    font-size: 10px;
    padding: 0;
}

/*価格表示修正*/
/*メルパオ価格*/
#browsingHistorySliderArea .history #price_a1{display:inline-block;color:#e47b8a;font-weight:bold;}
#browsingHistorySliderArea .history #price_a2{display:inline-block;color:#e47b8a;}
#browsingHistorySliderArea .history #price_a_NoTax{font-size:12px;color:#e47b8a;}
/*通常価格*/
#browsingHistorySliderArea .history #price_b1{display:inline-block;font-weight:bold;}
#browsingHistorySliderArea .history #price_b2{display:inline-block;}
#browsingHistorySliderArea .history #price_b_NoTax{font-size:12px;}
