@charset "UTF-8";
/*
Theme Name: NFC
Theme URL: http://nexus-fencingclub.com/
Description: NFC TEEMA
Author: ACE-PRO K.K.
Version: 1.0.0
*/
/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html, body {
  margin: 0;
  font-size: 16px;
  font-family: "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  background-color: #000; }

img {
  width: 100%; }

#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  display: block;
  opacity: 1;
  z-index: 100; }
  #loading #loading_icon {
    width: 24px;
    height: 24px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px; }

header {
  width: 100%;
  height: auto;
  background: #464646;
  /* Old browsers */
  background: -moz-linear-gradient(top, #464646 0%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #464646 0%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #464646 0%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }
  header .headerinner {
    width: 1024px;
    margin: 0px auto;
    overflow: hidden; }
    header .headerinner h1 {
      width: 53px;
      height: 65px;
      padding-top: 5px;
      float: left; }
    header .headerinner .headerentrybtn {
      width: 170px;
      height: 56px;
      display: block;
      float: right;
      padding-top: 8px; }
    header .headerinner .menu {
      /*
      width: 792px;
      margin-left: 4px;
      */
      width: 720px;
      margin-left: 72px;
      float: left;
      height: auto;
      overflow: hidden; }
      header .headerinner .menu li {
        width: 72px;
        height: auto;
        float: left; }

.headernexus {
  background-color: #006023;
  overflow: hidden; }
  .headernexus .headernexusinner {
    width: 1024px;
    margin: 0px auto;
    padding: 5px 0;
    overflow: hidden; }
    .headernexus .headernexusinner .nexuslogo {
      width: 81px;
      height: auto;
      float: right; }

.mainvisual {
  width: 100%;
  background-color: #000;
  height: 302px; }
  .mainvisual .mainvisualinner {
    width: 1024px;
    height: 302px;
    margin: 0px auto;
    position: relative; }
    .mainvisual .mainvisualinner img {
      position: absolute;
      left: 0;
      top: 0; }

.wrapper {
  width: 100%;
  min-width: 1024px;
  min-height: auto; }

h2 {
  font-size: 30px;
  padding-top: 30px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600; }

h2.color_1 {
  color: #666666; }

/*
h3{
  color: #000;
  font-size: 25px;
  border-bottom: 1px solid #000;
  border-left: 10px solid #000;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 600;
}
*/
h3 {
  color: #000;
  font-size: 25px;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 600;
  border-bottom: 1px solid #000; }
  h3:before {
    content: "";
    display: inline-block;
    width: 10px;
    margin-left: 3px;
    height: 34px;
    margin-right: 7px;
    vertical-align: bottom;
    background-color: #000;
    transform: skewX(-10deg); }

.common_haba {
  width: 1024px;
  margin: auto;
  padding: 0px 10px;
  padding-bottom: 25px;
  overflow: hidden; }
  .common_haba .common_img {
    width: 1024px; }
  .common_haba p {
    padding-bottom: 10px; }

/*TOP*/
#concept {
  width: 100%;
  color: #fff;
  background: url("./img/bg_dot.jpg"); }
  #concept h3 {
    color: #fff;
    border: none;
    padding-top: 30px;
    margin-bottom: 10px;
    font-size: 45px;
    font-weight: 600;
    border-bottom: 2px solid #fff;
    text-align: center; }
    #concept h3:before {
      display: none; }

#topprogram {
  width: 100%;
  color: #fff;
  background: url("./img/bg_dot_2.jpg"); }
  #topprogram .topprogrammenu {
    overflow: hidden; }
    #topprogram .topprogrammenu li {
      float: left;
      margin: 0px 5px;
      width: 240px; }
      #topprogram .topprogrammenu li img {
        width: 100%; }

#topnews {
  width: 100%;
  color: #666;
  background: url("./img/bg_dot_3.jpg");
  overflow: hidden; }
  #topnews .newsleft {
    float: left;
    width: 45%;
    padding-top: 30px; }
  #topnews .newsright {
    float: right;
    width: 45%;
    padding-top: 30px; }
  #topnews li {
    border-bottom: 1px dotted #000;
    padding: 10px 0px;
    min-height: 54px; }
  #topnews .time {
    font-size: 15px;
    padding: 5px;
    border-radius: 5px;
    background-color: #333333;
    color: #FFF; }
  #topnews .lead {
    margin-top: 10px; }
    #topnews .lead a {
      color: #666; }
      #topnews .lead a:hover {
        color: #666;
        text-decoration: none; }
      #topnews .lead a:visited {
        color: #666;
        text-decoration: none; }
  #topnews .ichiranbtn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 10px auto;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    background-color: #3c3c3c;
    color: #FFF;
    display: block; }

