/* [ variable ]
-------------------------------------------------*/
/* element */
/* font */
/* [ font style ]
-------------------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ easing style ]
-------------------------------------------------*/
/* [ Hover Motion style ]
-------------------------------------------------*/
/* [ icon style ]
-------------------------------------------------*/
/* [ form parts ]
-------------------------------------------------*/
/* System Requirements Style
-------------------------------------------------- */
@media only screen and (min-width: 751px) {
  /* line 10, ../_sass/system_requirements.scss */
  #contents h2 {
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
  }
  /* line 18, ../_sass/system_requirements.scss */
  #contents table tr th {
    width: 150px;
    padding-left: 20px;
  }
  /* line 22, ../_sass/system_requirements.scss */
  #contents table tr td {
    padding: 25px 20px;
  }
  /* line 25, ../_sass/system_requirements.scss */
  #contents table tr td ul li {
    margin-top: 15px;
  }
  /* line 27, ../_sass/system_requirements.scss */
  #contents table tr td ul li:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  /* line 41, ../_sass/system_requirements.scss */
  #header #page_title img {
    max-width: 100%;
  }

  /* line 47, ../_sass/system_requirements.scss */
  #contents h2 {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
  }
  /* line 55, ../_sass/system_requirements.scss */
  #contents table tr th {
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
  }
  /* line 60, ../_sass/system_requirements.scss */
  #contents table tr td {
    padding: 20px 15px;
  }
  /* line 63, ../_sass/system_requirements.scss */
  #contents table tr td ul li {
    margin-top: 10px;
    text-align: left;
  }
  /* line 66, ../_sass/system_requirements.scss */
  #contents table tr td ul li:first-child {
    margin-top: 0;
  }
}
