.set .item-content .item-top {
	overflow: hidden;
}
.set .item-content .item-top .item-image {
	float: left;
	margin-right: 30px;
	position: relative;
	width: 300px;
}
.set .item-content .item-top .item-image .item-image-main {
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 20px;
}
.set .item-content .item-top .item-image .item-image-main img {
	height: auto;
	width: 100%;
}
.set .item-content .item-top .item-image .item-image-sub {
	overflow: hidden;
}
.set .item-content .item-top .item-image .item-image-sub li {
	float: left;
	width: 30%;
	margin-left: 5%;
	border: 1px solid #ddd;
	padding: 10px;
}
.set .item-content .item-top .item-image .item-image-sub li:first-child {
	margin-left: 0;
}
.set .item-content .item-top .item-image .item-image-icon {
	text-indent: -9999px;
}
.set .item-content .item-top .item-image .item-image-icon img {
	position: absolute;
	right: 6px;
	top: 6px;
}
.set .item-content .item-top .item-info {
	overflow: hidden;
	text-align: left;
}
.set .item-content .item-top .item-info h2 {
	font-size: 24px;
	margin: 1em 0;
	text-decoration: underline;
}
.set .item-content .item-top .item-info .item-info-detail {
	font-size: 14px;
	margin-bottom: 20px;
	width: 100%;
}
.set .item-content .item-top .item-info .item-info-detail th {
	font-weight: normal;
	vertical-align: top;
	width: 10em;
}
.set .item-content .item-top .item-info .item-info-detail th:after {
	content: ':';
	float: right;
	margin: 0 6px;
}
.set .item-content .item-top .item-info .item-info-price {
	margin: 20px 0;
}
.set .item-content .item-top .item-info .item-info-price span:first-of-type {
	font-size: 14px;
}
.set .item-content .item-top .item-info .item-info-price span:nth-of-type(2) {
	color: #9f0305;
	font-size: 30px;
	font-weight: bold;
}
.set .item-content .item-top .item-info .item-info-cart .get-basket {
	background: url(http://gigaplus.makeshop.jp/testshop0401/img/common/btn_cart.png) no-repeat;
	display: block;
	height: 81px;
	text-indent: -9999px;
	width: 245px;
}
.set .item-content .item-top .item-info .item-info-cart .gift {
	background: url(http://gigaplus.makeshop.jp/testshop0401/img/common/btn_gift.png) no-repeat;
	display: block;
	height: 81px;
	text-indent: -9999px;
	width: 245px;
}
.set .item-content .item-bottom {
	font-size: 14px;
}
.set .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;
}
.set .item-content .item-bottom .item_in_set {
	margin: 1em 0;
	text-align: left;
}
.set .item-content .item-bottom .item_in_set li {
	margin: 1em 0 2em;
	overflow: hidden;
}
.set .item-content .item-bottom .item_in_set .image {
	float: left;
	margin: 0 20px 20px 0;
	width: 320px;
}
.set .item-content .item-bottom .item_in_set .text {
	overflow: hidden;
}
.set .item-content .item-bottom .item_in_set .text h4 {
	font-size: 16px;
	margin: 0 0 1em;
}
.set .item-content .item-bottom .item_in_set .text ul {
	padding-left: 30px;
}
.set .item-content .item-bottom .item_in_set .text ul li {
	list-style-type: disc;
	margin: 0;
	overflow: visible;
}