@charset "UTF-8";
 
/*=========================================================================
Type : Specified Directory IndexPages Layout
Page : /item/xxxxx/index.html
=========================================================================*/

/* Common Import Setting
--------------------------------------------- */

/* Basic Setting */
@import "/css/common_basic.css";

/* Whole Layout */
@import "/css/common_layout.css";

/* ReWrite Common Layout
--------------------------------------------- */


/* Directry Page Layout
--------------------------------------------- */
/* h1 lead */
div#coMain h1{
	width:680px;
	height:150px;
	margin-bottom:5px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-indent:-9999px;
	overflow:hidden;
}
body#itemKan.index div#coMain h1{
	background-image:url(/images/item/kani/topimg_index.jpg);
}
body#itemUni.index div#coMain h1{
	background-image:url(/images/item/uni_ikura/topimg_index.jpg);
}
body#itemEbi.index div#coMain h1{
	background-image:url(/images/item/ebi/topimg_index.jpg);
}
body#itemKai.index div#coMain h1{
	background-image:url(/images/item/kai/topimg_index.jpg);
}
body#itemSen.index div#coMain h1{
	background-image:url(/images/item/sengyo/topimg_index.jpg);
}
body#itemTok.index div#coMain h1{
	background-image:url(/images/item/tokusen/topimg_index.jpg);
}
div#coMain p.lead{
	margin-bottom:10px;
	font-weight:bold;
}
/* categoryList */
div#coMain div.categoryList{
	margin-bottom:10px;
}
div#coMain div.categoryList div.cLInner{
	width:680px;
	padding-bottom:10px;
}
div#coMain div.categoryList div.cLInner div.lPiece{
	width:335px;
	float:left;
}
div#coMain div.categoryList div.cLInner div.lPiece.end{
	margin-left:10px;
	display:inline;
}
div#coMain div.categoryList div.cLInner div.lPiece div{
	margin-bottom:5px;
}
div#coMain div.categoryList div.cLInner div.lPiece p{
}
div#coMain div.categoryList div.cLInner div.lPiece p span{
	font-weight:bold;
}