@charset "utf-8";
/* CSS Document */


h2.pagetitle {
	margin:0;
}


/*----------------------------------------------
　カテゴリトップ
-----------------------------------------------*/

.categorycomment {
	line-height:1.6;
	margin:20px 0;
}


h3.pickuptitle {
	margin:0 0 20px 0;
}

h3.reccomendtitle {
	margin:0 0 20px 0;
}


/*　ピックアップ商品　--------------------------------*/


.pickupline {
	width:675px;
	margin:0 0 30px 0;
}

.pickupbox {
	float:left;
	width:215px;
	margin:0 15px 0 0;
}

.pickupbox_last {
	float:left;
	width:215px;
	margin:0 0 0 0;
}


.pickupphoto {
	display:table;
	background:url(/shopping/item/img/piciupbg.gif) no-repeat;
	width:215px;
	height:215px;
	margin:0 0 6px 0;
	text-align:center;
}

.pickupphoto p {
	display: table-cell;  
	vertical-align: middle;
}



.pickup_itemname {
	padding:6px 8px 2px 8px;
}

.pickup_itemname a {
	font-weight:bold;
	font-size:120%;
	line-height:1.2;
}

span.itemicon {
	padding:0 3px 0 0;
	width:26px;
	height:11px;
}


.pickup_namepricebox {
	background:#E9E9E9;
	margin:0 0 5px 0;
}


.pickup_itemprice {
	padding:2px 8px 6px 8px;
}

span.pickup_pricenum {
	color:#990000;
	font-weight:bold;
	font-size:130%;
}

span.tax {
	font-size:80%;
}

.pickup_itemcomment {
	line-height:1.5;
}


/*　おすすめ商品　--------------------------------*/

.recommendline{
	width:675px;
	margin:0 0 15px 0;
}

.recommendbox {
	float:left;
	width:123px;
	margin:0 15px 0 0;
}

.recommendbox_last {
	float:left;
	width:123px;
	margin:0;
}

.recommendphoto {
	display:table;
	background:url(/shopping/item/img/itembg.gif) no-repeat;
	width:123px;
	height:123px;
	margin:0 0 4px 0;
	text-align:center;	
}

.recommendphoto p {
	display: table-cell;  
	vertical-align: middle;
}



.recommend_itemname {
	margin:0 0 4px 0;	
}

.recommend_itemname a {
	font-weight:bold;
	line-height:1.2;
}


span.rec_pricenum {
	color:#990000;
	font-weight:bold;
	font-size:120%;
}


#item_pagenation {
	border-top:1px solid #CCCCCC;
	padding:12px 0 0 0;
	margin:40px 0 30px 0;
	font-size:120%;
	font-weight:bold;
}

a.item_all {
	background:url(/shopping/img/sidemenusqr.jpg) no-repeat left center;
	padding:0 0 0 20px;
}


/*----------------------------------------------
　商品一覧
-----------------------------------------------*/

.back_to_ctgtop {
	margin:10px 0 20px 0;
}

.back_to_ctgtop a {
	background:url(/shopping/item/img/backarrow.gif) no-repeat left center;
	padding:0 0 0 14px;
	font-weight:bold;
}


#itemlistamount {
	width:675px;
	border-bottom:2px solid #3D0303;
	margin:0 0 20px 0;
}


#itemlistamount .list_amount {
	float:left;
	width:400px;
	padding:0 0 2px 0;
}


#itemlistamount .list_order {
	float:right;
}

/**/
/* IE7 */
*:first-child+html .list_order {
	padding:3px 0 0 0;
}
 
/* IE6以下 */
*html body .list_order {
	padding:3px 0 0 0;
}
/* safari */
html[xmlns*=""] body:last-child .list_order {
	padding:3px 0 0 0;
}
body:first-of-type .list_order {
	padding:6px 0 0 0;
}

/**/


.itemamout {
	font-weight:bold;
	color:#990000;
	font-size:180%;
}


.displaynum {
	font-weight:bold;
	font-size:120%;
}


table.order td {
	padding:0 5px;
}

table.order td.price_off {
	border-right:1px solid #CCCCCC;
}

table.order td.price_on {
	border-right:1px solid #CCCCCC;
	color:#990000;
	font-weight:bold;
}

