/*商品ページレコメンド*/
#recommend {
    max-width: 950px;
    width: 100%;
    margin: 40px 0;
}
#item_recommend ul{
display:flex;justify-content:space-between;}
#item_recommend ul li{ width:15%}
#item_recommend img{ width:100%;}
.item_recommend_price{text-align:right; font-size:14px;}
.item_recommend_ttl{ margin:5px 0;white-space: nowrap;
    text-overflow: ellipsis;overflow: hidden;font-size:0.8em;}
	div#recommend h2, .userreview h2 {
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: solid 1px;
    margin-bottom: 20px;
    padding-left: 10px;
}
@media screen and (max-width: 768px) {
#item_recommend ul{overflow-x: scroll;
    white-space: nowrap;}
#item_recommend ul li{width:25%; margin-right:4%;}
}	
@media screen and (max-width: 480px) {
#item_recommend ul li{width:35%;}
}
/*ライトレビュー表示*/
#right-area {
    display: none !important;
}

/*お気に入り追加ボタン*/
#item_add_wish {
    display: none;
}

#item_code,
#cart_area h1,
#item_price,
#item_point,
#point_camp,
#souryou_disp,
.p-help-box,
#item_social,
#item_cnt,
#item_price_sale_y,
#sale_str {
    margin-bottom: 14px;
}

#itemDetail-wrap {
    width: 950px;
    overflow: hidden;
}

#itemDetail-cont {
    width: 950px;
}

#right_area {
    width: 130px;
    height: 380px;
    background: #ccc;
}

#cat-list h3,
#categryitem h3 {
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: solid 1px;
    margin-bottom: 20px;
    padding-left: 10px;
}

#cat-list {
    margin-bottom: 40px;
}

#cat-list ul {
    display: flow-root;
}

#cat-list li {
    float: left;
    padding: 0 10px 0 13px;
    line-height: 120%;
    background: url(../hpgen/HPB/theme/img/breadcrumb_bg.gif) no-repeat left center;
}

#cat-list li a:hover {
    color: #E67C7C;
}

#cat-list li a {
    color: #000;
}

#item_wrapper {
    width: 950px;
    display: flex;
    flex-wrap: wrap;
}

div#img_area {
    width: 56%;
    margin-right: 3%;
}

#item_img {
    margin-bottom: 10px;
}

#item_img img {
    max-width: 100%;
}

#item_imglist {
    margin-bottom: 20px;
    overflow: hidden;
}

#item_imglist li {
    /*width:126px;
	margin-right:10px;
	float:left;*/
    position: relative;
    display: inline-block;
    width: calc((100% - 45px) /10);
    margin-right: 5px;
    padding: 0;
    border: solid #ccc 1px;
    margin-bottom: 10px;
    cursor: pointer;
    box-sizing: border-box;
}

#item_imglist li:nth-child(10n) {
    margin-right: 0px;
}

#item_imglist li img {
    width: 100%;
}

#item_data {
    max-width: 380px;
    overflow: hidden;
    margin-bottom: 20px;
    float: right;
}

#item_code {
    border-bottom: dotted 1px #ddd;
    overflow: hidden;
    box-sizing: border-box;
}

#item_code .tag {
    margin-top: 3px;
    display: block;
    float: left;
}

#item_code .val {
    display: block;
    font-size: 1.2em;
    color: #000;
    text-align: right;
}

#cart_area h1 {
    color: #000;
}

#item_price {
    color: red;
    font-weight: bold;
    font-size: 2em;
}

.kakaku,
.tax {
    font-size: 0.6em;
}

#sale_str {
    max-width: 320px;
    padding: 2px 8px;
    color: #fff;
    font-size: 1em;
    background-color: #333;
}

#item_price_sale_n {
    color: #666;
    font-size: 1.2em;
    text-decoration: line-through;
}

#item_price_sale_y {
    color: red;
    font-weight: bold;
    font-size: 2em;
}

