@charset "utf-8";

/************************************************
 import css
************************************************ */
@import url("product.css");

/*商品詳細 ...打ち消し */
div.listrightbloc h3 {
white-space: normal;
text-overflow: clip;
}
div.listrightbloc .pricebox {
text-align: center;
}


/* 選択肢の見出し（フォント色・サイズ変更） */
span.chk_class_title{
font-weight:bold !important;
font-size:120% !important;
color:red !important;
}

/* 選択肢の項目（フォント色・サイズ変更） */
span.chk_class{
font-weight:bold !important;
font-size:120% !important;
color:red !important;
}


/* 商品詳細ページの商品番号非表示 */
dl.product_code{
display:none !important;
}


/* ロゴ */
.base_design #logo_area img {
width: 480px;
height: 48px;
max-height: 150px;
margin: 10px 0 30px;
}


.base_design #header_login_area #user_login {
margin-top: 0px;!important
}


/* 商品詳細ページの×売り切れ非表示 */
.tbl_inventory_type_notes {
display: none;
    }

/* ソラマグ商品詳細ページ用 */

.sola{
width:55%;
}

