@charset "UTF-8";
.c-recommendedCatalog table {margin:8px auto 0;}
.c-recommendedCatalog table td.docLinkImage {overflow:hidden;}
.c-recommendedCatalog table td.docLinkImage img {transition:-webkit-transform .4s;transition:transform .4s;transition:transform .4s,-webkit-transform .4s;} 
.c-recommendedCatalog table td.docLinkImage img:hover {-webkit-transform:scale(1.05);transform:scale(1.05);}
.detailCatalog table {font-size: 16px;line-height: 1.8;margin-top: 30px;}

@media only screen and (max-width:767px){
    /*! Small only */

}