#container.item {
	width: 960px;
	margin: 20px auto;
}
#pankuzu {
	font-size: 85%;
	letter-spacing: 0.09;
}
#item {
	width: 100%;
	margin: 20px 0;
}
#item_header {
	text-align: center;
	margin: 30px 0;
}
#item_header #item_name {
	font-size: 153.9%;
	font-weight: normal;
	margin-bottom: 24px;
}
#item_text {
	width: 720px;
	text-align: center;
	line-height: 2;
	font-size: 108%;
	margin: 40px auto 10px auto;
	padding-bottom: 10px;
	background: url(https://img07.shop-pro.jp/PA01255/260/etc/bg_line.gif) bottom center no-repeat;
}
/* SLIDE *****************************************************/

#slides {
	width: 800px;
	margin: 0 auto;
}
#slides_wrp {
	margin-left: 100px;
	width: 600px;
	float: left;
}
.slides_container {
	width: 600px;
	height: 800px;
	display: block;
}
.pagination {
	width: 80px;
	float: right;
}
.pagination span a {
	margin-bottom: 8px;
	cursor: pointer;
	width: 80px;
	border: 1px solid #fff;
	display: inline-block;
}
.pagination .current a {
	border: 1px solid #000;
}
.pagination a:hover {
	border: 1px solid #d70029;
}
#item_spec {
	width: 170px;
	margin: 0 auto;
	text-align: center;
}
/* PRICE, SNS *****************************************************/

#price_wrp {
	width: 720px;
	margin: 0 auto;
	padding-bottom: 10px;
	background: url(https://img07.shop-pro.jp/PA01255/260/etc/bg_line.gif) bottom center no-repeat;
	text-align: center;
}
#price_wrp div {
	display: inline-block;
	line-height: 33px;
}
#price_wrp #price {
	font-family: 'Ovo', serif;
	font-size: 138.5%;
	margin-right: 20px;
}
#price_wrp #btn_cart {
	margin-left: 20px;
	width: 164px;
}
#btn_submit {
	width: 164px;
	height: 33px;
	background: url(https://img07.shop-pro.jp/PA01255/260/etc/btn_cart_off.gif?cmsp_timestamp=20180627224526) no-repeat;
	text-indent: -9999px;
	border-style: none;
	cursor: pointer;
	display: block;
}
#btn_submit:hover {
	width: 164px;
	height: 33px;
	background: url(https://img07.shop-pro.jp/PA01255/260/etc/btn_cart_on.gif?cmsp_timestamp=20180627224539) no-repeat;
	text-indent: -9999px;
	border-style: none;
	cursor: pointer;
	display: block;
}
#item_share {
	width: 720px;
	margin: 0 auto;
	background: url(https://img07.shop-pro.jp/PA01255/260/etc/bg_line.gif) bottom center no-repeat;
	padding: 14px 0;
	text-align: center;
}
#item_share li {
	display: inline-block;
	line-height: 21px;
	margin-left: 10px;
}
#prebnr {
	text-align: center;
	margin: 10px 0;
}
.soldout_txt_item {
	color: #f00;
	font-size: 100%;
	font-weight: bold!important;
}
/******************************************************
FAV*/

.product__fav-item {
	padding: 14px 0;
	text-align: center;
	line-height: 2;
	font-size: 13px;
	background: url(https://img07.shop-pro.jp/PA01255/260/etc/bg_line.gif) bottom center no-repeat;
}
.product__fav-item button {
	padding: 0;
	cursor: pointer;
	transition: .2s;
	color: #999;
	border: 0;
	outline: none;
	background: transparent;
}
.product__fav-item .fav-items {
	color: #ff7373;
}
.product__fav-item svg {
	width: 20px;
	height: 20px;
	vertical-align: -.35em;
	fill: currentColor;
}
