@charset "utf-8";
/*============================

DX商品詳細ページ用css PC
テンプレート

============================*/

/* 全体
=========================*/


.btn_link a:after {
    background: #ff5400;
}
.btn_link a:hover {
    background: #ff5400;;
}

.rg_mv{
    width: 1140px;
    margin: 0 auto;
}

#item_outline .item_outline_txt {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
#item_outline .item_outline_txt dt {
    background: #51c7ff;
    color: #fff;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
#item_outline .item_outline_txt dd {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

/* 表下
=========================*/
.attention_txt {
    margin: -80px auto 100px; 
}
.attention_txt ._lft50 {
    width: 50%;
    margin-right: auto;
}
.attention_txt ._rght50 {
    width: 50%;
    margin-left: auto;
}
.attention_txt ._inl-blck {
    display: inline-block;
}
.attention_txt ._blk {
    color: #000;
}
.attention_txt ._red {
    color: #f00;
}
.attention_txt ._fw-nml {
    font-weight: normal;
}
.attention_txt ._fw-bld {
    font-weight: bold;
}
.attention_txt ._alin-lft {
    text-align: left;
}
.attention_txt ._alin-rght {
    text-align: left;
}

.attention_txt p {
    line-height: 1.4;
}