/* #:breadclumgb */
#breadclumgb {
	background-color: #f7f7f5;
}

.container-pdf .tab:nth-of-type(2) a:link,
.container-pdf .tab:nth-of-type(2) a:visited,
.container-pdf .tab:nth-of-type(2) a:hover,
.container-pdf .tab:nth-of-type(2) a:active {
	color: #31a468;
	text-decoration: underline;
	font-size: 15px;
	transition: .3s;
}
@media screen and (min-width:641px){
	.container-pdf .tab:nth-of-type(2) a:hover {
		opacity: .7;
	}
}

@media screen and (max-width:640px){
	.container-pdf .tab:nth-of-type(2) a:link,
	.container-pdf .tab:nth-of-type(2) a:visited,
	.container-pdf .tab:nth-of-type(2) a:hover,
	.container-pdf .tab:nth-of-type(2) a:active {
		color: #333;
		text-decoration: none;
		font-size: 12px;
	}
}

.container-sozai a:link,
.container-sozai a:visited,
.container-sozai a:hover,
.container-sozai a:active {
	color: #31a468;
	text-decoration: none;
}

.container-touroku a:link,
.container-touroku a:visited,
.container-touroku a:hover,
.container-touroku a:active {
	color: #31a468;
	text-decoration: none;
}
.txt_orange {
	color: #f15a24;
}
.txt_blue {
	color: #43b8a4;
}
.txt_gray {
	color: #757575;
}
.txt_small {
	font-size: 85%;
	line-height: 1.5;
	display: inline-block;
	font-weight: inherit;

}
	#pc-category{
		padding: 50px 0 100px !important;
		margin: 65px 0 0;
		border-top: 5px solid #f7f7f5;
	}

		.login-pc-wrapper {
			margin-top: 20px;
			padding-top: 30px;
			border-top: 1px solid #999;
		}
		.login.pc {
			overflow: hidden;
			width: 320px;
			height: 52px;
			display: block;
			margin: 0 auto;
			padding: 0 2px 2px 0;
			transition: .3s;
		}
		.login.pc a {
			transition: .3s;
		}
		.login.pc a:link,
		.login.pc a:visited,
		.login.pc a:hover,
		.login.pc a:active {
			box-sizing: border-box;
			display: block;
			margin: 0 auto;
			padding: 15px 0;
			text-align: center;
			border-radius: 4px;
			box-shadow: 2px 2px 0px 0px #006837;
			-moz-box-shadow: 2px 2px 0px 0px #006837;
			-webkit-box-shadow: 2px 2px 0px 0px #006837;
			background-color: #31a468;
			color: #fff;
			text-decoration: none;
		}
		.login.pc:hover {
			opacity: .7;
			padding-top: 2px;
			padding-left: 2px;
			padding-bottom: 0;
			padding-right: 0;
			box-shadow: 0px 0px 0px 0px #fff;
			-moz-box-shadow: 0px 0px 0px 0px #fff;
			-webkit-box-shadow: 0px 0px 0px 0px #fff;
		}

.table-stock tr > td.login {
	text-align: center !important;
}

#content-main-box > .header .item-id {
	float: left;
	font-size: 13px;
}
#content-main-box > .header .cats {
	float: left;
	overflow: hidden;
	list-style-type: none;
	margin: 0 0 0 15px;
	padding: 0;
}
#content-main-box > .header .cat {
	float: left;
	margin-left: 5px;
	font-size: 12px;
	line-height: 1;
	padding: 2px 4px;
	border: 1px solid #cccccc;
	color: #595959;
}
#content-main-box > .header .cat-new {
	color: #fff;
	background-color: #ebc331;
	border: 1px solid #ebc331;
}
#content-main-box > .header .cat-seller {
	color: #fff;
	background-color: #44b4b5;
	border: 1px solid #44b4b5;
}
#content-main-box > .header .cat-mij {
	color: #31a468;
	background-color: #fff;
	border: 1px solid #31a468;
}
#content-main-box > .header .cat-ecofur {
	color: #9d6b34;
	background-color: #fff;
	border: 1px solid #9d6b34;
}
#content-main-box > .header h1 {
	clear: both;
	margin: 30px 0 0;
	font-size: 15px;
	font-weight: bold;
}

#content-main-box .upper {
	margin-top: 30px;
}
#content-main-box .upper .tab-list {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 5px;
	border-top: 1px solid #d5d5d5;
}
#content-main-box .upper .tab-list tr {
}
#content-main-box .upper .tab-list tr:nth-of-type(1) td:nth-of-type(1) {
	width: 260px;
}
#content-main-box .upper .tab-list th,
#content-main-box .upper .tab-list td {
	vertical-align: middle;
	padding: 10px 15px;
	font-size: 14px;
}
#content-main-box .upper .bb {
	border-bottom: 1px solid #d5d5d5;
}
#content-main-box .upper .tab-list th {
	background-color: #e3edf0;
	white-space: nowrap;
	width: 133px;
}
#content-main-box .upper .tab-list td {
	background-color: #fff;
}
#content-main-box .upper .tab-list td .price {
	font-size: 18px;
}
#content-main-box .upper .tab-list td .per {
	font-size: 14px;
	color: #fff;
	background-color: #f15a24;
	padding: 4px 7px;
}
#content-main-box .upper .tab-list td strong {
	color: #f15a24;
	font-weight: bold;
}
#content-main-box .upper .tab-list td .sub {
	display: block;
	font-size: 10px;
	line-height: 1.5;
}
		#content-main-box .upper .ico-bus {
			background: url('../images/datail/ico-bus.svg') left center no-repeat;
			padding-left: 25px;
			-webkit-background-size: 19px 11px;
			background-size: 19px 11px;
		}

