@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

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

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * 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; }

/*
 * 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; }

@font-face {
  font-family: "FuturaPT-Book";
  src: url('../fonts/2BBE12_0_0.ttf?1455591414') format('truetype'), url('../fonts/2BBE12_0_0.woff?1455591414') format('woff'), url('../fonts/2BBE12_0_0.eot?1455591412') format('embedded-opentype'), url('../fonts/2BBE12_0_0.svg?1455591413') format('svg'); }
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
body {
  width: 100%; }

html {
  font-family: "Helvetica Neue", "Helvetica", "Arial", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  line-height: 1.7;
  color: #000; }

body {
  -webkit-text-size-adjust: 100%; }

a {
  color: #000;
  text-decoration: underline; }
  a:hover, a:active, a:focus {
    color: #000;
    text-decoration: none; }

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto; }

strong {
  font-weight: bold; }

input {
  border: 0;
  outline: none; }
  input:focus {
    outline: none; }

@media screen and (max-width: 600px) {
  body {
    font-size: 15px; }

  h2 {
    font-size: 18px; }

  h3 {
    font-size: 18px; }

  h4 {
    font-size: 15px;
    font-weight: bold; }

  h5 {
    font-size: 15px; }

  h6 {
    font-size: 15px; } }
@media screen and (min-width: 601px) {
  body {
    font-size: 18px; }

  h2 {
    font-size: 36px; }

  h3 {
    font-size: 18px; }

  h4 {
    font-size: 20px;
    font-weight: bold; }

  h5 {
    font-size: 15px; }

  h6 {
    font-size: 15px; } }
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * 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 #e5e5e5;
  margin: 40px 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; }

@media screen and (max-width: 600px) {
  .grid .tweet,
  .grid .like,
  .grid .share {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: 10px;
    margin-right: 1.66667vw; }

  .grid .new {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: 10px;
    margin-right: 1.66667vw;
    color: #d50000; }

  .grid .outer {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-top: 3.33333vw;
    margin-top: 40px;
    margin-top: 6.66667vw; }

  .grid .is-empty {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0; }

  .col-4 section,
  .col-3 section {
    width: 31.11111vw;
    max-width: 186.66667px; }

  .grid.col-4 section:nth-of-type(1) .outer,
  .grid.col-4 section:nth-of-type(2) .outer,
  .grid.col-4 section:nth-of-type(3) .outer,
  .grid.col-4 section:nth-of-type(4) .outer,
  .grid.col-3 section:nth-of-type(1) .outer,
  .grid.col-3 section:nth-of-type(2) .outer,
  .grid.col-3 section:nth-of-type(3) .outer {
    margin-top: 6.66667vw; } }
@media screen and (min-width: 601px) {
  .grid .tweet,
  .grid .like,
  .grid .share {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: 10px;
    margin-right: 0.83333vw; }

  .grid .new {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: 10px;
    margin-right: 0.83333vw;
    color: #d50000; }

  .grid .outer {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-top: 1.66667vw;
    margin-top: 40px;
    margin-top: 3.33333vw; }

  .grid .is-empty {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0; }

  .col-4 section {
    width: 22.5vw;
    max-width: 270px; }

  .col-4 section:nth-of-type(1) .outer,
  .col-4 section:nth-of-type(2) .outer,
  .col-4 section:nth-of-type(3) .outer,
  .col-4 section:nth-of-type(4) .outer {
    margin-top: 20px;
    margin-top: 1.66667vw; } }
@media screen and (min-width: 1201px) {
  .grid .tweet,
  .grid .like,
  .grid .share {
    margin-right: 10px; }

  .grid .new {
    margin-right: 10px; }

  .grid .outer {
    padding-top: 20px;
    margin-top: 40px; }

  .col-4 section:nth-of-type(1) .outer,
  .col-4 section:nth-of-type(2) .outer,
  .col-4 section:nth-of-type(3) .outer,
  .col-4 section:nth-of-type(4) .outer {
    margin-top: 20px; } }
@media screen and (max-width: 600px) {
  #main section {
    margin-right: 10px;
    margin-left: 10px; }

  #main figure {
    width: 100%; }

  #main .inner {
    max-width: 600px;
    margin: 0 auto; }

  .entory section {
    margin-top: 10px; }

  .entory h2 {
    margin-top: 20px; }

  .entory p,
  .entory ul {
    margin-top: 10px; }

  .content section {
    margin-top: 25vh; }

  #main .content section.title {
    margin-top: 15vh; }

  #main .content section .outer + figure:nth-of-type(1) {
    margin-top: 40px; }

  #main .content section + .outer {
    margin-top: 20px;  }

  #main .content .outer {
    margin-right: 10px;
    margin-left: 10px; }

  .content figure + figure {
    margin-top: 20px; }

  .content .caption {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 10px; }

  .info section {
    margin-top: 40px; }

  .info section + section {
    margin-top: 10px; }

  .info .inner {
    background-color: #f2f2f2;
    padding: 20px; }

  .info p + h4 {
    margin-top: 20px; } }
@media screen and (min-width: 601px) {
  #main section {
    margin-right: 20px;
    margin-left: 20px; }

  #main figure {
    width: 100%; }

  #main .inner {
    max-width: 1200px;
    margin: 0 auto; }

  .entory section {
    margin-top: 80px; }

  .entory h2,
  .entory p,
  .entory .sns ul {
    margin-top: 40px; }

  .entory ul {
    margin-top: 20px; }

  .content section {
    margin-top: 50vh; }

  .content section.title:nth-of-type(1) {
    margin-top: 20vh; }

  .content section.title,
  .content .info {
    margin-top: 30vh; }

  .content section .outer + figure:nth-of-type(1) {
    margin-top: 80px; }

    #main .content section + .outer {
    margin-top: 40px;  }

  .content figure + figure {
    margin-top: 20px; }

  .content .caption {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 20px; }

  .info section {
    margin-top: 40px; }

  .info section + section {
    margin-top: 40px; }

  .info .inner {
    background-color: #f2f2f2;
    padding: 20px; }

  .info p + h4 {
    margin-top: 20px; } }
@media screen and (min-width: 1201px) {
  .inner {
    margin-right: 0;
    margin-left: 0; } }
@media screen and (max-width: 600px) {
  header {
    margin-right: 10px;
    margin-left: 10px; }

  header .outer {
    overflow: hidden;
    *zoom: 1;
    max-width: 600px;
    margin: 20px auto 0; }

  header h1 a {
    display: block;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../houyhnhnm/img/logo.gif?1455586019');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 400px;
    height: 37px;
    -moz-background-size: 200px 18px;
    -o-background-size: 200px 18px;
    -webkit-background-size: 200px 18px;
    background-size: 200px 18px;
    width: 200px;
    height: 18px;
    margin: 0 auto; }
    header h1 a:hover, header h1 a:active, header h1 a:focus {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
      opacity: 0.3; }

  header p {
    font-size: 13px;
    text-align: center;
    margin-top: 10px; }

  header p a {
    text-decoration: none;
    color: #000; }
    header p a:hover, header p a:active, header p a:focus {
      text-decoration: underline; } }
@media screen and (min-width: 601px) {
  header {
    margin-right: 20px;
    margin-left: 20px; }

  header .outer {
    overflow: hidden;
    *zoom: 1;
    max-width: 1200px;
    margin: 20px auto 0; }

  header h1 a {
    float: left;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../houyhnhnm/img/logo.gif?1455586019');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 400px;
    height: 37px;
    -moz-background-size: 200px 18px;
    -o-background-size: 200px 18px;
    -webkit-background-size: 200px 18px;
    background-size: 200px 18px;
    width: 200px;
    height: 18px; }
    header h1 a:hover, header h1 a:active, header h1 a:focus {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
      opacity: 0.3; }

  header p {
    float: right;
    font-size: 13px;
    color: #000; }

  header p a {
    text-decoration: none;
    color: #000; }
    header p a:hover, header p a:active, header p a:focus {
      text-decoration: underline; } }
@media screen and (max-width: 600px) {
  footer {
    font-size: 13px;
    background-color: #000;
    margin-top: 80px;
    padding-top: 20px; }

  footer .outer {
    width: calc(100vw - $base-margin-px);
    margin-left: 10px;
    margin-right: 10px; }

  footer ul {
    line-height: 1.2; }

  footer li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: 10px; }

  footer li a {
    text-decoration: none;
    color: #fff; }
    footer li a:hover, footer li a:active, footer li a:focus {
      text-decoration: underline;
      color: #fff; }

  footer .sns,
  footer .nav,
  footer .subnav {
    margin-bottom: 10px; }

  footer .sns ul {
    line-height: 19.2px; }

  footer .sns li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: 10px;
    margin-bottom: 10px; }

  footer .sns .tweet span,
  footer .sns .like span,
  footer .sns .share span {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding-right: 10px;
    padding-left: 5px;
    vertical-align: -10%; }

  footer .sns li a {
    text-decoration: none; }
    footer .sns li a:hover, footer .sns li a:active, footer .sns li a:focus {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
      opacity: 0.3; }

  footer .sns img {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 20px;
    height: auto; }

  footer .copyright {
    color: #fff;
    padding-bottom: 10px; } }
@media screen and (min-width: 601px) {
  footer {
    background-color: #000;
    margin-top: 80px;
    padding-top: 20px; }

  footer .outer {
    max-width: 1200px;
    margin: 0 auto; }

  footer ul,
  footer p {
    font-size: 13px; }

  footer ul {
    line-height: 19.2px; }

  footer li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: 10px; }

  footer li a {
    text-decoration: none;
    color: #fff; }
    footer li a:hover, footer li a:active, footer li a:focus {
      text-decoration: underline;
      color: #fff; }

  footer .sns,
  footer .nav,
  footer .subnav,
  footer .copyright {
    margin-right: 20px;
    margin-left: 20px; }

  footer .sns,
  footer .nav,
  footer .subnav {
    margin-bottom: 10px; }

  footer .tweet span,
  footer .like span,
  footer .share span {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding-right: 10px;
    padding-left: 5px;
    vertical-align: -10%; }

  footer .sns a {
    color: #fff; }
    footer .sns a:hover, footer .sns a:active, footer .sns a:focus {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5;
      color: #fff; }

  footer .sns img {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 20px;
    height: auto; }

  footer .copyright {
    color: #fff;
    padding-bottom: 20px; } }
@media screen and (min-width: 1201px) {
  footer .sns,
  footer .nav,
  footer .subnav,
  footer .copyright {
    margin-right: 0;
    margin-left: 0; } }
.post-password-form input {
  border: 1px solid #ccc; }

@media screen and (max-width: 600px) {
  #main .sns {
    margin: 20px 10px 0; }

  #main .sns .sns {
    margin: 0; }

  #main .sns:nth-of-type(4) {
    margin-top: 40px; }

  #main .sns .outer {
    max-width: 600px; }

  #main .sns ul {
    overflow: hidden;
    *zoom: 1;
    line-height: 1.2; }

  #main .sns li {
    float: left;
    margin-right: 20px; }

  #main .sns li a {
    text-decoration: none; }
    #main .sns li a:hover, #main .sns li a:active, #main .sns li a:focus {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
      opacity: 0.3; }

  #main .sns li a img {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    height: 18px; }

  #main .sns .share {
    overflow: hidden;
    *zoom: 1; }

  #main .sns .share strong {
    float: left;
    margin-right: 20px; }

  #main .sns .share img {
    width: 9px; }

  #main .sns .tweet img {
    width: 17px; }

  #main .sns .hatebu img {
    width: 16px; }

  #main .sns .google_plus img {
    width: 20px; }

  #main .sns .line img {
    width: 30px; } }
@media screen and (min-width: 601px) {
  #main .sns {
    max-width: 1200px;
    margin: 40px auto 0; }

  #main .sns .sns {
    max-width: auto;
    margin: 0; }

  #main .sns .outer {
    margin-right: 20px;
    margin-left: 20px; }

  #main .sns ul {
    overflow: hidden;
    *zoom: 1;
    line-height: 1.2; }

  #main .sns li {
    float: left;
    margin-right: 30px; }

  #main .sns li a {
    text-decoration: none; }
    #main .sns li a:hover, #main .sns li a:active, #main .sns li a:focus {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
      opacity: 0.3; }

  #main .sns li a img {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 30px;
    height: auto; }

  #main .sns .share {
    overflow: hidden;
    *zoom: 1; }

  #main .sns .share strong {
    float: left;
    padding-right: 30px;
    padding-top: 3px; }

  #main .sns .share img {
    width: 12px; }

  #main .sns .tweet img {
    width: 22px; }

  #main .sns .hatebu img {
    width: 22px; }

  #main .sns .google_plus img {
    width: 28px; }

  #main .sns .line img {
    width: 40px; } }
@media screen and (min-width: 1201px) {
  #main .sns .outer {
    margin-right: 0;
    margin-left: 0; } }
@media screen and (max-width: 600px) {
  .archives {
    margin-right: 10px;
    margin-left: 10px; }

  .archives article {
    margin-top: 200px;
    margin-top: 33.33333vw; }

  .archives .header h2 {
    font-size: 24px;
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    line-height: 19.2px;
    text-align: center; }

  .archives .header p {
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
    margin-top: 1.66667vw; }

  .archives .outer p {
    font-size: 15px;
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    text-align: center; }

  .archives img {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-top: 3.33333vw; }

  .archives a {
    text-decoration: none; }
    .archives a:hover, .archives a:active, .archives a:focus {
      text-decoration: underline; }

  .archives li a {
    color: #b2b2b2; }
    .archives li a:hover, .archives li a:active, .archives li a:focus {
      color: #b2b2b2; }

  .archives .inner h3,
  .archives .inner p,
  .archives .inner ul {
    font-size: 13px;
    line-height: 1.5; }

  .archives h3 {
    margin-top: 20px;
    margin-top: 3.33333vw; }

  .archives .inner p {
    font-family: "Helvetica Neue", "Helvetica", "Arial", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0;
    text-align: left;
    margin-top: 10px;
    margin-top: 1.66667vw; } }
@media screen and (min-width: 601px) {
  .archives {
    margin-right: 20px;
    margin-left: 20px; }

  .archives article {
    margin-top: 120px;
    margin-top: 10vw; }

  .archives .header {
    display: table; }

  .archives .header h2,
  .archives .header p {
    display: table-cell; }

  .archives .header h2 {
    font-size: 28px;
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    line-height: 19.2px; }

  .archives .header p {
    font-size: 13px;
    vertical-align: middle;
    padding-left: 20px;
    padding-left: 1.66667vw; }

  .archives .outer p {
    font-size: 18px;
    font-family: "FuturaPT-Book", "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.1em;
    text-align: center; }

  .archives .outer figure {
    height: 12.66667vw;
    margin-top: 0; }

  .archives img {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-top: 1.66667vw; }

  .archives a {
    text-decoration: none; }
    .archives a:hover, .archives a:active, .archives a:focus {
      text-decoration: underline; }

  .archives li a {
    color: #b2b2b2; }
    .archives li a:hover, .archives li a:active, .archives li a:focus {
      color: #b2b2b2; }

  .archives .inner h3,
  .archives .inner p,
  .archives .inner ul {
    line-height: 1.5; }

  .archives h3 {
    font-size: 15px;
    margin-top: 20px;
    margin-top: 1.66667vw; }

  .archives .inner p {
    font-size: 13px;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 0;
    text-align: left;
    margin-top: 10px;
    margin-top: 0.83333vw; }

  .archives ul {
    font-size: 13px; } }
@media screen and (min-width: 1201px) {
  .archives {
    width: 1200px;
    margin: 0 auto; }

  .archives article {
    margin-top: 120px; }

  .archives .header p {
    padding-left: 20px; }

  .archives .outer figure {
    height: 152px; }

  .archives img {
    margin-top: 20px; }

  .archives h3 {
    margin-top: 20px; }

  .archives .inner p {
    margin-top: 10px; }

  .content h3{
  font-size: 30px;
  line-height: 1.5;
  margin-top: 90px;
  }

  }
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  header h1 a {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../houyhnhnm/img/logo@2x.gif?1455586020');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 800px;
    height: 74px;
    -moz-background-size: 200px 18px;
    -o-background-size: 200px 18px;
    -webkit-background-size: 200px 18px;
    background-size: 200px 18px;
    width: 200px;
    height: 18px; } }
@media screen and (-webkit-min-device-pixel-ratio: 1.25) and (max-width: 600px), screen and (min-resolution: 1.25dppx) and (max-width: 600px), screen and (min-resolution: 120dpi) and (max-width: 600px) {
  #pagetop span {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../houyhnhnm/img/sp.pagetop@2x.png?1454914273');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 28px;
    height: 24px;
    -moz-background-size: 14px 12px;
    -o-background-size: 14px 12px;
    -webkit-background-size: 14px 12px;
    background-size: 14px 12px;
    width: 14px;
    height: 12px; } }
@media screen and (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 601px), screen and (min-resolution: 1.25dppx) and (min-width: 601px), screen and (min-resolution: 120dpi) and (min-width: 601px) {
  #pagetop span {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url('../houyhnhnm/img/pagetop@2x.png?1455611134');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 80px;
    height: 80px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    width: 40px;
    height: 40px; } }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    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,
  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; }

  img {
    max-width: 100% !important; }

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

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

/*# sourceMappingURL=mr.css.map */
  html,
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }