@charset "utf-8";

/*----------------------------------------
  category
------------------------------------------*/
#contents.category h2 {
}

#contents.category .listHead,
#contents.category .listNavi,
#contents.category .itemList {
	margin: 0 5px;
}

#contents.category h3 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	float: left;
	height: 50px;
	line-height: 50px;
}

#contents.category .listNavi {
	background: url(../images/com/bg_dotline_h.gif) repeat-x left top;
	padding: 12px 0 20px 0;
	font-size: 12px;
	color: #000;
}
	#contents.category .listNavi li {
		float: left;
		margin-right: 10px;
	}
	#contents.category .listNavi li img {
		vertical-align: baseline;
		margin-right: 5px;
	}

	#contents.category .itemCount {
		width: 362px;
	}

	#contents.category .listNavi .itemSort li,
	#contents.category .listNavi .itemCount li {
		background: url(../images/com/arrow_r_gray.gif) no-repeat left center;
		padding-left: 12px;
	}

	#contents.category .listNavi .itemSort li.selected a,
	#contents.category .listNavi .itemCount li.selected a {
		color: #d90000;
		text-decoration: underline;
	}
	#contents.category .listNavi .itemSort li.selected a:hover,
	#contents.category .listNavi .itemCount li.selected a:hover {
		text-decoration: none;
	}

#contents.category .pagenate {
	margin: 18px 0;
}

#contents.category .itemListWrapper {
	background: url(../images/com/bg_dotline_h.gif) repeat-x left bottom;
}

#contents.category .itemList {
}
	#contents.category .itemList li {
		width: 362px;
		padding-bottom: 15px;
	}
		#contents.category .itemList li.odd {
			float: left;
		}
		#contents.category .itemList li.even {
			float: right;
		}

		#contents.category .itemList .itemImage {
			float: left;
			width: 110px;
			margin-right: 15px;
		}
			#contents.category .itemList .itemImage img {
				border: 5px solid #f5f5ef;
			}
		#contents.category .itemList .itemText {
			float: left;
			width: 220px;
			color: #666666;
			font-size: 10px;
			line-height: 1.3;
		}
			#contents.category .itemList h4 {
				font-size: 12px;
				color: #000;
				margin-bottom: 6px;
			}
				#contents.category .itemList .itemNo a {
					color: #666666;
				}
			#contents.category .itemList .itemPrice {
				color: #ff0000;
				margin: 5px 0 3px;
			}
				#contents.category .itemList .itemPrice a {
					color: #ff0000;
				}
				#contents.category .itemList .itemPrice strong {
					font-size: 12px;
					font-weight: bold;
				}
			#contents.category .itemList .itemStock {
				font-weight: bold;
				margin-bottom: 10px;
			}
		

/*----------------------------------------
  categoryDetail
------------------------------------------*/
#contents.cateDetail h2 {
	color: #d90000;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

#contents.cateDetail .itemBox {
	width: 745px;
	padding-bottom: 10px;
	background: url(../images/com/bg_dotline_h.gif) repeat-x left bottom;
}
	#contents.cateDetail .itemBox .itemImage {
		float: left;
		width: 500px;
	}
		#contents.cateDetail .itemBox .itemImage table {
			text-align: center;
			vertical-align: middle;
			border: 1px solid #e4e4d3;
			width: 498px;
			height: 498px;
		}

		#contents.cateDetail .itemBox .itemImage p {
			font-size: 10px;
			margin-top: 10px;
		}
	#contents.cateDetail .itemBox .itemDetail {
		float: right;
		width: 244px;
	}
		#contents.cateDetail .itemBox .itemDetail dt {
			color: #75644f;
			padding: 5px 10px;
			background-color: #f4f4ec;
		}
			#contents.cateDetail .itemBox .itemDetail dt.caption {
				color: #333333;
			}
		#contents.cateDetail .itemBox .itemDetail dd {
			padding: 5px 10px;
		}
			#contents.cateDetail .itemBox .itemDetail dd.price {
				color: #ff0000;
				font-weight: bold;
			}
				#contents.cateDetail .itemBox .itemDetail dd.price strong {
					font-size: 16px;
					font-weight: bold;
				}
			#contents.cateDetail .itemBox .itemDetail dd.itemSmallImg {
				padding: 15px 0 0 0;
				text-align: center;
			}
				#contents.cateDetail .itemBox .itemDetail dd.itemSmallImg .img1 {
		            float: left;
				}
				#contents.cateDetail .itemBox .itemDetail dd.itemSmallImg .img2 {
				    float: none;
				    margin-left: 10px;
				}