/*.container-main*/
.container-main.clm-2 {
	overflow: hidden;
	margin-top: 30px;
}
	.container-main .clm:nth-of-type(1) {
		float: left;
		width: 370px;
	}
	.container-main .thumb-b img {
		width: 100%;
		height: auto;
	}
	.container-main .clm:nth-of-type(2) {
		float: right;
		width: 432px;
	}
		.tab-list .items {
			display: block;
			overflow: hidden;
		}
		.tab-list .item {
			display: block;
			float: left;
			margin: 5px 5px 0 0;
			padding: 5px;
			border: 1px solid #c0c8ce;
			font-size: 11px;
		}
		.tab-list .item:last-child {
			margin-right: 0;
		}
			.tab-list .item span {
				display: block;
			}
			.tab-list .ico-stock {
				background: url('../images/datail/ico-stock.svg') left center no-repeat;
				padding-left: 15px;
				-webkit-background-size: 12px 13px;
				background-size: 12px 13px;
			}
			.tab-list .ico-time {
				background: url('../images/datail/ico-time.svg') left center no-repeat;
				padding-left: 15px;
				-webkit-background-size: 12px 12px;
				background-size: 12px 12px;
			}
			.tab-list .ico-check {
				background: url('../images/datail/ico-check.svg') left center no-repeat;
				padding-left: 15px;
				-webkit-background-size: 11px 19px;
				background-size: 11px 19px;
			}

.context-cart {
	display: table;
	position: relative;
	background-color: #f7f7f5;
	padding: 28px 25px;
	width: 100%;
}
	.context-cart.login:before {
		display: table-cell;
		content: ' ';
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-align: center;
		vertical-align: middle;
		color: #fff;
		background: url('../images/datail/txt-login.svg') center center no-repeat;
		-webkit-background-size: 132px 15px;
		background-size: 132px 15px;
		background-color: rgba(104,104,104,.8);
	}
	.context-cart table {
		width: 100%;
		background-color: #fff;
	}
	.context-cart th,
	.context-cart td {
		padding: 10px;
		border-top: 1px solid #d5d5d5;
		vertical-align: middle;
	}
	.context-cart tr:nth-of-type(1) th,
	.context-cart tr:nth-of-type(1) td {
		padding: 10px;
		border-top: none;
	}
	.context-cart tr:nth-of-type(1) td input[type=radio] {
		margin-right: 4px;
	}

	#main .context-cart .footer {
		overflow: hidden;
    margin-top: 20px;
    padding-top: 0px;
    border-top: none;
	}
	#main .context-cart #extra_flg {
		overflow: hidden;
	}
	#main .context-cart .radio {
		float: left;
		margin: 0 20px 0 0;
	}
	#main .checkbox+.checkbox,
	#main .radio+.radio {
		margin: 0;
	}

		.context-cart .btn-cart-wrapper {
			box-sizing: border-box;
			float: left;
			overflow: hidden;
			width: 214px;
			height: 46px;
			padding: 0 2px 2px 0;
			transition: .3s;
		}
		.context-cart .btn-cart-wrapper:hover {
			padding: 2px;
		}
			.context-cart .btn-cart {
				box-sizing: border-box;
				display: block;
				padding: 10px 6px;
				text-align: center;
				border-radius: 4px;
				box-shadow: 2px 2px 0px 0px #cc542f;
				-moz-box-shadow: 2px 2px 0px 0px #cc542f;
				-webkit-box-shadow: 2px 2px 0px 0px #cc542f;
				background-color: #f15a24;
				width: 100%;
				color: #fff;
				display: block;
				border: 2px solid #f15a24;
			}

		.context-cart .btn-okiniiri-wrapper {
			float: right;
			box-sizing: border-box;
			overflow: hidden;
			width: 149px;
			height: 32px;
			margin: 14px 0 0;
			padding: 0 2px 2px 0;
			transition: .3s;
		}
		.context-cart .btn-okiniiri-wrapper:hover {
			padding: 2px;
		}
			.btn-okiniiri {
				position: relative;
		    box-sizing: border-box;
		    display: block;
		    padding: 4px 8px 4px 22px;
		    text-align: center;
		    border: 2px solid #31a468;
		    border-radius: 4px;
		    box-shadow: 1px 1px 0px 0px #31a468;
		    -moz-box-shadow: 1px 1px 0px 0px #31a468;
		    -webkit-box-shadow: 1px 1px 0px 0px #31a468;
		    color: #31a468;
		    background-color: #fff;
		    width: 100%;
		    font-size: 13px;
	    }
			.btn-okiniiri:before {
				content: " ";
				position: absolute;
				top: 4px;
				left: 9px;
				width: 15px;
				height: 15px;
				background: url('../images/datail/ico-star.svg') center center no-repeat;
				background-size: 15px;
			}

		.table-stock {
			width: 100%;
			border-bottom: 1px solid #d5d5d5;
		}
			.table-stock caption {
				font-size: 16px;
				font-weight: bold;
				color: #000;
			}
			.table-stock th,
			.table-stock td {
				padding: 10px;
			}
			.table-stock thead th,
			.table-stock thead td,
			.table-stock tbody th,
			.table-stock tbody td {
				border-top: 1px solid #d5d5d5;
			}
			.table-stock th {
				text-align: center;
				font-size: 14px;
				font-weight: bold;
			}
			.table-stock tr > td:nth-child(1) {
				text-align: left;
			}
			.table-stock tr > td:nth-child(2) {
				text-align: center;
				width: 130px;
			}