/*お知らせ・活動日誌*/
#news {
  background-color: #FFF; }
  #news .time {
    font-size: 15px;
    padding: 5px;
    border-radius: 5px;
    background-color: #333333;
    color: #FFF; }
  #news h3 {
    font-size: 35px;
    border: none;
    border-top: 2px dotted #666;
    border-bottom: 2px dotted #666;
    padding: 15px 0px;
    color: #666;
    margin: 10px auto;
    font-weight: bold; }
    #news h3:before {
      display: none; }
    #news h3 a {
      color: #666;
      text-decoration: none; }
      #news h3 a:hover {
        color: #666;
        text-decoration: underline; }
      #news h3 a:visited {
        color: #666; }
  #news .paragraph {
    padding-top: 20px;
    font-size: 14px;
    color: #666; }
    #news .paragraph img {
      width: auto;
      max-width: 100%;
      margin-bottom: 10px; }
    #news .paragraph a {
      color: #000; }
      #news .paragraph a:hover {
        color: #000;
        text-decoration: none; }
      #news .paragraph a:visited {
        color: #000; }

/*お知らせ一覧*/
#newslist {
  width: 100%;
  color: #666;
  background: url("./img/bg_dot_3.jpg");
  overflow: hidden; }
  #newslist li {
    border-bottom: 1px dotted #000;
    padding: 10px 0px; }
  #newslist .time {
    font-size: 15px;
    padding: 5px;
    border-radius: 5px;
    background-color: #333333;
    color: #FFF; }
  #newslist .lead {
    margin-top: 10px; }
    #newslist .lead a {
      color: #666; }
      #newslist .lead a:hover {
        color: #666;
        text-decoration: none; }
      #newslist .lead a:visited {
        color: #666;
        text-decoration: none; }

/*店舗紹介*/
#topaddress {
  width: 100%;
  color: #fff;
  background: url("./img/bg_dot.jpg");
  overflow: hidden; }
  #topaddress .tepowarapper {
    width: 700px;
    margin: 0px auto; }
    #topaddress .tepowarapper .tenpoimg {
      width: 300px;
      display: block;
      float: left; }
    #topaddress .tepowarapper .tenporight {
      width: 360px;
      float: right;
      color: #FFF;
      padding: 10px;
      margin-left: 20px; }
      #topaddress .tepowarapper .tenporight th {
        width: 90px;
        font-weight: bold;
        padding-bottom: 10px; }
      #topaddress .tepowarapper .tenporight td {
        padding-bottom: 10px; }
      #topaddress .tepowarapper .tenporight .time {
        overflow: hidden;
        margin: 5px 0; }
        #topaddress .tepowarapper .tenporight .time dt {
          float: left;
          width: 112px;
          text-align: right; }
        #topaddress .tepowarapper .tenporight .time dd {
          float: left;
          margin-left: 20px; }
    #topaddress .tepowarapper .topmapbtn {
      width: 234px;
      height: auto;
      display: block;
      margin-top: 10px; }

/*フェンシング種目について*/
#about {
  width: 100%;
  color: #fff;
  background: url("./img/bg_dot.jpg");
  overflow: hidden; }

#about2 {
  width: 100%;
  color: #fff;
  background: url("./img/bg_dot_2.jpg");
  overflow: hidden; }
  #about2 .syumoku {
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px; }
    #about2 .syumoku h3 {
      color: #fff;
      border-color: #fff;
      width: 330px; }
      #about2 .syumoku h3:before {
        background-color: #fff; }
    #about2 .syumoku .syumokuleft {
      float: left;
      width: 330px; }
    #about2 .syumoku .syumokuright {
      float: right;
      width: 630px; }
      #about2 .syumoku .syumokuright .osusume {
        border: 1px solid #FFF;
        border-radius: 5px;
        padding: 10px;
        margin-top: 20px; }
        #about2 .syumoku .syumokuright .osusume .point {
          width: 170px;
          background-color: #F00;
          color: #ffff99;
          display: block;
          text-align: center;
          border-radius: 10px;
          margin-top: -20px;
          margin-bottom: 5px; }

