@charset "euc-jp";

span.unit{
display: block;
margin: 0;
padding: 0;
background: url(https://image.rakuten.co.jp/kaguno1/cabinet/740new_banner/header_parts/menu/kago_sita3.gif?201607) no-repeat left top;
width: 512px;
height: 505px;
text-indent: -9999px;
}

#item-spec-table {
width: 740px;
background-color:#fff;
border:1px #999 solid;
padding:0px;
margin-top:20px;

}


#item-spec-table p {
	color:#333;
	line-height:2em;
	font-size:105%;
	margin:15px;
}

#item-spec-table td {
	color:#333;
	line-height:2.2em;
    font-size:120%;
	margin-left:5px;
	padding-bottom:6px;
	padding-top:6px;
	padding-left:10px;
	margin-top:0px;
	border-top: 1px #999 dotted;
	border-bottom: 1px #999 dotted;
}

#item-spec-table caption {
	text-align:center;
background-color: #666;
padding-top:10px;
padding-bottom:10px;
color: white;
letter-spacing:0.5em;
font-size:120%;
font-weight:normal;
border:1px #666 solid;
}

#item-spec-table-desc {
padding: 10px;
border-bottom: 1px #999 dotted;
}

#item-spec-table th {
	text-align:center;
font-weight: normal;
width: 180px;
background-color:#999;
color:#FFF;
font-size:120%;
letter-spacing:0.2em;
margin:0px;
border-top: 1px #fff dotted;
border-bottom: 1px #fff dotted;
}



/**********************************************
  買い物カゴボタン部分（値段部分はRMS共通選択（大）に記載）
***********************************************/


/*買い物カゴボタン*/

        #rakutenLimitedId_aroundCart input[value="買い物かごに入れる"] {
        background: url("https://image.rakuten.co.jp/kaguno1/cabinet/740new_banner/header_parts/menu/sozai_r173a.jpg") left top no-repeat;
        width: 240px; /*幅*/
        height: 50px; /*高さ*/
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        border: none;
        padding: 0;
        margin-top: 5px 0;
        cursor: pointer;
		color:#fff;
}

/*問い合わせボタン*/
        #rakutenLimitedId_aroundCart input[value="商品についての問合わせ"] {
        background: url("https://image.rakuten.co.jp/kaguno1/cabinet/740new_banner/header_parts/menu/sozai_r183a.gif") left top no-repeat;
        width: 200px; /*幅*/
        height: 50px; /*高さ*/
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        border: none;
        padding: 0;
        margin-top: 5px 0;
        cursor: pointer;
		color:#fff;
}

   
/*個数入力*/

input#units {
  border:solid #ccc 1px;
  background:#fff!important;
  width:40px;
  height:38px;
  font-size:110%;
  cursor:auto;
  padding:7px 7px 7px 3px;
}