/*.description*/
.description {
	margin-top: 50px;
}
.description h2 {
	font-size: 22px;
	margin: 0 0 15px;
	padding: 0;
}
.description .context-inner {
	box-sizing: border-box;
	border: 5px solid #e3edf0;
	padding: 20px 15px 20px 30px;
}
.description .context-mask {
	padding: 20px 0;
	height: 390px;
	overflow-y: auto;
}

/*.container-spec*/
.container-spec .clm-2 {
	overflow: hidden;
		margin: 0 -3%;
}
	.container-spec .clm {
		float: left;
		width: 44%;
		margin: 0 3%;
	}
	.container-spec .clm:nth-of-type(2n+1) {
		clear: both;
	}
	.container-spec h3 {
		float: left;
		text-align: center;
		font-size: 16px;
		background-color: #f7f7f5;
		padding: 15px 0;
		width: 88px;
	}
	.container-spec p {
		clear: both;
		line-height: 1.8;
	}

/*.container-sub*/
.container-sub {
	margin-top: 50px;
}

.container-sub h4 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}

.container-pdf .tabs {
	display: table;
}
	.container-pdf .tab {
		display: table-cell;
		vertical-align: middle;
		font-size: 15px;
		font-weight: bold;
	}
	.container-pdf .tab:nth-of-type(2) {
		padding-left: 15px;
	}
	.container-pdf .tab img {
		width: 40px;
		height: 30px;
	}
	.container-touroku .attention {
		margin-top: 20px;
		text-align: center;
	}
		.container-touroku .attention small {
			display: block;
			text-align: right;
			font-size: 9px;
			color: #a0a0a0;
		}

ul.clm-4 {
	overflow: hidden;
	margin: 0 -1.1%;
	padding: 0;
	list-style-type: none;
}
	ul.clm-4 li {
		float: left;
		width: 22.8%;
		margin: 0 1.1%;
	}
		ul.clm-4 .box1 {
			display: block;
			text-align: center;
			margin-top: 15px;
			font-size: 15px;
		}
		ul.clm-4 .box2 {
			display: block;
			margin-top: 10px;
		}
			ul.clm-4 .box2 img {
				display: block;
				width: 100%;
				height: auto;
			}
		ul.clm-4 .box3 {
			display: block;
			text-align: left;
			margin-top: 10px;
			font-size: 13px;
		}
		ul.clm-4 .box3 .ico-title {
			display: block;
			background-color: #e3edf0;
			margin-bottom: 6px;
			padding: 4px 8px;
			font-size: 14px;
		}
		ul.clm-4 .box3 .ico {
			display: inline-block;
			margin-left: 2px;
		}
		ul.clm-4 .box3 .ico:first-child {
			margin-left: 0;
		}
		ul.clm-4 .box3 .ico-download {
			background: url('../images/datail/ico-download.svg') left center no-repeat;
			padding-left: 15px;
			-webkit-background-size: 14px 13px;
			background-size: 14px 13px;
			margin-right: 5px;
		}
		ul.clm-4 .box3 .ico-preview {
			background: url('../images/datail/ico-preview.svg') left center no-repeat;
			padding-left: 15px;
			-webkit-background-size: 17px 14px;
			background-size: 17px 14px;
		}
		ul.clm-4 .box3 .ico-ab {
			background: url('../images/datail/ico-arrow-right-black.svg') right center no-repeat;
			padding-right: 12px;
			-webkit-background-size: 6px 10px;
			background-size: 6px 10px;
		}

/* .paging */
.paging {
}
	.paging ul {
		list-style-type: none;
		margin: 0 auto;
		padding: 0;
	}
	.paging li {
		display: inline-block;
	}
	.paging li a,
	.paging li span {
		display: block;
		border: 1px solid #c1c9ce;
		padding: 8px 10px;
		width: 36px;
	}
	.paging li.pg-current span {
		background-color: #c1c9ce;
		color: #fff;
	}
	.paging li.pg-first {
		margin-right: 5px;
	}
		.paging li.pg-first a {
			width: 72px;
		}
	.paging li.pg-prev {
		margin-right: 5px;
	}
		.paging li.pg-prev a {
			border: none;
		}
	.paging li.pg-next {
		margin-left: 5px;
	}
		.paging li.pg-next a {
			border: none;
		}
	.paging li.pg-last {
		margin-left: 5px;
	}
		.paging li.pg-last a {
			width: 72px;
		}

