@charset "utf-8";

/*
Theme Name: Kurashiraku Theme
Theme URI: https://momonestyle.com/
Description: 暮らしラク専用テーマ
Version: 2.0.0
Author: Ellora
Author URI: https://naifix.com/
*/

/*--------------------------------------
  リセット
--------------------------------------*/
@media screen and (max-width : 480px){

html,
body {
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

html, body, div, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, menu, nav,
output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

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

audio, canvas, video {
	display: inline-block;
}

a {
	text-decoration: none;
}

ul, ol {
	list-style: none;
}

img {
	vertical-align: top;
	border: 0;
}

button {
	font-size: 100%;
}

.clear {
	clear: both;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

input,
textarea {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

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

caption,
th {
    text-align: left;
}

a:focus {
	outline:none;
}

pre {
	overflow: auto;
	margin: 24px 0;
}

iframe { max-width: 100%; }

/*--------------------------------------
  文字装飾など
--------------------------------------*/
p {
	margin-bottom: 2.2em;
	text-align: left;
}
code,
kbd {
	border-radius: 4px;
	padding : 0.1em 0.3em;
	margin: 0 0.2em;
	background-color: #efefef;
	border: 1px solid #ddd;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 90%;
}
.ss {
	font-size: 70%;
}
.l {
	font-size: 150%;
	line-height: 130%;
}
.ll {
	font-size: 200%;
	line-height: 120%;
}
.b {
	font-weight: bold;
}

.futo {
	font-weight: bold;
}
.futoaka {
	font-weight: bold;
	color: #cf2727;
}
.futomido {
	font-weight: bold;
	color: #149b14;
}

.mk-font-red {
	color: #ff2b2b;
	font-weight: bold;
}

strong,
b {
	font-weight: bold;
}

.article-inner strong.mk-marker {
	margin: auto .2em;
}

em {
	font-style: italic;
	font-weight: bold;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 80%;
}
 
sup {
	bottom: 1ex;
}
 
sub {
	top: .5ex;
}

.ref {
	background-color: #30b209;
	margin-right: 1em;
	padding: .2em .6em;
	color: #fff;
	border-radius: 2px;
	float: left;
	overflow: hidden;
}

/* ボタン引き継ぎ */

.btn-wrap.rich_pink,
.btn-wrap.rich_green,
.btn-wrap.rich_ama,
.btn-wrap.rich_raku {
    margin: 2em 0;
}

.btn-wrap.aligncenter {
    text-align: center;
}

.article-wrap .btn-wrap a {
	display: inline-block;
	padding: 1em 2em;
	text-decoration: none;
	font-size: 16px;
}

.btn-wrap.rich_pink a {
    font-weight: bold;
    background-color: #ee5656;
    color: #fff;
    border-radius: .2em;
    box-shadow: 0 4px 0 #d34e4e;
    border: none;
    text-shadow: 0 1px 1px rgba(0,0,0,.09);
}

.btn-wrap.rich_pink a:hover {
    background: #d34e4e;
    box-shadow: 0 1px 0 #d34e4e;
	transform: translate3d(0px,3px,1px);
}

.btn-wrap.rich_green a {
    font-weight: bold;
    background-color: #03bd5f;
    color: #fff;
    border-radius: .2em;
    box-shadow: 0 4px 0 #028b46;
    border: none;
    text-shadow: 0 1px 1px rgba(0,0,0,.09);
}

.btn-wrap.rich_green a:hover {
    background: #028b46;
    box-shadow: 0 1px 0 #028b46;
	transform: translate3d(0px,3px,1px);
}

.btn-wrap.rich_ama a {
    font-weight: bold;
    background-color: #ff9901;
    color: #fff;
    border-radius: .2em;
    box-shadow: 0 4px 0 #cd7b00;
    border: none;
    text-shadow: 0 1px 1px rgba(0,0,0,.09);
}

.btn-wrap.rich_ama a:hover {
    background: #cd7b00;
    box-shadow: 0 1px 0 #cd7b00;
	transform: translate3d(0px,3px,1px);
}

.btn-wrap.rich_raku a {
    font-weight: bold;
    background-color: #bf0000;
    color: #fff;
    border-radius: .2em;
    box-shadow: 0 4px 0 #8c0000;
    border: none;
    text-shadow: 0 1px 1px rgba(0,0,0,.09);
}

.btn-wrap.rich_raku a:hover {
    background: #8c0000;
    box-shadow: 0 1px 0 #8c0000;
	transform: translate3d(0px,3px,1px);
}

.table-overflow {
	overflow-x: auto;
}

/*--------------------------------------
  ボックス
--------------------------------------*/
.gray_box {
	width: 90%;
	margin: 2em auto;
	padding: 1em;
	background-color: #f8f8f8;
	overflow: hidden;
	box-shadow: 0 0 1px rgba(0,0,0,.4);
}

.mmn_info_box_1 {
	width: 90%;
	margin: 2.2em auto;
	padding: 1em;
	overflow: hidden;
	border: 1px solid #ffacac;
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #ffacac;
	border-radius: 4px;
}

.mmn_info_box_2 {
	width: 100%;
	margin: 2.2em auto;
	padding: 1em;
	border: 1px solid #f95050;
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #f95050;
	border-radius: 4px;
	position: relative;
}

.mmn_info_box_2 .mib_title {
	position:  absolute;
	top: -1em;
	background: #fff;
	padding: 0 1em;
	color: #f95050;
	font-weight: bold;
}

.mmn_info_box_3 {
	width: 100%;
	margin: 2.2em auto;
	padding: 1.5em 1em;
	border: 1px solid #cf2727;
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #cf2727;
	border-radius: 4px;
	position: relative;
}

.mmn_info_box_3::before {
	content: "ここがポイント！";
	position:  absolute;
	top: -1em;
	background: #fff;
	padding: 0 1em;
	color: #cf2727;
	font-weight: bold;
}

.mmn_info_box_3 .mib_title {
	margin-bottom: 1em;
	border-bottom: 2px dotted #cf2727;
	font-size: .9em;
	text-indent: -1.3em;
	padding-left: 1.3em;
	font-weight: bold;
}

.mmn_info_box_3 .mib_title::before {
	content: "\f058";
	font-family: FontAwesome;
	margin-right: .4em;
	color: #cf2727;
}

@media screen and (max-width : 480px){
	.mmn_info_box_2 .mib_title {
		font-size: 60%;
		left: .4em;
		padding: 0 .5em;
	}
}

.gray_box *:last-child,
.mmn_info_box_1 *:last-child,
.mmn_info_box_2 *:last-child,
.mmn_info_box_3 *:last-child {
	margin-bottom: 0;
}

.point_right {
    border: 2px solid #cf2727;
    border-radius: 8px;
    padding: 2em 1em 1em;
    margin: 2.2em 0;
    position: relative;
}

/*.point_right::before {
    content: "";
    color: #cf2727;
    background: #fff url(https://momonestyle.com/wp-content/uploads/2018/06/point-right-3.png);
    background-size: 100px;
    left: -1em;
    top: -4em;
    position: absolute;
    width: 100px;
    height: 100px;
    border: 2px solid #cf2727;
    border-radius: 50%;
}*/

.point_right::after {
    content: "POINT!";
    color: #cf2727;
    left: 1em;
    top: -.85em;
    position: absolute;
    font-size: 1.2em;
	font-weight: bold;
	padding: 0 .5em;
	background-color: #fff;
}

div[class^="point_right"] *:last-child{
    margin-bottom: 0;
}

.article-inner .point_right h4 {
    margin-top: 0;
}

blockquote {
	background-color: #fff;
	width: 90%;
	margin: 60px auto;
	padding: 2em;
	position: relative;
	border: 1px solid #cf2727;
	box-shadow: 0 0 0 2px #fff, 0 0 0 4px #cf2727;
}

blockquote:before {
	content: "\f10d";
	color: #cf2727;
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	left: 10px;
	font-size: 1.2em;
}

blockquote p:last-child {
	margin-bottom: 0;
}

.crayon-syntax {
	margin-bottom: 36px!important;
}

/*--------------------------------------
  動画レスポンシブ化
  functions.phpで自動処理
---------------------------------------*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 auto 24px 0;
	max-width: 100%;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------
  クリアフィックス
---------------------------------------*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

/*--------------------------------------
  画像
--------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

.alignright {
	float: right;
	margin: 0 0 0 1.5em;
}
.alignleft {
	float: left;
	margin: 0 1.5em 0 0;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	font-size: 90%;
	color: #555;
}

/*--------------------------------------
  リンク
--------------------------------------*/
a { color: #1a0dab; }

a:hover { color: #ff6819; }

.article-wrap a { text-decoration: underline; }


/*--------------------------------------
  CSSはスマホ・タブレット・PCの順に
  記述しています。
--------------------------------------*/

/*--------------------------------------
  全体定義
--------------------------------------*/
html {
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height : 1;
	color: #333;
}

body { background-color: #ffffff; }


/*--------------------------------------
  header
--------------------------------------*/
#header {
	background: #fff;
	text-align: center;
}

.head-desc {
    color: #cf2727;
    font-size: 0.7em;
    margin: 1rem 0 .5rem;
    line-height: 1.5;
}

.hgroup {
	padding: .5rem 0;
}

.top_title {
	font-size: 1.2em;
	line-height: 1.5;
	width: 90%;
	margin: 0 auto;
}

.top_title a {
	color: #333;
	display: block;
}

.top_title a:hover {
	color: #1a0dab;
}

.custom-logo {
	width: 170px;
}


.caption {
	color: #888;
	font-size: 12px;
}

/*--------------------------------------
  header nav
--------------------------------------*/
.m-navi {
	background-color: #fff;
	font-size: .75em;
	width: 100%;
	line-height: 1.2;
	padding-top: .5rem;
}

.m-navi li {
	display: block;
	text-align: center;
	width: 50%;
	vertical-align: top;
	float: left;
	margin-bottom: .5rem;
}

.m-navi li a {
	width: 95%;
	border: 1px solid #ddd;
	border-radius: 16px;
	background: #fff;
	display: block;
	color: #333;
	padding: .8em .4em;
	margin: 0 auto;
}

.m-navi li a:hover {
	background: #eee;
}

.pc-navi {
	display: none;
}

/*--------------------------------------
  contents
--------------------------------------*/
#contents {
	width: 100%;
}

#main,
#main-wide,
#main-narrow {
	background-color: #fff;
	padding: 1.5em 1em .5em;
	width: 100%;
	margin: 0 auto;
}

#main-cat {
	padding: 0;
	width: 100%;
	margin: 0 auto;
}

/*--------------------------------------
  homepage
--------------------------------------*/
.home_area {
	width: 100%;
	display: table;
}

.home_area a {
	padding: .5em 0;
	display: block;
	color: #333;
}

#rank .home_area a {
	padding: .3em 0;
}

.home_area:hover {
	background: #fbe9e9;
}

/* 投稿日 */
.date-time {
	font-size: .75rem;
	line-height: 1;
	margin: 0 .5em 0 0;
	color: #333;
}

/* カテゴリー名 */
.eb_cat {
	font-size: .65em;
	color: #aaa;
	line-height: 1.2;
}

/* 記事サムネイル */
.thumb_box {
	display: table-cell;
	width: 98px;
}

.thumb_box img {
	width: 90px;
	height: 90px;
}

/* 記事タイトル */
.entry_box {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	line-height: 1;
	display: table-cell;
	word-break: break-all;
	vertical-align: top;
}

.new_entry_title {
	font-size: 16px;
	line-height: 1.4;
	margin-top: .5rem;
}

/*--------------------------------------
  トップページカテゴリー別
--------------------------------------*/

/* 最新・新着記事 */
.top-entry {
	background-color: #fff;
	width: 100%;
	padding: 1em;
	margin-bottom: 2em;
}

.top-entry a {
	color: #333;
}

.latest:hover {
	background: #f8eef0;
}

.top-entry h2,
.category-article h2,
.archive-cat-title h2 {
background-color: #cf2727;
	font-size: 1.2rem;
	margin-bottom: 1em;
	position: relative;
	color: #fff;
	overflow: hidden;
	padding: .5em;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.4);
}

/*.top-entry h2::before,
.category-article h2::before,
.archive-cat-title h2::before {
	background-color: #fff;
	content: '';
	display: block;
	opacity: .6;
	transform: rotate(-30deg);
	position: absolute;
	bottom: -30px;
	right: -70px;
	width: 200px;
	height: 200px;
}*/

.top-entry h2::after,
.category-article h2::after,
.archive-cat-title h2::after {
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -1em;
    left: 0;
    opacity: .1;
}

.latest-ttl {
	line-height: 1.4;
	margin-bottom: 1em;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
}

.latest-ttl h3 {
	font-size: 18px;
}

.latest-ex {
	display: none;
}

.latest-thumb {
	width: 100%;
	margin-bottom: .5rem;
}

.latest-thumb img {
	width: 600px;
}

/* Ad */
.home-ad-relunit {
	height: auto;
}


/* カテゴリー別 */
.category-article {
	background-color: #fff;
	margin-bottom: 2em;
	padding: 1em;
}

.cat-page-link {
	margin: 2em 0;
}

.cat-page-link a {
	border: 1px solid #cf2727;
	border-radius: 4px;
	color: #cf2727;
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 95%;
	line-height: 1.4;
	padding: .5em;
	position: relative;
}

.cat-page-link a:hover {
	background: #cf2727;
	color: #fff;
}

.cat-page-link a::after {
	content: "\f054";
	font-family: FontAwesome;
	position: absolute;
	right: 10px;
	top: 30%;
}

/* サブカテゴリー */
.ca-ch-list {
	color: #888;
	margin-bottom: 1em;
	font-size: .9em;
}

.ca-ch-list li {
	margin-bottom: .8em;
}

.ca-ch-list li::before {
	content: "\f0da";
	color: #cf2727;
	font-family: FontAwesome;
	margin-right: .5em;
}

.ca-ch-list li a {
	text-decoration: underline;
}


/*--------------------------------------
  アーカイブページ
--------------------------------------*/
.archive-title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
	margin-bottom: 2rem;
}

