/* ==================================
**	rms.css
**  Created 2017/11/16
**  LastUpdate 2024/8/27
/* ================================== */
@charset "euc-jp";

body{
    background: url(/gold/booxstore/img/common/bg-all-RMS.png) center top repeat-y;
}


iframe{
	overflow: hidden;
	margin: 0;
	padding: 0;}

/* -----------------------iframe---------------------------- */


#if_inc-header{
    width:1000px;
    height:90px;
}

#if_inc-menu{
    width:1000px;
    height:100px;/*通常100px*/
    margin-top:0px;
}

#if_inc-left-menu{
    width:180px;
    height:3100px;
}

#if_inc-notice_irregular{
    width:810px;
    height:98px; /* 通常0px／お知らせ掲載時49px／お知らせ2枚掲載時98px／お知らせ3枚掲載時147px */
}

#if_inc-maintop-bnr{
    width:810px;
    height:340px;
}

#if_inc-maintop{
    width:810px;
    height:127px;/*127px*/
}

#if_inc-footer{
    width:1000px;
    height:1500px;
}


/* -----------------------商品詳細---------------------------- */







/***著者等***/
table.boox_item{
    width:100%;
    border-collapse:separate;
    border-spacing:1px;
    }

    table.boox_item td{
        padding:5px 10px;
        }

        table.boox_item td.item_td_l{
        	width:30%;
        	padding:8px 12px;
            background: #5a2909;
            background-image: linear-gradient(
                -45deg,
                #6b3f22 25%,
                #5a2909 25%, #5a2909 50%,
                #6b3f22 50%, #6b3f22 75%,
                #5a2909 75%, #5a2909
                );
                background-size: 4px 4px;
        	font-weight:bold;
        	color:#ffffff;
            font-size: 14px;
            }

        table.boox_item td.item_td_r{
        	width:70%;
        	background-color:#fffdd7;
        	border-bottom:1px #eae7ad solid;
            font-size: 14px;
        }


/******商品タイトル*********/
span.item_name b{
    font-size:18px;
    }

td.sdtext{
    font-size: 13px;
}

span.catch_copy{
    font-size: 14px;
}



/*********内容紹介*********/
#boox_isbn{
    display:none;
    }
#boox_data{
    display:block;
    margin-top:10px;
    }

table.boox_itemdetail{
    width:100%;
    min-width:810px;
    }

    table.boox_itemdetail th.itemdetail_th{
    	padding:8px 12px;
    	border:0;
    	text-align:left;
        background: #5a2909;
        background-image: linear-gradient(
            -45deg,
            #6b3f22 25%,
            #5a2909 25%, #5a2909 50%,
            #6b3f22 50%, #6b3f22 75%,
            #5a2909 75%, #5a2909
            );
            background-size: 4px 4px;
    	color:#ffffff;
    	font-weight:bold;
    	font-size:14px;
    }
    	
    table.boox_itemdetail td.itemdetail_td{
    	padding:10px;
    	border:0;
    	background-color:#fffdd7;
    	line-height:1.3em;
        font-size: 14px;
    }

p.boox_text{
    font-size:95%;
    line-height:1.3em;
    margin:0 0 10px 0;
}


/******他の巻をみる******/
.boox_deliinfo .info_other_volumes{
    display:block;
    }
    
.boox_deliinfo .info_other_volumes a{
    text-decoration:none;
    }
    
/******発送予定日確認等バナー******/
.boox_deliinfo .info01 img{
    margin-top:10px;
    border:none;
    }

.boox_deliinfo .info02 img{
    margin-top:10px;
    border:none;
    }

.boox_deliinfo .info03{
    display:block;
    }

.boox_deliinfo .info04{
    display:none;
    }

.boox_deliinfo .infots{
    margin-top:10px;
    border:none;
    }
.boox_deliinfo p{
    font-size:80%;
    line-height:1.3em;
    margin:5px 0 0 0;
}

img.deliinfo_imgts{
    margin-top:10px;
    border:none;
}

.boox_other {display:none;}
