html {
  font-size: 62.5%; }

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #444;
  text-align: center;
  background: #fff;
  line-height: 1em;
  font-size: 14px;
  /*font-size: ($size /10) * 1rem;*/
  position: relative; }

a:link {
  text-decoration: none;
  color: #003C42; }

a:visited {
  text-decoration: none;
  color: #003C42; }

a:active {
  text-decoration: none;
  color: #003C42; }

a:hover {
  text-decoration: none;
  color: #003C42; }

#suzukaenglish {
  max-width: 980px;
  margin: 0 auto;
  text-align: center; }

#header {
  padding: 0;
  background: #fff;
  width: 980px;
  margin: auto; }
  #header #wrap {
    overflow: hidden;
    text-align: left; }
    #header #wrap h1 {
      width: 300px;
      float: left;
      padding: 15px 0; }
  #header #nav {
    width: 100%; }
    #header #nav li {
      border-bottom: 4px solid #111;
      display: table-cell;
      width: auto;
      position: relative; }
      #header #nav li img {
        padding: 10px 0; }
      #header #nav li span, #header #nav li.close {
        display: none; }
      #header #nav li:hover, #header #nav li.actv {
        border-bottom: 4px solid #1C9C9F; }
      #header #nav li #subnav {
        display: none;
        z-index: 10000;
        position: absolute;
        top: 40px;
        left: 0; }
        #header #nav li #subnav li {
          display: block;
          border-bottom: 0 none;
          text-align: left;
          width: 200px;
          padding: 0; }
          #header #nav li #subnav li a {
            display: block;
            padding: 12px 8px;
            color: #666;
            background: #E8E8E8;
            border-bottom: 1px solid #fff; }
            #header #nav li #subnav li a:hover {
              background: #ccc; }
          #header #nav li #subnav li:hover, #header #nav li #subnav li.actv {
            border-bottom: 0 none; }
  #header #toggle {
    display: none; }

h2, #container h3, #container h4 {
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 26px;
  /*font-size: ($size /10) * 1rem;*/
  line-height: 1.2em;
  overflow: hidden; }
  h2 img, #container h3 img, #container h4 img {
    width: 100%; }

#container {
  text-align: left; }
  #container h3, #container h4 {
    line-height: 1.2em; }
  #container h4 {
    font-size: 22px;
    /*font-size: ($size /10) * 1rem;*/ }
  #container p {
    padding-bottom: 1.5em;
    line-height: 1.8em; }
  #container .btmntc {
    line-height: 1.3em;
    font-size: 12px;
    /*font-size: ($size /10) * 1rem;*/ }
  #container .sp {
    display: none; }

.pagelist {
  padding: 1.5%;
  text-align: left;
  background: #f2f2f2;
  margin-bottom: 3%; }
  .pagelist a {
    background: #f2f2f2 url(../img/pagelist.gif) no-repeat right center;
    width: auto;
    padding-right: 2em; }

#snsbtn {
  padding: 0 5px 15px;
  margin-bottom: 10px;
  overflow: hidden; }
  #snsbtn .fb {
    width: 110px;
    float: left; }
  #snsbtn .tw {
    width: 100px;
    float: left; }

#footer {
  font-size: 12px;
  /*font-size: ($size /10) * 1rem;*/
  padding: 20px 0;
  clear: both;
  margin-top: 1%;
  overflow: hidden;
  text-align: left;
  border-top: 1px solid #ddd; }
  #footer .copyright {
    width: 600px;
    float: right;
    text-align: right; }
  #footer .coInfo {
    width: 350px;
    float: left; }
  #footer .coInfo a {
    padding: 0 25px 0 0;
    color: #333; }
  #footer #pagetop {
    position: fixed;
    bottom: 50px;
    /*text-align: right;width: 980px;margin: auto;*/ }
    #footer #pagetop a {
      float: right;
      border: 1px solid #ddd;
      background: #fff;
      display: block;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px; }
      #footer #pagetop a:hover {
        border: 1px solid #ccc;
        background: #f5f5f5; }

@media only screen and (max-width: 979px) {
  #header {
    width: 100%; }
    #header #toggle {
      display: inline-block;
      position: absolute;
      text-align: right;
      width: auto;
      top: 10px;
      right: 10px;
      font-family: "Ubuntu Condensed", sans-serif;
      font-size: 18px;
      /*font-size: ($size /10) * 1rem;*/
      background: #F4F4F4; }
      #header #toggle a {
        display: block;
        position: relative;
        padding: 10px 15px;
        color: #262626;
        text-decoration: none; }
      #header #toggle .css-bar {
        display: inline-block;
        position: relative;
        margin: 0 0 3px 10px;
        background: #C6C6C6; }
      #header #toggle .css-bar, #header #toggle .css-bar:before, #header #toggle .css-bar:after {
        width: 20px;
        height: 3px; }
      #header #toggle .css-bar:before, #header #toggle .css-bar:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        background: #C6C6C6; }
      #header #toggle .css-bar:before {
        margin-top: -8px; }
      #header #toggle .css-bar:after {
        margin-top: 4px; }
    #header #nav {
      display: none; }
      #header #nav li {
        width: 100%;
        display: block;
        float: none;
        border-bottom: 1px solid #fff;
        background: #e8e8e8;
        text-align: left;
        font-family: "Ubuntu Condensed", sans-serif;
        font-size: 20px;
        /*font-size: ($size /10) * 1rem;*/ }
        #header #nav li a {
          color: #262626;
          display: block;
          padding: 10px; }
        #header #nav li img {
          display: none; }
        #header #nav li span {
          display: inline-block; }
        #header #nav li.close {
          cursor: pointer;
          display: block;
          padding: 10px 0;
          text-align: center;
          background: #d3d3d3; }
          #header #nav li.close img {
            display: inline;
            padding: 2px; }
        #header #nav li:hover, #header #nav li.actv {
          border-bottom: 1px solid #fff; }
        #header #nav li #subnav {
          position: relative;
          top: 0;
          left: 0; }
          #header #nav li #subnav li {
            width: 100%; }
      #header #nav .catelink > a {
        display: none; }
      #header #nav .catelink {
        cursor: pointer; }
        #header #nav .catelink span {
          padding: 10px 18px 10px 10px;
          position: relative;
          top: 0;
          left: 0; }
        #header #nav .catelink span:before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 6px solid #666;
          margin-top: 15px; }

  #container {
    padding: 0 0 2%; }

  #footer {
    padding: 2%; }
    #footer .copyright {
      width: auto;
      float: none;
      text-align: left;
      padding-top: 8px; }
    #footer .coInfo {
      width: auto;
      float: none; }
    #footer #pagetop {
      bottom: 20px;
      width: auto;
      right: 10px; }
      #footer #pagetop a {
        float: none; } }
@media only screen and (max-width: 640px) {
  #header {
    padding-top: 0; }
    #header #wrap {
      padding: 1%; }
      #header #wrap h1 {
        width: 55%;
        float: none; }
        #header #wrap h1 img {
          width: 100%; }

  h2 img, #container h3 img, #container h4 img {
    width: 150%; }

  #container h3, #container h4 {
    font-size: 20px;
    /*font-size: ($size /10) * 1rem;*/ }
  #container .sp {
    display: block; }
  #container .pc {
    display: none; } }
#countdown {
  display: none; }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; }