/* #main .header */
		#main .header {
			overflow: hidden;
		}
			#main .header .sort,
			#main .header .display {
				float: right;
			}
			#main .header .display {
				margin-left: 20px;
			}
				#main .header table {
					height: 30px;
				}
				#main .header th,
				#main .header td {
					vertical-align: middle;
					overflow: hidden;
				}
				#main .header th {
					padding-right: 6px;
				}
				#main .header .display .obj {
					background-color: #c1c9cf;
					color: #fff;
					padding: 2px 6px;
				}

	#content-main-box .thumb-s {
		overflow: hidden;
		width: 103%;
		margin: 0 -1.5%;
	}
		#content-main-box .thumb-s .item {
			float: left;
			margin: 10px 1.5% 0;
			width: 17% !important;
		}
@media screen and (max-width:640px){
	#content-main-box .thumb-s {
		overflow: hidden;
		width: 97%;
		margin: 0 1.5%;
	}
	#content-main-box .mv {
		padding-bottom: 30px;
	}
}
			#content-main-box .thumb-s .item img {
				display: block;
				width: 100%;
				height: auto;
			}
				#content-main-box .thumb-s .slick-track {
					width: 100% !important;
					height: auto !important;
					transform: none !important;
				}

				#main .header .display td span {
					float: left;
				}
				#main .header .display td span:nth-of-type(2) {
					padding: 0 4px;
				}

				#main .header .display .obj.active {
					background-color: #31a468;
					color: #fff;
				}

/* #main .upper */
		#main .upper.reslut {
			text-align: center;
		}

/* #main .footer */
		#main .footer {
			margin-top: 30px;
			padding-top: 30px;
			border-top: 1px solid #999;
		}
			#main .footer.reslut {
				text-align: center;
			}

/* #content-main-box */
		#content-main-box .lists {
			overflow: hidden;
			margin: 0 -1.5%;
		}
			#content-main-box .list {
				float: left;
				margin: 30px 1.5% 0;
				width: 21.9%;
			}

			#content-main-box .list a {
				display: block;
			}

@media screen and (min-width: 641px){
	.mv .pc .item {
		opacity: 1;
		transition: .3s;
	}
	.mv .pc .item:hover {
		opacity: .7;
		cursor: pointer;
	}
	.tab-list-wrapper .login a:link,
	.tab-list-wrapper .login a:visited {
		color: #31a468;
		text-decoration: underline;
		opacity: 1;
		transition: .3s;
	}
	.tab-list-wrapper .login a:hover {
		color: #31a468;
		text-decoration: underline;
		opacity: .7;
	}
	.tab-list-wrapper .login a:active {
		color: #31a468;
		text-decoration: underline;
		opacity: 1;
	}
	.table-stock tr > td.login a:link,
	.table-stock tr > td.login a:visited {
		color: #31a468;
		text-decoration: underline;
		opacity: 1;
		transition: .3s;
	}
	.table-stock tr > td.login a:hover {
		color: #31a468;
		text-decoration: underline;
		opacity: .7;
	}
	.table-stock tr > td.login a:active {
		color: #31a468;
		text-decoration: underline;
	}

			#content-main-box .list a:hover {
				text-decoration: none;
			}
			#content-main-box .list a .img {
				opacity: 1;
				transition: all .4s;
			}
			#content-main-box .list a:hover .img {
				opacity: .7;
			}
			#content-main-box .list a:hover .desc {
				text-decoration: underline;
			}
}

			#content-main-box .list:nth-of-type(4n+1) {
				clear: both;
			}
			#content-main-box #checked-items .list:nth-of-type(4n+1) {
				clear: none;
			}
				#content-main-box .list .img img {
					display: block;
					width: 100%;
					height: auto;
				}
				#content-main-box .list .desc {
					margin-top: 10px;
					font-size: 1rem;
				}
				#content-main-box .list .cats {
					margin-top: 10px;
					font-size: 1rem;
				}
					#content-main-box .list .cat {
						margin-left: 5px;
						padding: 5px;
						color: #fff;
					}
					#content-main-box .list .cat:first-child {
						margin-left: 0;
					}
					#content-main-box .list .cat.cat-new {
						background-color: #ebc331;
					}
					#content-main-box .list .cat.cat-seller {
						background-color: #44b4b5;
					}
				#content-main-box .list .prices {
					margin-top: 10px;
					font-size: 1rem;
				}
					#content-main-box .list .price.oroshi .num {
						color: #f15a24;
						font-size: 1.5rem;
					}

	#breadclumgb .inner {
		list-style-type: none;
		overflow: hidden;
		max-width: 1040px;
		margin: 0 auto;
		padding: 12px 0;
	}
		#breadclumgb li {
			float: left;
			font-size: 1.2rem;
		}
		#breadclumgb li:before {
			content: '\f105';
			font-family: 'Fontawesome';
			line-height: 0;
			font-size: .9rem;
			margin-left: 5px;
			margin-right: 5px;
		}
		#breadclumgb li:first-child:before {
			content: none;
			margin-left: 0;
			margin-right: 0;
		}

/* common contents */
.common-article {
	padding-top: 30px;
}
.common-article h1 {
	font-size: 1.6rem;
}
#checked-items .list {
/*	width: 16%;
	margin: 20px 2% 0;*/
}
	#checked-items .list .img img {
		width: 100%;
		height: auto;
	}
	#checked-items .pc {
		position: relative;
	}
	#checked-items .pc .lists {
		margin: 0;
		padding: 0 0 30px;
	}
	#checked-items .pc .list {
		padding: 0;
		margin: 0 13px;
	}
	#checked-items .pc .desc {
		margin-top: 10px;
		font-size: 12px;
	}
	#checked-items .pc .prices {
		margin-top: 5px;
		color: #f15a24;
	}
	#checked-items .pc .yen {
		font-size: 13px;
	}
	#checked-items .pc .num {
		font-size: 18px;
	}

