@charset "utf-8";

.risfheadfootwrap {
	background: #ffffff !important;
	color: ##333333 !important;
	border: 0px !important;
}

.risfheadpart {
	border-right: 0px !important;
}
span.subcategory_list {
display: none !important;
color: #0000FF;
font-size: 80%;
height: 60px;
}
a.subcategory_list:link {
	display: block !important;
	text-decoration: none;
	background-image: url(https://www.rakuten.ne.jp/gold/p-select/web/category/_image/cate_base.jpg);
	background-repeat: no-repeat;
	font-size: 80%;
	height: 60px;
	width: 220px;
	margin-top: 10px;
	padding-top: 20px;
	text-align: center;
}

/*カテゴリ商品一覧*/
.category_itemnamelink {
	line-height: 1.5;
	display: block;
	text-align: justify;
	text-justify: distribute;
	width: 170px;
	height: 3em;
	overflow: hidden;
	position: relative;
	top: -20px;
	background-color: white;
	padding: 0px;
	margin: 5px 0 0 0px;
	text-decoration: none;
	color: #000 !important;
}

.category_itemnamelink:hover {
	text-decoration:none;
	top: -20px;
}

span.category_itemprice {
	font-family: "Hiragino Maru Gothic Pro","Hiragino Maru Gothic ProN","ヒラギノ丸ゴ ProN W4","ヒラギノ丸ゴ Pro W4","メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #ff0000;
	font-weight:bold;
	text-decoration: none;
	font-size: 150%;
	position: relative;
	top: -20px;
	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(1, 1.01);
	-moz-transform-origin: 0 0;
	-moz-transform: scale(1, 1.01);
	-ms-transform-origin: 0 0;
	-ms-transform: scale(1, 1.02); /* IE9だけ1.02 */
	-o-transform-origin: 0 0;
	-o-transform: scale(1, 1.01);
}

span.category_itemtaxpostage {
	color: #666666;
	font-size: 60%;
	position: relative;
	top: -20px;
}
.not {
	letter-spacing: -0.4;
	white-space: nowrap;
	text-align: right;
	position: relative;
	top: -20px;
}

#risFil div.risfClfx {
	position: relative;
	top: -15px;
}


/*カテゴリ商品一覧end*/


/*------------------------------------------------------------
	商品ページ・パンくずリスト
------------------------------------------------------------*/
#pagebody > table:nth-child(9) > tbody > tr > td > table:nth-child(2) > tbody > tr > td > table > tbody > tr:nth-child(2) > td:nth-child(3) > table:nth-child(2) > tbody > tr > td > table:nth-child(2),
#pagebody > table:nth-child(10) > tbody > tr > td > table:nth-child(2) > tbody > tr > td > table > tbody > tr:nth-child(2) > td:nth-child(3) > table:nth-child(2) > tbody > tr > td > table:nth-child(2){
	border-collapse:separate ;
}

td.sdtext {
/*  font-family: メイリオ;*/
	font-size: 12px; /*テキストのサイズ*/
    background: #f4f4f4; /*全体の背景色*/
    padding: 4px;
    border-radius: 2px;
    border: 1px solid #eee; /*枠線*/
}
td.sdtext a {
    text-decoration: none;
    color: #0066CC; /*テキストの色*/
    display: inline-block;
    margin: 0 5px;
	line-height:2px;
}
td.sdtext a:last-child {
    font-weight: bold;
    color: #FF0066;
	line-height: 22px;
}
td.sdtext a:hover {
    text-decoration: underline;
}
/* 最後のカテゴリに「もっと見る」をつける */
td.sdtext a:last-child:before {
    content: "「";
}
td.sdtext a:last-child:after {
    content: "」 をもっと見る";
}



/* カテゴリー階層表示のテキスト */
/*------------------------------------------------*/
td.breadcrumbs_list {
	color: #0066CC !important;
	font-size: 12px; /*テキストのサイズ*/
    background: #f4f4f4; /*全体の背景色*/
    padding: 4px;
    border-radius: 2px;
    border: 1px solid #eee; /*枠線*/
	line-height: 30px; /*幅*/
}
td a.breadcrumbs_list {
	text-decoration: none;
    color: #0066CC; /*テキストの色*/
    display: inline-block;
    margin: 0 5px;
	line-height:2px;
}
td a.breadcrumbs_list:visited {
	text-decoration: none;
    display: inline-block;
    margin: 0 5px;
	line-height:2px;
}
td a.breadcrumbs_list:hover {
	text-decoration: none;
    color: #FF0066; /*テキストの色*/
    display: inline-block;
    margin: 0 5px;
	line-height:2px;
}