table.order td.new_off {
	padding:0 0 0 5px;
}

table.order td.new_on {
	color:#990000;
	font-weight:bold;
}


/*商品*/

.itemlistline {
	width:675px;
	margin:0 0 25px 0;
}

.itemlistphoto {
	float:left;
	display:table;
	background:url(/shopping/item/img/itembg.gif) no-repeat;
	width:123px;
	height:123px;
	text-align:center;	
}

.itemlistphoto p {
	display: table-cell;  
	vertical-align: middle;	
}


.itemlistinfo {
	float:right;
	width:540px;
}

.itemlist_namepricebox {
	background:#E9E9E9;
	margin:0 0 10px 0;
}

.itemlist_itemname {
	padding:6px 8px 2px 8px;
}

.itemlist_itemname a {
	font-weight:bold;
	font-size:120%;
	line-height:1.2;
}

.itemlist_itemprice {
	padding:2px 8px 6px 8px;
}

span.itemlist_pricenum {
	color:#990000;
	font-weight:bold;
	font-size:130%;
}

.itemlist_itemcomment {
	line-height:1.5;
}


#item_pagenation a.prevpage {
	background:url(/shopping/item/img/pagenation_backarrow.gif) no-repeat left center;
	padding:0 0 0 20px;
}

#item_pagenation a.nextpage {
	background:url(/shopping/img/sidemenusqr.jpg) no-repeat right center;
	padding:0 20px 0 0;
}

#item_pagenation span {
	padding:0 10px;
	border-right:1px solid #CCCCCC;
}


#item_pagenation span.firstnum {
	border-left:1px solid #CCCCCC;
}

#item_pagenation span.currentpage {
	color:#990000;
}




/*----------------------------------------------
　商品詳細
-----------------------------------------------*/

#detail_iteminfo {
	width:675px;
	margin:20px 0 40px 0;
}

#detail_iteminfo .detail_photo {
	float:left;
	width:280px;
}

#detail_iteminfo .detail_photo div {
	display:table;
	background:url(/shopping/item/img/detail_photobg.gif) no-repeat;
	width:280px;
	height:280px;
	margin:0 0 8px 0;
	text-align:center;
	
}

#detail_iteminfo .detail_photo div p {
	display: table-cell;  
	vertical-align: middle;
}




#detail_iteminfo a.largebtn {
	background:url(/shopping/item/img/icon_large.gif) no-repeat left center;
	padding:0 0 0 17px;
}


#detail_iteminfo .detail_info {
	float:right;
	width:380px;
}



h3.detail_itemname {
	background:#E9E9E9;
	padding:6px 8px;
	font-weight:bold;
	font-size:130%;
	margin:0 0 5px 0;
}


span.detail_pricenum {
	color:#990000;
	font-weight:bold;
	font-size:130%;
}

table.itemtbl {
	width:100%;
}

table.itemtbl th, table.itemtbl td {
	border-bottom:1px solid #CCCCCC;
	padding:5px 6px;
	line-height:1.2;
}

table.itemtbl th {
	background:url(/shopping/item/img/detail_thicon.gif) no-repeat 2px center;
	padding:4px 6px 4px 14px;
	width:32%;
}


/*自由入力部分*/

.freespace {
	line-height:1.5;
}

.freespace strong {
	font-weight:bold;
}




/*購入ボタン　数量のみ*/

.detail_pricebox {
	border-top:1px solid #CCCCCC;
	margin:30px 0 40px 0;
	padding:15px 0 0 0;
	width:675px;
}

.detail_pricebox table {
	float:right;
}

.detail_numbox {
	background:#E9E9E9;
	padding:4px 6px;
}

.detail_numbox span {
	font-weight:bold;
	padding:0 4px 0 0;
}

.detail_cartbox {
	padding:0 0 0 5px;
}



/*サイズ、色等選択*/

table.detailselect {
	width:100%;
	margin:30px 0 15px 0;
}

table.detailselect td {
	padding:6px;
	border:1px solid #CCCCCC;
	text-align:center;
}

table.detailselect th {
	padding:6px;
	background:#e9e9e9;
	border:1px solid #CCCCCC;
}


p.detailselect_cartbox {
	text-align:right;
	margin:0 0 40px 0;
}