#item_select,
.item_option {
    padding: 10px;
    border-bottom: dotted 1px #ddd;
    overflow: hidden;
}

#item_select .select_name,
.item_optionName {
    /*width:100px;*/
    margin-top: 2px;
    float: left;
}

#item_select .quantity,
.item_optionForm input {
    display: block;
    height: 28px;
    float: right;
}

/*配送地域オプション*/

tr.option_area {
    display: grid;
    width: 100%;
}

div#optionout th {
    font-size: 14px;
}


select.option_parts {
    width: 100%;
    padding: 8px;
}

div#optionout {
    margin-bottom: 20px;
}
/*配送地域オプションここまで*/

#item_cnt {
    padding: 10px;
    border-bottom: dotted 1px #ddd;
    overflow: hidden;
}

#item_cnt .tag {
    margin-top: 2px;
    float: left;
}

#item_cnt .val {
    display: block;
    float: right;
    text-align: right;
}

#item_cnt .val input {
    height: 28px;
    padding-left: 4px;
    margin-right: 4px;
}

#item_cart {
    overflow: hidden;
    text-align: center;
    width: 100%;
    display: block;
    border-radius: 4px;
}

input.p-item-cart {
    background-color: #E67C7C;
    padding: 16px 70px;
	width:auto;
}

#item_add_wish {
    padding-bottom: 20px;
    overflow: hidden;
    text-align: center;
}

#item_add_wish input {
    background: url(../pic-labo/add_wishlist.gif) top left;
    width: 320px;
    height: 50px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}

#item_zaikoSet {
    width: 388px;
    padding: 20px 0;
    border-top: none;
    overflow: hidden;
}

.zaikoset_inner {
    width: 368px;
    padding: 10px;
    overflow: hidden;
}

.zaiko_name {
    width: 212px;
    font-size: 0.8em;
    float: left;
}

.zaiko_cart {
    width: 156px;
    float: right;
}

/*インフォ*/
.p-help-box {
    background-color: #EFEFEF;
    padding: 10px 0 5px 10px;
}

.p-help__list {
    display: inline-block;
    width: 44%;
    padding: 0 0 0 .7em;
    background-image: url(https://ioo-sofa.net/images/item_detail/triangle.png);
    background-repeat: no-repeat;
    background-position: 1% 35%;
    margin-bottom: 10px;
}

.p-help__list a {
    font-size: 13px;
    padding-left: 16px;
    text-decoration: none;
    color: #000;
}

/*#contact_area {
	width:260px;
	float:right;
}
#item_cus li {
	width:120px;
	margin-right:20px;
	margin-bottom:10px;
	float:left;
}
#item_cus li img {
	width:120px;
}
#item_cus li:nth-child(2n) {
margin-right:0;
}
*/

#item_social div {
    width: 40px;
    display: inline-block;
}

#item_social div:nth-child(3n) {
    margin-right: 0;
}

#item-info-list {
    border-bottom: solid 6px #ccc;
    margin-bottom: 10px;
}

#item-info-list li {
    display: inline-block;
    padding: 10px 30px;
    background: #fff;
    color: #000;
    font-size: 0.8em;
    cursor: pointer;
    border: solid 1px#ccc;
}

#item-info-list li#look_subdesc {
    display: inline-block;
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

#item-info-list li.selected {
    background: #ccc;
    color: #000;
}

#item-info-list li#look_subdesc.selected {
    background: #ccc;
    color: #000;
}

#item-info-box {
    margin-bottom: 20px;
}

.hide {
    display:block;
}

#recom {
    width: 670px;
}

#contact_area .deliv_fee {
    width: 260px;
    padding: 16px 0;
    margin-bottom: 20px;
    border: none;
    background: #ff92c6;
    font-size: 1.8em;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

#contact_area .deliv_fee:after {
    display: none !important
}

#main-column .recommend .column5 {
    width: calc((100% - 40px) / 5);
    font-size: 0.8em;
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
}

