@charset "utf-8";
/* CSS Document */
#fullSizeContent #topTitle img {
	max-width: 199px;
}
/* 商品ページ遷移ナブ
****************************/
#commodityNav {
	margin-bottom:14px;
}
#commodityNav ul li {
	background: none;
	height: 100%;
	width: 295px;
	float: left;
	margin-right: 5px;
	overflow:hidden;
}
#commodityNav ul li:last-child {
	margin-right: 0;
}
#commodityNav ul li a{
  text-indent: 0;
  padding: 0;
}
#commodityNav ul li img {
	width: 200%;
	height: 100%;
}
#commodityNav ul li.select img,
#commodityNav ul li:hover img {
	margin-left: -100%;
}
#commodityNav ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
#commodityNav ul li.select a {
	pointer-events: none;
}
/* 商品一覧【スライド】
****************************/
#slideWarp {
	position: relative;
		clear: both;

}
#slideBox {
	overflow: hidden;
}
#slideWarp #commodityList {
	width: 1000%;
	margin-bottom: 25px;
}
/*左右矢印*/
div#slideArrow {
	width: 100%;
}
div#slideArrow div {
	color: rgba(255,255,255,0);
	width: 40px;
	height: 40px;
	position: absolute;
	cursor: pointer;
	transition: all 300ms 0s ease;
	top: 47%;
}
div#slideArrow div:nth-child(1) {
	left: -50px;
}
div#slideArrow div:nth-child(2) {
	right: -50px;
}
div#slideArrow div:hover {
	top: 48%;
	opacity: .7;
}
div#slideArrow div span {
	width: 26px;
	height: 26px;
	border-width: 6px 0 0 6px;
	border-color: #477532;
	border-style: solid;
	display: block;
}
div#slideArrow div:nth-child(1) span {
	transform: rotate(-45deg);
}
div#slideArrow div:nth-child(2) span {
	transform: rotate(135deg);
}
@media only screen and (max-width: 1020px) {
#slideWarp {
}
#slideBox {
	overflow: visible;
}
#slideArrow{
  display: none;
}
#slideWarp #commodityList {
	width: 100%;
	margin-left: 0 !important;
}

#commodityNav ul {
    height: auto;
}
#commodityNav ul li {
    width: 33%;
    margin-right: 0%;
    background-size: 300% 200%;
	margin-bottom: 3%;
}
#commodityNav ul li a {
    padding: 7% 0;
}
}
@media only screen and (max-width: 970px) {
#commodityNav ul li {
	margin-right: 0;
	width: 33.3%;
}
}