@charset "utf-8";

#content h4 {
  margin-bottom: 10px;
}

/*.toplink
-------------------------------------------------------------------*/
#content .toplink {
  overflow: hidden;
  clear: both;
  margin-bottom: 20px;
}
#content .toplink li {
  width: 310px;
  float: left;
  margin-right: 20px;
}
#content .toplink li.none {
  margin-right: 0;
}

/*.order
-------------------------------------------------------------------*/
#content .order {
  margin: 0 5px 23px 0;
}
#content .order span {
  font-weight: bold;
}

/*.samebox
-------------------------------------------------------------------*/
#content .samebox {
  overflow: hidden;
  clear: both;
  margin: 0 5px 15px 0;
}
#content .samebox02 {
  margin-bottom: 30px;
}
#content .samebox .imgl {
  float: left;
  margin-top: 5px;
}
#content .samebox p {
  margin-left: 222px;
}

/* table
-------------------------------------------------------------------*/
#method table {
  margin-bottom: 10px;
}
#method table th {
  width: 159px;
  font-weight: bold;
  color: #e65972;
  vertical-align: middle;
  padding: 14px 0 13px 19px;
}
#method table td {
  padding: 14px 25px 13px 19px;
}

#content .free {
  margin: 0 5px 36px 0;
}

/* #about
-------------------------------------------------------------------*/
#about {
  margin-bottom: 34px;
}
#about .lead {
  margin: -4px 5px 23px 0;
}

#about .work {
  overflow: hidden;
  clear: both;
  margin-bottom: 23px;
}
#about .work02 {
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: #ccc 1px dashed;
}
#about .work .image {
  padding: 5px 0 7px;
}
#about .work p {
  padding-bottom: 25px;
}
#about .work p.last {
  padding-bottom: 0;
}
#about .work .imgl {
  float: left;
  margin-top: 5px;
}
#about .work dl {
  margin-left: 222px;
}
#about .work dd {
  padding: 8px 12px 0 0;
}

@media screen and (max-width: 680px) {
  #content .toplink li {
    width: 48%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 480px) {
  #content .toplink li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  #content .samebox .imgl,
  #about .work .imgl {
    float: none;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  #content .samebox p,
  #about .work dl {
    margin-left: 0;
  }
  #about .work dl dt {
    text-align: center;
  }
}
