@media screen and (max-width: 2000px) {
/* Index Slide - Slick - */
.slick .product-items {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
	margin: 0 .5rem 0 0;
    text-align: center;
    background-color: #FFF;
    text-decoration: none;
-ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.slick .slick-prev:before,
.slick .slick-next:before {
   color: black;
}
.slick .product-items a {
    text-decoration: none;
}
.slick .product-items a:hover{
    text-decoration: none;
}
.slick .product-items:hover{
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    text-decoration: none;
}
.slick .product-items img{
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.slick .product-items dl {
    color: #000;
	height: auto;
}
.slick .product-items dt {
    color: #000;
	height: auto;
}

@media (min-width: 576px) {
    .slick .product-items dt img {
        height: 200px;
        object-fit: cover;
    }
}

.slick .product-items dd.boatname {
    color: #006699;
    font-size: 1.0625rem;
    line-height: 1rem;
}
.slick .product-items dd.categories {
    color: #666666;
    font-size: 0.75rem;
    line-height: 1rem;
}
.slick .product-items dd.price {
    color: #000;
    font-size: 1.25rem;
    line-height: 1rem;
}
.slick .product-items dd.price strong {
    color: #C00;
    font-size: 1.25rem;
    line-height: 1rem;
}

/* Search Items - 4ColumnBox - */
.o-4column { padding-left: 10px; padding-right: 10px; }
.o-4column .product-items {
    position: relative;
    padding: 0 5px;
    margin-bottom: 10px;/* 20171227追加*/
}
.search .product-items a {
    background-color: #FFF;
}
.search .product-items a:hover{
    text-decoration: none;
}
.search .product-items:hover{
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    text-decoration: none;
}
.search .product-items img{
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.search .product-items dl {
    color: #000;
    background: #FFF;
	height: 100%;/* 20171227変更 auto→100%*/
    text-align: center;
    box-shadow: 0 0 5px gray;
}
.search .product-items dt {
    color: #000;
	height: auto;
}

@media (min-width: 576px) {
    .search .product-items dt img {
        height: 200px;
        object-fit: cover;
    }
}

.search .product-items dd {
    line-height: 1.125rem;
}
.search .product-items dd.boatname {
    color: #069;
    font-size: 1.25rem;
}
.search .product-items dd.categories {
    color: #666;
}
.search .product-items dd.price {
    color: #000;
    padding-bottom: 40px;
    font-weight: bold;
}
.search .product-items dd.price strong {
    color: #C00;
}
.search .product-items dd.form-inline {
    position: absolute;
    bottom: 0;
    width: 97%;
    padding: 10px 20px 0 20px;
    border-top: #e4e4e4 1px solid;
}
.search .product-items dd.form-inline label {
    width: 100%;
    margin: 0 auto;
}

}