.item .item-content .item-top {
	overflow: hidden;
}
.item .item-content .item-top .item-image {
	float: left;
	margin-right: 30px;
	position: relative;
	width: 300px;
}
.item .item-content .item-top .item-image .item-image-main {
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 20px;
}
.item .item-content .item-top .item-image .item-image-main img {
	height: auto;
	width: 100%;
}
.item .item-content .item-top .item-image .item-image-sub {
	overflow: hidden;
}
.item .item-content .item-top .item-image .item-image-sub li {
	float: left;
	width: 30%;
	margin-left: 5%;
	border: 1px solid #ddd;
	padding: 10px;
}
.item .item-content .item-top .item-image .item-image-sub li:first-child {
	margin-left: 0;
}
.item .item-content .item-top .item-image .item-image-icon {
	text-indent: -9999px;
}
.item .item-content .item-top .item-image .item-image-icon img {
	position: absolute;
	right: 6px;
	top: 6px;
}
.item .item-content .item-top .item-info {
	overflow: hidden;
	text-align: left;
}
.item .item-content .item-top .item-info h2 {
	font-size: 24px;
	margin: 1em 0;
	text-decoration: underline;
}
.item .item-content .item-top .item-info .taste {
	margin-top: 20px;
}
.item .item-content .item-top .item-info .item-info-detail {
	font-size: 14px;
	margin-bottom: 20px;
	width: 100%;
}
.item .item-content .item-top .item-info .item-info-detail th {
	font-weight: normal;
	vertical-align: top;
	width: 10em;
}
.item .item-content .item-top .item-info .item-info-detail th:after {
	content: ':';
	float: right;
	margin: 0 6px;
}
.item .item-content .item-top .item-info .item-info-price span:first-of-type {
	font-size: 14px;
}
.item .item-content .item-top .item-info .item-info-price span:nth-of-type(2) {
	color: #9f0305;
	font-size: 30px;
	font-weight: bold;
}
.item .item-content .item-top .item-info .item-info-price .quantity input {
	font-size: 16px;
	padding: .5em;
	vertical-align: top;
}
.item .item-content .item-top .item-info .item-info-price .quantity .updown {
	display: inline-block;
}
.item .item-content .item-top .item-info .item-info-price .quantity .updown a {
	text-decoration: none;
	line-height: 1.5;
}
.item .item-content .item-top .item-info .item-info-cart {
	margin: 20px 0;
	overflow: hidden;
}
.item .item-content .item-top .item-info .item-info-cart a {
	float: left;
	margin-left: 20px;
}
.item .item-content .item-top .item-info .item-info-cart a:first-child {
	margin-left: 0;
}
.item .item-content .item-top .item-info .item-info-cart .get-basket {
	background: url(../img/common/btn_cart.png) no-repeat;
	display: block;
	height: 81px;
	text-indent: -9999px;
	width: 245px;
}
.item .item-content .item-top .item-info .item-info-cart .gift {
	background: url(../img/common/btn_gift.png) no-repeat;
	display: block;
	height: 81px;
	text-indent: -9999px;
	width: 245px;
}
.item .item-content .item-bottom {
	font-size: 16px;
}
.item .item-content .item-bottom img {
	width: 100%;
}
.item .item-content .item-bottom h3:first-of-type {
	margin-top: 40px;
	color: #7b263e;
	font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-size: 24px;
}
.item .item-content .item-bottom p {
	margin: 1em 0;
}
.item .item-content .item-bottom .item-other-wrap {
	position: relative;
	width: 750px;
	margin: 40px auto 0;
}
.item .item-content .item-bottom .item-other {
	position: relative;
	overflow: hidden;
}
.item .item-content .item-bottom .item-other ul {
	width: 20000em;
	position: relative;
}
.item .item-content .item-bottom .item-other li {
	width: 150px;
	float: left;
}
.item .item-content .item-bottom .item-other li a {
	font-size: 12px;
	color: #333;
}
.item .item-content .item-bottom .item-other li a span {
	display: block;
	margin: 10px 0;
}
.item .item-content .item-bottom .item-other li a .name {
	height: 3em;
	padding: 0 10px;
}
.item .text-area {
	font-size: 16px;
	color: #B21414;
	font-weight: bold;
	margin-bottom: 30px;
}
.item .item-content .standard {
	font-size: 18px;
	display: block;
}
.item .item-content .standard span {
	font-size: 20px!important;
	font-weight: bold;
	color: #9F0305;
}
.item .item-content .stock {
	margin-left: 15px;
	font-size: 16px;
}
.jcarousel-container {
	width: 880px;
	overflow: hidden;
}
.jcarousel-prev,
.jcarousel-next {
	width: 24px;
	height: 24px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.jcarousel-prev {
	background: url(../img/item/btn_prev.png) no-repeat;
	left: -40px;

}
.jcarousel-next {
	background: url(../img/item/btn_next.png) no-repeat;
	right: -40px;
}