.archive-title h2 {
	font-size: 20px;
	font-weight: bold;
}

.archive-title h2:before {
	content: "\f0a9";
	color: #dd4c4c;
	font-family: FontAwesome;
	margin-right: 0.4em;
}

.cat_dcp {
	padding: 1em;
	margin-bottom: 2em;
	line-height: 1.4;
}

.cat_dcp p:last-child {
	margin-bottom: 0;
}

.archive-inner .home_area {
	border-bottom: 1px solid #ddd;
}


/*--------------------------------------
  Category Page
--------------------------------------*/
#main-cat-wide {
	background-color: #fff;
	padding: 1.5em 1em .5em;
	width: 100%;
	margin: 0 auto;
}

#main-cat-wide .cat_dcp {
	background: none;
}

.pankuzu.cat-pankuzu {
	margin-bottom: 1.5rem;
}

.archive-inner .cat-page-inner .home_area {
	border-bottom: none;
}

.cat-page-wrap {
	margin-bottom: 2rem;
}

.child-nav {
	padding-top: 1rem;
	text-align: right;
}


/*--------------------------------------
  記事一覧兼用シェア数表示
--------------------------------------*/
.ms-wrap {
	width: 120px;
	margin: 1em 0 0;
}

.entry_box .mini-sns {
	line-height: 1;
}

