@charset "UTF-8";
/* ///////////////////////////////////////////////////////////////////
  profile
/////////////////////////////////////////////////////////////////// */
#globalNavi ul li:nth-child(2) a { background-position: -198px -60px;}

.table1 { width:100%;}
  .table1 th {
    width: 200px;
    text-align: justify;
    -ms-text-justify: inter-ideograph;
    text-justify: inter-ideograph;
    -moz-text-align-last: justify;
    text-align-last: justify;
  }

  .table1 td h2 {
    font-weight: bold;
    margin-top: 1.0em;
  }

  .table1 td h2 + p {
    margin-top: 0 !important;
  }

  .table1 td h2:first-child {
    margin-top: 0;
  }


#policy {margin-top: 80px;}
  #policy div {
    margin-top: 30px;
    padding: 30px;
    background-color:#F7F4EE;
  }
  #policy h2 {
    font-size: 2.0rem;
    text-align: center;
  }
  
  #policy h3 {
    margin-top: 30px;
    font-weight: bold;
  }
  section#policy p {
    margin-top: 0.5em;
    text-align: left;
  }

  #policy ul li {
    list-style-type:disc;
    margin-top: 0.5em;
    margin-left: 1.25em;
  }