@charset "UTF-8";
/*
Theme Name: pageview
Theme URI: http://underscores.me/
Author: Automattic
Author URI: http://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: _s
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

_s is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url(genericons/genericons.css);
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #F53C46; }
  a:visited {
    color: #F53C46; }
  a:hover, a:focus, a:active {
    color: #ddd; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
Custom
--------------------------------------------------------------*/
.site-title a, body.archive .more,
body.search .more,
.section-news .more {
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden; }

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif; }

.sns-buttons > span {
  font-family: '游ゴシック体', 'YuGothic', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'HG明朝E', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Roboto Condensed', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; }

/* Generated at Sat Nov 29 2014 20:34:16 GMT+0900 (JST). Included icons: bars, times */
                                                                                      /*
* Marka - v0.3.1
* http://fian.my.id/marka
*
* Copyright 2014 Alfiana E. Sibuea and other contributors
* Released under the MIT license
* https://github.com/fians/marka/blob/master/LICENSE
*/
.marka {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

.marka i {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

.marka.marka-set i {
  opacity: 1; }

.marka.marka-rotate-right {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.marka.marka-rotate-left {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.marka.marka-rotate-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.marka.marka-icon-empty {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0); }

.marka.marka-icon-bars i {
  -webkit-transform: scale(0.8, 0.2);
  -moz-transform: scale(0.8, 0.2);
  -ms-transform: scale(0.8, 0.2);
  -o-transform: scale(0.8, 0.2);
  transform: scale(0.8, 0.2); }

.marka.marka-icon-bars i:nth-child(2) {
  -webkit-transform: scale(0.8, 0.2) translate(0%, -140%);
  -moz-transform: scale(0.8, 0.2) translate(0%, -140%);
  -ms-transform: scale(0.8, 0.2) translate(0%, -140%);
  -o-transform: scale(0.8, 0.2) translate(0%, -140%);
  transform: scale(0.8, 0.2) translate(0%, -140%); }

.marka.marka-icon-bars i:nth-child(3) {
  -webkit-transform: scale(0.8, 0.2) translate(0%, 140%);
  -moz-transform: scale(0.8, 0.2) translate(0%, 140%);
  -ms-transform: scale(0.8, 0.2) translate(0%, 140%);
  -o-transform: scale(0.8, 0.2) translate(0%, 140%);
  transform: scale(0.8, 0.2) translate(0%, 140%); }

.marka.marka-icon-times i {
  -webkit-transform: rotate(45deg) scale(0.8, 0.2);
  -moz-transform: rotate(45deg) scale(0.8, 0.2);
  -ms-transform: rotate(45deg) scale(0.8, 0.2);
  -o-transform: rotate(45deg) scale(0.8, 0.2);
  transform: rotate(45deg) scale(0.8, 0.2); }

.marka.marka-icon-times i:nth-child(2) {
  -webkit-transform: rotate(-45deg) scale(0.8, 0.2);
  -moz-transform: rotate(-45deg) scale(0.8, 0.2);
  -ms-transform: rotate(-45deg) scale(0.8, 0.2);
  -o-transform: rotate(-45deg) scale(0.8, 0.2);
  transform: rotate(-45deg) scale(0.8, 0.2); }

::selection {
  background: #F53C46;
  /*背景色*/
  color: #404040;
  /*文字色*/ }

::-moz-selection {
  background: #F53C46;
  /*背景色*/
  color: #404040;
  /*文字色*/ }

html {
  font-size: 62.5%; }

body {
  font-size: 1.4rem;
  margin: 0 auto; }
  body.overlay {
    overflow: hidden; }

a {
  -moz-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  text-decoration: none; }
  a:focus {
    outline: none; }
  a:visited {
    color: #F53C46; }

figure {
  margin: 0; }

ul, ol {
  margin-left: 1em; }

.align-right {
  text-align: right; }

.anchor-block {
  display: block;
  text-decoration: none; }
  .anchor-block:hover {
    color: inherit; }
  .anchor-block:focus {
    color: inherit; }

.eyecatch {
  margin: 0; }

.site {
  border: 4px solid #F53C46; }

.sidebar {
  background-color: #F53C46;
  padding: 0 30px 30px; }
  .sidebar.fixed-top {
    position: fixed;
    top: 0; }
  .sidebar.fixed-bottom {
    position: fixed;
    bottom: 0; }

.site-content {
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: relative;
  margin: 0 auto; }
  .site-content.nav-fixed {
    left: 260px; }
  .site-content.hide {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }

.content-area {
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 30px 50px; }

.page-title,
.section-title,
body.page .entry-title {
  font-size: 2rem;
  color: #F53C46; }

body.page h2, body.page h3, body.page h4, body.page h5, body.page h6 {
  color: #F53C46;
  margin-bottom: 0;
  font-size: 1.6rem; }
body.page p {
  font-size: 1.2rem; }

.page-links {
  margin: 40px 0;
  text-align: center;
  letter-spacing: 1em;
  font-size: 1.6rem; }
  .page-links a {
    text-decoration: none !important; }

.site-footer {
  clear: both;
  padding: 30px;
  background: url(img/footer_bg.png);
  overflow: hidden;
  *zoom: 1; }
  .site-footer .site-info {
    float: left; }

.footer-navigation {
  float: left; }
  .footer-navigation ul {
    margin: 0;
    padding: 0; }
  .footer-navigation li {
    display: inline-block;
    margin-right: 1em; }
    .footer-navigation li:after {
      content: '｜';
      margin-left: 1em; }

.facebook-likebox {
  clear: both; }

.more-posts {
  display: block;
  width: 60%;
  background-color: #F53C46;
  text-align: center;
  color: white;
  padding: 20px 0 17px;
  margin: 40px auto 0;
  line-height: 1;
  border: 1px solid #F53C46; }
  .more-posts:hover {
    color: #F53C46 !important;
    background-color: white; }
  .more-posts:focus {
    color: white; }
  .more-posts:visited {
    color: white; }

.topScrollBtn {
  -moz-transition: opacity 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translate(0, 300%);
  -ms-transform: translate(0, 300%);
  -webkit-transform: translate(0, 300%);
  transform: translate(0, 300%);
  position: fixed;
  z-index: 50;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #F53C46;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 100%;
  cursor: pointer; }
  .topScrollBtn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5; }
  .topScrollBtn.show {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.pageview-number {
  min-width: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 28px;
  padding-right: 10px;
  background: #F53C46 url(img/icon_pageview_small.png) no-repeat 5px center;
  color: white;
  font-size: 1.6rem;
  position: absolute;
  z-index: 10;
  border-radius: 4px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .pageview-number {
      background-image: url(img/icon_pageview_small@2x.png);
      background-size: 18px 18px; } }

/** Larger Screens - desktops and tablets **/
@media all and (min-device-width: 1024px), all and (orientation: landscape) and (max-device-width: 1023px) and (min-width: 768px) {
  body {
    min-width: 1024px; } }
@media all and (max-device-width: 1024px) and (max-width: 1023px) {
  .site-main {
    margin-bottom: 30px; }

  .sidebar {
    padding: 0; }

  .content-area {
    padding: 0 10px 40px; } }
@media all and (max-width: 320px) {
  .content-area {
    padding-top: 0; } }
@media all and (orientation: landscape) and (max-device-width: 1023px) and (min-device-width: 768px) {
  .site-content {
    background-color: #F53C46; }

  .content-area {
    background-color: white; } }
/** Larger Screens - desktops and tablets **/
@media all and (min-device-width: 1024px), all and (orientation: landscape) and (max-device-width: 1023px) and (min-width: 768px) {
  .site {
    overflow: hidden;
    *zoom: 1; }

  .sidebar {
    float: left;
    width: 260px;
    position: relative;
    z-index: 2; }

  .site-content {
    float: left;
    margin-left: -260px;
    padding-left: 260px;
    width: 100%;
    position: relative;
    z-index: 1; } }
/** Larger Screens - desktops and tablets **/
.site-title a {
  display: block;
  width: 266px;
  height: 66px;
  background: no-repeat center center;
  background-image: url(img/pageview_logo_mobile.png); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .site-title a {
      background-image: url(img/pageview_logo_mobile@2x.png);
      background-size: 266px 66px; } }

.site-description {
  display: none; }

.main-navigation > ul {
  display: block; }
.main-navigation li {
  float: none; }
.main-navigation .nav-menu {
  border-top: 1px solid #c43038;
  margin-bottom: 25px; }
  .main-navigation .nav-menu > li {
    border-bottom: 1px solid #c43038;
    padding-left: 10px; }
    .main-navigation .nav-menu > li a {
      position: relative;
      height: 35px;
      line-height: 35px;
      padding-left: 45px;
      font-size: 1.2rem;
      background: no-repeat left center; }
      .main-navigation .nav-menu > li a:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        left: 0;
        width: 20px;
        height: 35px;
        background: no-repeat center center;
        background-size: contain; }
    .main-navigation .nav-menu > li.home a:before {
      background-image: url(img/icon_home.png); }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .main-navigation .nav-menu > li.home a:before {
          background-image: url(img/icon_home@2x.png); } }
    .main-navigation .nav-menu > li.politics-economy a:before {
      background-image: url(img/icon_politics-economy.png); }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .main-navigation .nav-menu > li.politics-economy a:before {
          background-image: url(img/icon_politics-economy@2x.png); } }
    .main-navigation .nav-menu > li.society a:before {
      background-image: url(img/icon_society.png); }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .main-navigation .nav-menu > li.society a:before {
          background-image: url(img/icon_society@2x.png); } }
    .main-navigation .nav-menu > li.internet a:before {
      background-image: url(img/icon_internet.png); }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .main-navigation .nav-menu > li.internet a:before {
          background-image: url(img/icon_internet@2x.png); } }
    .main-navigation .nav-menu > li.entertainments-sports a:before {
      background-image: url(img/icon_entertainments-sports.png); }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .main-navigation .nav-menu > li.entertainments-sports a:before {
          background-image: url(img/icon_entertainments-sports@2x.png); } }
    .main-navigation .nav-menu > li.culture a:before {
      background-image: url(img/icon_culture.png); }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .main-navigation .nav-menu > li.culture a:before {
          background-image: url(img/icon_culture@2x.png); } }
    .main-navigation .nav-menu > li.lifestyle a:before {
      background-image: url(img/icon_lifestyle.png); }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .main-navigation .nav-menu > li.lifestyle a:before {
          background-image: url(img/icon_lifestyle@2x.png); } }
    .main-navigation .nav-menu > li.business a:before {
      background-image: url(img/icon_business.png); }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .main-navigation .nav-menu > li.business a:before {
          background-image: url(img/icon_business@2x.png); } }
    .main-navigation .nav-menu > li.essay-column a:before {
      background-image: url(img/icon_essay-column.png); }
      @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
        .main-navigation .nav-menu > li.essay-column a:before {
          background-image: url(img/icon_essay-column@2x.png); } }
    .main-navigation .nav-menu > li.home {
      display: none; }
