@charset "shift_jis";
/*∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞*/
/*　　　　　　　　　　　　カテゴリ　　　　　　　　　　　　　*/
/*∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞*/


/*-------------------------------
 コンテンツ外枠
---------------------------------*/
#ItemCategory {
	margin: 0 0 30px;
	padding: 0;
	font-size: 12px;
	width: 740px;
	clear: both;
	text-align: left;
}

#ItemCategory img {
	border: none;
	margin: 0;
	padding: 0;
}

/* IE6対応 */
* html #ItemCategory {
	position: relative;
}

/*---------------------------
 看板・サブタイトル
---------------------------*/
#ItemCategory .title_banner {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
	clear: both;
}

#ItemCategory .subttl_banner {
	text-align: left;
	margin: 0 0 10px 0;
	clear: both;
}


#ItemCategory .subttl_Topics {
	position: relative;
	clear: both;
	margin: 0 0 14px 0;
	width: 740px;
	background: url('./category_img/subttl_cate_bk.gif') top left repeat-x;
}
#ItemCategory .subttl_Topics_r {
	clear: both;
	position: relative;
	background: url('./category_img/subttl_cate_right.gif') top right no-repeat;
}
#ItemCategory .subttl_Topics .subttl_Topics_bnr {
	margin: 0;
	padding: 0;
	text-align: left;
}

/* IE6対応 */
* html #ItemCategory .subttl_Topics {
	zoom:1;
}


#ItemCategory .subttl_Teiban {
	position: relative;
	clear: both;
	margin: 0 0 14px 0;
	width: 740px;
	background: url('./category_img/subttl_teiban_bk.gif') top left repeat-x;
}
#ItemCategory .subttl_Teiban_r {
	clear: both;
	position: relative;
	background: url('./category_img/subttl_teiban_right.gif') top right no-repeat;
}
#ItemCategory .subttl_Teiban .subttl_Teiban_bnr {
	margin: 0;
	padding: 0;
	text-align: left;
}

/* IE6対応 */
* html #ItemCategory .subttl_Teiban {
	zoom:1;
}


/*---------------------------
 共通テキスト関連
---------------------------*/
#ItemCategory .ulineTxt {
	text-align: left;
	margin: 0;
	padding: 0;
	color: #666666;
}
#ItemCategory .ulineTxt a {
	text-decoration: underline;
}

#ItemCategory .capTxt {
	text-align: left;
	margin: 0;
	padding: 0;
	color: #666666;
	font-size: 1.0em;
}

.clear {
	clear:both;
}

/*---------------------------
おすすめバナー
---------------------------*/
.osusume_box {
	margin:20px 0;
	width:740px;
}
.osusume_box .osusume_left {
	float:left;
	margin-bottom:10px;
	width:360px;
	position: relative;
}
.osusume_box .osusume_right {
	float:right;
	margin-bottom:10px;
	width:360px;
	position: relative;
}


/*---------------------------
価格表示
---------------------------*/
.osusume_box .imgPrice {
	height: 60px;
	margin: 0;
	padding: 0;
	text-align: right;
	position: absolute;
	bottom: 7px;
	right: 20px;
}
.osusume_box .imgPrice table {
	
}


#ItemCategory .osusume_box .imgPrice img {
	margin: 0 0 0 -3px;
}



/*-------------------------------
 新商品
---------------------------------*/
#ItemCategory .newitmBlock {
	margin: 8px 0 20px;
	padding: 0;
	max-height: 175px;
	overflow: hidden;
	width:740px;
}

#ItemCategory .newitmBlock p.imgBox {
	margin: 0 0 0 8px;
	padding: 0;
	color: #ff0000;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	width: 143px;
	height: 175px;
	display: inline-block;
	vertical-align: top;
}

/* IE6対応 */
* html #ItemCategory .newitmBlock p.imgBox {
	display: inline;
}

/* IE7対応 */
:first-child + html #ItemCategory .newitmBlock p.imgBox {
	margin: 6px 8px 0 0;
	display: inline;
}


#ItemCategory .bnrCtWebContentsCap {
	color: #ff0000;
	font-size: 24px;
	font-weight: bold;
	margin: 2px 0 0;
}

/*-------------------------------
 定番商品
---------------------------------*/
#ItemCategory .teibanBlock {
	margin: 4px 0 20px;
	padding: 10px 15px;
	background: #FEF1E0;
}

#ItemCategory .teibanBox {
	width: 20%;
	text-align: center;
	float: left;
}


#ItemCategory .teibanItem {
	width: 160px;
	text-align: center;
	margin : 0 auto ;
	font-size: 1.0em;
}

#ItemCategory .teibanItem a {
	font-weight: bold;
}

#ItemCategory .teibanBlock p.price {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
	line-height: 1.3em !important;
}
#ItemCategory .teibanBlock p.price span {
	font-size: 26px;
}
#ItemCategory .teibanBlock p.dis {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 1.0em;
	line-height: 1.3em !important;
}
#ItemCategory .teibanBlock img {
	margin: 5px 0;
	vertical-align: bottom;
}