#contents.cateDetail ul.featureLink {
	width: 745px;
	padding: 10px 0;
	background: url(../images/com/bg_dotline_h.gif) repeat-x left bottom;
}
	#contents.cateDetail ul.featureLink li {
		float: left;
		margin-right: 15px;
		padding-left: 22px;
		background: url(../images/com/arrow_r_red_round.gif) no-repeat left center;
	}
		#contents.cateDetail ul.featureLink li.lastList {
			margin-right: 0;
		}

#contents.cateDetail .stockTitle {
	width: 745px;
	text-align: right;
	margin: 30px 0 5px 0;
}
#contents.cateDetail table.stock {
	border-collapse: collapse;
}
	#contents.cateDetail table.stock th,
	#contents.cateDetail table.stock td {
		text-align: center;
		height: 30px;
		font-size: 10px;
		border: 1px solid #fff;
	}
	#contents.cateDetail table.stock th {
		background-color: #eeeee1;
		width: 70px;
	}
		#contents.cateDetail table.stock th.sizeHead {
			width: 34px;
			font-size: 12px;
			line-height: 1.3;
			border-bottom: 2px solid #fff;
		}
	#contents.cateDetail table.stock tr.quantity td {
		background-color: #f9f9f5;
	}
	#contents.cateDetail table.stock tr.stockIcon td {
		background-color: #f4f4ec;
		line-height: 1;
	}
	#contents.cateDetail table.stock tr.mailIcon td {
		background-color: #f9f9f5;
		border-bottom: 2px solid #fff;
	}

	#contents.cateDetail .stockOk {
		color: #3399ff;
	}
	#contents.cateDetail .stockLittle {
		color: #ff0000;
	}
	#contents.cateDetail .stockWait {
		color: #75c400;
	}
	#contents.cateDetail .stockNone {
		color: #ff9900;
	}
	#contents.cateDetail .stockSoldOut {
		color: #000000;
	}
	#contents.cateDetail .stockText {
		color: #666666;
	}

#contents.cateDetail table.stock input {
	width: 33px;
	height: 17px;
	border: 1px solid #7f9db9;
	padding: 3px 5px 0 0;
	font-size: 12px;
	text-align: right;
	margin-right: 3px;
}

#contents.cateDetail .stockCaption {
	width: 745px;
	margin: 8px 0 0 0;
	padding-bottom: 20px;
	background: url(../images/com/bg_dotline_h.gif) repeat-x left bottom;
}
#contents.cateDetail .stockCaption p {
	font-size: 10px;
}
#contents.cateDetail .stockCaption .formButton {
	text-align: right;
	line-height: 1.8;
}

#contents.cateDetail dl.caption {
	width: 745px;
	padding-bottom: 15px;
	margin-top: 15px;
	background: url(../images/com/bg_dotline_h.gif) repeat-x left bottom;
}
	#contents.cateDetail dl.caption dt {
		float: left;
		width: 160px;
		padding-right: 20px;
		line-height: 1.8;
	}
	#contents.cateDetail dl.caption dd {
		float: right;
		width: 545px;
		padding-right: 20px;
	}

#contents.cateDetail .sizeTitle {
	margin-top: 20px;
}
	#contents.cateDetail .sizeTitle span {
		color: #666666;
	}
#contents.cateDetail table.size {
	margin: 10px 0 30px;
	border-collapse: collapse;
}
	#contents.cateDetail table.size th,
	#contents.cateDetail table.size td {
		text-align: center;
		width: 100px;
		padding: 8px 0;
		border: 1px solid #fff;
	}
	#contents.cateDetail table.size th {
		color: #fff;
		background-color: #9e9e69;
	}
	#contents.cateDetail table.size td {
		background-color: #f1f1e9;
	}


#contents.cateDetail .smallBanner {
	margin: 20px 0 10px 0;
}

#contents.cateDetail ul.itemList {
}
	#contents.cateDetail ul.itemList li {
		float: left;
		margin-left: 48px;
		width: 110px;
