@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; }

.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; }

.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; }

.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; }

#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; }
  #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; }

/*お知らせ・活動日誌*/
#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 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; }

/*スタッフ紹介*/
#staff {
  width: 100%;
  color: #666666;
  background: url("./img/bg_dot_3.jpg"); }
  #staff h3 {
    color: #666666;
    border-color: #666666; }
    #staff h3:before {
      height: 28px;
      background-color: #666666; }
  #staff .staff_waku {
    overflow: hidden;
    padding: 0 14px; }
    #staff .staff_waku .staff_box {
      width: 322px;
      min-height: 457px;
      margin: 0 5px 10px 5px;
      padding: 13px;
      border: 2px solid;
      box-sizing: border-box;
      float: left;
      background-color: #fff; }
      #staff .staff_waku .staff_box .name {
        height: 140px;
        margin-bottom: 10px; }
        #staff .staff_waku .staff_box .name .katagaki {
          font-size: 19px; }
        #staff .staff_waku .staff_box .name .staff_img {
          width: 87px;
          margin-right: 0;
          display: inline-block;
          vertical-align: top; }
        #staff .staff_waku .staff_box .name dl {
          width: 200px;
          margin: 0 auto auto 0;
          display: inline-block; }
          #staff .staff_waku .staff_box .name dl dt {
            font-size: 35px;
            font-weight: 600; }
            #staff .staff_waku .staff_box .name dl dt .tanto {
              font-size: 16px;
              color: #fff;
              border-radius: 15px;
              background-color: #666666;
              text-align: center;
              font-weight: 400; }
          #staff .staff_waku .staff_box .name dl dd {
            font-size: 10px;
            font-weight: 600; }
      #staff .staff_waku .staff_box .sikaku {
        width: 292px;
        margin-bottom: 10px;
        background-color: #666666;
        color: #fff; }
        #staff .staff_waku .staff_box .sikaku dl {
          overflow: hidden; }
          #staff .staff_waku .staff_box .sikaku dl dt {
            margin: 0 10px;
            line-height: 72px;
            vertical-align: top;
            float: left;
            font-size: 16px;
            font-weight: 600; }
          #staff .staff_waku .staff_box .sikaku dl dd {
            width: 240px;
            height: 52px;
            float: left;
            margin: 10px 0;
            padding: 0 8px;
            font-size: 11px;
            border-left: 2px solid;
            box-sizing: border-box; }
            #staff .staff_waku .staff_box .sikaku dl dd p {
              padding-bottom: 2px; }
      #staff .staff_waku .staff_box .keireki {
        width: 292px;
        background-color: #666666;
        color: #fff; }
        #staff .staff_waku .staff_box .keireki dl {
          overflow: hidden; }
          #staff .staff_waku .staff_box .keireki dl dt {
            margin: 0 10px;
            line-height: 195px;
            vertical-align: top;
            float: left;
            font-size: 16px;
            font-weight: 600; }
          #staff .staff_waku .staff_box .keireki dl dd {
            width: 240px;
            height: 175px;
            float: left;
            margin: 10px 0;
            padding: 5px 8px;
            font-size: 11px;
            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; }

.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; }

/*施設のご案内*/
#shisetsu {
  width: 100%;
  color: #fff;
  background: url("./img/bg_dot.jpg"); }
  #shisetsu h3 {
    color: #fff;
    border-color: #fff; }
    #shisetsu h3:before {
      background-color: #fff; }
  #shisetsu .shisetsu_common {
    overflow: hidden;
    margin-bottom: 20px; }
    #shisetsu .shisetsu_common img {
      margin-bottom: 10px; }
    #shisetsu .shisetsu_common .practice_p {
      margin: 0 15px; }
    #shisetsu .shisetsu_common .gazou {
      position: relative;
      display: inline-block; }
    #shisetsu .shisetsu_common .kakudai {
      position: absolute;
      top: 0;
      opacity: 0; }
      #shisetsu .shisetsu_common .kakudai:hover {
        opacity: 1; }
    #shisetsu .shisetsu_common .practice {
      width: auto;
      margin: 0 15px; }
      #shisetsu .shisetsu_common .practice .gazou {
        width: 100%; }
    #shisetsu .shisetsu_common .room {
      width: 311px;
      margin: 0 15px;
      float: left; }
    #shisetsu .shisetsu_common .shop {
      width: auto;
      margin: 0 15px; }
      #shisetsu .shisetsu_common .shop .gazou {
        width: 100%; }

