@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

.header {
    border-top: 4px solid #3fb1b4;
    box-shadow: none;
}
#logo {
  padding: 0 0 0 5px;
  text-align: left;
}
#logo, #logo img, .desktop-nav li a,#drawer__open {
    height: 90px;
    line-height: 90px;
    object-fit: contain;
}
#inner-header {
padding: 5px 0 0!important;
}
.footer {
    border-top: 4px solid #3fb1b4;
}

/*--------------------------------------
 表
--------------------------------------*/
.entry-content table {
    border: 2px solid #777;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0;
    overflow: hidden;
    text-align: center;
    width: 98%;
    margin: 0 auto 20px auto!important;
}
.entry-content table th {
    color: white;
    font-size:1.1em;
    background: #8ce6ec;
    border-bottom: none;
    padding: 10px 0;
    letter-spacing: 0.15em;
}
.entry-content table td {
    color:#414141;
    padding:15px 10px;
    border-bottom: 1px solid #ccc;
    text-align: left;
}
.entry-content table tr:last-child td {
    border-bottom: none;
}
.entry-content table td:not(last-child) {
    border-right: 1px solid #ccc;
}
.entry-content td:last-child {
    border-right: 0!important;
}
.entry-content table td:nth-child(1) {
    background-color: #f0f0f0;
}
/***** 薄い背景　別ver *****/
/*
.entry-content table td:nth-child(2) {
    background-color: #8ce6ec0d;
}
.entry-content table tr:nth-child(odd) {
    background-color: #8ce6ec0d;
}
.entry-content table tr:nth-child(even) {
    background-color: #8ce6ec0d;
}
*/