.main-navigation a {
  color: white;
  font-weight: bold; }
  .main-navigation a:hover {
    color: #404040; }

.genericon-facebook {
  color: #3b5998;
  vertical-align: sub;
  font-size: 21px;
  margin-right: 10px; }

.menu-toggle {
  padding: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  outline: none;
  position: fixed;
  z-index: 101;
  bottom: 20px;
  right: 20px; }
  .menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    border: none !important; }

.marka {
  width: 35px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%; }

.menu-toggle .marka.marka-icon-bars i:nth-child(1) {
  -moz-transform: scale(0.6, 0.07);
  -ms-transform: scale(0.6, 0.07);
  -webkit-transform: scale(0.6, 0.07);
  transform: scale(0.6, 0.07); }
.menu-toggle .marka.marka-icon-bars i:nth-child(2) {
  -moz-transform: scale(0.6, 0.07) translate(0, -250%);
  -ms-transform: scale(0.6, 0.07) translate(0, -250%);
  -webkit-transform: scale(0.6, 0.07) translate(0, -250%);
  transform: scale(0.6, 0.07) translate(0, -250%); }
.menu-toggle .marka.marka-icon-bars i:nth-child(3) {
  -moz-transform: scale(0.6, 0.07) translate(0, 250%);
  -ms-transform: scale(0.6, 0.07) translate(0, 250%);
  -webkit-transform: scale(0.6, 0.07) translate(0, 250%);
  transform: scale(0.6, 0.07) translate(0, 250%); }

