@charset "UTF-8";
/*------------------------------------
 商品詳細ページ
--------------------------------------*/

/*----- 商品画像スライド -----*/
.bxslider li {
	height: 380px;
	overflow: hidden;
}
.bxslider li img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
@media only screen and (max-width: 640px) {
	.bxslider li img {
		width: 280px;
		height: 280px;
	}
	.bxslider li {
		height: 280px;
	}
}

#bx-pager a.active {
	border-color:#FF9900: 
}
.bx-controls.bx-has-controls-direction {
    display: none;
}
#bx-pager {
    display: none;
}
/*----- 商品テーブル -----*/
.item_detail_innner table td {
	padding: 6px;
	font-size: 1.4rem;
	vertical-align: middle;
}
@media only screen and (max-width: 640px) {
	.item_detail_innner table td {
		width: 100% !important;
		display: block;
		text-align: left !important;
		padding: 8px;
	}
}

.item_detail_innnerName {
	max-width: 218px;
	display: inline-block;
}

.item_detail_innnerName .imgFrame {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #f8f8f8;
	position: relative;
	vertical-align: middle;
	margin-right: 6px;
}

.item_detail_innnerName img {
	max-height: 50px;
	max-width: 50px;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.item_detail_innner table td:nth-child(2n) {
	padding-left: 8px;
}
@media only screen and (max-width: 640px) {
	.item_detail_innner table td:nth-child(2n) {
		border-left:1px solid #CCCCCC;
	}
}
.item_detail_innner table td .itemIcon {
	font-size: 1.1rem;
	padding: 3px;
	margin-top: 0;
	margin-bottom: 0;
}

.item_detail_innnerAttr .itemIcon {
	float: right;
	margin-right: -1px;
	margin-left: 6px;
}

.itemLink_list a {
	font-size: 14px;
}

/*----- 関連商品、関連ブログ -----*/
.item_detail_relation, .item_detail_blog {
	clear: both;
}
.item_detail_relation li, .item_detail_blog li {
	display: inline;
}
@media only screen and (max-width: 880px) {
	.bx-prev::after {
		left: -2px;
	}
	.bx-next::after {
		left: 3px;
	}
}
@media only screen and (max-width: 640px) {
	.item_detail_relation li, .item_detail_blog li {
		display: block;
		text-align: center;
	}
	.bx-wrapper {
		width: 100%;
		border: none;
		margin-bottom: 2px;
	}
}
.relation_img {
	width: 236px;
}

.relation_img img {
	max-width: 200px;
	max-height: 200px;
}
.item__detailWrap .htmlArea article:first-child .subTitle.border {
    border: none !important;
}

.item__detailWrap .titleFish {
	margin-bottom: 8px;
}

.content_wrap.item__detailWrap .detailTitle {
    font-weight: bold;
    font-size: 18px;
    background-color: #f5f5f5;
    padding: 12px 18px;
    margin: 8px 0;
}
.item01 {
	padding: 6px 15px !important;
	margin: 48px 15px;
}
.item01 div {
    top: -14px !important;
}