@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#pagetitle {
	background: url(../img/products_img/pagetitle_bg.jpg) center top no-repeat #080808;
	background-size: cover;
}

/*------------------------------------------------------------parts*/
#parts .container {
	text-align: center;
	font-size:0;
}
#parts .container ul {
	display: inline-block;
}
#parts .container ul li {
	margin-bottom:10px;
	padding:10px 0;
	background: #fff;
}
#parts .container ul li:last-child {
	margin-bottom:0;
}
#parts .container ul li h4 {
	font-family: 'NotoSerifBold', serif;
	font-size:16px;
}
#parts .container ul li img {
	width: 100%;
	max-width: 400px;
	height: auto;
}
@media print, screen and (min-width:768px) {
#parts .container ul {
	display: inline-block;
	font-size:0;
}
#parts .container ul li {
	display: inline-block;
	width:49%;
	max-width: 400px;
	margin-bottom:0;
	background: #fff;
}
#parts .container ul li:first-child {
	margin-right:2%;
}
}
@media print, screen and (min-width:992px) {
#parts .container ul li {
	display: inline-block;
	width:400px;
}
#parts .container ul li:first-child {
	margin-right:20px;
}
}

/*------------------------------------------------------------products_list*/
#products_list ul {
	font-size:0;
	text-align: left;
}
#products_list ul li {
	display: inline-block;
	width:49%;
	margin-bottom:20px;
	margin-right: 2%;
	text-align: center;
	vertical-align: top;
}
#products_list ul li:nth-child(2n) {
	margin-right: 0;
}
#products_list ul li a {
	display: block;
	text-decoration: none;
	color:#080808;
}
#products_list ul li a:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#products_list ul li a figure {
	position: relative;
	height: 100px;
	margin-bottom:5px;
}
#products_list ul li a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
#products_list ul li a h4, #products_list ul li a h5 {
	margin-bottom:4px;
	line-height: 1.2;
}
#products_list ul li a p {
	line-height: 1.2;
	color:#d80000;
}
@media print, screen and (min-width:480px) {
#products_list ul li {
	width:32%;
}
#products_list ul li:nth-child(2n) {
	margin-right: 2%;
}
#products_list ul li:nth-child(3n) {
	margin-right: 0;
}
}
@media print, screen and (min-width:768px) {
#products_list ul li a figure {
	height: 140px;
}
}
@media print, screen and (min-width:992px) {
#products_list ul li {
	width:23.5%;
	margin-bottom:30px;
}
#products_list ul li:nth-child(3n) {
	margin-right: 2%;
}
#products_list ul li:nth-child(4n) {
	margin-right: 0;
}
#products_list ul li a figure {
	height: 200px;
}
}

/*------------------------------------------------------------products_detail*/
/* slider */
.slideimg {
	margin-bottom:30px;
	text-align: center;
}
.bxslider {
	margin:0 auto;
}
.bxslider li {
	height: 300px;
}
.bxslider img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.bx-pager {
	font-size:0;
	text-align: center;
}
.bx-pager a {
	position: relative;
	display: inline-block;
	width:31.33%;
	height: 80px;
	margin: 10px 1% 0;
	box-sizing: border-box;
}
.bx-pager a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media print, screen and (min-width:480px) {
.bx-pager a {
	width:100px;
	margin: 10px 5px 0;
	box-sizing: border-box;
}
}
@media print, screen and (min-width:768px) {
.bxslider li {
	height: 360px;
}
}
@media print, screen and (min-width:992px) {
#products_detail {
	font-size:0;
}
#products_detail .slideimg, #products_detail .detail {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
#products_detail .slideimg {
	margin-right: 2%;
}
.bxslider li {
	height: 480px;
}
}

.detail table th {
	white-space:nowrap;
}

.detail table td.price {
	color:#d80000;
}

.link ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
.link ul li {
	margin-bottom: 10px;
}
@media print, screen and (min-width:768px) {
.link ul {
	margin-top: 0;
	margin-bottom: 20px;
	font-size:0;
}
.link ul li {
	display: inline-block;
	margin:0 10px;
}
}

