@charset "UTF-8";
@import url("layout.css");
@import url("layout_pc.css");
@import url("layout_tlsp.css");
@import url("common.css");
/*=========================

=========================*/
/*-------------------------

-------------------------*/
/*テーブル1*/
.table1 {
  border-collapse: collapse;
  width: 100%;
}

.table1 th {
  border-bottom: #e3e3e3 1px dotted;
  text-align: left;
  padding: 10px;
  font-weight: normal;
}

.table1 th.t_top {
  border-top: #be1309 4px solid;
}

.table1 td {
  border-bottom: #e3e3e3 1px dotted;
  text-align: left;
  padding: 10px;
}

.table1 td.t_top {
  border-top: #b3b3b3 4px solid;
}

.table1 tr:hover {
  background: #3d80df;
  color: #ffffff;
}

/* PC 769px以上 */
@media print, screen and (min-width: 769px) {
  /*枠*/
  /*テーブル*/
  .table {
    border-collapse: collapse;
    display: table;
  }
  .table .row {
    display: table-row;
  }
  .table .row > div {
    display: table-cell;
    margin: 15px;
    padding: 10px 20px;
    border: 1px solid #ccc;
    background-color: #fff;
  }
  .table .row div:nth-child(1) {
    background-color: #f4f1ea;
    width: 30%;
    text-align: center;
    vertical-align: middle;
  }
  .table .row div a {
    color: #45281c;
    text-decoration: underline;
  }
  .table .row div a:hover {
    text-decoration: none;
    color: #999;
  }
}

/* Tablet 768pxまで */
@media only screen and (max-width: 768px) {
  /*=========================
コンテンツ共通
=========================*/
  /*divテーブル*/
  .table {
    border-collapse: collapse;
  }
  .table .row > div {
    padding: 10px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
  }
  .table .row div:nth-child(1) {
    background-color: #f4f1ea;
    text-align: center;
    vertical-align: middle;
  }
  /*スマホテーブル横スクロール
    テーブルを囲む<div class="scroll"></div>*/
  /*
.scroll {
overflow: auto;　
white-space: nowrap;　
}

.scroll::-webkit-scrollbar{height: 5px;}
.scroll::-webkit-scrollbar-track{background: #F1F1F1;}
.scroll::-webkit-scrollbar-thumb {background: #BCBCBC;}*/
}

/* Mobile 640pxまで */
