/* ------------------------------------- 
 *	アイテムエリアの設定（商品を複数個横に並べる表示の設定）
 * ------------------------------------- */

ul#ichiran {
	list-style-type:none;
	position: relative;
	left: 50%;
	float: left;
	margin-left:-8px;
}

li.ichiran {
	float:left;
	position: relative;
	left: -50%;
	width:240px;
	height:auto;
	font-size:12px;
	text-align:center;
	margin-left:12.6px;
	margin-bottom:25px;
}

.listimg {
	text-align:left;
	float:left;
	margin:0 0 4px 0;
	padding:0;
	display: inline-block;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
}


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


#vari-title {
	margin:10px 0 1px 0;

}

.itemarea2 {
	margin:0px 3px 5px 0px;
	padding-top:3px;
	float:left;
	text-align:center;
	font-size:8px;
	display: inline;
}

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

#varie {
	clear:left;
}


.tb {
	margin:0;
	padding:0;

}

/* 商品の名前 */
span.name {
	width:100%;
	text-align:center;
	font-size:10px;
}

span.name a {
	width:100%;
	text-align:center;
	font-size:10px;
}

span.name a:hover {
	width:100%;
	text-align:center;
	font-size:10px;
	text-decoration: none;
}


/* 商品の値段 */
span.price {
	color:#CC0000;
	width:100%;
	float:center;
	text-align:center;
	font-size:10px;
}

span.price a {
	width:100%;
	text-align:center;
	font-size:10px;
}

span.price a:hover {
	width:100%;
	text-align:center;
	font-size:10px;
	text-decoration: none;
}


/* 商品画像
.itemarea img a {
	border:1px #CCC solid;
} */


/* ************************************************ 
 *	商品一覧・検索結果・詳細ページ
 * ************************************************ */

/* ------------------------------------- 
 *	商品一覧・検索結果//アイテムリストの設定（一行表示の設定）
 * ------------------------------------- */

table.list {
	width:750px;
	border-top:1px #BCD6EE solid;
	border-bottom:1px #BCD6EE solid;
	border-left:0;
	border-right:0;
}

table.list td {
	width:746px;
	height:auto;
	margin:0;
	padding:5px 0;
	position: relative;
	overflow: hidden;
}




/* 商品の名前 */
table.list div.name {
	/* margin-right:100px; */
}

/* 商品の値段 */
table.list div.price {
	color:#CC0000;
	/* width:150px; */
	float:center;
	text-align:center;
}
/* 商品の簡易説明 */
table.list {margin-top:10px;}


/* 並び順 */
.sort {
	text-align:right;
	margin-bottom:5px;
}
.sort span,strong {
	padding:0px 7px;
}

/* ページナビ（全 [*] 商品中 [*-*] 商品を表示しています。） */
.pagenavi {
margin:5px 0;
}

.pagenavi span {
	padding:0px 7px;
	color:#67320F;
}

/* ------------------------------------- 
 *	商品一覧・検索結果・詳細ページ共通
 * ------------------------------------- */

/* カテゴリーの名前（背景：薄オレンジ） */
.category_title {
	background:#BCD6EE url(https://otoya.sub.jp/site_img/detail/9x9brown.gif) no-repeat;
	background-position:6px;
	color:#67320F; /*商品カテゴリー名・商品名文字色(商品詳細・商品一覧結果共通)*/
	font-weight:bolder;
	padding:7px 21px 4px 20px;
	width:710px;
	height:22px;
	font-size:12px;
}



/* カテゴリ・グループのフリースペース内全体の指定 */
div.cg_freespace_01 {
	margin:10px 5px 10px 5px;
	font-size:14px;
	color:#67320F;
}
div.cg_freespace_02 {
	margin:0 5px 0 5px;
}
/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
div.cg_freespace_01 p,
div.cg_freespace_02 p {
	margin:0 0 10px 0;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
div.cg_freespace_01 ul,
div.cg_freespace_02 ul {
	margin:30px 0 10px 0;
	padding:0;
}