.menu-toggle .marka.marka-icon-times i:nth-child(1) {
  -moz-transform: rotate(45deg) scale(0.6, 0.07);
  -ms-transform: rotate(45deg) scale(0.6, 0.07);
  -webkit-transform: rotate(45deg) scale(0.6, 0.07);
  transform: rotate(45deg) scale(0.6, 0.07); }
.menu-toggle .marka.marka-icon-times i:nth-child(2) {
  -moz-transform: rotate(-45deg) scale(0.6, 0.07);
  -ms-transform: rotate(-45deg) scale(0.6, 0.07);
  -webkit-transform: rotate(-45deg) scale(0.6, 0.07);
  transform: rotate(-45deg) scale(0.6, 0.07); }
.menu-toggle .marka.marka-icon-times i:nth-child(3) {
  -moz-transform: rotate(45deg) scale(0.6, 0.07);
  -ms-transform: rotate(45deg) scale(0.6, 0.07);
  -webkit-transform: rotate(45deg) scale(0.6, 0.07);
  transform: rotate(45deg) scale(0.6, 0.07); }

/** Larger Screens - desktops and tablets **/
@media all and (min-device-width: 1024px), all and (orientation: landscape) and (max-device-width: 1023px) and (min-width: 768px) {
  .site-title {
    width: auto; }
    .site-title a {
      width: 160px;
      height: 142px;
      background: no-repeat center center;
      background-image: url(img/pageview_logo.png);
      margin: 0 auto; }

  /* Small menu */
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; }

  .site-branding {
    margin: 40px 0; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-device-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (min-device-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2 / 1) and (min-device-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (min-device-width: 1024px), only screen and (min-resolution: 192dpi) and (min-device-width: 1024px), only screen and (min-resolution: 2dppx) and (min-device-width: 1024px) {
  .site-title a {
    background-image: url(img/pageview_logo@2x.png);
    background-size: 160px 142px; } }
@media all and (max-device-width: 1024px) and (max-width: 1023px) {
  .site-header {
    background-color: #F53C46;
    height: 90px;
    width: 100%; }

  .site-title {
    position: relative;
    margin: 0;
    padding: 10px; }

  .menu-toggle {
    display: block; }

  .menu-all-container {
    -moz-transition: cubic-bezier(1, 0, 0, 1) 0.4s;
    -o-transition: cubic-bezier(1, 0, 0, 1) 0.4s;
    -webkit-transition: cubic-bezier(1, 0, 0, 1) 0.4s;
    transition: cubic-bezier(1, 0, 0, 1) 0.4s;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px 0 20px;
    background-color: rgba(245, 60, 70, 0.95); }

  .menu-header-container {
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: 80%;
    margin-left: auto;
    margin-right: auto; }

  .main-navigation.toggled .menu-all-container {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow-y: scroll; }

  .nav-menu {
    border: none !important;
    margin: 0 !important; }

  .main-navigation .nav-menu > .menu-item {
    float: none;
    border-bottom: none;
    padding-left: 0 !important;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0 auto; }
    .main-navigation .nav-menu > .menu-item.home {
      display: block;
      border-top: 2px solid rgba(0, 0, 0, 0.3);
      border-bottom: 2px solid rgba(0, 0, 0, 0.3);
      margin-bottom: 10px;
      padding: 8px 0; }
    .main-navigation .nav-menu > .menu-item a {
      font-size: 1.4rem;
      height: 30px;
      line-height: 30px; }
      .main-navigation .nav-menu > .menu-item a:before {
        width: 18px;
        height: 30px;
        line-height: 30px; }

  .sns-links {
    margin: 0 auto; }
    .sns-links .sns-link {
      float: none !important;
      display: inline-block;
      width: 48.5% !important; } }
@media all and (max-width: 320px) {
  .site-header {
    height: 65px; }

  .site-title a {
    width: 160px;
    height: 40px;
    background-size: contain; }

  .main-navigation .nav-menu > .menu-item a {
    font-size: 1.4rem; }

  .menu-all-container {
    top: 0; } }
.search-form-container {
  margin-bottom: 20px; }

.search-form {
  padding-top: 0px;
  padding-bottom: 0px; }
  .search-form label {
    display: inline-block;
    vertical-align: top; }

input[type="search"].search-field,
input[type="submit"].search-submit {
  height: 24px;
  line-height: 24px;
  padding: 5px 10px;
  box-sizing: content-box;
  font-size: 1.2rem; }
  input[type="search"].search-field:focus,
  input[type="submit"].search-submit:focus {
    outline: 0; }

input[type="search"].search-field {
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid white;
  color: white;
  width: 150px; }
  input[type="search"].search-field::-webkit-input-placeholder {
    color: white; }
  input[type="search"].search-field:-ms-input-placeholder {
    color: white; }
  input[type="search"].search-field::-moz-placeholder {
    color: white; }
  input[type="search"].search-field:-moz-placeholder {
    color: white; }

input[type="submit"].search-submit {
  border-radius: 0;
  border: 1px solid white;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  background: white no-repeat center center;
  background-image: url(img/search_btn.png);
  margin-left: -14px;
  width: 14px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    input[type="submit"].search-submit {
      background-image: url(img/search_btn@2x.png);
      background-size: 18px 18px; } }

.wpcf7 .hidden-label {
  display: none; }
.wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 0.5em; }
  .wpcf7 .wpcf7-list-item small {
    display: block;
    color: #404040;
    margin-left: 1.5em; }
.wpcf7 .wpcf7-list-item-label {
  color: #F53C46;
  font-size: 1.2rem;
  font-weight: bold; }
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.8em;
  position: absolute; }
