@charset "UTF-8";


#main_head h2 {
  position: absolute;
  left: 70px;
  top: 55px;
}

#main_head p {
  position: absolute;
  left: 80px;
  top: 100px;
}


.sub {
  margin-left: 30px;
  width: 720px;
}

.sub h3 {
  margin-bottom: 10px;
  font-size: medium;
  font-weight: bold;
  color: #17b9ff;
}

.sub table {
  width: 720px;
  border: 2px solid #e1e1e1;
  margin-bottom: 20px;
}

.sub th {
  width: 140px;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px dashed #e1e1e1;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}

.sub td {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px;
  line-height: 1.6;  
}

.sub th.bottom , td.bottom {
  border-bottom: none;
}

.notice {
  color: #CC0000;
}


.order {
  text-align: center;
}

.order p {
  margin: 10px;
}
