/* -------------------------------- 

Product style

-------------------------------- */
/* -------------------------------- 

スライド画像

-------------------------------- */
.cd-hero-slider li:first-of-type {
  background-color: #2c343b;
  background-image: url(../img/top.jpg);
}

/* -------------------------------- 
製品ラインナップ
-------------------------------- */
#product .product-L{
    width: 100%;
	font-size: 1.4rem;
	overflow: hidden;
} 
#product .product-R{
    width: 100%;
	text-align: center;
}
  
@media only screen and (min-width: 768px) {
	#product .product-L{
    width: 68%;
	float: left;
	margin-right: 30px;
	overflow: hidden;
	} 
	#product .product-R{
    width: 28%;
	overflow: hidden;
	}
}

#sec01 img{
            border: 1px solid #ccc;
            }
.match-Height {
    position: relative;
    padding-bottom: 50px;
}

#product a:hover{
                  text-decoration: underline;
                  } 