.wpcf7 .wpcf7-response-output {
  margin-top: 1em;
  margin-bottom: 1em; }
.wpcf7 .your-subject {
  display: block; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  border-radius: 0;
  outline: none; }
.wpcf7 .name {
  display: inline-block;
  width: 10%;
  margin-right: 5%; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
  width: 85%; }
.wpcf7 textarea {
  height: 10em; }
.wpcf7 .border-top {
  border-top: 1px solid #ccc; }
  .wpcf7 .border-top .name {
    width: auto !important;
    margin: 1em 0; }
.wpcf7 .text-align {
  text-align: center; }
.wpcf7 input[type="submit"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  border: 1px solid #F53C46;
  background: none;
  color: #F53C46;
  width: 200px;
  padding: 10px;
  font-size: 1.6em;
  font-weight: bold;
  outline: none; }

@media all and (max-device-width: 1024px) and (max-width: 1023px) {
  .search-form-container {
    margin-bottom: 20px;
    text-align: center;
    width: 80%;
    margin-right: auto;
    margin-left: auto; }
    .search-form-container .search-form {
      overflow: hidden;
      *zoom: 1; }
      .search-form-container .search-form > label {
        width: 90%;
        float: left; }

  input[type="search"].search-field {
    width: 100%; }

  input[type="submit"].search-submit {
    width: 6%;
    float: left; }

  .wpcf7 .name {
    width: 20% !important;
    margin-right: 5%; }
  .wpcf7 input[type="text"],
  .wpcf7 input[type="email"] {
    width: 75% !important; } }
.section-pickup .eyecatch img,
.section-recommend .eyecatch img {
  visibility: hidden;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%; }
.section-pickup .entry-summary,
.section-recommend .entry-summary {
  display: none; }

/** Larger Screens - desktops and tablets **/
@media all and (min-device-width: 1024px), all and (orientation: landscape) and (max-device-width: 1023px) and (min-width: 768px) {
  .section-pickup .section-content,
  .section-recommend .section-content {
    overflow: hidden;
    *zoom: 1; }
  .section-pickup .hentry,
  .section-recommend .hentry {
    position: relative;
    float: left;
    width: 31.33333%;
    height: 210px;
    margin-right: 3%;
    margin-bottom: 3%;
    border: 1px solid #F53C46; }
    .section-pickup .hentry:nth-of-type(3n),
    .section-recommend .hentry:nth-of-type(3n) {
      margin-right: 0; }
    .section-pickup .hentry:nth-of-type(3n + 1),
    .section-recommend .hentry:nth-of-type(3n + 1) {
      clear: left; }
  .section-pickup .anchor-block,
  .section-recommend .anchor-block {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover; }
  .section-pickup .entry-summary,
  .section-recommend .entry-summary {
    display: none; }
  .section-pickup .entry-header,
  .section-recommend .entry-header {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(img/pickup_bg.png);
    padding: 10px 20px; }
    .section-pickup .entry-header a,
    .section-recommend .entry-header a {
      color: white; }
  .section-pickup .category,
  .section-recommend .category {
    font-size: 1.2rem; }
  .section-pickup .entry-title,
  .section-recommend .entry-title {
    margin: 0;
    font-size: 1.4rem;
    height: 6.5rem;
    overflow: hidden; }
  .section-pickup .pageview-number,
  .section-recommend .pageview-number {
    top: 10px;
    right: 10px;
    bottom: auto !important;
    left: auto !important; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .section-pickup .more,
  .section-recommend .more {
    background-image: url(img/more@2x.jpg) !important;
    background-size: 40px 40px !important; } }
@media all and (max-device-width: 1024px) and (max-width: 1023px) {
  .section-pickup .hentry,
  .section-recommend .hentry {
    position: relative;
    display: table;
    border: 1px solid #F53C46;
    width: 100%; }
  .section-pickup .eyecatch,
  .section-pickup .text,
  .section-recommend .eyecatch,
  .section-recommend .text {
    display: table-cell;
    vertical-align: top; }
  .section-pickup .eyecatch,
  .section-recommend .eyecatch {
    background: no-repeat center center;
    background-size: cover;
    width: 35%;
    border-right: 1px solid #F53C46; }
  .section-pickup .text,
  .section-recommend .text {
    padding: 10px 20px 14px 20px; }
  .section-pickup .category,
  .section-recommend .category {
    font-weight: bold; }
  .section-pickup .entry-title,
  .section-recommend .entry-title {
    font-size: 1.4rem;
    color: #F53C46;
    height: 6em;
    overflow: hidden; }
    .section-pickup .entry-title a:hover,
    .section-recommend .entry-title a:hover {
      color: #ddd; }
  .section-pickup .more,
  .section-recommend .more {
    display: block;
    text-indent: 300%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 40px;
    height: 40px;
    background: no-repeat center center;
    background-image: url(img/more.jpg); }
  .section-pickup .pageview-number,
  .section-recommend .pageview-number {
    display: block;
    bottom: 20px;
    left: -10px; } }
@media all and (orientation: portrait) and (max-device-width: 1023px) and (min-device-width: 768px) and (min-width: 768px) {
  .section-pickup .entry-title,
  .section-recommend .entry-title {
    height: 3em;
    font-size: 1.6rem; }
  .section-pickup .entry-summary,
  .section-recommend .entry-summary {
    display: block; } }
@media all and (min-device-width: 1024px) and (max-width: 1060px) {
  .section-pickup .entry-title,
  .section-recommend .entry-title {
    font-size: 1.6rem; } }
.more-posts-container .hentry {
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
  .more-posts-container .hentry.show {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

body.archive .hentry,
body.search .hentry,
.section-news .hentry {
  position: relative;
  display: table;
  border: 1px solid #F53C46;
  width: 100%;
  margin-bottom: 25px; }
body.archive .eyecatch,
body.archive .text,
body.search .eyecatch,
body.search .text,
.section-news .eyecatch,
.section-news .text {
  display: table-cell;
  vertical-align: top; }
body.archive .eyecatch,
body.search .eyecatch,
.section-news .eyecatch {
  background: no-repeat center center;
  background-size: cover;
  width: 35%;
  border-right: 1px solid #F53C46; }
  body.archive .eyecatch img,
  body.search .eyecatch img,
  .section-news .eyecatch img {
    visibility: hidden;
    vertical-align: bottom;
    width: 100%;
    max-width: 100%; }
body.archive .text,
body.search .text,
.section-news .text {
  padding: 10px 20px 14px 20px; }
body.archive .category,
body.search .category,
.section-news .category {
  font-weight: bold; }
body.archive .entry-title,
body.search .entry-title,
.section-news .entry-title {
  font-size: 1.4rem;
  color: #F53C46;
  height: 6em;
  overflow: hidden; }
  body.archive .entry-title a:hover,
  body.search .entry-title a:hover,
  .section-news .entry-title a:hover {
    color: #ddd; }
body.archive .pageview-number,
body.search .pageview-number,
.section-news .pageview-number {
  bottom: 20px;
  left: -10px; }
body.archive .entry-summary,
body.search .entry-summary,
.section-news .entry-summary {
  display: none; }
body.archive .more,
body.search .more,
.section-news .more {
  display: block;
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 40px;
  height: 40px;
  background: no-repeat center center;
  background-image: url(img/more.jpg); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    body.archive .more,
    body.search .more,
    .section-news .more {
      background-image: url(img/more@2x.jpg);
      background-size: 40px 40px; } }

body.ie .more {
  bottom: 0;
  right: 0; }

body.single .site-content .site-main > .hentry > .entry-content {
  border-bottom: 1px solid #ddd; }
  body.single .site-content .site-main > .hentry > .entry-content h1, body.single .site-content .site-main > .hentry > .entry-content h2, body.single .site-content .site-main > .hentry > .entry-content h3, body.single .site-content .site-main > .hentry > .entry-content h4, body.single .site-content .site-main > .hentry > .entry-content h5, body.single .site-content .site-main > .hentry > .entry-content h6 {
    color: #F53C46;
    border-bottom: 1px solid #F53C46;
    padding-bottom: 15px;
    margin-top: 50px;
    margin-bottom: 30px; }
  body.single .site-content .site-main > .hentry > .entry-content h1, body.single .site-content .site-main > .hentry > .entry-content h2 {
    font-size: 2rem; }
  body.single .site-content .site-main > .hentry > .entry-content h3 {
    font-size: 1.8rem; }
  body.single .site-content .site-main > .hentry > .entry-content h4 {
    font-size: 1.6rem; }
  body.single .site-content .site-main > .hentry > .entry-content a {
    text-decoration: underline; }
  body.single .site-content .site-main > .hentry > .entry-content p {
    line-height: 1.9; }
  body.single .site-content .site-main > .hentry > .entry-content img {
    display: block;
    margin: 1.5em auto; }
  body.single .site-content .site-main > .hentry > .entry-content .wp-caption {
    margin: 0 auto; }
  body.single .site-content .site-main > .hentry > .entry-content blockquote {
    margin: 0;
    margin-bottom: 1.5em;
    border: 1px solid #F53C46;
    padding: 1.5em 2em; }
    body.single .site-content .site-main > .hentry > .entry-content blockquote p {
      margin: 0;
      margin-bottom: 1.5em; }
      body.single .site-content .site-main > .hentry > .entry-content blockquote p:last-of-type {
        margin-bottom: 0; }
  body.single .site-content .site-main > .hentry > .entry-content iframe {
    display: block;
    margin: 40px auto; }
  body.single .site-content .site-main > .hentry > .entry-content table {
    border: 1px solid #f5f5f5; }
    body.single .site-content .site-main > .hentry > .entry-content table th, body.single .site-content .site-main > .hentry > .entry-content table td {
      padding: 0.5em; }
    body.single .site-content .site-main > .hentry > .entry-content table tbody tr:nth-of-type(odd) {
      background-color: #f5f5f5; }
  body.single .site-content .site-main > .hentry > .entry-content > .eyecatch {
    text-align: center;
    margin: 20px 0 40px; }
    body.single .site-content .site-main > .hentry > .entry-content > .eyecatch figcaption {
      text-align: right;
      font-size: 1.2rem; }
    body.single .site-content .site-main > .hentry > .entry-content > .eyecatch img {
      display: inline;
      margin: 0; }
  body.single .site-content .site-main > .hentry > .entry-content .responsible {
    font-size: 1.1rem;
    color: #888; }
body.single .site-content .site-main > .hentry > .entry-header {
  padding-bottom: 20px;
  border-bottom: 1px solid #959595; }
  body.single .site-content .site-main > .hentry > .entry-header > .entry-title {
    font-size: 2.4rem;
    color: #F53C46; }
  body.single .site-content .site-main > .hentry > .entry-header > .entry-meta {
    position: relative; }
    body.single .site-content .site-main > .hentry > .entry-header > .entry-meta a {
      color: #959595; }
      body.single .site-content .site-main > .hentry > .entry-header > .entry-meta a:hover {
        color: #F53C46; }
  body.single .site-content .site-main > .hentry > .entry-header .pageview-number {
    top: 0;
    right: 0; }
body.single .site-content .site-main > .hentry .quote-url {
  color: #F53C46;
  font-size: 1rem; }
  body.single .site-content .site-main > .hentry .quote-url a {
    text-decoration: underline; }
body.single .site-content .site-main > .hentry .section-recommend {
  border-bottom: 1px solid #ddd; }
  body.single .site-content .site-main > .hentry .section-recommend .hentry {
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }

/** Larger Screens - desktops and tablets **/
@media all and (min-device-width: 1024px), all and (orientation: landscape) and (max-device-width: 1023px) and (min-width: 768px) {
  body.archive .eyecatch,
  body.search .eyecatch,
  .section-news .eyecatch {
    width: 260px; }
  body.archive .text,
  body.search .text,
  .section-news .text {
    padding: 20px 40px 24px 20px; }
  body.archive .category,
  body.search .category,
  .section-news .category {
    font-size: 1.2rem; }
  body.archive .entry-title,
  body.search .entry-title,
  .section-news .entry-title {
    height: 3em;
    font-size: 1.8rem; }
  body.archive .entry-summary,
  body.search .entry-summary,
  .section-news .entry-summary {
    display: block;
    margin-top: 1em;
    height: 6em;
    overflow: hidden; }
    body.archive .entry-summary p,
    body.search .entry-summary p,
    .section-news .entry-summary p {
      margin: 0; }

  body.single .entry-content .responsible {
    float: right; } }
@media all and (max-device-width: 1024px) and (max-width: 1023px) {
  .section-news .section-header {
    margin-top: 40px; } }
@media all and (orientation: portrait) and (max-device-width: 1023px) and (min-device-width: 768px) and (min-width: 768px) {
  body.archive .entry-title,
  body.search .entry-title,
  .section-news .entry-title {
    height: 3em;
    font-size: 1.6rem; }
  body.archive .entry-summary,
  body.search .entry-summary,
  .section-news .entry-summary {
    display: block; } }
@media all and (min-device-width: 1024px) and (max-width: 1060px) {
  body.archive .entry-title,
  body.search .entry-title,
  .section-news .entry-title {
    font-size: 1.6rem; } }
.loader {
  -moz-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid #F53C46;
  border-color: transparent;
  border-top-color: #F53C46;
  border-radius: 50%;
  -webkit-animation: spin 0.75s infinite linear;
  -moz-animation: spin 0.75s infinite linear;
  animation: spin 0.75s infinite linear;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }
  .loader.show {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  .loader.hide {
    display: none; }
  .loader:before, .loader:after {
    left: -2px;
    top: -2px;
    display: none;
    position: absolute;
    content: '';
    width: inherit;
    height: inherit;
    border: inherit;
    border-radius: inherit; }
  .loader:before {
    display: inline-block;
    border-color: transparent;
    border-top-color: #F53C46;
    -webkit-animation: spin 1.5s infinite ease;
    -moz-animation: spin 1.5s infinite ease;
    animation: spin 1.5s infinite ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg); } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.lightbox {
  -moz-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(245, 60, 70, 0.95); }
  .lightbox.show {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    z-index: 1000;
    cursor: url(img/close_btn.png), auto; }
<meta name="apple-itunes-app" content="app-id=1129192108">
  .lightbox h2, .lightbox h3, .lightbox h4, .lightbox h5, .lightbox h6 {
    color: #F53C46;
    margin-bottom: 0;
    font-size: 1.6rem; }
  .lightbox p {
    font-size: 1.2rem; }
  .lightbox .hentry {
    -moz-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    max-width: 700px;
    margin: 30px auto;
    background-color: white;
    padding: 20px 40px;
    cursor: auto; }
    .lightbox .hentry.show {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
  .lightbox .entry-title {
    font-size: 2rem;
    color: #F53C46;
    margin-bottom: 0;
    height: 2em !important; }
  .lightbox .entry-content {
    margin-top: 0; }

.lb-loader {
  border: 2px solid white;
  border-color: transparent;
  border-top-color: white; }
  .lb-loader:before {
    border-top-color: white; }

@media all and (max-device-width: 1024px) and (max-width: 1023px) {
  .lightbox .hentry {
    width: 90%;
    padding: 20px 20px; }
  .lightbox .entry-title {
    margin-top: 0;
    line-height: 1;
    height: auto !important; }
  .lightbox .entry-content {
    overflow-y: scroll; } }
@media all and (max-width: 320px) {
  .lightbox .entry-content {
    max-height: 420px;
    overflow-y: scroll; } }
.widget-area {
  margin-top: 20px; }

.widget {
  margin-bottom: 20px; }

.banners-side {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 0 10px; }
  .banners-side li {
    margin-bottom: 10px; }
  .banners-side img {
    width: 100%;
    height: auto;
    vertical-align: bottom; }

.banner-main {
  text-align: center;
  margin-bottom: 25px; }
  .banner-main img {
    vertical-align: bottom; }

.google-adsense {
  overflow: hidden;
  text-align: center; }
  .google-adsense ins {
    background: none !important; }

.google-adsense-container-upper {
  margin-top: 15px; }

.google-adsense-container-footer {
  margin-top: 40px; }

.google-adsense-rect-medium {
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd; }
  .google-adsense-rect-medium ins {
    margin: 0 20px; }

/** Larger Screens - desktops and tablets **/
@media all and (min-device-width: 1024px), all and (orientation: landscape) and (max-device-width: 1023px) and (min-width: 768px) {
  .banners-side {
    display: block;
    padding-top: 20px;
    border-top: 1px solid #c43038; }

  .google-adsense-container-header {
    margin-top: 15px; } }
.sns-links .sns-link-list {
  margin: 0;
  padding: 0;
  list-style: none; }
.sns-links .sns-link {
  float: left;
  width: 49.5%;
  margin-right: 1%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 5px 0; }
  .sns-links .sns-link:last-child {
    margin-right: 0; }
.sns-links .genericon {
  overflow: hidden;
  white-space: nowrap;
  font-size: 26px;
  line-height: 1;
  position: relative;
  width: 26px;
  height: 26px;
  color: white; }

.fixed .sns-link {
  position: static; }
.fixed .genericon {
  position: static; }

.fb_iframe_widget_lift {
  max-width: none; }

.sns-container {
  border-bottom: 1px solid #ddd; }
  .sns-container .sns {
    margin: 10px 0;
    padding: 20px 0;
    list-style: none;
    text-align: center; }
    .sns-container .sns li {
      display: inline-block;
      color: white;
      vertical-align: middle;
      background-color: #F53C46;
      padding: 5px 10px;
      height: 60px;
      margin: 0 5px; }
    .sns-container .sns .facebook-like {
      margin: 0;
      margin-bottom: 10px;
      background: none; }
      .sns-container .sns .facebook-like .fb-like {
        position: relative;
        z-index: 20; }
    .sns-container .sns a {
      color: white;
      vertical-align: middle;
      margin-right: 15px; }
    .sns-container .sns .genericon {
      font-size: 2rem;
      padding-left: 13px;
      padding-right: 8px; }
    .sns-container .sns .text {
      display: block;
      position: relative;
      font-size: 1.6rem;
      padding: 5px;
      line-height: 1.8;
      margin-top: -3px; }

.fb-page {
  margin-top: 20px; }

.sns-buttons.sns-buttons-header {
  margin-top: 30px; }
.sns-buttons.sns-buttons-footer {
  clear: both;
  padding-top: 20px; }
.sns-buttons > span {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 5px; }
.sns-buttons .sns-button {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px; }
  .sns-buttons .sns-button:last-of-type {
    margin-right: 0; }
.sns-buttons .facebook-like {
  margin-top: -1px; }

/** Larger Screens - desktops and tablets **/
@media all and (min-device-width: 1024px), all and (orientation: landscape) and (max-device-width: 1023px) and (min-width: 768px) {
  .sns-container .sns li {
    background: none;
    padding: 0;
    height: auto;
    margin: 0; }
  .sns-container .sns .facebook-like {
    margin-bottom: 18px;
    margin-left: 15px; }
  .sns-container .sns a {
    vertical-align: top;
    padding: 15px 0;
    background-color: #F53C46; }
  .sns-container .sns .text {
    display: inline-block;
    padding: 0 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.5); }

  .sns-buttons {
    float: right; }
    .sns-buttons.sns-buttons-header {
      margin-top: 10px;
      margin-right: 80px; }
    .sns-buttons.sns-buttons-footer {
      clear: none;
      padding-top: 0;
      margin-right: 40px; }
    .sns-buttons > span {
      display: inline-block;
      border-top: 2px solid #404040;
      padding-top: 2px;
      margin-top: 2px;
      margin-bottom: 0;
      margin-right: 12px; } }
@media all and (max-device-width: 1024px) and (max-width: 1023px) {
  .sns-links .sns-link-list {
    width: 80%;
    margin: 0 auto !important; } }
.wp-pagenavi {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 40px; }
  .wp-pagenavi .pages {
    display: none; }
  .wp-pagenavi .current,
  .wp-pagenavi a {
    margin: 0 1em; }

.widget_bing_translator {
  position: relative; }
  .widget_bing_translator .header-responsible {
    font-size: 1rem;
    color: white;
    margin: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7; }

.bing-translator-widget {
  color: #F53C46 !important; }

.bing-translator-widget,
#WidgetLauncher,
.WidgetEnabled {
  width: 100% !important; }

.WidgetEnabled,
#WidgetLauncher {
  margin: 0 !important;
  border: none !important; }

#LauncherTranslatePhrase {
  background-color: white !important;
  padding: 0 !important; }
  #LauncherTranslatePhrase:hover {
    background-color: inherit !important; }

#WidgetLauncher:after {
  -moz-transition: ease-in-out 0.1s;
  -o-transition: ease-in-out 0.1s;
  -webkit-transition: ease-in-out 0.1s;
  transition: ease-in-out 0.1s;
  content: '＞';
  position: absolute;
  top: 0;
  font-size: 1.8em;
  line-height: 30px; }
#WidgetLauncher.WidgetDisabled {
  opacity: 1 !important; }

#TranslateSpan {
  text-transform: none !important;
  font-size: 13px !important;
  font-family: inherit !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  padding: 5px 0 5px 10px !important;
  display: block !important;
  border: #F53C46 1px solid !important; }
  #TranslateSpan:hover {
    background-color: #ddd !important; }
  #TranslateSpan strong {
    color: #888;
    font-size: 11px;
    margin-left: 0.5em;
    letter-spacing: 1px;
    vertical-align: middle; }

#WidgetFloaterPanels {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: none !important;
  cursor: auto !important; }
  #WidgetFloaterPanels.opened {
    display: block !important; }

#WidgetFloater {
  border: none !important;
  width: auto !important;
  display: block !important;
  height: auto !important; }

#WidgetLogoPanel {
  display: none !important; }

.DDStyle_outer input, .DDStyle_outer span {
  display: none !important; }
.DDStyle_outer > div > div {
  position: relative !important; }

#CTFLinksPanel {
  display: none !important; }

#WidgetFloaterCollapsed {
  border: none !important;
  width: auto !important;
  display: none !important; }

#LanguageMenuPanel {
  background: none !important;
  height: auto !important; }

#WidgetFloaterPanels div.DDStyle {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: relative !important;
  max-height: 200px !important;
  width: 100% !important;
  overflow-y: scroll !important;
  border: none !important;
  top: 0 !important;
  left: auto !important;
  display: block !important;
  border: #F53C46 1px solid !important;
  padding: .5em 0 !important; }
  #WidgetFloaterPanels div.DDStyle td {
    padding: 0; }

#LanguageMenu td {
  display: block !important;
  margin-right: 1em !important;
  border-top: 1px solid #ddd !important;
  padding-left: 0 !important;
  width: auto !important; }
  #LanguageMenu td a {
    padding-left: 0 !important; }
    #LanguageMenu td a:hover {
      background-color: #ddd !important; }
#LanguageMenu tr:first-of-type td:first-of-type {
  border-top: none !important; }

#OriginalLanguageDiv {
  display: none !important; }

#FloaterProgressBar {
  display: none !important; }

/** Larger Screens - desktops and tablets **/
@media all and (min-device-width: 1024px), all and (orientation: landscape) and (max-device-width: 1023px) and (min-width: 768px) {
  #WidgetLauncher:after {
    right: 10px;
    margin-top: 2px;
    -moz-transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5); }
  #WidgetLauncher.WidgetDisabled:after {
    margin-right: 0;
    margin-top: -1px;
    -moz-transform: scaleX(0.5) rotateZ(180deg);
    -ms-transform: scaleX(0.5) rotateZ(180deg);
    -webkit-transform: scaleX(0.5) rotateZ(180deg);
    transform: scaleX(0.5) rotateZ(180deg); }

  #WidgetFloaterPanels {
    position: absolute !important;
    left: 100% !important;
    width: 100% !important; }

  #LanguageMenu {
    width: 200px !important;
    min-width: 200px !important; }

  #WidgetFloaterPanels div.DDStyle {
    width: 200px; } }
@media all and (max-device-width: 1024px) and (max-width: 1023px) {
  .widget_bing_translator {
    width: 80%;
    margin: 0 auto 15px; }

  #WidgetLauncher:after {
    right: 15px;
    margin-right: 0px;
    -moz-transform: scaleX(1.5) rotateZ(90deg);
    -ms-transform: scaleX(1.5) rotateZ(90deg);
    -webkit-transform: scaleX(1.5) rotateZ(90deg);
    transform: scaleX(1.5) rotateZ(90deg); }
  #WidgetLauncher.WidgetDisabled:after {
    margin-right: -4px;
    -moz-transform: scaleX(1.5) rotateZ(270deg);
    -ms-transform: scaleX(1.5) rotateZ(270deg);
    -webkit-transform: scaleX(1.5) rotateZ(270deg);
    transform: scaleX(1.5) rotateZ(270deg); }

  #LanguageMenu {
    width: 100% !important;
    min-width: 100% !important; }

  #WidgetFloaterPanels {
    margin-bottom: 20px;
    width: 100% !important; }

  body > div:not(#page):not(#fb-root) {
    width: 100% !important;
    left: 0 !important; } }
