@charset "UTF-8";
/* TEMPLATE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ High Resolution parts */
/* TEMPLATE High Resolution parts end*/
/*===================================================
index
===================================================*/

/* INTERFACE */
main .about-section .content-inner {
  max-width: 800px;
  overflow: hidden;
}
main .about-section .content-inner table {
  width: 100%;
}
main .about-section .content-inner table tr {
  border-bottom: 1px solid #ccc;
}
main .about-section .content-inner table tr:first-child {
  border-top: 1px solid #ccc;
}
main .about-section .content-inner table tr th {
  padding: 20px;
  width: 25%;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
main .about-section .content-inner table tr td {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
main .about-section .content-inner table tr td .sub-head {
  font-weight: bold;
}
