/**************************************************
		PC
**************************************************/

P{color:black;}
th {color:black;}
td{color:black;}

@media screen and (min-width:768px){
.nowProduct a {
	color:#0064c8;
}


#productsListBox ul li:nth-child(1) {
		background:url(../images/products_list1_bg.jpg) no-repeat center;
		background-size:cover;
	}
	#productsListBox ul li:nth-child(2) {
		background:url(../images/products_list2_bg.jpg) no-repeat center;
		background-size:cover;
	}
	#productsListBox ul li:nth-child(3) {
		background:url(../images/products_list3_bg.jpg) no-repeat center;
		background-size:cover;
	}
	#productsListBox ul li:nth-child(4) {
		background:url(../images/products_list4_bg.jpg) no-repeat center;
		background-size:cover;
	}
	#productsListBox ul li:nth-child(5) {
		background:url(../images/products_list5_bg.jpg) no-repeat center;
		background-size:cover;
	}
	#productsListBox ul li:nth-child(6) {
		background:url(../images/products_list6_bg.html) no-repeat center;
		background-size:cover;
	}
	@media only screen and (-webkit-min-device-pixel-ratio : 2),only screen and (min-device-pixel-ratio : 2){
		#productsListBox ul li:nth-child(1) {
			background:url(../images/products_list1_bg%402x.jpg) no-repeat center;
			-webkit-background-size:cover;
			background-size:cover;
		}
		#productsListBox ul li:nth-child(2) {
			background:url(../images/products_list2_bg%402x.jpg) no-repeat center;
			-webkit-background-size:cover;
			background-size:cover;
		}
		#productsListBox ul li:nth-child(3) {
			background:url(../images/products_list3_bg%402x.jpg) no-repeat center;
			-webkit-background-size:cover;
			background-size:cover;
		}
		#productsListBox ul li:nth-child(4) {
			background:url(../images/products_list4_bg%402x.jpg) no-repeat center;
			-webkit-background-size:cover;
			background-size:cover;
		}
		#productsListBox ul li:nth-child(5) {
			background:url(../images/products_list5_bg%402x.jpg) no-repeat center;
			-webkit-background-size:cover;
			background-size:cover;
		}
		#productsListBox ul li:nth-child(6) {
			background:url(../images/products_list6_bg%402x.html) no-repeat center;
			-webkit-background-size:cover;
			background-size:cover;
		}
	}
}