@charset "UTF-8";
/* CSS Document */

.clearLeft {
  clear: left;
}

#contents table {
  width: 100%;
}
#contents table tr th, #contents table tr td {
  padding: 10px 0;
  vertical-align: top;
}
#contents table.basic tr th, #contents table.basic tr td {
  padding: 15px;
  border: 1px solid #ddd;
}
#contents table tr th {
  text-align: left;
}
#contents table.basic tr th {

  background: #eee;
}
#contents table tr td {
}
#contents table.basic tr td {

}
#contents table tr td p {
  margin: 0;
}
#contents table tr td p.last {
  margin: 0 0 10px;
}
#contents table tr td p span {
  width: 60px;
  margin-right: 15px;
  display: inline-block;
}
#contents table tr td p span.last {
  margin-right: 41px;
}
#contents table tr td a{
  color: #25B5AA;
}

#contents .head {
  background: #2C88B4;
  box-sizing: border-box;
  padding: 12px 15px;
  margin-bottom: 20px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #contents .head {
    margin-bottom: 10px;
  }
  #contents h4,
  #contents h5{
    margin: 30px 10px 15px;
  }
  #contents p {
    margin: 10px 10px 15px;
  }
  #contents table {
    width: 100%;
  }
  #contents table tr th, #contents table tr td, 
  #contents table.basic tr th, #contents table.basic tr td {
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  #contents table tr td p span {
    display: block;
  }
}