.mini-sns {
	width: 100%;
	font-size: 12px;
	color: #315096;
}

/*--------------------------------------
  個別記事・固定ページ
--------------------------------------*/
.article-wrap {
	width: 100%;
	line-height: 1.8;
}

.article-inner {
	width: 95%;
	margin: 0 auto;
	font-size: 18px;
}



/*記事投稿日*/
.article-wrap .date-time {
	margin-bottom: 2rem;
	font-size: .8em;
	margin-right: auto;
}

/*投稿日アイコン*/
.date-time .fa-pencil-square-o,
.date-time .fa-refresh {
	margin-right: 0.4em;
}

.date-time .fa-share-square-o {
	margin: 0 .4em 0 1em;
}

.shares { color: #315096; }

/*固定ページ下*/
.page-footer {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 36px 0;
	padding: 0.4em;
}

/* 投稿者 */
.krsrk-author {
	font-size: .8em;
	line-height: 1;
}

/*--------------------------------------
  記事タイトル下SNSボタン
--------------------------------------*/
.vasb_fb_like p {
	text-align: center;
}

.sns-button a {
	display: block;
	padding: 0.2em 0;
	color: #666;
}

.sns-button .fa-twitter { color: #55acee; }
.sns-button .fa-facebook { color: #315096; }
.sns-button .hatenabookmark { color: #008fde; font-weight: bold; }
.sns-button .fa-google-plus { color: #dd4b39; }

.sns-button {
	display: table;
	font-size: 1.05em;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 2px 0;
	margin: 0 auto;
}

.sns-button li {
	display: table-cell;
	padding: 0 0 0 0.2em;
	background: #fafafa;
}

.sns-button .fa,
.sns-button .hatenabookmark {
	margin-right: 0.6em;
}

.snsb-tw {
	border-bottom: 2px solid #55acee;
}
.snsb-fa {
	border-bottom: 2px solid #315096;
}
.snsb-hb {
	border-bottom: 2px solid #008fde;
}
.snsb-gp {
	border-bottom: 2px solid #dd4b39;
}

/*--------------------------------------
  パンくず
--------------------------------------*/
.pankuzu {
	font-size: 13px;
	margin-bottom: .5rem;
	text-align: left;
}

#breadcrumb {
	clear: both;
}

#breadcrumb a {
	color: #666;
	text-decoration: none;
}

#breadcrumb div {
	display: inline;
}

/*--------------------------------------
  アイキャッチ
--------------------------------------*/
.mk-eyecatch {
	margin-bottom: 2em;
}

/*--------------------------------------
  記事・固定ページ見出し
--------------------------------------*/
#single_title {
	border-bottom: 1px solid #e5e5e5;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 3rem;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
	line-height: 1.4;
	padding: 0 0 .5rem;
}

.article-inner h2,
.article-inner h3,
.article-inner h4,
.article-inner h5,
.article-inner h6 {
	clear: both;
	line-height: 1.4;
}

.article-inner h2 span,
.article-inner h3 span,
.article-inner h4 span {
	font-weight: bold;
}

.article-inner h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 4em -0.2em 2em;
	padding: .5em .75em;
	background: -webkit-linear-gradient(top, #dd4c4c 0%, #cf2727 100%);
	background: linear-gradient(to bottom, #dd4c4c 0%, #cf2727 100%);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	border-radius: 4px;
}

.article-inner h3 {
	font-size: 22px;
	font-weight: bold;
	margin: 3.8em 0 2em;
	padding: .4em 0 .4em .5em;
	border-left: 4px solid #cf2727;
}

.article-inner h2 + h3 {
	margin-top: 1.7em;
}

.article-inner h4 {
	font-size: 20px;
	font-weight: bold;
	margin: 60px 0 24px;
	padding: 0 0.4em 0.4em 0;
	border-bottom: 2px dotted #cf2727;
}

.article-inner h5,
.article-inner h6 {
	font-weight: bold;
	margin: 36px 0 24px;
}

/*--------------------------------------
  記事内リスト・テーブル
--------------------------------------*/
.article-inner div {
	max-width: 100%;
}

.article-inner ul {
	margin-bottom: 2em;
	list-style-type: disc;
	padding-left: 1em;
}

.article-inner table ul,
.article-inner table ul li:last-child {
	margin-bottom: 0;
}

.article-inner ol {
	margin: 0 0 2em 0;
	list-style-type: decimal;
	padding-left: 1.5em;
}

.article-inner ul li,
.article-inner ol li {
	margin: 0 0 .8em 0;
}

.article-inner ul li ul,
.article-inner ol li ol,
.article-inner ul li ol,
.article-inner ol li ul {
	margin: .8em 0 0 0;
}

/* 定義リスト */
.article-inner dl.dl-check {
	border: 1px solid #666;
	margin: 2em auto;
	max-width: 100% !important;
	width: 100%;
	padding: 1.2em;
	border-radius: 4px;
}

.article-inner dt {
	margin: 0 0 1em 0;
	font-weight: bold;
}

.article-inner .dl-check dt:before {
	content: "CHECK";
	color: #fff;
	background-color: #333;
	margin-right: 0.8em;
	font-size: .8em;
	padding: .1em .2em;
}

.article-inner dd {
	margin: 0 0 2.2em 0;
}

.article-inner dd:last-child {
	margin: 0;
}

/* ギャラリー用 */
.article-inner .gallery-icon {
	margin: 0;
}

.article-inner #gallery-2 {
	margin-bottom: 2.2em;
}

/* テーブル */
.article-inner table {
	max-width: 100%;
	margin: 3em 0;
}

.article-inner td,
.article-inner th {
	padding: 0.4em;
	border: 1px solid #ddd;
}

.article-inner th {
	background: #eee;
	font-weight: bold;
	text-align: center;
}

table[id^="tablepress"] {
    font-size: .7em;
}

table[id^="tablepress"] th {
	text-align: center;
	/*min-width: 6em;*/
	border: 1px solid #ddd;
    background: #eee;
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(235,235,235,1)));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ebebeb',GradientType=0)
}

table[id^="tablepress"] td,
table[id^="tablepress"] .odd td {
	background-color: #fff;
	border: 1px solid #ddd;
}

/*--------------------------------------
  Contact Form 7
--------------------------------------*/
.wpcf7 {
	margin: 96px 0;
}
.asterisk {
	margin: 0 0 0 0.2em;
	color: #f5637a;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
.wpcf7 input[type="submit"] {
	display: block;
	font-size: 100%;
	padding: .5em 1em;
	background-color: #cf2727;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: none;
	margin: 0 auto;
	min-width: 50%;
	max-width: 90%;
}
.wpcf7 input[type="submit"]:hover {
	background-color: #dd4c4c;

}

/*--------------------------------------
  TOC+
--------------------------------------*/
#toc_container {
	width: 100% !important;
	background: #fff;
	border: 1px solid #ccc;
	padding: 1em 2em;
	font-size: 95%;
	box-sizing: border-box;
	line-height: 1.4;
	margin: 36px 0;
	display: block !important;
}

#toc_container .toc_title {
	text-align: center;
}

