@charset "UTF-8";
/* ==============================================================================

CSS Information

 File name:	orcn.custom.css

 Style Info:	カスタマイズ用CSS 

============================================================================== */

/* PCページ横幅 */

.orco_wrapper {
	/*width: 700px;*/
}

/* 商品名 */

.orco_title1 {
}


/* 見出しカラー */

.orco_contents_block em ,
.orco_detail_contents h5 ,
.orco_color_contents h5 ,
.orco_size_contents h5 {
	color: #F59C00;
}


.orco_contents_block p {
	line-height: 1.4;
}


/* テーブルカラー */

.orco_item_tbl th {
	background: #f5f3ee;
}



/*-------------------------------------------------------------------------------

 レイアウト

-------------------------------------------------------------------------------*/


.fix_bnrbox_righttop {
	z-index: 99999;
	position: fixed;
	right: 50%;
	top: 100px;
	width: 100px;
	margin-right: -660px;
}

.fix_bnrbox_title {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 40px;
	margin-bottom: 10px;
	padding: 5px 0;
	border-radius: 4px;
	background: #92995B;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}

.fix_bnrbox_title:after{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0;
	border-color: #92995B transparent transparent;
}

.fix_bnrbox_righttop a {
	display: block;
	margin: 0 0 10px;
	text-decoration: none;
}

.fix_bnrbox_righttop a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70); 
}

@media screen and (max-width:1250px) { 
	.fix_bnrbox_righttop { display: none;}
}



/*-------------------------------------------------------------------------------

 楽天 system  

-------------------------------------------------------------------------------*/

/* カテゴリ：cate
----------------------------------------------------------- */

#risFil {
	width: 760px!important;
	margin: 0 auto;
	padding: 0;
}


/* 並び替え -------------------------- */

#risFil .risfHeadFootWrap {
	margin: 0 0 40px;
	padding: 4px 0 6px;
	border: none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: none;
}
#risFil .risfHeadFootWrap .selectForm {
	font-size: 12px
}

/* 商品一覧 -------------------------- */

<!--
/* パンくずリスト
----------------------*/
td.breadcrumbs_list{
	padding:16px 10px;
	background:#eee;
	display:block;
	width:710px;
	border-bottom:2px solid #aaa;
}
/* カテゴリリスト
----------------------*/
table table table table td[width="1%"] span.subcategory_list{
	display:none;
}
table table table table td[width="33%"] a.subcategory_list{
	color: #333333!important;
	font-size:12px!important;
	text-decoration:none;
	border:1px solid #ccc;
	padding:8px 0;
	border-radius:8px;
	width:90%;
	display:block;
	transition: all 0.2s ease 0s;
	margin:0 0 10px;
	text-align:center;
	position:relative;
	background:#FFF;
}
table table table table td[width="33%"] a.subcategory_list:after{
	content:">";
	font-size:12px;
	margin:-6px 0 0;
	display:block;
	position:absolute;
	right:5px;
	top:50%;
}
table table table table td[width="33%"] a.subcategory_list:hover{
	background:#555;
	color:#FFF!important;
	border-color:#555;
}
-->