/*プログラム紹介*/
#programcon {
  width: 100%;
  color: #fff;
  background: url("./img/bg_dot_2.jpg");
  overflow: hidden; }
  #programcon dl {
    float: left;
    display: table;
    width: 480px;
    margin: 10px 15px; }
    #programcon dl dt {
      display: table-row;
      width: 480px; }
      #programcon dl dt div {
        border: 1px solid #000;
        text-align: center;
        vertical-align: middle;
        background-color: #1e1e1e;
        height: 80px;
        display: table-cell;
        font-size: 30px;
        font-weight: bold; }
    #programcon dl dd {
      display: table-row;
      width: 480px; }
      #programcon dl dd div {
        border: 1px solid #000;
        text-align: center;
        vertical-align: middle;
        background-color: #FFF;
        height: 80px;
        display: table-cell;
        color: #1e1e1e; }

#schedulecon {
  width: 100%;
  color: #666666;
  background: url("./img/bg_dot_3.jpg");
  overflow: hidden; }
  #schedulecon .annai {
    margin: 20px auto auto auto;
    width: 1000px; }

#event {
  width: 100%;
  color: #FFF;
  background: url("./img/bg_dot.jpg");
  overflow: hidden; }
  #event .eventcon {
    width: 480px;
    margin: 0px 15px;
    float: left;
    margin-bottom: 15px; }
    #event .eventcon img {
      margin-bottom: 10px; }
    #event .eventcon h3 {
      color: #fff;
      border-color: #fff; }
      #event .eventcon h3:before {
        background-color: #fff; }

#price {
  width: 100%;
  color: #666;
  background: url("./img/bg_dot_3.jpg");
  overflow: hidden; }
  #price .price1 {
    width: 1000px;
    margin: 0px auto;
    border: 2px solid #000;
    margin-bottom: 20px;
    color: #1e1e1e; }
    #price .price1 a {
      color: #1e1e1e; }
    #price .price1 a:hover {
      color: #1e1e1e; }
    #price .price1 a:visited {
      color: #1e1e1e; }
    #price .price1 .th1 {
      background-color: #646464;
      color: #FFF;
      font-weight: bold;
      text-align: center;
      vertical-align: middle;
      height: 50px; }
      #price .price1 .th1 td {
        border: 2px solid #000;
        border-collapse: initial; }
    #price .price1 .th2 td {
      width: 200px;
      border: 2px solid #000;
      border-collapse: initial;
      text-align: center;
      padding: 5px;
      background-color: #FFF; }
    #price .price1 .th2 .th2_1 {
      background-color: #646464;
      color: #FFF; }
    #price .price1 .th2 .th2_2 {
      background-color: #969696;
      color: #FFF; }
    #price .price1 .th2 .th2_3 img {
      width: 80%; }
  #price .tyusyaku {
    width: 1000px;
    margin: auto; }
  #price .tyusyaku2 {
    margin-bottom: 10px; }
  #price .annai {
    margin: 20px auto auto auto;
    width: 1000px; }

#price2 {
  width: 100%;
  color: #FFF;
  background: url("./img/bg_dot_2.jpg");
  overflow: hidden; }
  #price2 .price2_box {
    overflow: hidden; }
  #price2 dl {
    float: left;
    display: table;
    width: 480px;
    margin: 10px 15px; }
    #price2 dl dt {
      display: table-row;
      width: 480px; }
      #price2 dl dt div {
        border: 1px solid #000;
        text-align: center;
        vertical-align: middle;
        background-color: #666666;
        height: 80px;
        display: table-cell;
        font-size: 25px;
        font-weight: bold; }
    #price2 dl dd {
      display: table-row;
      width: 480px; }
      #price2 dl dd div {
        border: 1px solid #000;
        text-align: left;
        vertical-align: middle;
        background-color: #FFF;
        height: 120px;
        display: table-cell;
        color: #1e1e1e;
        padding: 10px 20px;
        font-size: 15px; }
        #price2 dl dd div .span1 {
          color: #cc0000;
          font-weight: 600; }
        #price2 dl dd div .span2 {
          font-size: 12px; }
      #price2 dl dd .box2 {
        padding: 13px 20px; }

