@charset "UTF-8";


/*============================================================
  .pageID-productsIndex
============================================================*/


/*============================================================
  .pageID-productsDetail
============================================================*/


/*  .productItemImg
----------------------------------------------------------------------*/

.productItemImg {
	float: left;
	margin: 0 25px 10px -20px;
	width: 280px;
	letter-spacing: -.4em;
}

.productItemImg dt {
	margin: 0 0 10px 20px;
	letter-spacing: normal;
}

.productItemImg dt a {
	padding: 5px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 270px;
	padding: 20px;
}

.productItemImg dt img {
	vertical-align: middle;
	max-width: 230px;
	max-height: 250px;
}

.productItemImg .standardIcon {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	letter-spacing: normal;
	margin: 0 0 20px 20px;
}


/*  .productLeadText
----------------------------------------------------------------------*/

.productLeadText {
	overflow: hidden;
	*zoom: 1;
	margin: 0 0 30px;
}

.productLeadText ul, .productLeadText ol {
	margin-left: 2em;
}

.productLeadText li {
	display: list-item;
}

.productLeadFeatures dt {
	font-size: 14px;
	font-weight: bold;
}

.productLeadFeatures dd {
	margin-bottom: 5px;
}


/*  .productItemLabels
----------------------------------------------------------------------*/

.productItemLabels {
	overflow: hidden;
	*zoom: 1;
	margin: 0 -8px 22px 0;
}

.productItemLabels li {
	float: left;
	margin: 0 8px 8px 0;
}

@media screen and (max-width: 736px) {
	.productTitle {
		/* border-bottom: none; */
	}
	.productTitle .headLine-cate {
		font-size: 12px;
	}
	.productTitle .headLine3 {
		font-size: 16px;
		padding: 0;
		float: none;
		display: inline-block;
		vertical-align: middle;
		letter-spacing: normal;
	}
	.productTitle .headLine3 strong {
		font-size: 18px;
	}
	.productTitle img {
		height: 20px;
		margin: 0 0 0 10px;
	}
	.productTitle .price {
		font-size: 14px;
		float: none;
		margin: 5px 0 0;
		text-align: right;
	}
	.productTitle .price strong {
		font-size: 16px;
	}
	.productItemImg {
		width: auto;
		float: none;
		margin: 0 0 0 -10px;
		text-align: center;
	}
	.productItemImg dt {
		margin: 0;
	}
	.productItemImg dt a {
		width: auto;
		max-width: 200px;
		display: block;
		padding: 0;
		margin: 0 auto;
	}
	.productItemImg dt img {
		max-width: 100%;
	}
	.productItemImg .standardIcon {
		margin: 10px 0 0 10px;
	}
	.productLeadText {
		margin: 20px 10 10;
		font-size: 13px;
	}
	.productLeadText> :first-child {
		margin-top: 0;
	}
	.productLeadText ul, .productLeadText ol {
		margin-left: 2em;
	}
	.productLeadText li {
		display: list-item;
	}
	.productLeadFeatures dt {
		font-size: 14px;
		font-weight: bold;
	}
	.productLeadFeatures dd {
		margin-bottom: 5px;
	}
}

