.yomimono_futago_index .global.main,
.yomimono_futago_detail .global.main {
  background: #e6f1f3; }
  .yomimono_futago .global.main header nav {
    border-bottom: none;
    background: #f2f2f2; }
    /* line 614, yomimono.css.scss */
    .yomimono_futago .global.main header nav a {
      font-weight: normal;
      font-size: 14px;
      color: #0499e5;
      height: 39px; }
  /* line 620, yomimono.css.scss */
  .yomimono_futago .global.main ul.archives {
    background: #fff;
    box-shadow: black 0px 1px 1px; }
    /* line 622, yomimono.css.scss */
    .yomimono_futago .global.main ul.archives li {
      border-bottom: 1px dashed #cccccc; }
      /* line 624, yomimono.css.scss */
      .yomimono_futago .global.main ul.archives li a {
        font-weight: normal;
        font-size: 14px; }
      .yomimono_futago .global.main ul.archives li a.older { color: #4a53ae; }
      .yomimono_futago .global.main ul.archives li a.younger { color: #d60741; }
  /* line 632, yomimono.css.scss */
  .yomimono_futago .global.main article {
    margin-left: auto;
    margin-right: auto;
    width: 300px; }
    /* line 635, yomimono.css.scss */
    .yomimono_futago .global.main article header {
      -moz-border-radius-topleft: 12px;
      -webkit-border-top-left-radius: 12px;
      border-top-left-radius: 12px;
      -moz-border-radius-topright: 12px;
      -webkit-border-top-right-radius: 12px;
      border-top-right-radius: 12px;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6d969f), color-stop(100%, #48626d));
      background-image: -webkit-linear-gradient(#6d969f, #48626d);
      background-image: -moz-linear-gradient(#6d969f, #48626d);
      background-image: -o-linear-gradient(#6d969f, #48626d);
      background-image: linear-gradient(#6d969f, #48626d);
      border-bottom: 1px solid #cccccc; }
      /* line 639, yomimono.css.scss */
      .yomimono_futago .global.main article header h3 {
        font-weight: bold;
        font-size: 16px;
        color: white;
        padding: 8px 12px;
        text-align: center; }
  .yomimono_futago .global.main .mail {
    box-shadow: black 0px 1px 1px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    margin: 15px auto;
    padding: 10px 15px 15px;
    background: #fff;
    width: 270px;
    font-size: 13px;
  }
  .yomimono_futago .global.main .mail h3 {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    color: #5a7c86;
  }


  /* line 662, yomimono.css.scss */
  .yomimono_futago_index .global.main article section.body {
    display: none;
    -moz-border-radius-bottomleft: 12px;
    -webkit-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -webkit-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 10px 15px;
    background: #fff;
    box-shadow: black 0px 0 1px;
    font-size: 14px; }

/* detail */
.yomimono_futago_detail .global.main article {
  margin-top: 10px;
}
.yomimono_futago_detail .global.main article section.body {
  -moz-border-radius-bottomleft: 12px;
  -webkit-border-bottom-left-radius: 12px;
  border-bottom-left-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-right-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 15px;
  background: #fff;
  box-shadow: black 0px 1px 1px; }
  .yomimono_futago_detail .global.main article section.body p {
    margin-bottom: 1em;
    font-weight: normal;
    font-size: 14px;
    color: black; }
  .yomimono_futago_detail .global.main article section.body p:last-child { margin-bottom: 0; }
  .yomimono_futago_detail .global.main article section.body hr { display: none; }
  .yomimono_futago_detail .global.main article section.body .next {
    padding-top: 10px;
    border-top: 1px solid #000;
  }
  .yomimono_futago_detail .global.main article section.body .next span {
    font-size: 17px;
    text-align: center;
  }


.yomimono_futago .global.main .buttons a {
      border: none;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      -webkit-box-shadow: black 0px 1px 1px;
      -moz-box-shadow: black 0px 1px 1px;
      box-shadow: black 0px 1px 1px;
      display: block;
      margin: 10px 0;
      padding: 0;
      width: 270px;
      height: 46px;
      line-height: 46px;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9fb2b8), color-stop(50%, #839da4), color-stop(50%, #6f8c95), color-stop(100%, #5c7e87));
      background-image: -webkit-linear-gradient(#9fb2b8, #839da4 50%, #6f8c95 50%, #5c7e87);
      background-image: -moz-linear-gradient(#9fb2b8, #839da4 50%, #6f8c95 50%, #5c7e87);
      background-image: -o-linear-gradient(#9fb2b8, #839da4 50%, #6f8c95 50%, #5c7e87);
      background-image: linear-gradient(#9fb2b8, #839da4 50%, #6f8c95 50%, #5c7e87);
      font-weight: bold;
      font-size: 20px;
      color: white; }
	  
.yomimono_futago .global.main p.lead { padding: 10px; }