@charset "utf-8";
/* for PC */
@media print, screen and (min-width: 751px) {
  #mainTitle #back {
    position: absolute;
    left: 880px;
    top: 32px;
  }
  #mainTitle #back a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
  #mainContents th {
    white-space: nowrap;
    width: 16%;
  }
  #more {
    cursor:pointer;
    margin-top: 40px;
  }
  #more a {
    text-align: center;
    background-color: #f0f0f0;
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 30px 0;
    display: block;
    color: #333;
    font-size: 	1.143em; /* 16px/14px */
  }
  #more .moreIcon {
    width: 23px;
    height: 23px;
    margin-right: 10px;
    display: inline-block;
  }
  #more a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  #mainContents .boxTable table{
    margin-top: 10px;
    
  }

  .boxTable table.spaceP {
    margin-top: 20px;
  }
  .boxTable em {
    font-size: 1.3em;
  }
  .flat {
    clear: both;
    padding-top: 30px;
  }
}
/* for SP */
@media only screen and (max-width: 750px) {
  .boxTable th {
    white-space: nowrap;
  }
  #more {
    margin-top: 20px;
  }
  #more a {
    color: #333;
    font-size:1.6rem;
    text-align: center;
    background-color: #f0f0f0;
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 20px 0;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
  }
  #more .moreIcon {
    width: 23px;
    height: 23px;
    margin-right: 10px;
    display: inline-block;
  }
}