#toc_container ul a {
	display: block;
	text-decoration: none;
	color: #444;
	border-bottom: 1px dotted #0e1bbb;
}

#toc_container ul {
	list-style: none;
	max-width: 100%;
	margin: 0;
}

#toc_container ul ul {
	padding: 1em 0 1em 1em;
}

#toc_container li {
	margin-bottom: 0.8em;
	padding-bottom: 0.2em;
	background: none;
	padding-left: 0;
}

#toc_container .toc_list > li > a {
	border-bottom: 2px solid #0e1bbb;
	font-size: 110%;
}

/* AmazonJS */
.amazonjs_item ul li {
	background: none;
}

/* Snippet */
#snippet-box {
	width: 100% !important;
}

/*--------------------------------------
  記事下いいねボタン
--------------------------------------*/
.mms-like-wrap {
	margin: 2em 0;
}

.mms-like-inner {
	position: relative;
	width: 100%;
}

.mms-like-wrap,
.mms-like-inner,
.mms-like-thumb {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mms-like-thumb {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.mms-like-box {
	background-color: rgba(43,43,43,0.7);
	color: #fff;
	position: relative;
	text-align: center;
	z-index: 1;
	padding: 1em 0;
}

.mms-like-text {
	color: #fff;
	margin-bottom: 1em;
	text-align: center;
	line-height: 1.2;
}

.fb-like {
    display: block;
    /*height: 21px;*/
    line-height: 1;
    margin-bottom: 0;
    overflow: hidden;
}

/*--------------------------------------
  カテゴリー・タグ
--------------------------------------*/
.cat_tag {
	margin: 2em 0;
	text-align: left;
	word-break: keep-all;
	line-height: 1;
	font-size: .75em;
}

.cat_tag a {
	color: #cf2727;
	border: 1px solid #cf2727;
	border-radius: 4px;
	margin: 0 0.2em 0.5em 0;
	padding: .4em;
	text-decoration: none;
	display: inline-block;
}

.cat_tag a:hover {
	background-color: #cf2727;
	color: #fff;
}

/*--------------------------------------
  SNS
--------------------------------------*/

/* 記事下 */
.article-snsbox {
	margin-bottom: 3rem;
	text-align: center;
}

.article-snsbox ul,
.article-snsbox-mini ul {
	margin: 0 auto;
	padding-left: 0;
}

.article-snsbox ul:first-child {
	margin-bottom: 1.2em;
}

.article-snsbox li,
.article-snsbox-mini li {
	width: 110px;
	text-align: center;
	display: inline-block;
}

a.naifix-sns-button {
	color: #fff;
	text-align: center;
	text-decoration: none;
}

/* 記事タイトル下 */
.article-snsbox-mini {
	margin-bottom: 2.2rem;
	text-align: center;
}

.article-snsbox-mini li {
	width: 67px;
	margin-right: 8px;
}

@media screen and (max-width : 321px){
.article-snsbox-mini li {
	margin-right: 2px;
}
}

.article-snsbox-mini li:last-child {
	margin-right: 0;
}

/* ボタン */
.naifix-sns-button:hover {
	color: #fff;
}
.arrow_box {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	color: #666;
	height: 35px;
	width: 88px;
	margin-bottom: 8px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.article-snsbox-mini .arrow_box {
	width: 67px;
}

.arrow_box:after,
.arrow_box:before {
	border: medium solid transparent;
	content: " ";
	height: 0;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 100%;
	width: 0;
}
.arrow_box:after {
	border-color: #FFFFFF rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	border-width: 4px;
	margin-left: -4px;
}
.arrow_box:before {
	border-color: #CCCCCC rgba(204, 204, 204, 0) rgba(204, 204, 204, 0);
	border-width: 5px;
	margin-left: -5px;
}
.arrow_box span {
	line-height: 35px;
}

.sns-button-image {
	width: 110px;
	height: 38px;
	overflow: hidden;
	font-size: 12px;
	background-color: #ddd;
	border-radius: 4px;
	line-height: 3;
}

.article-snsbox-mini .sns-button-image {
	width: 67px;
	height: 28px;
	line-height: 2;
	font-size: 14px;
}

.sns-button-image:hover {
	box-shadow: none;
	margin-bottom: -3px;
}

.sns-button-image .fa,
.sns-button-image span {
	margin-right: .2em;
}

.sns-button-image span {
	font-weight: bold;
}

.sbi-twitter {
	background-color: #1b95e0;
	border: 1px solid #1b95e0;
	box-shadow: 0 3px 0 #126394;
}

.sbi-facebook {
	background-color: #4661b0;
	border: 1px solid #4661b0;
	box-shadow: 0 3px 0 #2e4073;
}

.sbi-googleplus {
	background-color: #db4437;
	border: 1px solid #db4437;
	box-shadow: 0 3px 0 #a0271d;
}

.sbi-hatenab {
	background-color: #00a4de;
	border: 1px solid #00a4de;
	box-shadow: 0 3px 0 #006589;
}

.sbi-pocket {
	background-color: #ee4156;
	border: 1px solid #ee4156;
	box-shadow: 0 3px 0 #c81228;
}

.sbi-feedly {
	background-color: #85c047;
	border: 1px solid #85c047;
	box-shadow: 0 3px 0 #5a852d;
}

.share-count {
    margin-left: .5em;
}

/*--------------------------------------
  この記事を書いた人
--------------------------------------*/
.writer-box {
	width: 100%;
	margin: 0 auto 2em;
	color: #444;
	line-height: 1.4;
}

.writer-image {
	width: 90px;
}

.writer-image img {
	max-width: 90px;
	width: 90px;
	height: 90px;
	padding: 2px;
}

.writer-info a {
	color: #cf2727;
	text-decoration: underline;
}

.writer-info p {
	margin-bottom: 1.5em;
	font-size: 90%;
}

.writer-info p[class^="author"] {
	margin-bottom: .5em;
}

.writer-info p:last-child {
	margin-bottom: .5em;
}

.author {
	font-weight: bold;
	font-size: 110%;
}

.author-sns-wrap {
    display: flex;
	flex-wrap: wrap;
}

.author-sns-wrap p {
	margin-right: .5em;
}

.author-twitter a {
	color: #fff;
	display: block;
	background: #00aced;
	text-align: center;
	padding: .39em 0;
	text-decoration: none;
	border-radius: 4px;
	width: 98px;
	font-size: .9em;
}

.author-twitter a:hover {
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .2) inset;
}

.author-twitter .fa-twitter {
	margin-right: 0.4em;
	font-size: 110%;
}

.author-fb a {
	color: #fff;
	display: block;
	background: #4661b0;
	text-align: center;
	padding: .39em 0;
	text-decoration: none;
	border-radius: 4px;
	width: 98px;
	font-size: .9em;
}

.author-fb a:hover {
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .2) inset;
}

.author-twitter .fa-facebook {
	margin-right: 0.4em;
	font-size: 110%;
}

.author-feedly a {
	color: #fff;
	display: block;
	background: #85c047;
	text-align: center;
	padding: .39em 0;
	text-decoration: none;
	border-radius: 4px;
	width: 98px;
	font-size: .9em;
}

.author-feedly a:hover {
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .2) inset;
}

.author-feedly .fa-rss {
	margin-right: 0.4em;
	font-size: 110%;
}

.author-insta a {
	color: #fff;
	display: block;
	background: #5885b1;
	text-align: center;
	padding: .39em 0;
	text-decoration: none;
	border-radius: 4px;
	width: 98px;
	font-size: .9em;
}