@media screen and (min-width:641px){
	#checked-items .list {
		/*width: 130px !important;
		margin: 20px 13px 0 !important;*/
	}
	#checked-items .pc .slick-dots {
		bottom: 0;
	}

	#checked-items .slick-prev,
	#checked-items .slick-next {
		top: 100px;
		width: 8px;
		height: 16px;
	}
	#checked-items .slick-prev img,
	#checked-items .slick-next img {
		width: 100%;
		height: auto;
	}
	#checked-items .slick-prev {
		left: 0;
	}
	#checked-items .slick-next {
		right: 0;
	}
}
		#checked-items .list a:link,
		#checked-items .list a:visited,
		#checked-items .list a:hover,
		#checked-items .list a:active {
			color: #333;
			text-decoration: none;
		}

	#recommend-items h1 {
		border-bottom: 1px solid #999;
		padding-bottom: 10px;
		font-size: 16px;
		font-weight: bold;
	}
	#recommend-items .pc .lists {
		overflow: hidden;
		margin: 0 -1%;
	}
		#recommend-items .pc .list {
			float: left;
			width: 48%;
			margin: 20px 1% 0;
			overflow: hidden;
			padding-bottom: 2px;
			padding-right: 2px;
			transition: .3s;
		}
		#recommend-items .pc .list:nth-of-type(1) .img {
			width: 116px;
			height: 25px;
		}
		#recommend-items .pc .list:nth-of-type(2) .img {
			width: 206px;
			height: 30px;
		}
		#recommend-items .pc .list:nth-of-type(3) .img {
			width: 202px;
			height: 28px;
		}
		#recommend-items .pc .list:nth-of-type(2n+1) {
			clear: both;
		}
		#recommend-items .pc .list .ico {
			display: block;
			position: relative;
			transition: .3s;
		}
		#recommend-items .pc .list .ico:after {
			position: absolute;
			top: 8px;
			right: -4px;
			display: block;
			content: ' ';
			background: url('../images/common/ico-osusume.svg') center center no-repeat;
			width: 8px;
			height: 13px;
		}
		#recommend-items .pc .list a {
			display: block;
		}
		#recommend-items .pc .list a:link,
		#recommend-items .pc .list a:visited,
		#recommend-items .pc .list a:hover,
		#recommend-items .pc .list a:active {
			box-sizing: border-box;
			display: block;
			padding: 30px 20px;
			text-align: left;
			border-radius: 4px;
			box-shadow: 2px 2px 0px 0px #006837;
			-moz-box-shadow: 2px 2px 0px 0px #006837;
			-webkit-box-shadow: 2px 2px 0px 0px #006837;
			background-color: #31a468;
			color: #fff;
		}
		#recommend-items .pc .list:hover {
			opacity: .7;
			padding-top: 2px;
			padding-left: 2px;
			padding-bottom: 0;
			padding-right: 0;
			box-shadow: 0px 0px 0px 0px #fff;
			-moz-box-shadow: 0px 0px 0px 0px #fff;
			-webkit-box-shadow: 0px 0px 0px 0px #fff;
		}

@media screen and (min-width:641px){
	.container-tag {
		margin: 50px 0 0;
	}
	.container-tag h1 {
		margin: 0 0 10px;
		padding: 0 0 10px;
		font-size: 16px;
		font-weight: bold;
		border-bottom: 1px solid #999;
	}
	.container-tag table {
		width: 100%;
		border-collapse:separate;
		border-spacing: 0 15px;
	}
	.container-tag th,
	.container-tag td {
		text-align: left;
		vertical-align: middle;
	}
	.container-tag th {
		background-color: #f7f7f5;
		white-space: nowrap;
		width: 77px;
		padding: 7px 10px;
	}
	.container-tag td {
		width: 338px;
		padding: 7px 10px 7px 20px;
	}
	.container-tag td a {
		margin-right: 10px;
	}
	.container-tag td a:link,
	.container-tag td a:visited,
	.container-tag td a:hover,
	.container-tag td a:active {
		color: #31a468;
		text-decoration: underline;
		transition: .3s;
	}
}

@media screen and (min-width:641px){
	.container-tag td a:hover {
		opacity: .7;
	}
}

@media screen and (max-width: 640px){
	.table-stock tr > td.login a:link,
	.table-stock tr > td.login a:visited,
	.table-stock tr > td.login a:hover,
	.table-stock tr > td.login a:active {
		color: #31a468;
		text-decoration: underline;
	}
	.tab-list-wrapper .login a:link,
	.tab-list-wrapper .login a:visited,
	.tab-list-wrapper .login a:hover,
	.tab-list-wrapper .login a:active {
		color: #31a468;
		text-decoration: underline;
		opacity: 1;
		transition: .3s;
	}
	.table-stock tr > td.login a:link,
	.table-stock tr > td.login a:visited,
	.table-stock tr > td.login a:hover,
	.table-stock tr > td.login a:active {
		color: #31a468;
		text-decoration: underline;
		opacity: 1;
		transition: .3s;
	}

	table{
	}
	.scroll{
		overflow: auto;
		white-space: nowrap;
	}
		.scroll::-webkit-scrollbar{
	 height: 5px;
	}
		.scroll::-webkit-scrollbar-track{
		background: #e5e5e5;
	}
		.scroll::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}

	#sp-ad-content-head .lists {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
		#sp-ad-content-head .lists img {
			display: block;
			width: 100%;
			height: auto;
		}

	#main > header {
		padding-top: 20px;
		font-size: 11px;
	}

