/*
Theme Name:STORY_child
Template:story_tcd041
Version:1.6
*/

body {
    background: #263238;
    color: #999;
}

h1.logo {
    top: 0;
}

h3 {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.5em !important;
}

div.logo-image {
    top: 0;
}

img.h_logo {
    height: 92px;
    margin-top: 4px;
}
@media only screen and (max-width: 1200px) {
    img.h_logo {
        height: 56px;
        margin-top: 0;
    }
}

img.s_logo {
    height: 56px;
}

.global-nav > ul > li > a {
    padding: 0 19px;
}


/* responsive.css の編集 */

@media only screen and (max-width: 1200px) {
    .header-bar {
      border-bottom: 1px solid #455a64 !important;
    }
}
@media only screen and (max-width: 1200px) {
    .global-nav-button {
      border-left: 1px solid #455a64 !important;
    }
    .global-nav-button:before {
      color: #78909c !important;
    }
  }


/* Topスライダー内の丸を透明に */

.top-slider-content-inner {
    opacity:0.8;
}


/* company */

.post-content th {
    background-color: transparent;
}
.post-content td {
    background-color: transparent;
}
.wp-block-table.is-style-stripes {
    border-bottom: none;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #37474f !important;
}

/* 表の一列目を折り返し禁止に */
.wp-block-table td:nth-child(odd) {
    white-space: nowrap;
}