@charset "utf-8";

/*
============================================================
new_items/index.css
------------------------------------------------------------

■月切り替え
■一覧
■商品履歴

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

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

/* ---------------------------------------------------------
■月切り替え
--------------------------------------------------------- */
.midashi18Line {
	border: none; }

.changeMonth {
	position: relative;
	zoom: 1; }

.changeMonth .prev {
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap; }

.changeMonth .next {
	position: absolute;
	top: 0;
	right: 0;
	white-space: nowrap; }

.changeMonth .prev a,
.changeMonth .next a {
	overflow: hidden;
	display: inline-block; /display: inline; /zoom:1;
	height: 40px;
	color: #808080;
	font-size: 100%;
	font-weight: bold;
	line-height: 40px;
	white-space: nowrap;
  min-width: max-content; }

.changeMonth .prev a {
	padding-left: 50px;
	background: url(/images/common/btn_slide_prev.jpg) no-repeat; }

.changeMonth .prev a:hover {
	background-position: 0 -60px; }

.changeMonth .next a:hover {
	background-position: right -60px; }


.changeMonth .next a {
	padding-right: 50px;
	background: url(/images/common/btn_slide_next.jpg) no-repeat right 0; }


.changeMonth .now {
	color: #222;
	font-size: 138%;
	font-weight: bold;
	line-height: 40px;
	text-align: center; }

.recoMonth {
	margin-bottom: 15px;
	padding-bottom: 70px;
	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;
}


/* ---------------------------------------------------------
■商品履歴
--------------------------------------------------------- */
#historyWrapper {
	padding: 0 0 150px; }

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

.chBorder {
	padding: 15px 0 0;
	border-top: 1px dotted #dcdcdc; }

#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; }

/* ---------------------------------------------------------
■検索
--------------------------------------------------------- */

.search-table {
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
}

.search-table td {
	padding: 0;
	vertical-align: middle;
	text-align: left;
}

.search-table td div {
	line-height: 28px;
	height: 28px;
}

.search-table .sumitBtn {
	width: 30px;
}

.search-table td input[type="text"] {
	padding: 5px;
	margin: 0;
	line-height: 16px;
	height: 16px;
	width: 258px;
	border: 1px solid #ccc;
	background-color: #fff;
	background-image: none;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1) inset;
}