#main-column .recommend .column5 h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#main-column .recommend .column5 p.price {
    color: red;
    font-weight: bold;
    font-size: 100%;
    text-align: right;
}

#main-column .recommend .column5:nth-child(5n) {
    margin-right: 0;
}

article#Detail #main-column section.recommend {
    padding: 20px 0 0;
}

article#Detail #main-column section.recommend h2 {
    margin-bottom: 20px;
    padding: 0 0 2px 0;
    font-size: 18px;
    border-bottom: solid 1px #aaa9a7;
}

#item_point,
#point_camp {
    color: red;
    font-size: 1.5em;
}

#point_camp {
    font-size: 0.8em;
    border-bottom: dotted 1px #ddd;
    padding-bottom: 10px;
}

#item_point span {
    font-size: 0.5em;
}

/*サイドエリアレビュー表示*/
#side_review_wrap {
    width: 120px;
    margin-top: 8px;
    margin-bottom: 16px;
    overflow: hidden;
}

#side_review {
    width: 120px;
    padding: 0px 8px;
    border: solid 1px #ff9090;
    box-sizing: border-box;
}

#side_review .rating {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

#side_review .reviewBox {
    width: 100%;
    border-bottom: dotted 1px #ccc;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
}

#side_review .reviewBox .tmb {
    width: 100%;
    margin-bottom: 8px;
}

#side_review .reviewBox .tmb img {
    width: 100% !important;
    border-radius: 50%;
}

#side_review .reviewBox .ttlArea h2 {
    opacity: 0;
}

#side_review .reviewBox .ttlArea h2 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 280px;
    opacity: 0;
}

#side_review .reviewBox .ttlArea .btnMore {
    display: none;
}

#side_review .reviewBox .reviewTxt {
    width: 104px !important;
    overflow: hidden;
}

#side_review .reviewBox .reviewTxt > ul li {
    float: left;
}

#side_review .reviewBox .reviewTxt > ul li:last-child {
    display: none;
}

#side_review .reviewBox .reviewTxt > ul li:nth-last-child(2) {
    clear: both;
    margin: 8px 0;
}

#side_review .reviewBox .reviewTxt > p {
    clear: both;
    font-size: 0.8em;
    padding: 8px 8px;
    background: #efefef;
}

/*送料換算に関する記述*/
#add_deliv {
    padding: 16px 8px;
    font-size: 0.7em;
    border: solid 1px #ccc;
    margin-bottom: 20px;
}

.attention {
    margin-bottom: 8px;
}

input[name="deliv_agreed"] {
    margin-right: 8px;
}

/*商品在庫連動用表示のcss 2019/5/27*/

.select_t_list {
    padding: 16px 0;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    border-bottom: solid 2px #666;
}

.select_t {
    box-sizing: border-box;
    width: calc(100% /3);
    padding: 0 8px;
    font-weight: bold;
    font-size: 12px;
    border-right: solid 1px #999;
}

.select_t:last-child,
.select_n:last-child {
    border: none;
}

.select_list {
    width: 100%;
    display: flex;
    position: relative;
    padding: 16px 0;
    border-bottom: solid 1px #666;
}

.stockout {
    border-bottom: none;
    padding-bottom: 0;
}

.select_val {
    width: calc(100% - 40px);
    display: flex;
    justify-content: flex-start;
    text-align: left;
}

.select_but {
    display: flex;
    justify-content: center;
    align-items: center;
}

.select_n {
    box-sizing: border-box;
    /* width: calc(100% /3); */
    font-size: 12px;
    padding: 0 8px;
    border-right: solid 1px #999;
}

.select_v {
    width: 40px;
    text-align: center;
}

.select_v input {
    line-height: 100%;
}

.zaiko_msg {
    color: #a00;
    font-weight: bold;
    font-size: 10px;
    text-align: right;
    padding-bottom: 4px;
    border-bottom: solid 1px #666;
}

.select_area {
    margin-bottom: 48px;
}