.author-insta a:hover {
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .2) inset;
}

.author-insta .fa-instagram,
.author-insta .fa-twitter {
	margin-right: 0.4em;
	font-size: 110%;
}

/*.author-fb {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	transform-origin: left top;
	margin-bottom: 1em;
}*/

.author-feedly {
	margin-bottom: 1.5em;
}

/*--------------------------------------
  広告スペース
--------------------------------------*/
/* HOME */
.hta-wrap {
	margin: 1em 0;
}

.hma-wrap {
	margin: 2em 0;
	text-align: center;
}

/* 広告横SNS */
.home-fb-wrap {
	margin: 1em auto;
}

.fb-xfbml-parse-ignore blockquote,
.home-fb-page-wrap blockquote {
	display: none;
}

.fb_iframe_widget {
	margin-bottom: 1.5rem;
}

.home-sns-follow a {
	display: inline-block;
	font-size: .8em;
	width: 170px;
	padding: 1.5em 0;
	text-align: center;
	color: #fff;
}

.hsf-feedly {
	background-color: #6cc655;
}

.hsf-rss {
	background-color: #ff8c00;
}

.hsf-twitter {
	background-color: #3b5998;
}

.hsf-twitter2 {
	background-color: #00aced;
}

.hsf-insta {
	background-color: #5885b1;
}

.ad_336280 p,
.ad_72890 p {
	margin: 0;
}

.ad_300250 {
	width: 300px;
	height: 250px !important;
	margin: 0 auto;
}

.ad_336280 {}

.ad_72890 {
	width: 320px;
	height: 100px;
	margin: 0 auto;
}

.ad_72890_bottom {
	margin: 0 auto;
}

.dummy-ad {
	margin: 0 auto;
	text-align: center;
	max-width: 300px;
	padding: .5em 0;
}

.article-ad {
	margin: 2em 0;
	text-align: center;
}

.ad-label {
	font-size: .75em;
	color: #666;
	margin-bottom: .2em;
}

.article-ad-inner,
.article-ad-inner-300-l,
.article-ad-inner-300-r {
	margin: 0 auto;
	max-height: 280px;
}

.mk-ad-head-wrap {
	margin-bottom: 2em;
	text-align: center;
}

.my_adslottop {
	width: 320px;
	height: 100px;
	margin: 0 auto;
}

.abf-wrap {
    margin-bottom: 2em;
}

.krsrk-article-bottom {
	margin: 2em 0;
}


/*--------------------------------------
  記事下関連記事
--------------------------------------*/
.relations {
	margin-bottom: 3em;
	line-height: 1.4;
}

/*タイトル*/
.rel-ttl-wrap {
	position: relative;
}

.rel-title {
	border-bottom: 2px solid #cf2727;
	margin-bottom: 1em;
}

.rel-title span {
	display: inline-block;
	background: #fff;
	padding: .4em;
	color: #cf2727;
}

.rel-ttl-cap {
	position: absolute;
	right: 5px;
	top: 8px;
	color: #cf2727;
	font-family: 'Lobster', cursive;
}

.rel-in {
	margin: 0 0 1em 1em;
}

.rel-in a {
	display: block;
	padding: .5em 0;
	position: relative;
}

.rel-in a::before {
	content: "\f0da";
	color: #cf2727;
	font-family: FontAwesome;
	font-size: 1.2em;
	position: absolute;
	left: -.7em;
	top: .2em;
}

/*--------------------------------------
  コメント
--------------------------------------*/
.comment-wrap {
	text-align: left;
	background: #f8eef0;
	line-height: 1.6;
	padding: 0 0.5em 0.2em;
	margin-bottom: 2em;
}
.comment-title,
.comment-list-title,
.comment-reply-title {
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

.comment-title {
	font-size: 20px;
	padding: 0.2em 0 0;
}

.comment-list-title,
.comment-reply-title {
	font-size: 16px;
	margin-bottom: 1.5em;
	padding-top: 1.5em;
}

.comment-title:before {
	content: "\f0e6";
	font-family: FontAwesome;
	margin-right: 0.4em;
}

.comment-list-title:before {
	content: "\f022";
	font-family: FontAwesome;
	margin-right: 0.4em;
}

.comment-reply-title:before {
	content: "\f044";
	font-family: FontAwesome;
	margin-right: 0.4em;
}

.comment-wrap input,
.comment-wrap textarea {
	border: 1px solid #ddd;
	font-size: 15px;
	padding: 0.4em 0.2em;
}

.comment-wrap a {
	color: #666;
	text-decoration: underline;
}

.comment-wrap p {
	font-size: 90%;
	margin: 0 0 2em 0;
}

.comment-wrap label {
	display: block;
}

.comment-wrap .required {
	color: #960000;
	font-weight: bold;
}

.comment-list .avatar {
	border: 1px solid #ddd;
	padding: 2px;
}

.metadata {
	font-size: 13px;
	line-height: 20px;
}

.comment-body {
	margin-bottom: 16px;
	background-color: #fff;
	padding: 0.5em;
}
.fn {
	font-style: normal;
}
.says {
	font-size: 80%;
}
.commentmetadata {
	font-size: 70%;
	padding: 5px;
}
.reply {
	font-size: 90%;
	text-align: right;
}

.comment-wrap a.comment-reply-link,
.comment-wrap input[type="submit"] {
	border: 1px solid #dd4c4c;
	padding: 0.5em 0.8em;
	background-color: #cf2727;
	text-decoration: none;
	margin: 10px 5px;
	box-shadow: 1px 1px 0 rgba(255,255,255,.2) inset;
	color: #fcfcfc;
	border-radius: 4px;
	cursor: pointer;
}

.comment-wrap a.comment-reply-link:hover,
.comment-wrap input[type="submit"]:hover {
	background-color: #dd4c4c;
	box-shadow: 1px 1px 0 rgba(255,255,255,.2) inset;
}

#commentform .tags {
	padding: 10px;
	background-color: #f3f3f3;
	font-size: 13px;
}


/*--------------------------------------
  ページャー
--------------------------------------*/
.pager {
	text-align: center;
	display: table;
	width: 100%;
	table-layout: fixed;
	margin: 24px 0;
}
.pager a {
	text-decoration: none;
	color: #333;
}
.pager a:hover {
	background-color: #f8eef0;
}
.page-numbers {
	background: #fff;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-left: solid 1px #ddd;
	padding: 8px;
	margin: 0;
	display: table-cell;
}
.pager .current {
	background: #cf2727;
	color: #fff;
	border: 0;
}
a.next {
	border-right: solid 1px #ddd;
}

.page-numbers:first-child {
    border-radius: 4px 0 0 4px;
}

.page-numbers:last-child {
    border-radius: 0 4px 4px 0;
}

/*--------------------------------------
  前の記事・次の記事
--------------------------------------*/
.page-pn {
	margin: 36px 0;
}

.prenex {
	width: 100%;
	line-height: 1.2;
	display: table;
	margin-bottom: 1px;
}

.prenex a {
	display: block;
	padding: 0.6em;
}

.prenex dt,
.prenex dd {
	display: table-cell;
}

.prenex dt {
	color: #fff;
	width: 100px;
	background: #cf2727;
	text-align: center;
	vertical-align: middle;
	padding: 0.6em 0;
    border-radius: 4px 0 0 4px;
}

.prenex dd {
	border: 1px solid #cf2727;
    border-radius: 0 4px 4px 0;
}

/*--------------------------------------
  サイド
--------------------------------------*/
#sub {
	background: #fff;
	font-size: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 1em;
	width: 100%;
	line-height: 1.5;
}

