@charset "utf-8";

/* ---------------------------------------- 入会のご案内 */

/* 共通 */
#container-box {
  margin-top: 20px;
}
#main-box {
  width: 100%;
}
#main-box .title {
  margin-bottom: 15px;
  color: #00693e;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}
#main-box .body {
  font-size: 12px;
  line-height: 16px;
}
#main-box .body a:link { text-decoration: underline; }
#main-box .body a:visited { text-decoration: underline; }

#main-box .entry-button {
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
#main-box .reader-logo {
  width: 100px;
  float: left;
}
#main-box .reader-desc {
  float: left;
  font-size: 11px;
}
#kaisoku-box {
  padding: 5px;
  margin-top: 15px;
  height: 360px;
  overflow: auto;
  border:1px solid #bbb;
}
.shou-table td {
  color: #00693e;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px dashed #ccc;
}
.kaisoku_jo {
  color: #00693e;
  font-size: 12px;
}
.jou-table {
  margin: 5px 0;
  font-size: 12px;
}
.jou-table .header {
  width: 60px;
}
.info-box { margin-top: 20px; }
.info-header {
  float: left;
  width: 110px;
}
.info-body {
  float: left;
  width: 456px;
}
.info-table {
  margin-top: 15px;
}
.info-table h2 {
  font-size: 12px;
  margin: 0 0 5px 5px;
}
.info-table table {
    width: 530px;
    border: 1px #d3d3d3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}
.info-table th {
    padding: 5px;
    border: #d3d3d3 solid;
    border-width: 0 0 1px 1px;
    background: #e5e5e5;
    font-weight: normal;
    line-height: 120%;
    text-align: center;
}
.info-table td {
    padding: 4px;
    border: 1px #d3d3d3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}
.info-table .table-footer {
  width: 530px;
  text-align: right;
  display: block;
}

.neibo-table {
    width: 485px;
	text-align: center;
}

.neibo-table table {
    width: 480px;
	border: 1px #d3d3d3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}
.neibo-table th {
    padding: 5px;
    border: #d3d3d3 solid;
    border-width: 0 0 1px 1px;
    background: #e5e5e5;
	font-size: 14px;
    line-height: 120%;
    text-align: center;
}
.neibo-table td {
    padding: 4px;
    border: 1px #d3d3d3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
}
.neibo-table2 {
    width: 485px;
}














