@charset "utf-8";

/*
============================================================
detail.css
------------------------------------------------------------

■ブランド説明
■取扱商品一覧
■おすすめブランド
■商品履歴

作成日：2014.07.25
作成者：kikuchi
更新日：
更新者：
バージョン： 1.0
会社名：Dynamite Brothers Syndicate

============================================================
*/

/* ---------------------------------------------------------
■ブランド説明
--------------------------------------------------------- */
.brandDesc {
	margin-bottom: 60px; }

.brandDesc .left {
	float: left;
	width: 200px;
	margin-right: -200px; }

.brandDesc .right {
	float: left;
	width: 80%; }

.brandDesc .right .rightInner {
	margin-left: 240px; }

.clear {
	margin: 0;
	padding: 0;
	clear: both; }



/* ---------------------------------------------------------
■取扱商品一覧
--------------------------------------------------------- */
.itemListWrapper {
	padding-bottom: 20px;
	border-bottom: 1px dotted #dcdcdc; }

.itemList .recoListitem {
	overflow: hidden;
	zoom: 1; }

.itemList .gridInner {
	margin-right: -10px; }

.itemList .gridInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.itemList li {
	overflow: hidden;
	width: 235px;
	height: 426px;
	margin-bottom: 40px; }

.itemList .gridInner li {
	height: auto;
	float: none;
}

.itemList li .midashi11 {
	overflow: hidden;
	height: 18px; }

.itemList li .text {
	overflow: hidden;
	height: 55px;
	margin: 0 0 5px;
	padding: 5px 0;
    font-size: 75%;
    line-height: 18px;
	border-bottom: 1px solid #efefef; }

.itemList li h3 {
	overflow: hidden;
	max-height: 80px;
    font-size: 75%;
    line-height: 18px;
	padding-bottom: 0;
	background: none; }

.itemList li .fee {
	padding-top: 10px;
    font-size: 75%;
    line-height: 18px;
	background: url(/images/common/bg_grid_line.jpg) no-repeat; }

.midashi18Line span {
	font-size: 65%;
	font-weight: normal;
	vertical-align: middle; }

.midashi18Line .count {
	font-size: 160%;
	font-weight: bold;
	vertical-align: middle; }

.itemList li .fee {
	overflow: hidden;
}
.itemList li .fee .discount {
	margin-bottom: 4px;
}
.itemList li .fee .discount span {
	display: inline-block;
	padding: 2px 5px 3px;
	border-radius: 5px;
	background-color: #e61212;
	color: #fff;
	line-height: 14px;
	height: 14px;
}
.itemList li .fee .before {
	padding-top: 1px;
	margin-right: 10px;
	margin-bottom: 2px;
	font-size: 85%;
	color: #7B7B7B;
	float: left;
}
.itemList li .fee .before em {
	/*text-decoration: line-through;*/
	display: inline-block;
	position: relative;
}
.itemList li .fee .before em:after {
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #7B7B7B;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1px;
}
.itemList li .fee .after {
	color: #e61212;
	float: left;
	font-weight: bold;
}




/* ---------------------------------------------------------
■おすすめブランド
--------------------------------------------------------- */
.brandWrapper {
	padding-bottom: 60px;
	padding-top: 25px;
	border-bottom: 1px dotted #dcdcdc; }

.brandWrapper .reverse:hover {
	opacity: 1!important;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)"; }

#brand {
	overflow: hidden;
	zoom: 1; }

.brandWrapper ul {
	overflow: hidden;
	height: 681px;
	margin-right: -10px; }

.brandWrapper .gridInner li {
	width: 182px;
	margin: 0 7px 0 0;
	padding: 0 7px 0 0;
	background: url(/images/brand/bg_glidline.jpg) no-repeat right -10px; }

.brandWrapper .gridInner h3 {
	margin: 0 0 20px;
	padding: 0;
	background: none; }




/* ---------------------------------------------------------
■商品履歴
--------------------------------------------------------- */
#historyWrapper {
	margin-bottom: 60px;
	padding-top: 25px; }

#history .gridInner {
	overflow: hidden;
	height: 111px;
	margin-right: -10px;
	zoom: 1; }

#history .gridInner li {
	width: 111px; }

#historyfellowPrev,
#historyfellowNext {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -99999px; }

#historyfellowPrev {
    background: url(/images/common/btn_slide_prev.jpg) no-repeat; }

#historyfellowNext {
    background: url(/images/common/btn_slide_next.jpg) no-repeat; }

#historyfellowPrev:hover,
#historyfellowNext:hover {
    background-position: 0-60px; }



/* ---------------------------------------------------------
■旧コンテンツ
--------------------------------------------------------- */
.oldContents {
	margin-bottom: 25px;
	padding-bottom: 25px;
	text-align: center;
	border-bottom: 1px dotted #dcdcdc; }

.oldContentsInner {
	width: 660px;
	margin: 0 auto;
	text-align: left; }