#sub h2 {
	font-size: 18px;
	font-weight: bold;
	background: -webkit-linear-gradient(top, #dd4c4c 0%, #cf2727 100%);
	background: linear-gradient(to bottom, #dd4c4c 0%, #cf2727 100%);
	border-radius: 4px;
	color: #fff;
	padding: .5em;
	margin-bottom: 1.5rem;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
}

#sub li > h2 {
    margin-top: 2em;
}

#sub .side_widget li:first-child > h2 {
    margin-top: 0;
}

.side-ad {
	margin: 0 auto 2rem;
	text-align: center;
}

.side-contents {
	margin: 0 auto 2rem;
	width: 90%;
}

.side-contents ul a {
	color: #464646;
	display: block;
	padding: .5rem;
}

.side-contents ul a[class^="hsf"],
.side-contents ul .pinkbtn a {
	color: #fff;
	text-align: center;
	border-radius: 4px;
}

.pinkbtn a {
    background: #ee5656;
    margin-bottom: 1.4em;
}

.side-contents ul .tagcloud a {
	display: inline-block;
	font-size: 16px !important;
}

.side-contents ul.wpp-list a {
	display: block;
	padding: 0;
}

/*-----------------------------------
  カレンダー
------------------------------------*/
#calendar_wrap{
	margin-bottom: 24px;
}

#wp-calendar {
	width: 100%;
	margin: 0;
}

.side-contents ul #wp-calendar a {
	padding: 0;
}

#wp-calendar tr,
#wp-calendar th,
#wp-calendar td {
	border: 1px solid #999;
}

#wp-calendar th {
	background: #eff;
}

#wp-calendar td,
#wp-calendar th {
	text-align: center;
	padding: 3%;
}

#wp-calendar caption {
	font-weight: bold;
	text-align: left;
}

#wp-calendar #today {
	background-color: #fef;
}


/*--------------------------------------
  サイド 新着記事
--------------------------------------*/
.side-new {
	display: table;
	width: 100%;
	margin-bottom: 0.8em;
}

.side-link {
	color: #464646;
}

.side-link span {
	color: #d44950;
}

.side-thumb {
	display: table-cell;
	width: 98px;
}

.side-thumb img {
	width: 90px;
	height: 90px;
	border: 1px solid #ddd;
	padding: 2px;
}

.side-title {
	display: table-cell;
	vertical-align: top;
}

.side-title span {
	font-size: 80%;
}

.side-new h3 {
	font-size: 14px;
}

#sub select {
	width: 100%;
	padding: 0.5em 0 0.5em 0.2em;
	font-size: 100%;
	color: #333;
}

/*--------------------------------------
  検索フォーム
--------------------------------------*/
.g-search {
	margin-bottom: 2em;
	padding: 0 .5em;
}

#searchform {
	margin: 0;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	display: table;
}

#searchform input[type="text"] {
	border: none;
	line-height: 1;
	font-size: 15px;
	display: table-cell;
	padding: 0 0 0 0.2em;
	margin: 0.5em 0.4em;
	width: 82%;
}

#searchform button {
	background: #fff;
	border: 0;
	color: #111;
	font-size: 20px;
	display: table-cell;
}

#searchform button:hover {
	color: #ff7ddf;
}

/*-----------------------------------
  サイドバーウィジェット
------------------------------------*/
.side_widget li ul {
	text-align: left;
	margin: 0 0 0 5px;
}

.side_widget li ul li {
	margin: 0;
	border-bottom: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
}

.side_widget li ul li.recentcomments {
	padding: 0.5em;
}

.side_widget .children,
.side_widget .sub-menu {
	text-indent: 1em;
	margin-left: 0;
}

.side_widget .children ul,
.side_widget .sub-menu ul {
	text-indent: 2em;
}

.side_widget .children li,
.side_widget .sub-menu li {
	border-bottom: 0;
	border-top: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(255,255,255,1) inset;
}

.side_widget .children li:last-child,
.side_widget .sub-menu li:last-child {
	padding-bottom: 0;
}

.side_widget .post-date {
	font-size: .8em;
	margin-left: .5rem;
}

.side_widget li.cat-item a {
	display: block;
	padding: .5rem;
	font-size: .9em;
	color: #555;
}

.side_widget li.cat-item a:hover {
    color: #cf2727;
}

.side_widget .children li a {
	padding-left: 1em;
}

.custom-html-widget {
    margin-bottom: 2rem;
}

/*--------------------------------------
  フッター
--------------------------------------*/
#footer {
	text-align: center;
	background-color : #fff;
	width: 100%;
	border-top: 1px solid #cf2727;
}

.footer-wrap {
	color: #cf2727;
	margin: 0 auto;
	padding: 1.5rem 0;
}

.footer-sns {
	display: table;
	table-layout: fixed;
	width: 95%;
	margin: 0 auto 2em;
}
.footer-sns li {
	display: table-cell;
}

.footer-sns .sns-tw,
.footer-sns .sns-fa,
.footer-sns .sns-gp,
.footer-sns .feed-reg {
	color: #cf2727;
}

.sns-txt {
	font-size: .7em;
}

.footer-sns a:hover {
	color: #ffd700;
}

.footer-sns .fa {
	font-size: 1.1em;
}

.footer-bottom {
	color: #fcfcfc;
	background: #cf2727;
	padding: 1em 0;
	width: 100%;
}

.footer-bottom p {
	line-height: 1.2;
	margin: 0 0 0.2em 0;
	text-align: center;
}

.footer-bottom small {
	font-size: .9em;
}

.gush_link small {
	font-size: .7em;
}

.footer-bottom a {
	text-decoration: underline;
	color: #fcfcfc;
}

/* エリア追加 */
.mk-footer-wrap {
	color: #333;
	width: 95%;
	margin: 0 auto;
	line-height: 1.4;
}

.mk-footer-wrap h2 {
	border-bottom: 1px solid #ddd;
	font-size: 1.2em;
	padding: .8em;
	margin-bottom: 1em;
	position: relative;
	text-align: left;
}

.mk-footer-wrap h2::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 2;
	content: "";
	width: 33%;
	height: 1px;
	background-color: #dd4c4c;
}

.mfw-l,
.mfw-c,
.mfw-r {
	margin-bottom: 2rem;
}

.mk-prof-image {
	width: 150px;
	border-radius: 50%;
	margin-bottom: 1rem;
}

/* フッターメニュー */
.footer-navi {
	margin-bottom: 1.5rem;
	font-size: .9em;
}

.f-navi li {
	display: inline-block;
	margin-bottom: .9em;
}

.f-navi li::after {
	content: "/";
	margin: 0 .2em;
}

.f-navi li:last-child::after {
	content: none;
	margin: 0;
}

.f-navi a {
	color: #555;
	text-decoration: underline;
}

/*--------------------------------------
  TOPへ戻る PC・タブレット追尾型
--------------------------------------*/
#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	text-align: center;
}

#page-top i {
	margin: 0;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	padding: 10px;
	display: block;
	font-size: 18px;
	background: #cf2727;
	border-radius: 5px;
	border: 2px solid #fff;
}
#page-top a:hover {
	text-decoration: none;
	background: #aaa;
	color: #fff;
}

