/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;  
}

.tm-top-a .uk-panel-box {
  padding: 0;
  border: none;
  background: none;
}

table {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  background: none #fff;
}

th, td {
  padding: 14px 20px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

th {
  background: none #eee;
}

script {
  display: inline;
}

.uk-list-line li {
  background: url(../../../images/common/arrow.png) no-repeat;
  padding-left: 20px;
  background-position-y: 50%;
}

.rinen p {
  font-size: 130%;
}

.table-rinen {
  border: none;
  background: none;
}

.table-rinen td {
  padding: 0;
  border: none;
}

.information .uk-article-title {
  font-size: 20px;
}

.rinen {
  margin-top: 60px;
}

.tm-footer {
  height: 300px;
  overflow: hidden;
}

.construction .uk-panel-title {
  float: left;
  width: 100%;
  margin: 10px 0;
  padding: 4px 10px;
  background: none #1DA142;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .wk-gallery-wall {
    text-align: center;
  }
  .wk-gallery-wall>* {
    float: none;
  }
  .wk-gallery-wall.margin {
    margin: 0 0 30px 0;
  }
  .uk-article-title {
    font-size: 20px;
  }
  th,td {
    display: block;
  }
  .tm-logo-small p {
    position: relative;
    top: -52px;
  }
  .uk-navbar-center {
    max-width: 65%;
  }
  .rinen {
  margin-top: 0px;
  }
  .tm-footer {
  height: 240px;
  overflow: hidden;
  }
  .copyright {
    position: relative;
    top: -6px;
  }
}

@media (min-width: 768px) and (max-width: 968px;) {
  .tm-footer {
  height: 280px;
  overflow: hidden;
  }  
}