@charset "Shift_JIS";
.c5-container {
  font-family: Meiryo,"メイリオ","ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
  color: #333;
  text-align: center;
  font-size: 96.875%;  /*15.5px*/
  padding: 15px 10px;
}

h1, h2, h3, h4, h5, h6, dl, dt, dd, p, li, textarea {
  line-height: 1em;
  font-size: 100%;
}

img {
  border: none;
  vertical-align: bottom;
}

ol, ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
}


.txt-link {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}
.txt-link:hover {
  text-decoration: none;
}


.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.pageTtl-box {
  display: none;
}

.floatL {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-right: 15px;
}

.floatR {
  box-sizing: border-box;
  float: right;
  width: 50%;
  padding-left: 15px;
}