/*--------------------------------------
  TOPへ戻る スマホ固定型
--------------------------------------*/
.top-home {
	border-collapse: collapse;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.top-home li {
	border: 2px solid #fff;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.top-home a {
	background: #fff;
	color: #dd4c4c;
	display: block;
	padding: 0.5em 0;
}

.top-home a:hover {
	color: #a15050;
}

.top-home .fa {
	font-size: 36px;
}

.top-home-txt {
	font-size: 12px;
}

/*--------------------------------------
  ここからタブレット表示設定
--------------------------------------*/

@media screen and (min-width : 768px){

/*--------------------------------------
  768px ヘッダー
--------------------------------------*/
#header {
	text-align: left;
	display: table;
	width: 100%;
	padding: 0 0 .4em;
    box-shadow: 0 1px 3px 1px rgba(207,39,39,.2);
}

.top_title {
	font-size: 1.5em;
}

.custom-logo {
	width: 220px;
}

.caption {
	color: #888;
	font-size: 14px;
}

.hgroup {
	display: table-cell;
	vertical-align: middle;
	min-width: 300px;
	padding-left: 1rem;
}

/*--------------------------------------
  768px ブログタイトル下ナビ
--------------------------------------*/
.head-nav-pc {
	display: table-cell;
	vertical-align: middle;
}

.pc-navi {
	display: block;
	margin: 0;
}

.pc-navi li {
	float: left;
	font-size: .9em;
}

.pc-navi li a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 1em;
}

.pc-navi li a::before {
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: .5em;
	color: #cf2727;
}

.pc-navi li a:hover {
	background-color: rgba(255,255,255,.2);
	color: #cf2727;
}

.m-navi {
	display: none;
}

/*--------------------------------------
  768px コンテンツ
--------------------------------------*/
#main-cat {
	padding-bottom: 0;
}

.list-search #searchform input[type="text"] {
    width: 90%;
}


/*--------------------------------------
  768px トップページカテゴリー別
--------------------------------------*/
.home-news-wrap {
	margin-top: 2em;
}

.top-entry {
	background-color: inherit;
	margin-bottom: 1rem;
	padding: 0;
	width: 100%;
}

.brandnew-list {
	background-color: #fff;
	margin-bottom: 0;
	width: 100%;
}

.latest {
	margin: 1rem;
	display: flex;
	justify-content: space-between;
	box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
}

.latest-thumb {
	width: 346px;
	margin: 0;
}

.latest-ttl {
	margin: 1rem;
	flex: 1;
}

.latest-ttl h3 {
	margin-top: 1rem;
}

.new_entry_title {
	font-size: 16px;
}

.new-list {
	background-color: #fff;
	margin-bottom: 0;
}

.home_area_wrap {
	margin: 1rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.home_area {
	width: 32%;
	box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
	display: block;
	margin-bottom: 1rem;
}

.home_area a {
	padding: 0;
}

.thumb_box,
.entry_box {
	width: auto;
	display: block;
}

.thumb_box img {
	width: auto;
	height: auto;
}

.entry_box {
	margin: .5rem;
}

.archive-inner .entry_box {
	padding-left: .5em;
}

/* カテゴリー別 */
.category-article {
	background-color: #fff;
	padding: 0 0 1em;
}

.cat-page-link {
	width: 50%;
	margin: .5em auto;
}

.cat-page-wrap .cat-page-link {
	padding-top: 2em;
}

/*.top-entry h2::before,
.category-article h2::before,
.archive-cat-title h2::before {
	right: -25px;
}*/


/* サブカテゴリー */
.ca-ch-list {
	margin-left: 1.5em;
	margin-right: 1.5em;
	font-size: .65em;
}

.ca-ch-list li {
	display: inline-block;
	margin-right: 1em;
}

.ca-ch-list li a {
	font-size: 1.3em;
}

.home-bottom-rel {
	margin: 3rem 0;
}

/* Search */
.sq-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


/*--------------------------------------
  768px 記事内
--------------------------------------*/

table[id^="tablepress"] {
    font-size: .9em;
}

/* meta */
.krsrk-meta {
	display: flex;
}


/*--------------------------------------
  768px Category Page
--------------------------------------*/

.pankuzu.cat-pankuzu {
	margin: 1.5em;
}

.cat-page-wrap {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}

.cat-page-wrap .home_area {
	margin-bottom: 1rem;
	margin-right: 14px;
}

.cat-page-wrap .home_area:nth-child(3n) {
	margin-right: 0;
}

#main-cat-wide .cat-page-link {
	margin-bottom: 2rem;
}


/*--------------------------------------
  768px 記事タイトル下SNSボタン
--------------------------------------*/
.sns-button {
	margin: 0 0 0 auto;
	width: 50%;
}

.sns-button li {
	padding: 0 0 0 1em;
}

.sns-button .fa,
.sns-button .hatenabookmark {
	margin-right: 0.8em;
}

/* 記事タイトル */
#single_title {
	font-size: 24px;
}

/*--------------------------------------
  768px 記事下いいねボタン
--------------------------------------*/
.mms-like-inner {
	display: table;
}

.mms-like-thumb,
.mms-like-box {
	display: table-cell;
}

.mms-like-thumb {
	width: calc(100% - 208px);
}

.mms-like-box {
	width: 208px;
	height: 208px;
	background-color: rgba(43,43,43,1);
	padding-top: 3.5em;
	font-size: .9em;
}


/*--------------------------------------
  768px 広告スペース
--------------------------------------*/
.hma-wrap {
	display: flex;
	justify-content: center;
}

.home-fb-wrap {
	margin: 0 10px;
	height: 280px;
}

.home-fb-page-wrap {
    height: 130px;
}

.ad_336280 {
	width: 336px;
	height: 280px;
	margin: 0 10px;
}

.ad_72890,
.ad_72890_bottom {
	width: 728px;
	height: 90px;
}

.my_adslottop {
	width: 728px;
	height: 90px;
}

.article-ad-inner-300-l,
.article-ad-inner-300-r {
	height: 280px;
	width: 336px;
}

.article-ad-inner-300-l {
	float: left;
}

.article-ad-inner-300-r {
	float: right;
}

/*--------------------------------------
  768px シェアボタン
--------------------------------------*/
/*.sns-button-image {
	height: 26px;
	line-height: 2;
}*/

/*--------------------------------------
  768px この記事を書いた人
--------------------------------------*/
.writer-box {
	padding: 2em;
	display: flex;
}

.writer-info {
	padding: 0 .5em 0 1em;
}


/*--------------------------------------
  768px 記事下関連記事
--------------------------------------*/
.rel-in-box a {
	padding: 0.4em 0;
}

/*--------------------------------------
  768px コメント
--------------------------------------*/
.comment-wrap {
	padding: 0 1em 0.2em;
}

.comment-title {
	padding: 0.4em 0 0;
}

.comment-body {
	padding: 1em;
}

.comment-wrap textarea {
	width: 80%;
}

/*--------------------------------------
  768px サイドバー2分割
--------------------------------------*/
#sub {
	display: table;
	table-layout: fixed;
}

.side-left,
.side-right {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

.side-left {
	padding-right: 1em;
}

/*.side-right {
	padding-left: 1em;
}*/

/*--------------------------------------
  768px フッター
--------------------------------------*/
.footer-in {
	width: 600px;
	margin: 0 auto;
}

.footer-sns .fa {
	font-size: 1.6em;
}

/* エリア追加 */
.mk-footer-wrap {
	width: 95%;
}

.mfw-c,
.mfw-r {
	width: 50%;
	padding: 0 .5rem;
	float: left;
}



}/* タブレット表示ここまで */

/*--------------------------------------
  ここからPC表示設定
--------------------------------------*/

