@charset "utf-8";

/* ===================================================================
css information

File Name  : tradelaw.css
Author     :
Style Info :
=================================================================== */

/*====================================================================

▼/tradelaw

=================================================================== */

.layout-tradelaw #container-main { padding-bottom:30px; }
.layout-tradelaw .cmn-table-1 a { 
-webkit-transition: color 0.3s ease;
transition: color 0.3s ease; 
}

/* hover */
.layout-tradelaw .cmn-table-1 a:hover { color:#1f44b1; }

@media screen and (max-width:768px){
.layout-tradelaw #container-main { padding-bottom:5px; }
.layout-tradelaw .cmn-table-1 a:hover { color:#333; }
}



