@charset "UTF-8";
/* CSS Document */

/************************

products index css

date.20170830
************************/

.title-bar > .inner {
	background: url(/global/img/products/vi_products.jpg) no-repeat left top;
	background-size: contain;
}
@media screen and (max-width: 767px) {
	.title-bar > .inner {
	  background: url(/global/img/products/vi_products.png) no-repeat right top;
	  background-size: cover;
	}
}
@media screen and (max-width: 568px) {
	.title-bar > .inner {
    	position: relative;
    	width: 100%;
    	height: 270px;
    	margin: auto;
    	background: url(/global/img/products/vi_products.png) no-repeat right top;
    	background-size:cover;
  	}
}
#sort {
	position: relative;
    /*padding-left: 110px;*/
}

#sort li.btn{
	margin: 0 0.25em 1em;
	/*text-transform: none;*/
}
/*#sort li.btn:first-child {
	display: block;
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 14px;
    line-height: 78px;
}*/
#itemList {
	overflow: hidden;
}
#itemList .item {
	float: left;
	width: calc(100%/3 - 16px);
    margin: 8px;
	height: 310px;
	background: #fcfcfc;
}
dt.title{
	line-height: 1.3;
}
dd.tag{
	line-height: 1.7;
}
dd .new{
	
	color:#F00;
	font-size: 70%;
	border:solid 1px #F00;
	padding: 1px 20px;
}
dd .new{
	color:#F00;
	font-size: 12px;
	border:solid 1px #F00;
	padding: 1px 20px;
}
	dd .category{
	color:#000000;
	font-size: 12px;
	border:solid 1px #000000;
	padding: 1px 20px;
}
dd .soldout{
	color:#999999;
	font-size: 12px;
	border:solid 1px #999999;
	padding: 1px 20px;
}
@media screen and (max-width: 767px) {
	#itemList .item {
  		float: left;
  		width: calc(100%/2 - 18px);
    	margin: 8px;
  		height: 310px;
		background: #fcfcfc;
	}
}
@media screen and (max-width: 568px) {
	#itemList .item {
		float: left;
		width: calc(100%/1 - 30%);
		margin: 8px 70px;
		height: 310px;
		background: #fcfcfc;
	}
}
#itemList .item img {
	width: 100%;
	display: block;
	margin-bottom: 0.25em;
}

#itemList .item a {
	display: block;
}
#itemList .item a:hover {
text-decoration: none!important;
color: #e84735;
transition: all .15s ease-in-out;
-o-transition: all .15s ease-in-out;
-moz-transition: all .15s ease-in-out;
-webkit-transition: all .15s ease-in-out;
}
#itemList .item a:hover dd:nth-of-type(2) {
	color:#333;
}
#itemList .item dl {
	padding: 0 0.5em 1em;
}
#itemList .item dl dt{
	padding-bottom: 0.3em;
}