#price3 {
  width: 100%;
  color: #666;
  background: url("./img/bg_dot_3.jpg");
  overflow: hidden; }
  #price3 dl {
    margin: 30px auto; }
    #price3 dl dt {
      font-size: 25px;
      text-align: center; }
    #price3 dl dd {
      font-size: 18px;
      text-align: center;
      line-height: 1.8; }
      #price3 dl dd .span1 {
        color: #cc0000; }
      #price3 dl dd .span2 {
        font-size: 12px; }
  #price3 .price3 {
    width: 1000px;
    margin: 0px auto;
    border: 2px solid #000;
    color: #1e1e1e; }
    #price3 .price3 .th1 {
      background-color: #646464;
      color: #FFF;
      font-weight: bold;
      text-align: center;
      vertical-align: middle;
      height: 50px; }
      #price3 .price3 .th1 td {
        border: 2px solid #000;
        border-collapse: initial; }
    #price3 .price3 .th2 td {
      width: 200px;
      border: 2px solid #000;
      border-collapse: initial;
      text-align: center;
      padding: 5px;
      background-color: #FFF; }
    #price3 .price3 .th2 .th2_1 {
      background-color: #646464;
      color: #FFF; }
    #price3 .price3 .th2 .th2_2 {
      background-color: #969696;
      color: #FFF; }
    #price3 .price3 .th2 .th2_3 img {
      width: 80%; }
  #price3 .tyusyaku3 {
    width: 1000px;
    margin: 5px auto 30px auto;
    font-size: 12px;
    color: #cc0000; }

#price4 {
  width: 100%;
  color: #FFF;
  background: url("./img/bg_dot_2.jpg");
  overflow: hidden; }
  #price4 p {
    margin: auto;
    font-size: 15px;
    line-height: 1.8;
    text-align: center; }

#price5 {
  width: 100%;
  color: #666;
  background: url("./img/bg_dot_3.jpg");
  overflow: hidden;
  padding: 25px 0; }
  #price5 .entrybtn {
    display: block;
    margin: 10px auto; }

#kiyaku {
  width: 100%;
  color: #FFF;
  background: url("./img/bg_dot.jpg");
  overflow: hidden; }
  #kiyaku .kiyakuwarapper {
    background-color: #FFF;
    border: 1px solid #666666;
    height: 400px;
    overflow-y: scroll;
    padding: 20px;
    color: #666; }
  #kiyaku .entrybtn {
    display: block;
    margin: 10px auto; }

#staff {
  width: 100%;
  color: #1e1e1e;
  background: #fff; }
  #staff .staff_waku {
    overflow: hidden; }
    #staff .staff_waku .staff_box {
      width: 400px;
      margin: 0 5px 10px 5px;
      padding: 20px;
      border: 1px solid;
      box-sizing: border-box;
      float: left; }
      #staff .staff_waku .staff_box .name {
        height: 125px;
        margin-bottom: 10px; }
        #staff .staff_waku .staff_box .name .staff_img {
          width: 90px;
          margin-right: 20px;
          display: inline-block;
          vertical-align: top; }
        #staff .staff_waku .staff_box .name dl {
          margin: 0 auto auto 0;
          display: inline-block; }
          #staff .staff_waku .staff_box .name dl dt {
            font-size: 36px;
            font-weight: 600; }
            #staff .staff_waku .staff_box .name dl dt span {
              font-size: 11px;
              font-weight: 600;
              padding-left: 5px; }
            #staff .staff_waku .staff_box .name dl dt .katagaki {
              font-size: 15px; }
          #staff .staff_waku .staff_box .name dl dd {
            font-size: 11px;
            font-weight: 600; }
      #staff .staff_waku .staff_box .sikaku {
        width: 360px;
        margin-bottom: 10px;
        background-color: #1e1e1e;
        color: #fff; }
        #staff .staff_waku .staff_box .sikaku dl dt {
          margin: 0 20px;
          line-height: 72px;
          vertical-align: top;
          display: inline-block;
          font-size: 18px;
          font-weight: 600; }
        #staff .staff_waku .staff_box .sikaku dl dd {
          width: 280px;
          height: 52px;
          display: inline-block;
          margin: 10px 0;
          padding: 10px;
          font-size: 12px;
          border-left: 2px solid;
          box-sizing: border-box; }
      #staff .staff_waku .staff_box .keireki {
        width: 360px;
        background-color: #1e1e1e;
        color: #fff; }
        #staff .staff_waku .staff_box .keireki dl dt {
          margin: 0 20px;
          line-height: 216px;
          vertical-align: top;
          display: inline-block;
          font-size: 18px;
          font-weight: 600; }
        #staff .staff_waku .staff_box .keireki dl dd {
          width: 280px;
          height: 196px;
          display: inline-block;
          margin: 10px 0;
          padding: 10px;
          font-size: 12px;
          border-left: 2px solid;
          box-sizing: border-box;
          text-align: justify;
          text-justify: inter-ideograph; }

