/* #pageCenter styles */
/*口コミ一覧用
pageTemplate-2.cssに追記したもの
---------------------------------------*/


/* Breadcrumbs */

#pageCenterBreadcrumb {
	margin-bottom: 24px;
}

.crumbText {
	font-size: 12px;
	color: #666666;
}

.crumbLink {
	color: silver;
}

#pageCenterBreadcrumb h2 {
	color: #ff476d;
	font-size: 1.2em;
	padding-top: 20px;
}
/*start)追加（口コミ一覧用）*/
#pageCenterBreadcrumb h2.ttl {
	padding-top: 0px;
	line-height: 1.1;

}
p.review_list {
	font-size: 15px;
	margin-bottom: 12px;
	line-height:1.5;
	color:#333333;
	
}
/*end)追加（口コミ一覧用）*/


/* Product list styles */

#pageCenterProductList {
	
}

/* Product list header styles */

#productListHead {
	background: url(../../../../Users/HBW/AppData/Local/images/productList_back.gif) no-repeat                ;	height: 54px;
	width: 605px;
	padding-top: 30px;
	border-bottom: 2px solid #ff476d;
	margin-bottom: 20px;
}

.productListPageCount {
	display: block;
	float: left;
	width: 200px;
	font-size: 12px;
	padding-left: 12px;
}

.productListPageNavi {
	display: block;
	font-size: 12px;
	text-align: right;
	padding-right: 12px;
}

.productListSort {
	font-size: 12px;
	margin-top: 12px;
	float: right;
	padding-right: 12px;
}

.productListPageNavi a, .productListSort a {
	color:#7B7B7B;
}

/* Product list item styles */

#productListItem {
	margin-bottom: 22px;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 12px;
}

/* Add to Cart styles */

.addtocartTable {
	border-collapse: collapse;
	width: 605px;
	margin-bottom: 8px;
}

.addtocartTitle {
	text-align: left;
	vertical-align: top;
}

.addtocartTitle a {
	font-weight: bold;
	text-decoration: none;
	color: #5A5A5A;
	font-size: 14px;
}


.addtocartTitle a:hover {
	text-decoration: underline;
}

.addtocartOrder {
	text-align: right;
	vertical-align: top;
}

.addtocartForm {
	
}

.addtocartFieldSet {
	border: none;
}

.addtocartFieldSet input, .addtocartFieldSet button {
	border: none;
}

.addtocartFieldSet input.box {
	width: 30px;
	height: 12px;
	padding: 4px;
	font-size: 12px;
	border: 1px solid #CCC;
	margin-right: 5px;
	text-align: right;
}

.addtocartFieldSet input.box:focus {
	outline: none;
}

.addtocartQuantity {
	font-size: 12px;
	padding-right: 5px;
}

.addtocartButton {
	width: 103px;
	height: 21px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../../../../Users/HBW/AppData/Local/images/productList_addtocart.gif) no-repeat right;
}

/* Product graphic styles */

.productListGraphic {
	text-align: center;
	display: block;
	width: 100px;
	height: 100px;
	padding: 10px;
	border: 1px dotted #CCC;
	float: left;
	margin-right: 20px;
}

.productListPhoto {
	border-style: none;
}

/* Product details table styles ??? ??? ??*/

.productListTable {
	border-collapse: collapse;
	font-size: 11px;
	width: 463px;
}

.productDetailsLeft {
	vertical-align: top;
	width: 20%;
	background: #33CCFF;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	padding: 4px 6px;
	color:#0000FF;
	font: bold;
	text-align: right;
}

.productDetailsRight {
	vertical-align: top;
	background-color: #80FFFF;
	width: 80%;
	border-bottom: 1px solid white;
	padding: 4px 6px;
	text-align: left;
	color:#333333;
	font-size:12px;
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	line-height:1.5;
}
#productListItem a{
	color:#FF0000;
	font-weight:bold;
}
.oldPrice {
	text-decoration: line-through;
}

/* Product list footer styles */

#productListFooter {
	margin-bottom: 20px;
}
