/*
Theme Name: mutation_child
Template: mutation
*/
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
/* テーブルに枠線を表示する */
.entry-content table {
    border: 1px solid #EDEDED;
}
/* すべてのセルに枠線を付加する */
.tablepress thead th,
.tablepress tbody tr:first-child td,
.tablepress tbody td,
.tablepress tfoot th {
    border: 1px solid #ccc !important;
}
/*----------------*/
#footer-bottom #copyright {
    color:#fff;
}
#menu-menu-1 {
    color:#ff0000;
}
#menu-menu-1 ul li a .menu_title {
    color:#fff ;
}
.info-name {
    color:#fff;
}
.menu-item-has-children {
    color:#fff;   
}
.textwidget p {
    color:#fff;
}
.nav li a {
    font-size:16px;
    color:#000;
}/*Topページメニュー第一階層*/

.category #nav-topbar a{color:#ffff00;}
.page #nav-topbar a{color:#ffffff;}
.single #nav-topbar a{color:#ffffff;}

/*.category #nav-topbar a,.page #nav-topbar a,.single #nav-topbar a{color:#dfdfdf!important}*/
.category #nav-topbar a{color:#000000;}
.page #nav-topbar a{color:#000000;}
.single #nav-topbar a{color:#000000;}
/*footerロゴマーク*/
#footer-bottom #footer-logo {max-height: 125px;}