/* #main .header */
		#main .header {
			overflow: hidden;
			border-bottom: none;
			margin: 20px 0 0;
			padding: 0;
		}
			#main .header .sort {
				float: left;
			}
				#main .header .sort select {
					padding: 6px;
					width: 112px;
				}
			#main .header .display {
				float: right;
			}
			#main .header .display {
				margin-left: 0;
			}
				#main .header table {
					height: 30px;
				}
				#main .header th,
				#main .header td {
					vertical-align: middle;
				}
				#main .header th {
					padding-right: 6px;
				}
				#main .header .display th {
					padding-right: 0;
				}
				#main .header .display .obj {
					background-color: #c1c9cf;
					color: #fff;
					padding: 8px 6px;
					margin-left: 5px;
				}
				#main .header .display .obj.active {
					background-color: #31a468;
					color: #fff;
				}

	.search-sp {
		background-color: #f7f7f5;
		padding: 20px 0;
	}

	#main .search-sp .header {
		position: relative;
    overflow: hidden;
    border-bottom: none;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
	#main .search-sp .header .btn-close {
		position: absolute;
		top: -5px;
		right: 5%;
		width: 15px;
	}
	.search-sp h4 {
		text-align: center;
		margin: 0;
		padding: 0 5% 10px;
		font-size: 14px;
	}
	.search-sp .items.clm-1 {
		padding: 0 5%;
	}
		.search-sp .items.clm-1 input {
			width: 100%;
		}
	.search-sp .items.clm-2 {
		overflow: hidden;
		padding: 0 4%;
	}
		.search-sp .items.clm-2 .item {
			float: left;
			margin: 10px 1% 0;
			width: 48%;
		}
		.search-sp .items.clm-2 select {
			width: 100%;
			padding: 5px 5px;
		}
		.search-sp h5 {
			margin: 20px 0 0;
			padding: 0;
		}
		.search-sp .btn-wrapper {
			padding: 15px 10% 0;
		}
		.search-sp .btn-search {
			box-sizing: border-box;
			display: block;
			padding: 8px 5px;
			width: 100%;
			text-align: center;
			border-radius: 4px;
			border: none;
			box-shadow: 2px 2px 0px 0px #006837;
			-moz-box-shadow: 2px 2px 0px 0px #006837;
			-webkit-box-shadow: 2px 2px 0px 0px #006837;
			background-color: #31a468;
			color: #fff;
		}
		.search-sp .prices h5 {
			padding-bottom: 5px;
		}
		.search-sp .prices td {
			white-space: nowrap;
		}
		.search-sp .prices td:nth-of-type(2) {
			padding-left: 4px;
			padding-right: 4px;
		}
		.search-sp .prices td:nth-of-type(4) {
			padding-left: 4px;
		}

	.upper.reslut {
		background-color: #f7f7f5;
		margin-top: 15px;
	}
		.upper.reslut p {
		text-align: left;
		font-size: 10px;
		padding: 10px 3%;
		}

	/* #content-main-box */
/*		#content-main-box .lists {
			overflow: hidden;
			margin: 0 3.5%;
		}*/