/*		background: url(../images/cart/item_img_l_bg.gif) no-repeat left top; */
	}
		#contents.cateDetail ul.itemList li.first {
			margin-left: 0;
		}

		#contents.cateDetail ul.itemList li .itemImage {
			padding: 5px 0 10px 0;
			width: 110px;
			height: 110px;
		}
			#contents.cateDetail ul.itemList li .itemImage img {
				border: 5px solid #f5f5ef;
			}
		#contents.cateDetail ul.itemList li .itemNo {
			font-size: 10px;
			color: #666666;
			margin-top: 3px;
		}
			#contents.cateDetail ul.itemList li .itemNo a {
				color: #666666;
			}
		
		#contents.cateDetail ul.itemList li .itemPrice {
			font-size: 10px;
			color: #ff0000;
		}
			#contents.cateDetail ul.itemList li .itemPrice  strong {
				font-size: 12px;
				font-weight: bold;
			}

#contents.cateDetail .stockTitle a,
#contents.cateDetail .stockCaption a {
	color: #ff0000;
	text-decoration: underline;
}
#contents.cateDetail .stockTitle a:hover,
#contents.cateDetail .stockCaption a:hover {
	text-decoration: none;
}
/* EOF */



#picture {
max-width:100px;
max-height:100px;

width: expression((getImageWidth('picture') > getImageHeight('picture')) ? "100px" : "auto");
height: expression((getImageHeight('picture') > getImageWidth('picture')) ? "100px" : "auto");
}



/*111108追加*/
#hosoku_area{
	padding-top:10px;
	clear:both;
	width:745px;
	margin:0 auto;
}
#hosoku_area .btn_order{
	text-align:right;
	margin-bottom:10px;
}
#hosoku_area .item_main{
	margin-bottom:20px;
}
#hosoku_area h3{
	border-bottom:2px solid #ee7445;
	font-size: 16px;
	font-weight: bold;
	margin:10px 0 5px 0;
	letter-spacing:normal;
}
/* 商品2個並び */
#hosoku_area .column2 .item_spec{
	width:370px;
}
/* 商品3個並び */
#hosoku_area .column3 .item_spec{
	width:244px;
}
#hosoku_area .item_spec_area{
	letter-spacing:-0.4em;
}
#hosoku_area .item_spec_area .item_spec{
	margin:0 5px 5px 0;
	display:inline-block;
	/display:inline;
	/zoom:1;
	letter-spacing:-0.4em;
	vertical-align:top;
	letter-spacing:normal;
}

#hosoku_area .item_spec_area .item_spec.mr0{
	margin-right:0;
}
#hosoku_area .item_spec_area .item_spec img{
	border:1px solid #d8d8d8;
}
#hosoku_area .item_spec_area .item_spec .itemTxt{
	margin-top:5px;
}

/* ユーザーレポート */
#hosoku_area .report_box{
	margin-bottom:10px;
	clear:left;
}
#hosoku_area .report_box.mt12{
	margin-top:12px;
}
#hosoku_area .report_box:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#hosoku_area .report_area{
	margin-bottom:25px;
}
#hosoku_area .report_area .report_icon{
	width:88px;
	float:left;
}
#hosoku_area .report_area .report_txt{
	width:657px;
	float:left;
	background:url(/ec/event/images/event/hansoku/common/bg_report_t.gif) no-repeat left top;
	padding:15px 0 0 0;
}
#hosoku_area .report_area .report_txt_inner{
	background:url(/ec/event/images/event/hansoku/common/bg_report_b.gif) no-repeat left bottom;
	padding:0 20px 15px 38px;
}
#hosoku_area .report_area .report_txt_inner span{
	color:#ff6197;
	font-weight:bold;
	padding-bottom:15px;
	display:block;
}
#hosoku_area .report_area .report_data{
	background:url(/ec/event/images/event/hansoku/common/bg_report_data.gif) no-repeat left center;
	height:40px;
	margin-top:15px;
	padding:10px 0 10px 0;
	font-size:10px;
}

.gotoTop{
	text-align:right;
	margin:15px 0;
	clear:left;
}

/* ユーザーレポート */
#hosoku_area .color_area:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#hosoku_area .color_area li{
	width:185px;
	float:left;
}
