/* 2017/10/27 個人情報の利用目的について */

#contents{
  text-align: left;
  width: 980px;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

#contents .bar {
  background-color: #66C2C3;
  color: #fff;
  display: block;
  width:955px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 40px;
  padding-left: 25px;
}

#contents h3{
  font-size: 17px;
  font-weight: bold;
  color: #10a05e;
  border-top:1px dashed #10a05e;
  border-bottom: 1px dashed #10a05e;
  padding: 10px 0;
  margin: 30px 0;
}

#contents p.content {
  display: block;
  line-height: 200%;
  margin-top: 15px;
  margin-bottom: 20px;
}

#contents ol {
  list-style:decimal;
  line-height: 200%;
  margin-left: 15px;
}

#contents p.contact_right {
  display: block;
  text-align: right;
  margin-top: 15px;
  margin-bottom: 15px;
}

.agree_btn {
 text-align: center;
 width: 960px;
 margin-left: 20px;
 margin-bottom: 30px;
}

.agree_btn input[type="submit"]{
  height: 30px;
  text-align: center;
  border: 1px solid #777;
  padding: 3px 10px;
  color: #666;
  cursor: pointer;

  background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#f5f5f5) );
 -webkit-border-radius: 3px;
 -webkit-box-shadow: 1px 1px 1px #fff;
 background: -moz-linear-gradient(top, #d3d3d3, #f5f5f5);
 -moz-border-radius: 3px;
 -moz-box-shadow: 1px 1px 1px #fff;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d3d3d3,endColorstr=#f5f5f5);
 zoom: 1;
}

#privacy_box {
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  border-left: 1px dashed #ddd;
  height: 340px;
  line-height: 25px;
  overflow-y: scroll;
  margin: 20px auto;
}

#privacy_content{
  padding: 20px;
}

#privacy_content h4 {
  border-left: 7px solid #66C2C3;
  border-bottom: 1px solid #66C2C3;
  color: #66C2C3;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 20px;
}

#privacy_content ol li{
  list-style-type: lower-latin
}