/*			#content-main-box .list {
				float: left;
				margin: 15px 1.5% 0;
				width: 47%;
			}*/

	#main .footer {
		margin-top: 20px;
		padding-top: 0;
		border-top: none;
	}

	#checked-items {
			margin-top: 20px;
			padding: 0 3%;
			border-top: 1px solid #999;
		}
		#checked-items .list {
			font-size: 9px;
			padding: 0 0.5%;
		}
		#checked-items .desc,
		#checked-items .prices {
			margin-top: 10px;
		}
		#checked-items .prices {
			color: #f15a24;
			font-size: 10px;
		}

	#recommend-items {
		border-top: 1px solid #999;
	}
	#recommend-items h1 {
		border-bottom: none;
		margin: 0 3%;
		padding: 0 0 15px;
		font-size: 14px;
	}
		#recommend-items .lists {
			overflow: hidden;
			margin: 0 3.5%;
		}
		#recommend-items .list {
			float: left;
			margin: 0 1.5%;
			width: 30.3%;
		}
			#recommend-items .list img {
				display: block;
				width: 100%;
				height: auto;
			}

	#content-main-box > .header .item-id {
		float: none;
		font-size: 11px;
	}
	#content-main-box > .header .cats {
		float: none;
		overflow: hidden;
		list-style-type: none;
		margin: 2px 0 0 0;
		padding: 0;
	}
	#content-main-box > .header .cat {
		float: left;
		margin-left: 5px;
		font-size: 9px;
		line-height: 1;
		padding: 2px 4px;
		border: 1px solid #cccccc;
		color: #595959;
	}
	#content-main-box > .header .cat:first-child {
		margin-left: 0;
	}
	#content-main-box > .header .cat-new {
		color: #fff;
		background-color: #ebc331;
		border: 1px solid #ebc331;
	}
	#content-main-box > .header .cat-seller {
		color: #fff;
		background-color: #44b4b5;
		border: 1px solid #44b4b5;
	}
	#content-main-box > .header .cat-mij {
		color: #31a468;
		background-color: #fff;
		border: 1px solid #31a468;
	}
	#content-main-box > .header h1 {
		clear: both;
		margin: 8px 0 0;
		font-size: 14px;
		line-height: 1.5;
		font-weight: bold;
		letter-spacing: 1px;
	}

	#content-main-box .upper .tab-list-wrapper.sp {
		margin: 0;
	}
	#content-main-box .upper .tab-list th,
	#content-main-box .upper .tab-list td {
		box-sizing: border-box;
		vertical-align: middle;
		padding: 10px 5px;
		font-size: 12px;
	}
	#content-main-box .upper .sp .tab-list th {
		background-color: #e3edf0;
		white-space: nowrap;
		width: 90px;
		font-size: 12px;
	}
	#content-main-box .upper .tab-list td .price {
		font-size: 16px;
	}
	#content-main-box .upper .tab-list td .per {
		font-size: 13px;
		color: #fff;
		background-color: #f15a24;
		padding: 4px 7px;
	}

	#content-main-box .upper {
		margin-top: 15px;
	}
	/*.container-main*/
	.container-main.clm-2 {
		box-sizing: border-box;
		overflow: visible;
		margin: 22px 0 0;
	}
		.container-main .clm:nth-of-type(1) {
			float: none;
			width: 100%;
		}
			.container-main .clm:nth-of-type(1) .thumb-b {
				margin: 0 3%;
			}
		.container-main .clm:nth-of-type(2) {
			float: none;
			width: 100%;
		}

	.context-cart {
		background-color: #f7f7f5;
		margin: 15px -3% 0;
		padding: 20px 3%;
		width: 106%;
	}
	.context-cart table {
		width: 100%;
		background-color: #fff;
	}
	.context-cart th,
	.context-cart td {
		padding: 10px 5px;
		border-top: 1px solid #d5d5d5;
		vertical-align: middle;
	}
	.context-cart th {
		font-size: 12px;
	}
	.context-cart td {
		font-size: 11px;
	}
	.context-cart tr:nth-of-type(1) th,
	.context-cart tr:nth-of-type(1) td {
		padding: 5px;
		border-top: none;
	}
	.context-cart tr:nth-of-type(1) th {
		font-size: 12px;
	}
	.context-cart tr:nth-of-type(1) td,
	.context-cart tr:nth-of-type(1) label {
		font-size: 11px;
		font-weight: normal;
	}
	.context-cart tr:nth-of-type(1) td input[type=radio] {
		margin-right: 4px;
	}
	.context-cart select {
		font-size: 12px;
		padding: 6px;
		height: 30px;
	}
	.context-cart input {
		font-size: 12px;
		padding: 6px;
		height: 30px;
	}
	.context-cart #quantity {
		width: 90px;
	}
	.context-cart .radio label {
		line-height: 1;
	}
	.context-cart input[type=radio] {
		margin: -9px 0 0 -20px;
		padding: 0;
	}
	#assembling_flg,
	#pickup_flg,
	#extra_flg {
		overflow: hidden;
	}

	.table-stock th, .table-stock td {
    padding: 7px 10px;
	}

	.context-stock {
		margin: 25px 3% 0;
	}
	.table-stock caption {
		font-size: 14px;
	}
	.table-stock th,
	.table-stock td {
		font-size: 12px;
	}

	/*.description*/
	.description {
		margin: 25px 3% 0;
	}
	.container-block.clm-1 .description {
		margin: 40px 3% 0;
	}
	.description h2 {
		font-size: 14px;
		font-weight: bold;
		margin: 0 0 8px;
		padding: 0;
	}
	.description .context-inner {
		box-sizing: border-box;
		border: 2px solid #e3edf0;
		padding: 25px 15px;
		transition: .3s;
	}
	.description .context-mask {
		padding: 0;
		height: 175px;
		overflow: hidden;
		font-size: 13px;
		transition: .3s;
	}
	.description .context-mask.active {
		height: auto;
	}
		.btn-more {
		    box-sizing: border-box;
		    display: block;
		    padding: 8px 4px;
		    text-align: center;
		    border: 2px solid #31a468;
		    border-radius: 4px;
		    box-shadow: 2px 2px 0px 0px #31a468;
		    -moz-box-shadow: 2px 2px 0px 0px #31a468;
		    -webkit-box-shadow: 2px 2px 0px 0px #31a468;
		    color: #31a468;
		    background-color: #fff;
		    width: 80%;
		    margin: 15px auto 0;
		    font-weight: bold;
	    }
		  .btn-more-inner {
				position: relative;
		  	display: block;
		  }
				.btn-more .t1,
				.btn-more .i1 {
					display: inline;
				}
				.btn-more.active .t1,
				.btn-more.active .i1 {
					display: none;
				}
				.btn-more .t2,
				.btn-more .i2 {
					display: none;
				}
				.btn-more.active .t2,
				.btn-more.active .i2 {
					display: inline;
				}
				.btn-more .i1,
				.btn-more .i2 {
					position: absolute;
					top: 0;
					right: 6px;
					width: 12px;
					height: 7px;
				}
				.btn-more img {
					width: 100%;
					height: auto;
				}

	.container-spec {
		margin: 25px 3% 0;
	}
		.container-spec .clm {
			float: none;
			width: 94%;
			margin: 20px 3% 0;
		}
		.container-spec .clm:nth-of-type(2n+1) {
			clear: none;
		}
		.container-spec h3 {
			float: left;
			text-align: center;
			font-size: 12px;
			background-color: #f7f7f5;
			margin: 0 0 10px;
			padding: 7px 0;
			width: 56px;
		}
		.container-spec .clm p {
			font-size: 12px;
		}

	/*.container-sub*/
	.container-sub {
		margin-top: 25px;
	}

	.container-pdf {
		margin: 20px 3% 0;
	}

	.container-sub h4 {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
		padding-bottom: 5px;
		border-bottom: 1px solid #999;
	}
	.container-pdf .tab img {
		width: 20px;
		height: 15px;
	}
	.container-touroku .attention {
		margin-top: 20px;
		text-align: center;
	}
		.container-touroku .attention small {
			display: block;
			text-align: right;
			font-size: 9px;
			color: #a0a0a0;
		}

	.common-article {
		margin: 20px 0 0;
		padding: 15px 0 0;
	}
	.common-article h1 {
		font-size: 14px;
		font-weight: bold;
	}

	.container-tag {
		margin: 20px 0 0;
		padding: 15px 3% 0;
		border-top: 1px solid #999;
	}
	.container-tag h1 {
		margin: 0 0 10px;
		padding: 0;
		font-size: 14px;
		font-weight: bold;
	}
	.container-tag table {
		width: 100%;
		border-collapse:separate;
		border-spacing: 0 10px;
	}
	.container-tag th,
	.container-tag td {
		text-align: left;
		vertical-align: middle;
		padding: 10px;
	}
	.container-tag th {
		background-color: #f7f7f5;
		white-space: nowrap;
		width: 70px;
		font-size: 12px;
	}
	.container-tag td a {
		margin-right: 10px;
	}
	.container-tag td a:link,
	.container-tag td a:visited,
	.container-tag td a:hover,
	.container-tag td a:active {
		color: #31a468;
		text-decoration: underline;
		font-size: 12px;
	}

			.context-cart .btn-cart-wrapper {
			float: none;
			/*min-width: 214px;*/
			margin: 0 auto;
			padding: 0 2px 2px;
			width: 71.3%;
		}
			.context-cart .btn-cart {
				box-sizing: border-box;
				display: block;
				padding: 10px 6px;
				text-align: center;
				border-radius: 4px;
				box-shadow: 2px 2px 0px 0px #cc542f;
				-moz-box-shadow: 2px 2px 0px 0px #cc542f;
				-webkit-box-shadow: 2px 2px 0px 0px #cc542f;
				background-color: #f15a24;
				width: 100%;
				color: #fff;
				display: block;
				font-size: 14.5px;
			}

		.context-cart .btn-okiniiri-wrapper {
			float: none;
			/*min-width: 136px;*/
			margin: 15px auto 0;
			padding: 0 0 2px;
			width: 44.4%;
		}
			.btn-okiniiri {
		    box-sizing: border-box;
		    display: block;
		    padding: 4px;
		    text-align: center;
		    border: 2px solid #31a468;
		    border-radius: 4px;
		    box-shadow: 2px 2px 0px 0px #31a468;
		    -moz-box-shadow: 2px 2px 0px 0px #31a468;
		    -webkit-box-shadow: 2px 2px 0px 0px #31a468;
		    color: #31a468;
		    background-color: #fff;
		    width: 100%;
	    }

	#sp-category {
		margin-top: 25px;
		padding: 25px 0 20px;
		border-top: 5px solid #f7f7f5;
	}

	.container-pdf .tab:nth-of-type(2) {
		font-size: 12px;
		line-height: 1.5;
		font-weight: normal;
		/*color: #31a468;
    text-decoration: underline;
    opacity: 1;
    transition: .3s;*/
  }

  #checked-items .sp {
  	position: relative;
  }

  #checked-items .slick_container {
    width:360px; /* 任意の値 */
    margin:0 auto; /* 任意の値 */
    position:relative;
	}

	#checked-items .slick-prev,
	#checked-items .slick-next {
	    width: 8px; /* 画像幅 */
	    height: 16px; /* 画像高さ */
	}
	#checked-items .slick-prev img,
	#checked-items .slick-next img {
		width: 100%;
		height: auto;
	}
	#checked-items .slick-prev:before,
	#checked-items .slick-next:before {
	    content:"";
	}
	#checked-items button.slick-prev,
	#checked-items button.slick-next {
	    z-index:2;
	}
	#checked-items .slick-prev {
		left: -5px; /* 任意の値 */
	}
	#checked-items .slick-next {
		right: -5px; /* 任意の値 */
	}

	#checked-items .slick-arrow{
		z-index:10;/* 値は適当に */
	}

		#content-main-box #checked-items .lists {
			overflow: visible;
			margin: 0 -1.5%;
		}
			#content-main-box #checked-items .list {
				float: left;
				margin: 5px 1.5% 0;
				width: 21.9%;
			}

			#content-main-box #checked-items .list a {
				display: block;
			}
			#content-main-box #checked-items .sp {
				padding: 0 0 20px;
			}
}