@charset "UTF-8";

/* --- フォーム入り口 --- */

#privacy {
  overflow-y: auto;
  width: 775px;
  _width: 760px;
  height: 300px;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #999999;
  border-left: 2px solid #000000;
  border-right: 2px solid #999999;
}

#privacy h2 {
  width: 775px;
  _width: 760px;
  margin-bottom:10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  text-align: center;
  font-size: 15px;
}

#privacy h3 {
  margin-bottom: 5px;
  padding: 5px;
  background-color: #45a306;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}

#privacy ol {
  margin-top: 5px;
  margin-bottom: 10px;
}

#privacy ol li {
  list-style-type: decimal;
  list-style-position: outside;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-left: 30px;
  margin-right: 5px;
}

#privacy dl {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 5px;
}

#privacy dl dt {
  font-weight: bold;
}

#privacy dl dd {
  margin-top: 2px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 5px;
}

#privacy p {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

#privacy table {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

#privacy table tr th {
  padding: 5px;
  border: 1px solid #000000;
  font-size: 12px;
  font-weight: bold;
}

#privacy table tr td {
  padding: 5px;
  border: 1px solid #000000;
  font-size: 12px;
}

#privacy_button {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
}

#privacy_button form {
  float: left;
  width: 49%;
}

#privacy_button form input {
  width: 150px;
}
