

/* サイドバーは右へ
--------------------------------------*/

div#side_bar {
	float: none;
	width: 180px;
	padding-top: 12px;
}

/* サンワチャンネル用
--------------------------------------*/

div#sanwach-link {
	text-align: center;
	margin-bottom: 10px;
}
div#sanwach-link a {
	display: block;
	background: none;
	width: 100%;
	height: 170px;
	font-size: 0.75em;
	border: 1px solid #3965AE;
	background-color: #FFF;
	color: #333;
	padding: 10px 0;
	box-sizing: border-box;
	filter: drop-shadow(1px 1px 1px #C9C9C9);
}

div#sanwach-link .sanwach-link-inner {
	width: 100%;
	height: 100%;
}

div#sanwach-link .sanwach-link-inner .sku-image {
	margin: 8px 0 5px;
}

div#sanwach-link .sanwach-link-inner .sku-image .image {
	float: left;
	margin: 0 5px;
}

div#sanwach-link .sanwach-link-inner .sku-image .sku {
	float: left;
	line-height: 1.2;
	margin: 0;
	width: 105px;
	height: 60px;
	text-align: left;
	position: relative;
}

div#sanwach-link .sanwach-link-inner .sku-image .sku > span {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

div#sanwach-link .sanwach-link-inner .link-btn {
	width: 155px;
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
	border: 1px solid #DDD;
	background-color: #FFFF00;
	margin: 0 auto;
	padding: 0;
	font-size: 1.05em;
	font-weight: bold;
	position: relative;
	color: #585858;
}

div#sanwach-link .sanwach-link-inner .link-btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 11px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 10px;
	height: 3px;
	background-color: #585858;
}

div#sanwach-link .sanwach-link-inner .link-btn::after {
	content: "";
	position: absolute;
	top: calc(50% - 1.5px);
	left: 11px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #585858;
	border-right: 3px solid #585858;
	-webkit-transform: rotate(45deg) translate(0, -50%);
	transform: rotate(45deg) translate(0, -50%);
}

div#sanwach-link .sanwach-link-inner .link-btn > span {
	position: relative;
	top: 0;
	left: 7px;
}

div#sanwach-link .sanwach-link-inner img {
	max-width: 100%;
}

div#sanwach-link a:hover {
	text-decoration: none;
}

div#sanwach-link a:hover .sanwach-link-inner img {
	opacity: 1 !important;
}

div#side_bar a:hover {
	opacity: 0.6;
}


/* 日替わりバナー用
--------------------------------------*/
div#cate-banner-area {
	margin-bottom: 10px;
}

div#cate-banner-area ul li a img {
	max-width: 100%;
	filter: drop-shadow(1px 1px 1px #DDD);
}


/* 特集表示
--------------------------------------*/
div#rel-tokusyu {
	margin-bottom: 10px;
}

div#rel-tokusyu img {
	vertical-align: top;
}

div#rel-tokusyu dl {
/*	background: url(/images/syousai_right/tokusyuu_bg_re.png) repeat-y 0 0;*/
	background: none;
}

div#rel-tokusyu-inner {
/*	background-color: #FFFFFF; */
	margin: 10px 0 0;
/*	border: 1px solid #CCCCCC; */
	border: 0;
}

div#rel-tokusyu dl dt {
/*	background: #FFFFFF url(/images/syousai_right/tokusyuu_bg_top.png) repeat-y 0 0;*/
	background: none;
	font-size: 1em;
	width: 100%;
	height: 27px;
}


/*div#rel-tokusyu dl dd {
	padding: 10px 20px 10px 0;
	margin: 0 10px;
	font-size: 0.9em;
	background-image: url(/images/syousai_right/yajirushi_tokusyuu.jpg);
	background-repeat: no-repeat;
	background-position: 172px center;
	border-bottom: 1px dotted #CCCCCC;
	line-height: 1.2;
}
*/

div#rel-tokusyu dl dd a {
	padding: 0;
	margin: 10px 0;
	font-size: 0.83em;
/*	background-image: url(/images/syousai_right/yajirushi_tokusyuu.jpg);
	background-repeat: no-repeat;
	background-position: 172px center;
	border-bottom: 1px dotted #CCCCCC;*/
	background: none;
	border: 0;
	line-height: 1.2;
	display: block;
}


div#rel-tokusyu img.side-banner {
	width: 100%;
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	filter: drop-shadow(1px 1px 1px #DDD);
}

div#rel-tokusyu dl dd a:hover {
	opacity: 1;
	text-decoration: none;
}

div#rel-tokusyu dl dd.text-link a {
	border: 1px solid #D8D8D8;
	background-color: #F7F7F7;
	position: relative;
	padding: 9px 5px 9px 32px;
	color: #174EAF;
	font-size: 0.8em;
	filter: drop-shadow(1px 1px 1px #C9C9C9);
}

div#rel-tokusyu dl dd.text-link a::before {
	content: "";
	width: 20px;
	height: 25px;
	background: url(/product/images/icn_arrow.png) left top no-repeat;
	background-size: 100% auto;
	display: block;
	position: absolute;
	top: 7px;
	left: 6px;
}

div#rel-tokusyu dl dd.text-link a:hover {
	opacity: 0.6;
}

/* レコメンド */

body #recommend-wrapper {
    background-color: #ffffff;
    margin: 0 auto 8px;
    overflow: hidden;
    padding: 0;
    width: 100%;
	filter: drop-shadow(1px 1px 1px #C9C9C9);
}

