/*!
Theme Name: blog_temp
Theme URI: http://underscores.me/
Author: UPWARD GROUP
Author URI: http://underscores.me/
Description: ブログ用テンプレート
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blog
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

blog_temp is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
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-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;
}
*,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,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 {
  border: 0;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}
html{
  overflow-x: hidden;
}
blockquote,q {
  quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
  content: '';
  content: none;
}
input,textarea {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  font-size: 100%;
}
ol,ul{
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,th {
  text-align: center;
}
a:focus {
  outline: none;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  margin: 0;
  padding: 0;
  font-family: "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  font-size: 100%;
}

html,body {
  font-family: "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  max-width: 100%;
  height: 100%;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

dfn, cite, em, i {
  font-style: italic;
}

/*--------------------------------------------------------------
# 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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #000;
}
a:link {
  color: #555455;
}
a:hover, a:focus, a:active {
  color: #67be8d;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active, a:link {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  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: 100%;
  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;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
@media(min-width: 768px) {
  .site-main {
    padding: 0;
  }
}

.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 {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
  clip-path: none;
  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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  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;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget+.widget {
  margin: 1em 0 0;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}
.widget .cat-item-none {
  color: #fff;
  padding: .5em 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
  background: #fdfdfd;
}

@media(min-width: 768px) {
  .site {
    position: relative;
    min-height: 100%;
    padding-bottom: 100px;
    background: #fdfdfd;
  }
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1em;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## 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;
}
/* ===== header =====
--------------------------------------------------- */
.site-header {
  padding-bottom: 2%;
}
.site-header .site-title {
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
}
.site-header .site-title a {
  display: block;
  width: 100%;
}
.site-header .site-title img {
  max-width: 100%;
}
@media(min-width: 768px) {
  .site-header {
    padding: 0;
  }
  .site-branding {
    background: url(/wp-content/themes/blog/images/header/bg_title.png) no-repeat center top;
    background-size: auto 100%;
    height: 300px;
  }
}
/* ===== content =====
--------------------------------------------------- */
.site-content {
  max-width: 930px;
  margin: 1% auto 0;
}
@media(min-width: 768px) {
  .site-content {
    background: #fff;
    padding: 2%;
    margin: 0 auto;
  }
}
/* ===== content =====
--------------------------------------------------- */
.content-area,.widget-area {
  padding: 0 2%;
}
@media(min-width: 768px) {
  .content-area,.widget-area {
    float: left;
    padding: 0;
  }
  .content-area {
    max-width: 560px;
    width: 66%;
  }
  .widget-area {
    max-width: 260px;
    width: 31%;
    margin-left: 3%;
  }
}
/* ===== footer =====
--------------------------------------------------- */
.site-footer {
  margin-top: 1em;
}
.site-info {
  text-align: center;
  background: #fff;
  color: #333;
  padding: 1%;
}
.site-info a {
  color: #333;
  text-decoration: none;
}
@media(min-width: 768px) {
  .site-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .site-info {
    background: none;
    line-height: 100px;
    padding: 0;
  }
  .site-info a:hover {
    text-decoration: underline;
  }
}
/* ===== aside =====
--------------------------------------------------- */
.widget-title {
  font-size: 115%;
  border-bottom: 3px solid #7d7d7d;
  padding: 3%;
}
#custom_html-5 {
  display: none;
  visibility: hidden;
}
#custom_html-7 a {
  display: block;
}
aside .widget a {
  display: block;
  padding: .5em 0;
  color: #000;
  text-decoration: none;
}
aside .widget ul:not(.rpwe-ul) {
  padding: 0 2%;
}

