@charset "UTF-8";

.ss_contents{
    width: 850px;
}
/*2018/10/17*/
/* セミナービュー画面　フローボタン削除（id名は該当フローに管理画面で設定） */
#hide_btn{
  display:none;
}

/* 2022/11/07 */
/* タイムテーブル */
@media screen and (min-width: 767px) {
  .tile{height: 31px;}
}

/* 2023/11/09 */
.company_logo {
  display: flex;
  align-items: center;
}
ul > .company_logo img {
  margin: 0;
}

/* 色調整 */
.table-striped tbody > tr:nth-child(2n+1) > th,
.table-striped tbody > tr th,
.table-hover tbody tr:hover > th,
.global_nav,
.headline:before,
.tbl_about th,
.tbl_lineup thead th,
.tbl_timetable th,
.wrap_howto .number {
background-color: #4a331f;
}
.link:before, .link_new:before,
.tbl_lineup a:before {
border-color: transparent #4a331f;
}
.crosshead {
border-left:solid 6px #4a331f;
}
.subhead,
ul.list_dot li:before {
color:#4a331f;
}
.title h2:before,
.global_nav a:hover {
background-color: #856444;
}

/* 2024ロゴサイズ調整 
.global_header h1 img {
  height: 70px;
}*/
/*サイズ調整 */
img[src*="NEC_logo.jpg"]{
  max-width: 210px;
  height: auto;
}