/*-------------------------------
 おすすめ特集
---------------------------------*/
#ItemCategory .topicBlock {
	text-align: left;
	margin: 0 10px;
	padding: 0;
	min-width: 880px;
	line-height:1.2em;
	clear: both;
}
#ItemCategory .topicBlock .topicItem {
	width: 150px;
	margin: 0 12px 20px 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

/* This is hack IE6 */
* html #ItemCategory .topicBlock .topicItem { display:inline; zoom:1; }
/* This is hack IE7 */
*:first-child+html #ItemCategory .topicBlock .topicItem { display:inline; zoom:1; }



/*-------------------------------
 カテゴリ一覧
---------------------------------*/
#ItemCategory .cateBlock {
	text-align: left;
	margin: 0;
	padding: 0;
	min-width: 740px;
	clear: both;
}

#ItemCategory .cateBlock .cateTitle {
	margin: 0 0 15px;
	padding: 0 0 3px 8px;
	text-align: left;
	font-weight: bold;
	font-size: 1.3em;
	color: #404040;
	clear: both;
	border-bottom: 3px solid #ff6600;
}

#ItemCategory .cateBlock .cateSubcateEnd {
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
}


#ItemCategory .pc-block {
	margin: -25px 0 30px -10px;
	clear: both;
}
#ItemCategory .cateBlock .cateDisp {
	float: left;
	margin: 20px 0 0 10px;
	width: 238px;
	border: 1px solid #0c479b;
}


#ItemCategory .pc-block .menu_title {
	color: #fff;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 16px;
	line-height: 35px;
	font-weight: bold;
	height: 35px;
	background: url(category_img/parts/topmenu_titlebg.jpg) left top no-repeat;
	vertical-align: middle;
}

#ItemCategory .pc-block .menu_title a {
	color: #fff;
	text-decoration: underline;
}
#ItemCategory .pc-block .menu_text_box {
	margin: 5px 0 8px 10px;
	padding: 0px;
}
#ItemCategory .pc-block li.menu_text {
	margin: 0px;
	padding: 0 0 0 15px;
	list-style: none;
	background: url(category_img/parts/menu_back_li.png) left center no-repeat;
	line-height: 1.6em;
}
#ItemCategory .pc-block .menu_text_no {
	margin: 0px;
	padding: 0 0 0 15px;
	list-style: none;
	background: none;
	line-height: 1.6em;
}
#ItemCategory .pc-block .menu_text a {
	text-decoration: underline;
}



/*-------------------------------
 その他のカテゴリ
---------------------------------*/
#ItemCategory .othersBlock {
	text-align: left;
	margin: 0 20px 20px;
	padding: 0;
	clear: both;
}

#ItemCategory .othersBlock .activeCate {
	font-weight: bold;
}

#ItemCategory .othersBlock .othersCate {
	margin: 0 0 3px 0;
	padding: 0 7px;
	border-right: 1px solid #A0A0A0;
	white-space: nowrap;
	float: left;
}



/*---------------------------
インクの説明
---------------------------*/
#ItemCategory .expInkBlock {
	margin: 30px 0 15px;
	padding: 0;
	text-align: center;
	clear: both;
}
#ItemCategory table.explain_ink {
	margin: 0 auto;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
	text-align: left;
	width: 880px;
}
#ItemCategory .explain_ink td {
	padding: 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
}

.explain_ink .color1 {
	color: #FFFFFF;
	background: #E92457;
	text-align: center;
}

.explain_ink .color2 {
	color: #FFFFFF;
	background: #0091E5;
	text-align: center;
}

.explain_ink .color3 {
	color: #FFFFFF;
	background: #13BD1B;
	text-align: center;
}

.explain_ink .color4 {
	color: #FFFFFF;
	background: #FFAB02;
	text-align: center;
}

.explain_ink .note {
	font-weight: bold;
	font-size: 110%;
}

.explain_ink .red_note2{
	font-size: 120%;
	font-weight: bold;
	color: #FF0000;
}

#ItemCategory .tapprint-bnr {
	margin: 15px 0 30px;
	padding: 0;
}

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

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

#contents .menu_t {
	margin-top:10px;
	border-collapse:collapse;
	width:740px;
}
#contents .menu_t td {
	vertical-align:top;
}
#contents .menu_t td.h_line {
	background:url(category_img/parts/dot.gif) repeat-y center;
	
}

.bg_gray {
	background:#f6f6f6;
}
.bg_blue {
	background:#C0E3FF;
}

.top_box {
	margin:15px 0;
}
.topbox_bg {
	background:#DEDEDE; padding:10px;
	width:720px;
}
.top_head {
	width:355px; background:#73880A; font-weight:bold; color:#fff;
}
.top_head p {
	padding:5px;
}
.top_txt {
	width:355px; background:#fff;
}
.top_txt p {
	padding:5px;
}




/*-------------------------------
 トップへ戻る
---------------------------------*/
.toTop {
	margin: 5px 0 15px 0;
	text-align: right;
	clear: both;
}

/*---------------------------
フロート解除
---------------------------*/
/* for modern brouser */
.clfx:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* IE7,MacIE5 */
.clfx {
	display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clfx {
	height: 1%;
}
.clfx {
	display: block;
}
/**/