@media(min-width: 768px) {
  .widget-title {
    height: 60px;
    line-height: 60px;
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    border: none;
    font-size: 0;
  }
  #rpwe_widget-2 .widget-title {
    background-image: url(/wp-content/themes/blog/images/title_news.png);
  }
  #categories-3 .widget-title {
    background-image: url(/wp-content/themes/blog/images/title_category.png);
  }
  #custom_html-5 .widget-title {
    background-image: url(/wp-content/themes/blog/images/title_profile.png);
  }
  #custom_html-3 .widget-title {
    background-image: url(/wp-content/themes/blog/images/title_link.png);
  }
  #yarpp_widget-2 .widget-title {
    /* background-image: url(/wp-content/themes/blog/images/title_relation.png); */
    font-size: 1.2rem;
  }
  #custom_html-7 a:hover {
    opacity: .8;
  }
  #custom_html-5 {
    display: block;
    visibility: visible;
  }
  #custom_html-5 dt {
    text-align: center;
  }
  #custom_html-5 dt img {
    margin: 4%;
  }
  #custom_html-5 dt span {
    display: block;
    margin: 0 0 4%;
  }
  #custom_html-5 dd {
    word-break: break-all;
  }
  aside .widget ul:not(.rpwe-ul) {
    padding: 0;
  }
  aside .widget a {
    text-decoration: none;
  }
  aside .widget a:hover {
    text-decoration: underline;
    color: #67be8d;
  }
  #custom_html-3.widget li a:before {
    content: none;
  }
}
/* ===== news =====
--------------------------------------------------- */
.rpwe-block ul{
  list-style: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.rpwe-block li{
  padding: .5em 0;
}
.rpwe-block a{
  display: inline !important;
  text-decoration: none;
}
.rpwe-block h3{
  background: none !important;
  clear: none;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  font-weight: 400;
}
.rpwe-thumb{
  border: 1px solid #eee !important;
  box-shadow: none !important;
  margin: 0 3% 0 0;
  max-width: 50px;
}
.rpwe-summary{
  font-size: 12px;
}
.rpwe-time{
  color: #bbb;
  font-size: 11px;
}
.rpwe-comment{
  color: #bbb;
  font-size: 11px;
  padding-left: 5px;
}
.rpwe-alignleft{
  display: inline;
  float: left;
}
.rpwe-alignright{
  display: inline;
  float: right;
}
.rpwe-aligncenter{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.rpwe-clearfix:before,
.rpwe-clearfix:after{
  content: "";
  display: table !important;
}
.rpwe-clearfix:after{
  clear: both;
}
.rpwe-clearfix{
  zoom: 1;
}
/* ===== blog_list =====
--------------------------------------------------- */
/* ===== event =====
--------------------------------------------------- */
/* ===== link =====
--------------------------------------------------- */
/* ===== post =====
--------------------------------------------------- */
article.post, aside .widget {
  background: #fff;
  padding: 3%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #cfcfcf;
  -webkit-box-shadow: 1px 1px 5px -3px #000;
  -moz-box-shadow: 1px 1px 5px -3px #000;
  box-shadow: 1px 1px 5px -3px #000;
}
@media(min-width: 768px) {
  article.post, aside .widget {
    box-shadow: none;
    border: none;
  }
  aside .widget {
    background: none;
    padding: 0;
  }
  article.post {
    padding: 5%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #custom_html-3 .custom-html-widget span {
    display: block;
    margin-top: .5em;
  }
}

/* ===== multi-banner =====
--------------------------------------------------- */
.multi-banner a {
  display: block;
  margin-bottom: 1em;
}
@media(min-width: 768px) {
  .multi-banner a:hover {
    opacity: .7;
  }
}
/* ===== entry-title =====
--------------------------------------------------- */
.entry-title {
  font-size: 115%;
  border-bottom: 3px solid #7d7d7d;
}
.entry-title > * {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 3%;
}
@media(min-width: 768px) {
  .entry-title {
    font-size: 136%;
    background: url(/wp-content/themes/blog/images/icon_title.png) no-repeat left center;
    border: none;
    margin-bottom: 2%;
  }
  .entry-title > * {
    padding: 3% 3% 3% 15%;
  }
}
/* ===== entry-meta =====
--------------------------------------------------- */
.entry-meta {
  border-bottom: 1px solid #5f5f5f;
  padding: 0 15px 0 20px;
}
.entry-meta > * {
  display: inline-block;
  vertical-align: middle;
}
.post-categories {
  float: right;
}
.entry-meta .post-categories a {
  margin-left: 5px;
}
body.single .entry-content .entry-meta > *,
.related-list .entry-meta > * {
  margin: 2%;
  float: none;
}
.related-list .entry-meta {
  text-align: right;
}
@media(min-width: 768px) {
  .entry-meta .post-categories a:hover {
    text-decoration: none;
  }
  .related-list .entry-meta {
    padding: 2% 5%;
  }
}
/* ===== entry-content =====
--------------------------------------------------- */
body:not(.single) .entry-content > dd > .attachment-thumbnail,
body:not(.single) .entry-content > dd > .thumbnail {
  float: left;
  margin-right: 3%;
  max-width: 100px;
  max-height: 100px;
}
body:not(.single) .entry-content > dd p {
  word-break: break-all;
  margin: 0 0 20px;
}
body.single .entry-content *+p {
  margin-top: 1em;
}
.entry-content dd {
  padding-top: 3%;
}
@media(min-width: 768px) {
  body:not(.single) .entry-content > dd {
    overflow: hidden;
    line-height: 25px;
}
  .entry-content dd {
    padding-top: 0;
  }
}
/* ===== page-header =====
--------------------------------------------------- */
.page-header {
  color: #fff;
  margin-bottom: 1em;
  padding: 2%;
}
@media(min-width: 768px) {
  .page-header {
    padding: 0 0 .5em;
    border-bottom: 2px solid #7b91ae;
  }
  .page-title {
    font-weight: bold;
  }
}
/* ===== pagenation =====
--------------------------------------------------- */
.pagenation {
  text-align: center;
  margin-bottom: 1em;
}
.pagenation li {
  display: inline-block;
  margin: 0 5px;
}
.pagenation li > * {
  display: block;
  color: #555455;
  padding: .5em 1em;
  background: #fff;
  -webkit-box-shadow: 1px 1px 5px -3px #000;
  -moz-box-shadow: 1px 1px 5px -3px #000;
  box-shadow: 1px 1px 5px -3px #000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pagenation li a {
  text-decoration: none;
  background: #555455;
  color: #fff;
}
@media(min-width: 768px) {
  .pagenation li > * {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 2px solid #555455;
    
  }

  .pagenation li a:hover {
    background: #fff;
    color: #555455;
  }
}
/* ===== related-list =====
--------------------------------------------------- */
.related-list {
  background: #fff;
  padding: 3%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 1.5em;
  border: 1px solid #cfcfcf;
  -webkit-box-shadow: 1px 1px 5px -3px #000;
  -moz-box-shadow: 1px 1px 5px -3px #000;
  box-shadow: 1px 1px 5px -3px #000;
}
.yarpp-related-widget li,
.yarpp-related-none {
  padding: .5em 0 0;
}
.yarpp-related-widget a,
.yarpp-related-none {
  color: #000;
  display: inline-block;
  text-decoration: none;
}
@media(min-width: 768px) {
  .related-list {
    padding: 0;
    border: none;
    border-top: 2px solid #7b91ae;
    padding-top: 1.5em;
    border-bottom: 1px solid #7b91ae;
    margin-bottom: 1.5em;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .yarpp-related-widget {
    padding: 2% 5%;
  }
  .yarpp-related-widget ol {
    padding-bottom: 20px;
  }
  .yarpp-related-widget a:hover {
    text-decoration: underline;
    color: #67be8d;
  }
}
/* ===== nav-links =====
--------------------------------------------------- */
.site-main .post-navigation {
  overflow: visible;
}
.nav-links:after {
  content: '';
  display: block;
  clear: both;
}
.nav-links a {
  color: #ffffff;
  background-color: #555455;
  display: block;
  text-decoration: none;
  padding: 3%;
}
.nav-links a:hover {
  color: #fff;
}
.nav-links > div {
  -webkit-box-shadow: 1px 1px 5px -3px #000;
  -moz-box-shadow: 1px 1px 5px -3px #000;
  box-shadow: 1px 1px 5px -3px #000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  width: 49% !important;
  background: #fff;
}
@media(min-width: 768px) {
  .nav-links a {
    font-size: 92%;
    text-decoration: none;
    background: none;
  }
  .nav-links a:hover {
    color: #555455;
  }
  .nav-links > div {
    background: #555455;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 2px solid #555455;
  }
  .nav-links > div:hover {
    background: #fff;
  }
}
/* ===== post-none =====
--------------------------------------------------- */
#post-none {
  padding: 3%;
  color: #000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  margin-bottom: 1em;
}
@media(min-width: 768px) {
  #post-none {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
/* ===== page-title =====
--------------------------------------------------- */
.page-title {
  font-size: 100%;
  color: #333;
}
/* ===== size-full =====
--------------------------------------------------- */
.entry-content p > br+img {
  margin: 1em 0;
}
/* ===== only =====
--------------------------------------------------- */
@media(min-width: 768px) {
  /*.only-sp {*/
    /*display: none;*/
    /*visibility: hidden;*/
  /*}*/
}
@media(max-width: 768px) {
  .only-pc {
    display: none;
    visibility: hidden;
  }
}