@charset "UTF-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
fieldset, input, textarea, p, blockquote, th, td, figure{
  margin: 0;
  padding: 0;
}
html{
  overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
  font-size: 100%;
  font-weight: normal;
}
ol, ul{
  list-style:none;
}
fieldset, img{
  border:0;
}
table{
  border-collapse: collapse;
  border-spacing:0;
}
caption, th{
  text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
  font-style: normal;
  font-weight: normal;
}
body {
  font:13px 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', arial, helvetica, clean, sans-serif;
  *font-size:small;
  *font:x-small;
}

table {
  font-size:inherit;
  font:100%;
}

a {
  text-decoration: none;
  color: #0067c0; }

.route a {
    color: #f73300;
    text-decoration: underline;
}
body {
  color: #3d3d3d;
  -webkit-text-size-adjust: 100%; }

:root * {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

:root * img {
  vertical-align: bottom;
}

.wrapper {
}

#contents {
  width: 980px;
  margin: 0 auto;
  padding: 25px 0;
}

#contents:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

#header {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #d2d2d2;
}

#footer {
  margin-top: 75px;
  background: #fbfaec;
}

.s_btn_gototop a {
  display: none;
  position: fixed;
  width: 56px;
  height: 56px;
  background: url(../images/cmn_icn_pagetop01.png) no-repeat left top;
  right: 10px;
  bottom: 50px;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
}

.m_fr {
  float: right;
}

.e_frm_require_default {
  display: inline-block;
  margin-top: -3px;
  padding: 3px 5px;
  background: #c00;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  font-weight: normal;
  line-height: 1.6em;
}

.policy-remark {
  margin: 0 0 10px 5px;
}

.remark-title {
  font-weight:bold;
}
.remark-link {
}

section table {
  width: 100%;
}

section th, section td {
  padding: 10px;
  border: 1px solid #ddd;
}
section th {
  background: #f4f4f4;
}

.ryui-tbl th {
  width: 30%;
}

.ryui-tbl-title {
  font-weight: bold;
}

.ryui-tbl-caution {
  margin-left: 20px;
  margin-bottom: 5px;
}
@media only screen and (max-width:480px) {
  .ryui-tbl { margin: 0 -10px; }
  .ryui-tbl th,
  .ryui-tbl td {
    width: 100%;
    display: block;
    border-top: none;
  }
  .ryui-tbl tr:first-child th { border-top: 1px solid #ddd; }
  .ryui-tbl-caution {
    margin: auto;
  }
}
