@charset "UTF-8";
/* CSS Document */
/*pページ全体*/
.narrow #main {
  margin: 0 auto;
  width: 760px;
  padding: 0;
  background-image: none;
}
/*ページ内容*/
#content h2 {
  padding-top: 20px;
  font-size: 16px;
}
#content .indent {
  text-indent: 15px;
}
#content .space {
  padding-top: 15px;
}
#content ul {
  line-height: 1.5em;
  width: 100%;
  padding-left: 10px;
  list-style-type: none;
}
#content ul li {
  padding-top: 8px;
}
#content span {
  font-size: 10px;
}
#content .reset {
  margin: 0px;
  padding: 0px;
}
#content table.tb {
  margin-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
#content table.tb th, #privacy #content table.tb td {
  padding: 3px 5px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  vertical-align: top;
  line-height: 1.5em;
}
#content table.tb th {
  background-color: #ebebeb;
  text-align: center;
  vertical-align: middle;
  color: #666;
  white-space: nowrap;
}
#content table.tb td span {
  font-size: 10px;
  color: #666;
}
#content table.tb td ol {
  margin-bottom: 0;
}
#content table.tb td p.att {
  padding-top: 5px;
  font-size: 10px;
}
#content table.note {
  margin-bottom: 15px;
}
#content table.note th, #privacy #content table.note td {
  vertical-align: top;
  font-size: 10px;
  line-height: 1.5em;
  color: #666;
}
#content table.note th {
  padding-right: 5px;
  white-space: nowrap;
  font-weight: normal;
}
#content table.ntb {
  margin-bottom: 15px;
}
#content table.ntb th, #privacy #content table.ntb td {
  padding: 2px 0;
  vertical-align: top;
  line-height: 1.5em;
}
#content table.ntb th {
  padding-right: 5px;
  white-space: nowrap;
  font-weight: normal;
  text-align: left;
}
#content table td {
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  padding: 5px;
}
#content table {
  width: 80%;
}
.disc {
  display: block;
  padding-left: 1em;
}
.disc li:before {
  content: "・";
  display: block;
  float: left;
  margin-left: -1em;
  width: 1em;
  text-align: center;
}
/*レスポンシブ*/
@media screen and (max-width:640px) {
  .narrow #main {
    width: auto;
  }
  #content h2 {
    padding: 0 15px;
  }
  #content p, #content h3 {
    padding: 0 15px;
  }
  #content ul {
    width: auto;
  }
  #content ul li {
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.narrow #content .n_padin {
    padding-bottom: 40px;
}