/*パーソナルトレーニング*/
#personal_training {
  width: 100%;
  color: #fff;
  background: url("./img/bg_dot.jpg"); }
  #personal_training h3 {
    color: #fff;
    border-color: #fff; }
    #personal_training h3:before {
      background-color: #fff; }
  #personal_training .trainingroom {
    width: auto;
    margin: 0 12px; }
    #personal_training .trainingroom img {
      margin-bottom: 10px; }
    #personal_training .trainingroom p {
      margin: 0 30px;
      text-align: center; }

#personal_nagare {
  width: 100%;
  color: #666;
  background: url("./img/bg_dot_3.jpg"); }
  #personal_nagare .personal_nagare {
    width: 1000px;
    margin: auto auto 30px auto; }
  #personal_nagare .price {
    width: 1000px;
    margin: 0 auto;
    border: 2px solid #000;
    margin-bottom: 30px;
    color: #1e1e1e; }
    #personal_nagare .price .th1 {
      background-color: #000;
      color: #fff;
      font-weight: bold;
      text-align: center;
      vertical-align: middle;
      height: 50px; }
      #personal_nagare .price .th1 span {
        font-size: 12px; }
      #personal_nagare .price .th1 td {
        border: 2px solid #1e1e1e;
        border-collapse: initial; }
      #personal_nagare .price .th1 .th1_1 {
        width: 365px; }
    #personal_nagare .price .th2 td {
      border: 2px solid #1e1e1e;
      border-collapse: initial;
      text-align: center;
      padding: 5px;
      background-color: #FFF; }
    #personal_nagare .price .th2 .th2_1 {
      width: 120px;
      background-color: #ea8a00;
      color: #FFF; }
    #personal_nagare .price .th2 .th2_2 {
      width: 120px;
      background-color: #f4c47f; }
    #personal_nagare .price .th3 td {
      border: 2px solid #1e1e1e;
      border-collapse: initial;
      text-align: center;
      padding: 5px;
      background-color: #FFF; }
    #personal_nagare .price .th3 .th3_1 {
      background-color: #01aebd;
      color: #FFF; }
    #personal_nagare .price .th3 .th3_2 {
      background-color: #80d6de; }
    #personal_nagare .price .th4 td {
      border: 2px solid #1e1e1e;
      border-collapse: initial;
      text-align: center;
      padding: 5px;
      background-color: #FFF; }
    #personal_nagare .price .th4 .th4_1 {
      background-color: #0174bd;
      color: #FFF; }
    #personal_nagare .price .th4 .th4_2 {
      background-color: #80b9de; }
  #personal_nagare .price2 {
    margin-bottom: 20px; }
    #personal_nagare .price2 .th1 .th1_1 {
      width: 262px; }
    #personal_nagare .price2 .th1 .th1_2 {
      width: 365px;
      background-color: #d60000;
      color: #FFF; }
    #personal_nagare .price2 .th1 .th1_3 {
      background-color: #ffa800;
      color: #FFF; }
  #personal_nagare .personal_entry_btn {
    width: 100%;
    margin: auto; }
  #personal_nagare .tyushaku {
    margin-left: 15px;
    margin-bottom: 30px; }