@media screen and (min-width : 1024px) {

/*--------------------------------------
  1024px ヘッダー
--------------------------------------*/

.head-wrap {
	width: 1200px;
	margin: 0 auto;
}

.hgroup {
	padding-left: 0;
}

.top_title {
	width: auto;
}

/*--------------------------------------
  1024px コンテンツ
--------------------------------------*/
#contents {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto 36px;
	padding: 1.5em 0 0;
}

#main {
	display: block;
	float: left;
	padding: 36px 50px 0;
	width: 830px;
	margin: 1px;
	border: 1px solid #ddd;
}

#main-cat {
	display: block;
	/*float: left;*/
	padding: 0;
	/*width: 830px;*/
}

#main-wide {
	width: 980px;
	border: 1px solid #ddd;
	padding: 1.5em 2em .5em;
	margin-bottom: 2px;
}

#main-narrow {
	width: 728px;
	/*box-shadow: 0 0 1px rgba(0,0,0,.5);*/
	border: 1px solid #ddd;
	padding: 1.5em 2em .5em;
	margin-bottom: 2px;
}

.article-inner {
	width: 100%;
}

.home-top-wrap {
	margin-bottom: 1.5em;
}

/* Ad */
.home-ad-relunit {
	width: 600px;
	height: 300px;
}

.latest {
	margin: 0 3px 16px;
}

.latest-thumb {
	width: 600px;
}

.latest-ex {
	display: block;
	color: #666;
	font-size: .85em;
	margin-top: 1.5rem;
	line-height: 1.5;
}

.latest-ttl h3 {
	font-weight: bold;
	font-size: 22px;
}

.new_entry_title {
	font-weight: bold;
}

/*.top-entry h2::before,
.category-article h2::before,
.archive-cat-title h2::before {
	bottom: -200px;
	width: 400px;
	height: 400px;
}*/

/* カテゴリー別 */
.cat-page-link {
	margin: 2em auto 0;
}

.home_area_wrap {
	margin: 0 3px 0;
}


#main-cat-wide {
	width: 1200px;
	padding: 0 0 1em;
}

.pankuzu.cat-pankuzu {
	margin-left: 0;
}

.cat-page-wrap {
	margin: 0 3px 32px;
}

.cat-page-wrap .home_area {
	margin-right: 22px;
}

/* Search */
.search-results .home_area {
	width: 49%;
}


/*--------------------------------------
  1024px 記事内指定
--------------------------------------*/
.article-inner h2 {
	padding: 1rem;
}

#main-narrow .article-inner h2,
#main-wide .article-inner h2 {
	margin: 4em 0 2em;
}

/*--------------------------------------
  1024px 広告スペース
--------------------------------------*/

.ad_336280 {
	max-width: 336px;
	max-height: 280px;
}

.entry_footer_ad {
	width: 100%;
}

.article-ad {
	/*width: 690px;*/
	margin: 2em auto;
}

.article-ad-inner {
	width: 336px;
}

.krsrk-article-bottom {
	width: 336px;
	margin: 2em auto;
}

/*--------------------------------------
  1024px サイド
--------------------------------------*/
#sub {
	background: #fff;
	display: block;
	float: right;
	margin: 0;
	width: 356px;
	padding: 28px;
}

.side-left,
.side-right {
	display: block;
	width: 100%;
}

.side-left {
	padding-right: 0;
}

.side-right {
	padding-left: 0;
}

.side-contents {
	margin: 0 0 2rem;
	padding: 0;
	width: 100%;
}

.side-ad {
	margin: -28px 0 1rem;
}


/*--------------------------------------
  1024px フッター
--------------------------------------*/
.footer-wrap {
	width: 1200px;
}

/* エリア追加 */
.mk-footer-wrap {
	width: 100%;
}

.mfw-l,
.mfw-c,
.mfw-r {
	width: 33.3333%;
	padding: 0 .5rem;
	float: left;
}


}/* PC表示ここまで */

/*--------------------------------------
  ヨメレバ・カエレバ
--------------------------------------*/
/* 全体 */
.booklink-box,
.kaerebalink-box {
    border: 1px solid #ccc;
    width: 100%;
    margin: 2em auto;
    padding: 1em;
    vertical-align: top;
}
.booklink-box p {
    display: none;
}

/* 商品画像 */
.booklink-image,
.kaerebalink-image {
    margin: 0 0 1em;
}
.booklink-image img,
.kaerebalink-image img {
    display: block;
    margin: 0 auto;
}

/* 商品説明全体 */
.booklink-info,
.kaerebalink-info {
    margin: 0;
    vertical-align: top;
}

/* 商品名 */
.booklink-name,
.kaerebalink-name {
    margin-bottom: 1em;
    line-height: 1.5;
}

/* posted with */
.booklink-powered-date,
.kaerebalink-powered-date {
    color: #888;
    font-size: 70%;
    line-height: 1;
    margin-top: 1.5em;
    padding: .5em 0 .5em 1em;
}
.booklink-powered-date a,
.kaerebalink-powered-date a {
    text-decoration: none;
}

/* 商品詳細 */
.booklink-detail,
.kaerebalink-detail {
    font-size: 90%;
    margin-bottom: 1em;
}

/* ショップリンク全体 */
.booklink-link2,
.kaerebalink-link1 {
    margin: 0;
}

/* ショップリンク共通 */
div[class^="shoplink"] {
    margin: 0 0 .5em 0;
}
div[class^="shoplink"] a {
    display: block;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    padding: .8em 0;
    text-align: center;
    background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
    background-color:#ffffff;
    border-radius:6px;
    border:1px solid #dcdcdc;
}
div[class^="shoplink"] a:hover {
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .1) inset;
}
div[class^="shoplink"] img {
    display: block;
    margin-bottom: 0;
    padding: 0;
    border: none;
}

/* Amazon */
.shoplinkamazon a {
    color: #ff9901;
}

/* Kindle */
.shoplinkkindle a {
    color: #007dcd;
}

/* 楽天 */
.shoplinkrakuten a {
    color: #c20004;
}

.shoplinkrakukobo a {
    color: #222;
}

/* Yahoo! */
.shoplinkyahoo a {
    color: #7b0099;
}

/* セブン */
.shoplinkseven a {
    color: #32cd32;
}

/* フッタークリア */
.booklink-footer {
    clear: left;
}

/*--------------------------------------
  ヨメレバ・カエレバ 768px
--------------------------------------*/
@media screen and (min-width : 768px){
/* 全体 */
/*.booklink-box,
.kaerebalink-box {
    display: table;
    padding: 1em 0;
}*/

/* 商品画像 */
.booklink-image,
.kaerebalink-image {
    float: left;
    margin: 0 1.5em 0 0;
}

/* 商品説明全体 */
.booklink-info,
.kaerebalink-info {
    overflow: hidden;
}

/* posted with */
.booklink-powered-date,
.kaerebalink-powered-date {
    padding: .5em 1em .5em 0;
}

/* 商品詳細 */
.booklink-detail,
.kaerebalink-detail {
    margin-bottom: 2em;
}

/* ショップリンク全体 */
.booklink-link2,
.kaerebalink-link1 {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 4px 0;
}

/* ショップリンク共通 */
div[class^="shoplink"] {
    display: table-cell;
    margin: 0;
}
div[class^="shoplink"] a {
    font-size: 15px;
}
}

/*--------------------------------------
  ヨメレバ・カエレバ 1024px
--------------------------------------*/
@media screen and (min-width : 1024px){
div[class^="shoplink"] a {
    font-size: 12px;
}

}


/* WPAP */
.wpap-tpl-with-detail .wpap-link a {
    font-size: 18px !important;
    text-align: center;
    width: 33%;
    height: 50px;
    line-height: 2.2;
}