#program {
  width: 100%;
  color: #fff;
  background: #5a5a5a; }
  #program p {
    font-size: 16px;
    margin-bottom: 20px; }

#schedule {
  width: 100%;
  color: #fff;
  background: url("./img/bg_dot.jpg"); }

#price_fencing {
  width: 100%;
  color: #1e1e1e;
  background: #fff; }

#nyukai {
  width: 100%;
  color: #fff;
  background: #5a5a5a; }

#map {
  width: 100%;
  color: #1e1e1e;
  background: #fff; }
  #map span {
    font-size: 18px;
    margin-left: 20px; }

#contact {
  width: 100%;
  color: #fff;
  background: url("./img/bg_dot.jpg"); }
  #contact p {
    font-size: 16px;
    margin-bottom: 20px; }
  #contact table {
    width: 100%;
    height: auto;
    font-size: 16px; }
    #contact table th {
      width: 100%;
      color: #CCC;
      padding-bottom: 10px; }
      #contact table th span {
        padding: 2px;
        background-color: #F00;
        color: #fff;
        font-size: 12px;
        border-radius: 5px; }
    #contact table td {
      width: 100%;
      padding-bottom: 15px; }
  #contact select {
    width: 100%;
    border: 1px solid #000;
    padding: 5px;
    margin-bottom: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  #contact input {
    width: 98%;
    border: 1px solid #000;
    padding: 5px 1%;
    margin-bottom: 5px; }
  #contact input[type=checkbox] {
    width: auto;
    border: none;
    padding: 5px 1%; }
  #contact label {
    display: block; }
  #contact textarea {
    width: 98%;
    border: 1px solid #000;
    padding: 5px 1%;
    margin-bottom: 5px; }
  #contact .confbtn {
    width: 100%;
    height: 50px;
    margin: 10px auto;
    border: none;
    background-color: #5a5a5a;
    color: #FFF;
    display: block; }
  #contact .nyukai_box {
    overflow: hidden;
    margin-bottom: 20px; }
    #contact .nyukai_box dl {
      float: left;
      display: table;
      width: 480px;
      margin: 10px 15px; }
      #contact .nyukai_box dl dt {
        display: table-row;
        width: 480px; }
        #contact .nyukai_box dl dt div {
          border: 1px solid #000;
          text-align: center;
          vertical-align: middle;
          background-color: #666666;
          height: 80px;
          display: table-cell;
          font-size: 25px;
          font-weight: bold; }
      #contact .nyukai_box dl dd {
        display: table-row;
        width: 480px; }
        #contact .nyukai_box dl dd div {
          border: 1px solid #000;
          text-align: left;
          vertical-align: middle;
          background-color: #FFF;
          height: 120px;
          display: table-cell;
          color: #1e1e1e;
          padding: 0px 20px;
          font-size: 15px; }

.btn_top a {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 10px auto;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background-color: #3c3c3c;
  color: #FFF;
  display: block; }

.footer_btn {
  width: 100%;
  padding: 23px 0;
  background: url("./img/bg_dot.jpg"); }
  .footer_btn ul {
    width: 852px;
    margin: auto; }
    .footer_btn ul li {
      width: 426px;
      display: inline-block; }

#faq {
  width: 100%;
  color: #666;
  background: url("./img/bg_dot_3.jpg");
  overflow: hidden; }
  #faq li {
    border-bottom: 1px dotted #000;
    padding: 10px 0px; }
  #faq .time {
    font-weight: bold;
    color: #333; }
  #faq .lead {
    margin-top: 10px; }
    #faq .lead a {
      color: #666; }
      #faq .lead a:hover {
        color: #666;
        text-decoration: none; }
      #faq .lead a:visited {
        color: #666;
        text-decoration: none; }

footer {
  width: 100%;
  padding: 15px 0;
  color: #fff;
  font-size: 14px;
  background-color: #000; }
  footer .footer {
    width: 1024px;
    margin: auto;
    padding: 0 30px;
    overflow: hidden; }
    footer .footer .footer_left {
      width: 100%;
      text-align: center; }
      footer .footer .footer_left a {
        color: #fff;
        text-decoration: none; }
      footer .footer .footer_left:hover {
        text-decoration: underline; }
    footer .footer .footer_center {
      width: 100%;
      text-align: center; }
      footer .footer .footer_center div {
        display: inline-block;
        margin: 20px 5px; }
      footer .footer .footer_center a {
        width: 150px;
        display: inline-block; }
    footer .footer .footer_right {
      width: 100%;
      text-align: center;
      display: block; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=style.css.map */
