#container {
  width: 1200px;
  margin: 100px auto 0;
  padding: 0px 0px 60px;
  font-size: 15px;
  line-height: 1.5em;
  color: #666;
  min-width: 1200px;
  letter-spacing: normal;
  padding-left: 20px;
}
#container strong {
  font-weight: bold;
}

.em {
  margin-top: 30px;
  font-weight: 800;
  color: #000;
  font-size: 1.7em;
  display: block;
}

.policy_h5 {
  padding: 30px 0 10px;
}

.policy_h5 h5 {
  font-weight: 700;
  color: #363636;
  font-size: 22pt;
  padding: 4px 0 14px;
}

.policy_h5 p {
  font-size: 11pt;
  color: #777;
  line-height: 170%;
  padding: 5px 0 15px 0;
}

.policy_top {
  background: #f0f0f0;
  border: 1px solid #ddd;
  padding: 18px 35px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.policy_top a {
  width: 33%;
  padding: 4px 0 4px 10px;
  width: 32%;
  background: url(/img/policy/aside_off.png) no-repeat 0 10px;
}

.policy_top.none a {
  background: none;
}

.policy h6 {
  font-size: 11pt;
  color: #9e8964;
  font-weight: 700;
  padding: 30px 0 8px 0;
}

.policy > div {
  line-height: 150%;
  word-wrap: break-word;
}

.policy ol li {
  padding-bottom: 6px;
}

.policy ol li > span,
.policy ol li > p {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}

.policy ol li > span {
  width: 15px;
  margin-left: -4px;
}

.policy ol li > p {
  width: 1180px;
}

.policy > div > ol {
  padding-left: 20px;
}

.policy > div > ol p {
  width: 980px;
}

.policy > div > ol li {
  padding-bottom: 8px;
}

.policy > div > p {
  padding: 5px 0;
}

.textarea_style {
  border: 1px solid #c3d3de;
  resize: none;
  display: block;
  width: 96%;
  padding: 3px 0 3px 8px;
  margin: 4px 0;
  box-sizing: border-box;
}

.tableType1 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 0;
}

.tableType1 th,
.tableType1 td {
  border: 1px solid #ccc;
  text-align: left;
  padding: 12px 6px 11px 12px;
}

.tableType1 th {
  background: #f3f3f3;
  font-weight: bold;
  color: #444;
}

.tableType1 td {
  background: #fff;
}

.tableType1 thead th {
  text-align: center;
  padding: 8px 0 7px;
}

.tableType1 td.cen {
  padding: 12px 0 11px;
  text-align: center;
}

.tableType1 td .bookimg {
  width: 80px;
}

.tableType1 td a {
  color: #55acee;
  text-decoration: underline;
}

.tableType1 input[type=text],
.sheet input[type=password] {
  border: 1px solid #c3d3de;
  height: 27px;
  padding-left: 4px;
  vertical-align: middle;
  margin: 0 6px 0 0;
}

.tableType1 input[type=image] {
  vertical-align: middle;
  margin: 0 6px 0 0;
}

.tableType1 input[type=radio],
.sheet input[type=checkbox] {
  margin-top: -1px;
}