@charset "utf-8";

/*
 Theme Name: genova_tpl Child
 Template: genova_tpl
 Description: Child theme of genova_tpl.
 Author: Site Owner
 Version: 1.0.0
*/

@import url("../genova_tpl/style.css");

#header .header_menu .g_nav {
    max-width: 910px;
}

@media screen and (max-width: 1500px) {
    #header .header_menu .g_nav {
        max-width: 805px;
    }
}

@media screen and (max-width: 999px) {
    #header .header_menu .g_nav {
        max-width: 680px;
    }
}

a:hover {
    opacity: 0.8;
}

.table_a td a {
    text-decoration: underline;
}