/*所属選手*/
#player {
  width: 100%;
  color: #666666;
  background: url("./img/bg_dot_3.jpg"); }
  #player .player_box {
    overflow: hidden;
    width: 964px;
    border: 2px solid #666666;
    margin: auto auto 10px auto;
    padding: 8px;
    background-color: #fff; }
    #player .player_box .player_img {
      float: left;
      width: 250px;
      margin-right: 34px; }
      #player .player_box .player_img .player_img_1 {
        width: 126px;
        padding-left: 10px;
        color: #fff;
        background-color: #556fb5;
        border-radius: 0 15px 15px 0; }
      #player .player_box .player_img .player_img_1_girl {
        background-color: #eb6877; }
    #player .player_box .profile {
      width: 680px;
      float: left; }
      #player .player_box .profile h3 {
        font-size: 35px;
        color: #666666;
        border-color: #666666; }
        #player .player_box .profile h3:before {
          margin-left: 0;
          transform: none;
          height: 41px;
          background-color: #666666; }
        #player .player_box .profile h3 span {
          font-size: 20px;
          margin-left: 10px; }
      #player .player_box .profile .profile_syosai {
        overflow: hidden; }
        #player .player_box .profile .profile_syosai .profile_1 {
          float: left;
          width: 237px;
          margin-right: 45px; }
          #player .player_box .profile .profile_syosai .profile_1 .profile_1_1 {
            margin-bottom: 15px; }
            #player .player_box .profile .profile_syosai .profile_1 .profile_1_1 dl {
              margin-bottom: 5px;
              overflow: hidden; }
              #player .player_box .profile .profile_syosai .profile_1 .profile_1_1 dl dt {
                float: left;
                font-weight: 600; }
              #player .player_box .profile .profile_syosai .profile_1 .profile_1_1 dl dd {
                float: left; }
          #player .player_box .profile .profile_syosai .profile_1 .player_img_mini {
            overflow: hidden; }
            #player .player_box .profile .profile_syosai .profile_1 .player_img_mini div {
              float: left;
              width: 75px;
              margin: 0 2px; }
        #player .player_box .profile .profile_syosai .profile_2 {
          float: left;
          width: 393px; }
          #player .player_box .profile .profile_syosai .profile_2 dl dt {
            padding: 0 10px;
            font-size: 24px;
            font-weight: 600;
            border-radius: 20px;
            color: #fff;
            background-color: #666666; }
          #player .player_box .profile .profile_syosai .profile_2 dl dd {
            margin: 8px 0 14px 0;
            padding-left: 10px; }
    #player .player_box .comment {
      overflow: hidden;
      width: 100%;
      background-color: #666666;
      color: #fff; }
      #player .player_box .comment dl {
        margin: 10px; }
        #player .player_box .comment dl dt {
          font-size: 24px;
          font-weight: 600; }
        #player .player_box .comment dl dd {
          text-align: justify;
          text-justify: inter-ideograph; }

#joinlist {
  width: 100%;
  background: url("./img/joinlist_bg.png"), url("./img/bg_dot_3.jpg");
  background-position: top,center;
  background-size: auto;
  background-repeat: no-repeat,repeat; }
  #joinlist h3 {
    width: 100%;
    margin: 30px 0 20px 0;
    border: none; }
    #joinlist h3:before {
      display: none; }
  #joinlist .joinlist_area {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px; }
    #joinlist .joinlist_area .joinlist_box {
      width: 48%;
      margin: 1%;
      float: left;
      border: 2px solid #5a5a5a;
      box-sizing: border-box; }
  #joinlist .joinlist_entry_btn {
    width: 100%;
    margin: auto; }

/*無料体験会*/
#triallesson {
  width: 100%;
  color: #fff;
  background: url("./img/bg_dot.jpg"); }
  #triallesson h3 {
    color: #fff;
    border-color: #fff; }
    #triallesson h3:before {
      background-color: #fff; }
  #triallesson .triallesson_img {
    width: auto;
    margin: 0 12px; }
    #triallesson .triallesson_img img {
      margin-bottom: 10px; }
    #triallesson .triallesson_img p {
      margin: 0 30px;
      text-align: center; }

#triallesson_flow {
  width: 100%;
  color: #666;
  background: url("./img/bg_dot_3.jpg"); }
  #triallesson_flow .flow_img {
    margin-bottom: 25px; }
  #triallesson_flow .btn_triallesson_p {
    margin: auto;
    text-align: center;
    font-weight: 600; }

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; } }
.pagination {
  padding: 10px; }
  .pagination .pager {
    padding: 5px; }
  .pagination .next {
    padding: 5px; }
  .pagination .prev {
    padding: 5px; }
  .pagination a {
    color: #000; }
  .pagination a:hover {
    color: #000; }
  .pagination a:visited {
    color: #000; }

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