@charset "utf-8";

/*
Theme Name: Gush2
Theme URI: http://wp-gush.com/
Description: レスポンシブデザイン無料テーマ
Version: 1.1.1
Author: Ellora
Author URI: http://naifix.com/
*/

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

article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: 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;
}

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

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

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

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

img#wpstats {
	position: absolute;
	width: 0px;
	height: 0px;
	padding: 0px;
	border: none;
	overflow: hidden;
}

pre {
	overflow: auto;
}

i.fa {
	margin: 5px 5px 0 0; /* 5px 0 0 -5px */
}

/*--------------------------------------
  クラス定義
--------------------------------------*/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 70%;
}
.ss {
	font-size: 50%;
}
.l {
	font-size: 150%;
	line-height: 130%;
}
.ll {
	font-size: 200%;
	line-height: 120%;
}
.b {
	font-weight: bold;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
span.futo {
	font-weight: bold;
}
span.futoaka {
	font-weight: bold;
	color: #ff0000;
}
span.futomido {
	font-weight: bold;
	color: #149b14;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

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

/*--------------------------------------
  ボックス
--------------------------------------*/
.gray_box {
	width: 85%;
	margin: 2em auto;
	padding: 5%;
	background-color: #efefef;
	overflow: hidden;
}

#entry_body .gray_box ul:last-child,
#contents #entry_body .gray_box p:last-child {
	margin-bottom: 0;
}

blockquote {
	width: 85%;
	background: #fff url(images/bq24.png) left top no-repeat;
	margin: 24px auto 36px auto;
	padding: 30px 15px 15px;
	border-radius: 4px;
	box-shadow: 1px 1px 2px #000;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
}

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

.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span {
	width: 100% !important;
}

/*--------------------------------------
  動画レスポンシブ化
---------------------------------------*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 auto 24px 0;
}
.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%!important;
	height: auto;
}

.alignright {
	float: right;
	margin: 0 0 24px 24px;
}
.alignleft {
	float: left;
	margin: 0 24px 24px 0;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
	margin: 0 24px 24px 0;
}
img.float-right {
	float: right;
	margin: 0 0 24px 24px;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#contents .wp-caption-text {
	font-size: 90%;
	margin: 0;
}

#article_body .wp-caption {
	margin-bottom: 24px;
}

#article_body .wp-caption img {
	margin-bottom: 4px;
}

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

a:hover {
	color: #4cd7e9;
}

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

/*--------------------------------------
  全体定義
--------------------------------------*/
html {
	font-family : verdana, sans-serif;
	font-size : 100%;
	line-height : 1.6;
	background: #fff9f9;
	color: #555;
}

body {
	margin: 0;
	padding: 0;
}

/*--------------------------------------
  見出しベース
--------------------------------------*/
h1,h2,h3,h4,h5,h6 {margin: 15px 5px 0;}

h1 {
	font-size: 26px; 
	line-height : 1.5;
}

h2 {
	font-size: 23px;
	line-height: 1.5;
}

h3 {
	font-size: 18px;
	line-height: 1.5;
}

/*--------------------------------------
  ヘッダ見出し
--------------------------------------*/
#header {
	text-align: center;
	padding: 0 0 5px;
}

#header .top_title {
	font-size: 30px;
	text-align: center;
}

#header .top_title a {
	color: #f37e7e;
	font-family: "Sawarabi Gothic";
}

#header .top_title a:hover {
	color: #444;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, .4);
}

#header .caption {
	color: #b9b9b9;
    font-size: 14px;
    margin: 0 0 20px;
	text-align: center;
}

.hgroup {
	margin: 24px 0 0;
}

/*--------------------------------------
  ナビゲーション
--------------------------------------*/
nav#menu {
	margin-bottom: 5px;
}

.togmenu {
	display: none;
	color: #333;
	background: #fff;
}

.menubtn {
	padding: 8px;
	color: #a0a0a0;
	background: #fff;
	text-align: right;
}

nav#menu ul {
	overflow: hidden;
	margin-bottom: 24px;
}

nav#menu ul li {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

nav#menu ul li a {
	display: block;
	color : #333;
	padding : 8px 0;
	font-family: 'Old Standard TT', serif; /*google fonts*/

}

nav#menu ul li a:hover {
	color: #ffd700;
}

nav#menu ul.sub-menu {
	display: none;
}

/*--------------------------------------
  コンテンツエリア
--------------------------------------*/
#contents {
	width: 95%;
	margin: 24px auto 0 auto;
	text-align: left;
	line-height: 1.6;
}

#contents p {
	/* text-align:left; */
    letter-spacing: 1.5px;
    line-height: 24px;
    margin: 1.5em 0;
    text-align: justify;
}

#contents #main {
	background-color: #fff;
	padding: 20px 0;
	margin-bottom: 24px;
}

#contents #main .home_area {
	border-bottom: 1px solid #ddd;
	margin-bottom: 24px;
	padding-bottom: 24px;
	overflow: hidden;
	width: 100%;
}

#contents #main .date-time {
	font-size: 90%;
	text-align: left;
	line-height: 1em;
	margin: 0 0 0.8em 0;
}

#contents #main .eb_cat {
	font-size: 90%;
}

#contents #main .eb_cat a {
	text-decoration: none;
	color: #666;
}

#contents #main .eb_cat a:hover {
	color: #ff7ddf;
}

#contents #main .home_area .thumb_box {
	float: left;
	width: 100px;
	padding: 0 7px 0 5px;
}

#contents #main .home_area .entry_box {
	overflow: auto;
	zoom: 1;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	padding: 0;
}

#contents #main #entry_body .home_area img {
	margin: 0;
	border-radius: 50%;
	border: solid 1px #eee;
}

/*--------------------------------------
  記事内指定
--------------------------------------*/
#article_body ul {
	list-style: url(images/checkmark.png) inside;
	margin-bottom: 24px;
}

#article_body ol {
	list-style: decimal inside;
	margin-bottom: 24px;
}

#article_body ul li,
#article_body ol li {
    margin: 0.8em 0;
    padding-left: 1em;
    text-indent: -1.4em;
    margin-left: 0.6em;
}

#article_body ul > ul,
#article_body ol > ol {
	margin: 0.8em 0 0 1em;
}

#article_body div {
	max-width: 100%;
}

#entry_body a {

}

#entry_body dl {
	margin: 0 auto 24px;
	width: 80%;
	padding: 5%;
}

#entry_body dt {
	margin: 1em 0 1em 0;
	padding: 0;
	font-weight: bold;
}

#entry_body dt:first-child {
	margin: 0;
}

#article_body table {
	max-width: 100%;
	width: 100%;
	margin: 24px 0;
}

#article_body td,
#article_body th {
	padding: 3%;
}

#article_body th {
	background: #eee;
	font-weight: bold;
	text-align: center;
}

/*--------------------------------------
  記事内画像
--------------------------------------*/
#article_body img {
	margin-bottom: 10px; /*元24px*/
	display: block;
    margin: 0 auto;
}

/*--------------------------------------
  トップ新着記事見出し
--------------------------------------*/
#entry_body h3.new_entry_title {
	border: 0;
	line-height: 1.2;
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 16px;
}

#entry_body h3.new_entry_title a {
	text-decoration: none;
	font-weight: bold;
	color: #444;
}

#entry_body h3.new_entry_title a:hover {
	color: #4ac0f5;
}

/*--------------------------------------
  記事見出し
--------------------------------------*/
#contents #main #single_title {
	font-size: 24px;
	margin-bottom: 24px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

#archive_body h2,
#article_body h2 {
	font-size: 20px;
	text-align: left;
	margin: 10px 0 24px 0;
	padding: 0.4em;
	background: #fafafa;
	border-bottom: 2px solid #ddd;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
	border-left: 15px solid #ffd5d5;
}

#article_body h3{
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	border-bottom: solid 1px #ccc;
	margin: 24px 0 24px 0;
	color: #f37e7e;
	position: relative;
	padding: 0 .5em .5em 2em;
}

#article_body h3::before, #article_body h3::after {
    position: absolute;
    content: '';
    border-radius: 100%;
}
#article_body h3:before {
    top: .2em;
    left: .2em;
    z-index: 2;
    width: 18px;
    height: 18px;
    background: rgba(255, 219, 219, 0.5);
}
#article_body h3:after {
    top: .7em;
    left: .7em;
    width: 13px;
    height: 13px;
    background: rgba(255, 158, 158, 0.5);
}

#article_body h4 {
	font-size: 18px;
	border-left: 3px solid #ccc;
	margin: 48px 0 24px 0;
	padding: 0.2em 0.2em 0.2em 0.5em;
}

/*--------------------------------------
  メタボックス
--------------------------------------*/
.meta_box {
	font-size: 80%;
	margin: 0 0 24px 0;
	padding: 3% 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#entry_body .meta_box p {
	margin: 0 0 0 10px;
}

/*--------------------------------------
  カテゴリー・タグ
--------------------------------------*/
#cat_tag {
	margin: 20px 0;
	padding: 0 0 12px 0;
	text-align: left;
	word-break: keep-all;
	line-height: 1em;
}

#cat_tag a {
	color: #666;
	background-color: #fff;
	margin: 0 0.2em 0.5em 0;
	padding: 0.5em;
	border-radius: 5px;
	text-decoration: none;
	line-height: 1em;
	display: inline-block;
	border: 1px solid #888;
}

#cat_tag a:hover {
	color: #ffbed4;
}

/*--------------------------------------
  広告スペース
--------------------------------------*/
/* 記事下広告 */
#entry_footer_ad {
	margin: 10px auto 30px auto;
}

#contents #main #entry_footer_ad .textwidget {
	margin: 0;
}

#contents #main #entry_footer_ad img {
	margin-bottom: 0;
}

/* スマホ非表示 条件分岐タグ併用*/
#entry_footer_ad .efa_right {
	display: none;
}

/* メイン上部 */
.entrybodytop_ad {
	width: 234px;
	height: 60px;
	margin: 0 auto 24px;
	overflow: hidden;
}

/* メイン下部 */
.entrybodybottom_ad {
	width: 300px;
	height: 250px;
	margin: 36px auto 0;
}

/*--------------------------------------
  個別記事SNS
--------------------------------------*/
#entry_snsbox {
	border: 1px solid #ccc;
	padding: 0 0 10px;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 35px;
}

#entry_snsbox ul {
	margin: 24px 0 0 0;
	list-style: none;
}

#article_body #entry_snsbox li {
	float: left;
	margin-right: 10px;
	min-height: 100px;
}

/* Feedlyボタン */
a.feedlyButton {
	color: #777777;
	text-align: center;
	text-decoration: none;
}

a.feedlyButton:hover {
	color: #333333;
}
a.feedlyButton:visited {
	color: #777777;
}
.arrow_box_feedly {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px 3px 3px 3px;
	height: 35px;
	width: 66px;
	margin-bottom: 8px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.arrow_box_feedly:after, .arrow_box_feedly:before {
	border: medium solid transparent;
	content: " ";
	height: 0;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 100%;
	width: 0;
}
.arrow_box_feedly:after {
	border-color: #FFFFFF rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	border-width: 4px;
	margin-left: -4px;
}
.arrow_box_feedly:before {
	border-color: #CCCCCC rgba(204, 204, 204, 0) rgba(204, 204, 204, 0);
	border-width: 5px;
	margin-left: -5px;
}
.arrow_box_feedly img {
	margin: 0;
	border: none;
}
.arrow_box_feedly span {
	line-height: 35px;
}

/*--------------------------------------
  記事下関連記事
--------------------------------------*/
#relations {
	margin: 0 0 24px 0;
}

#contents #relations {
	line-height: 1.3em;
}

#relations h3 {
	border-left: 5px solid #ffd5d5;
	font-size: 20px;
	padding: 5px 0 5px 10px;
	margin-bottom: 0;
}

#relations a {
	text-decoration: none;
	font-size: 95%;
    font-weight: bold;
}

#relations .rel-in {
	display: block;
}

#relations .rel-in .rel-in-thumb {
	float: left;
	margin: 0 0 10px 0;
	position: relative;
}

#relations .rel-in .rel-in-ttl {
	overflow: hidden;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	margin-bottom: 10px;
}

#relations .rel-in .rel-in-noentry {
	display: block;
	float: none;
	width: 100%;
	height: auto;
	border: 0;
}

/*--------------------------------------
  パンくず
--------------------------------------*/
.pankuzu {
	font-size: 13px;
	padding-bottom: 10px;
	color: #222;
	text-align: left;
}
#entry_body .pankuzu a {
	color: #222;
	text-decoration: none;
}
div#breadcrumb {
	clear: both;
}
div#breadcrumb a {
	color: #666;
}
div#breadcrumb div {
	display: inline;
	font-size: 13px;
}

/*--------------------------------------
  コメント
--------------------------------------*/
h3#comments {
	border: none;
	line-height: 1.2;
}

#respond h3 {
	border: none;
	line-height: 1.2;
	margin: 36px 0 24px 0;
}

#comment_box {
	text-align: left;
	background-color: #eee;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 8px;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

#comment_box ul {
	list-style: none;
}

#comment_box p a {
	color: #999;
}
#comment_box p {
	font-size: 90%;
	font-weight: normal;
	margin: 0 0 15px 0;
}
#comment_box label {
	display: block;
}

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

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

#entry_body .comment-reply-link{
	border: 1px solid #ccc;
	padding: 0.5em 0.8em;
	background-color: #999;
	color: #fcfcfc;
	text-decoration: none;
	text-shadow: none;
	margin: 10px 5px;
}

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

#comment_box #commentlist img {
	padding: 10px;
}

#comment_box #submit {
	padding: 0.5em;
}

#comment_box #author,
#comment_box #email,
#comment_box #url {
	padding: 0.2em 0 0.2em 0.1em;
}

/*--------------------------------------
  前の記事・次の記事
--------------------------------------*/
#page_pn {
	margin: 24px 0 20px 0;
}

dl#prenex {
	text-align: left;
	width: 90%;
	padding: 5%;
	margin: 0;
}

dl#prenex dt {
	background: none;
	padding: 0;
	margin: 0;
}

/*--------------------------------------
  ページャー
--------------------------------------*/
.pager{
	text-align: center;
	display: table;
	width: 100%;
	table-layout: fixed;
}
#main .pager a {
	text-decoration: none;
	color: #444;
}

a.page-numbers,
.pager .current{
	background: #fbfaf8;
	border:solid 1px #ddd;
	border-radius:5px;
	padding: 8px;
	margin: 0;
	display: table-cell;
}
.pager .current{
	background: #b9b9b9;
	color: #fff;
	border: 0;
}

/*--------------------------------------
  サイド
--------------------------------------*/
#sub {
	font-size: 100%;
	margin-bottom: 24px;
	overflow: hidden;
}

/* サイドバー見出し */
#sub h4 {
	margin: 0 0 15px;
	font-size: 18px;
	color: #333;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #ccc;
	font-family: 'Old Standard TT', serif; /*google fonts*/
}

#sub li > h4 {
	
}

/* カテゴリードロップダウンのラベル非表示 */
label.screen-reader-text {
    display: none;
}

/* サイドバー広告エリア */
#sub .side_ad {
	margin-bottom: 36px;
}

#sub .side_contents {
	margin-bottom: 24px;
}

/* 新着記事 */
.side_new {
	margin: 0 0 15px 0;
	text-align: left;
	display: table;
	width: 100%;
}

.side_new:hover {
	text-decoration: none;
	background: #fff;
}

.side_thumb {
	display: table-cell;
	width: 105px;
	padding: 0 5px 0 0;
}

.side_title {
	font-size: 90%;
	font-weight: bold;
	display: table-cell;
	vertical-align: top;
}

.side_title span {
	color: #333;
}

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

/* 検索フォーム */
#searchform {
	margin-bottom: 24px;
	width: 285px;
	background: #fff;
	padding: 5px 0 8px;
	border: 1px solid #eee;
	border-radius: 5px;
}

#searchform input[type="text"] {
	height: 24px;
	float: left;
	margin: 0;
	width: 220px;
	border: 1px solid #fff;
	padding: 0 0 0 10px;
	font-size: 15px;
	margin: 5px 5px 0 5px;
}

#searchform button {
	margin: 5px 0 0 0;
	padding-left: 10px;
    background: #fff;
	border: 0;
	color: #ffc6c6;
	font-size: 18px;
}

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

/*-----------------------------------
  サイドバーSNSアイコン
------------------------------------*/
#sub .side-sns {
	margin-bottom: 12px;
	padding: 0.3em;
	font-size: 30px;
}

#sub .side-sns ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#sub .side-sns ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#sub .side-sns ul li a {
	color: #666;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

#sub .side-sns ul li a:hover {
	color: #ff7ddf;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

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

#sub .side_widget li ul li {
	margin: 0;
	padding: 0.5em 0;
}

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

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

#sub .side_widget .children li,
#sub .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;*/
}

#sub .side_widget .children li:first-child,
#sub .side_widget .sub-menu li:first-child {
	margin-top: 8px;
}

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

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

#wp-calendar {
	border: 1px solid #999;
	width: 100%;
	margin: 0;
}

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

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

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

#wp-calendar tbody tr #today {
	background-color: #999;
	color: #ffd700;
}

/*--------------------------------------
  フッター
--------------------------------------*/
#footer {
	padding: 12px 0 24px 0;
	color: #333;
	text-align: center;
	background-color : #fff;
	overflow: hidden;
}

#footer-in {
	margin-bottom: 24px;
	text-align: left;
	width: 90%;
	margin: 0 auto;
}

#footer-in img {
	margin-bottom: 16px;
}

#footer-in h2 {
	border-left: 3px solid #c2082b;
	font-size: 20px;
	padding: 3px 0 3px 5px;
}

#footer-in h3 {
	border-left: 3px solid #ffd5d5;
	font-size: 20px;
	padding: 3px 0 3px 5px;
}

#footer-in a {
	text-decoration: underline;
}

#footer-in ul {
	margin-bottom: 24px;
}

#footer-in ul li ul {
	margin-bottom: 0;
}

.footer_l, .footer_c, .footer_r {
	margin-bottom: 24px;
}

.gush_link a {
	text-shadow: -1px 1px 0 rgba(255, 255, 255, .4);
	color: #333;
	font-weight: bold;
}

/*--------------------------------------
  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: 5px 10px;
	display: block;
	font-size: 18px;
	background: #444 url(images/grey_wash_wall.png) left top repeat;
	/* thnx! http://subtlepatterns.com/ */
	border-radius: 5px;
	border: 2px solid #fff;
}
#page-top a:hover {
	text-decoration: none;
	background: #aaa;
	color: #fff;
}

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

.top-home li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#footer .top-home a {
	color: #f37e7e;
	font-size: 100%;
}

.top-home .fa {
	margin: 0;
}

.rel-in-thumb img {
    width: 100px;
    height: 100px;
	margin: 0 6px 0 5px;
	object-fit: cover;
    font-family: 'object-fit: cover;';
}
/*--------------------------------------
  ad
--------------------------------------*/
.ad-box {
	text-align: center;
	padding: 0 0 30px;
	margin: 0 0 0 -8px;
}

/*--------------------------------------
  クリアーフィックス
--------------------------------------*/
.clearfix {
	margin: 20px 0;
}

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

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

.clearfix {
	margin: 0;
}

/*--------------------------------------
  768px ナビ
--------------------------------------*/
nav#menu ul {
	width: 100%;
}

nav#menu ul li {
	/*float: left;*/
	width: auto;
	text-align: center;
	border: none;
}

nav#menu ul li a {
	display: block;
	color : #fff;
	padding : 8px 1em;
}

/*--------------------------------------
  768px コンテンツ
--------------------------------------*/
#contents {
	text-align: left;
}

#contents #main {
	padding: 20px 35px;
	margin-bottom: 24px;
	border-radius: 8px;
	border: 1px solid #eee;
}

#contents #main .home_area .thumb_box {
	float: left;
	margin: 0 10px 0 0;
	width: 150px;
	height: 150px;
}

#contents #main .home_area .entry_box {
	text-align: left;
}

#contents #main .date-time {
	font-size: 90%;
	text-align: left;
}
	
#contents p {
    margin: 2em 0;
}

/*--------------------------------------
  768px 記事見出し
--------------------------------------*/
#article_body h2{
	font-size: 20px;
	text-align: left;
	margin: 20px 0 24px -35px;
	padding: 8px 0 8px 10px;
}

#article_body h3{
	font-size: 18px;
	text-align: left;
	margin: 36px 0 24px 0;
}

/*--------------------------------------
  768px メタボックス
--------------------------------------*/
#entry_body .meta_box {
	font-size: 85%;
	margin: 0 0 24px 0;
	padding: 1%;
}

#entry_body .meta_box p {
	margin: 0;
}

/*--------------------------------------
  768px 広告スペース
--------------------------------------*/
.entrybodytop_ad {
	width: 600px;
	height: 60px;
	margin: 0 auto 36px;
	display: block;
}

.entrybodybottom_ad {
	width: 600px;
	height: 60px;
	margin: 36px auto 0;
	display: block;
}

#entry_footer_ad {
	margin: 36px 0;
}

#entry_footer_ad .efa_left {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

#entry_footer_ad .efa_right {
	display: block;
	float: left;
}

/*--------------------------------------
  768px 記事下関連記事
--------------------------------------*/
#relations {
	margin: 36px auto;
}
#relations a {
	font-size: 95%;
}

#relations .rel-in {
	display: inline;
}

#relations .rel-in > li {
	float: left;
	width: 145px;
	height: 280px;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0 2px;
	border-bottom: 1px solid #ccc;
}

#relations .rel-in ul {
	overflow: hidden;
	text-align: center;
	padding: 0 5px;
}

#relations .rel-in .rel-in-thumb {
	float: none;
	margin: 0 auto 5px;
	width: 135px;
	height: 110px;
}

#relations .rel-in .rel-in-ttl {
	overflow: hidden;
	margin: 0 auto;
	text-overflow: clip;
	height: 135px;
	width: auto;
	text-align: left;
	vertical-align: top;
}

/*--------------------------------------
  768px コメント
--------------------------------------*/
h3#comments {
	border: none;
	line-height: 1.2;
}

#respond h3 {
	border: none;
	line-height: 1.2;
}

#comment_box {
	text-align: left;
	background-color: #ddd;
	padding: 20px;
	margin-bottom: 20px;
}

#comment_box p {
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 15px 0;
}

#entry_body .comment-reply-link{
	border: 1px solid #ccc;
	padding: 1% 2%;
	background-color: #999;
	color: #fcfcfc;
}

/*--------------------------------------
  768px 前の記事・次の記事
--------------------------------------*/
dl#prenex dt {
	float: left;
	width: 60px;
	margin-bottom: 1.2em;
}

dl#prenex dd {
	overflow: auto;
	margin-bottom: 1.2em;
}

dl#prenex dt:last-child, dl#prenex dd:last-child {
	margin: 0;
}

/*--------------------------------------
  768px ページャー
--------------------------------------*/
.pager{
	text-align:center;
	margin: 0 auto;
}

a.page-numbers,
.pager .current{
	border: solid 1px #ddd;
	border-radius: 5px;
	padding: 3px 8px;
	margin: 8px 2px 0;
	display: inline;
}

.pager .current{
	color: #fff;
	border: 0;
}

/*--------------------------------------
  768px サイド
--------------------------------------*/
.side_title {
	font-size: 90%;
}

#sub .side-sns ul {
	width: 50%;
}

/* サイドバー見出し */
#sub h4 {
	font-size: 20px;
	color: #333;
}

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

#sub .side_widget li ul li {
	width: 49%;
	display: inline-block;
	overflow: hidden;
}

#sub .side_widget li ul li ul {
	display: none;
}

/*-----------------------------------
  768px カレンダー
------------------------------------*/
#wp-calendar {
	width: 50%;
}

/*--------------------------------------
  768px フッター
--------------------------------------*/
#footer {
	padding: 24px 0;
}

.footer_c, .footer_r {
	width: 40%;
	float: left;
}

.footer_c {
	margin-right: 5%;
}
	
/* タブレットのボーダーを削除 */
.wpp-list li:nth-child(2) {
    border-top: none;
}

.rel-in-thumb img {
    width: 130px;
    height: 100px;
	margin: 0 10px 0 0;
	object-fit: cover;
    font-family: 'object-fit: cover;';
}
#relations .rel-in .rel-in-thumb {
    margin: 30px auto 5px;
}
	
}/* タブレット表示ここまで */

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

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

/*--------------------------------------
  1024px 全体
--------------------------------------*/
html {
	font-family: Meiryo, "メイリオ", verdana, sans-serif;
}

/* 全体に薄いグレーのテクスチャ */
body {
	/*background: #fff url(images/sos.png) left top repeat;
	 thnx! http://subtlepatterns.com/ */
}

/*--------------------------------------
  1024px ヘッダー
--------------------------------------*/
header {
	text-align: left;	
}

/* ヘッダーに濃いグレーのテクスチャ */
#header {
	/*background: #444 url(images/grey_wash_wall.png) left top repeat;
	 thnx! http://subtlepatterns.com/ */
}

#header .hgroup {
	width: 96.6%;
	margin: 0 auto;
	max-width: 1060px;
}

#header .caption {
	margin: 0 0 15px;
    font-size: 16px;
}

/*--------------------------------------
  1024px ナビゲーション
--------------------------------------*/
nav#menu {
	padding: 0;
}

nav#menu ul {
	width: 100%;
	margin: 0 auto;
	height: 43px;
	overflow: visible;
	border-bottom: solid 1px #eee;
    border-top: solid 1px #eee;
	text-align: center;
	margin: 3px 0;
}
	
/* 追加 */
.menu-menu-container {
	border-bottom: solid 1px #eee;
    border-top: solid 1px #eee;
}

/* MENUボタンを隠す */
.menubtn {
	display: none;
}

/* ナビを表示 */
.togmenu {
	display: block;
}

nav#menu ul li {
	/*position: relative;*/
	margin: 0;
	padding: 0;
	/*text-align: center;*/
	display: inline-block;
}

nav#menu ul li a {
	color: #9e9e9e;
}

nav#menu ul li a:hover {
	color: #000;
}

nav#menu ul li ul.sub-menu {
	list-style: none;
	/*position: absolute;
	top: 100%;
	left: 0;*/
	margin: 0;
	padding: 0;
}

nav#menu ul li:hover,
nav#menu ul li ul.sub-menu li {
	border-bottom: 1px solid #ff9abc;
}

nav#menu ul li ul.sub-menu li:first-child {
	border-top: 1px solid #ff7ddf;
}

/* カーソルをのせると子を表示 */
nav#menu ul li:hover ul.sub-menu {
	display: block;
}

nav#menu ul li ul.sub-menu li {
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
}

nav#menu ul li ul.sub-menu li a {
	padding: 13px 15px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

nav#menu ul li:hover ul.sub-menu li {
	overflow: hidden;
	min-height: 40px;
	background: #666;
}

/*--------------------------------------
  1024px コンテンツ
--------------------------------------*/
/*
全体で1060px
    メイン728px
    サイド300px
    余白28px
    ボーダー2px
    2pxぶん余裕あり
*/

#contents {
	overflow: hidden;
	width: 970px; /* 元1060px */
	margin: 24px auto;
}

#contents #main {
	float: left;
	margin: 0 15px 0 0;
	max-width: 66.66666667%;/* 元728px */
	padding: 20px 10px; /* 元20px 62px */
	border-radius: 0;
}

#entry_body {
	width: 604px;
	margin: 0;
	padding: 0;
}

/*--------------------------------------
  1024px 記事内指定
--------------------------------------*/
#article_body img {
	margin-bottom: 24px;
}

/*--------------------------------------
  1024px 記事見出し
--------------------------------------*/
#entry_body h3.new_entry_title {
	font-size: 24px;
}

#entry_body h3.new_entry_title a {
	font-weight: normal;
}

#contents #main #single_title {
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 24px;
	font-weight: bold;
}

#article_body h2{
	font-size: 24px;
	text-align: left;
	margin: 25px 0 35px 0;
    padding: 10px 0 10px 15px;
}

#article_body h3{
	font-size: 20px;
	text-align: left;
	margin: 24px 0;
}

/*--------------------------------------
  1024px コメント
--------------------------------------*/
#comment_box {
	background: #fff url(images/sos.png) left top repeat;
	/* thnx! http://subtlepatterns.com/ */
}

h3#comments {
	border: none;
	line-height: 1.2;
}

#respond h3 {
	border: none;
	line-height: 1.2;
}

/*--------------------------------------
  1024px 広告スペース
--------------------------------------*/
.entrybodytop_ad {
	width: 728px;
	height: 90px;
	margin: -20px -62px 36px -62px;
	overflow: hidden;
}

.entrybodybottom_ad {
	width: 728px;
	height: 90px;
	margin: 36px -62px -20px -62px;
}

#entry_footer_ad {
	margin: 36px 0;
	width: 604px;
	display: table;
	table-layout: fixed;
	text-align: center;
}

#entry_footer_ad .efa_left,
#entry_footer_ad .efa_right {
	width: 302px;
	display: table-cell;
	float: none;
}

/*--------------------------------------
  1024px 個別記事SNS
--------------------------------------*/
#entry_snsbox {
	border: 1px solid #ccc;
	padding: 0 0 20px;
}

/*--------------------------------------
  1024px サイド
--------------------------------------*/
#contents #sub {
	margin: 0;
	float: left;
	width: 33.333333%; /* 元300px */
    text-align: center;
    padding: 0;
}

#contents #sub p {
	text-align: left;
}

#sub h4 {
	font-size: 20px;
	margin: 0 0 18px 0;
}

#sub .side-sns ul {
	width: 100%;
}

.side_new:hover {
	text-decoration: none;
	background: #fff;
}

/*-----------------------------------
  1024px サイドバーウィジェット
------------------------------------*/

#sub .side_widget li ul li {
	width: 100%;
	display: block;
	padding: 0.5em 0;
	/*text-indent: 1em;*/
	border: none;
    border-top: dotted 1px #ccc;
}

#sub .side_widget li ul li ul li {
	text-indent: 2em;
}

#sub .side_widget li ul li ul li ul li {
	text-indent: 3em;
}

#sub .side_widget li ul li ul {
	display: inline;
}

/*-----------------------------------
  カレンダー
------------------------------------*/
#wp-calendar {
	width: 100%;
}

/*--------------------------------------
  1024px フッター
--------------------------------------*/
#footer {
	width: 100%;
	margin: 0 auto;
	clear: both;
	/*background: #444 url(images/grey_wash_wall.png) left top repeat;
	 thnx! http://subtlepatterns.com/ */
}

#footer-in {
	width: 1060px;
	margin: 0 auto 24px auto;
}

#footer-in p {
	margin-bottom: 5%;
}

#footer-in h2 {
	border-left: 5px solid #c2082b;
	font-size: 20px;
	padding: 5px 0 5px 8px;
}

#footer-in h3 {
	border-left: 5px solid #ffd700;
	font-size: 20px;
	padding: 5px 0 5px 8px;
}

.footer_l {
	float: left;
	width: 336px;
	font-size: 90%;
}

.footer_c, .footer_r {
	width: 320px;
}

.footer_l, .footer_c {
	margin: 0 32px 0 0;
}

/*　追加　*/
#sub aside {
    padding: 0 15px 20px;
}
	
#relations .rel-in ul {
	overflow: hidden;
	text-align: center;
	padding: 0 5px;
}
.rel-in-thumb img {
    width: 130px;
    height: 100px;
	object-fit: cover;
    font-family: 'object-fit: cover;';
}
#entry_snsbox p {
    padding: 5px 0 5px;
}
	
#searchform button {
	margin: 5px 0 5px 0;
	padding-left: 10px;
}
/*--------------------------------------
  アドセンス
--------------------------------------*/
.ad-box {
	text-align: center;
	padding: 0 0 30px;
	margin: 0 20px 0 -12px;
}
#entry_footer_ad p.ad-label {
	margin-bottom: -70px;
}
	
}/* PC表示ここまで */

/*--------------------------------------
  マスキングテープ
--------------------------------------*/
.masking-tape{
  position: absolute;
  top: -1em;
  left: 30%;
  width: 15px;
  height: 5px;
  background-image: linear-gradient(-45deg, rgba(227,155,140,.4) 25%, transparent 25%, transparent 50%, rgba(227,155,140,.4) 50%, rgba(227,155,140,.4) 75%, transparent 75%, transparent 100%);
  background-size: 20px 20px;
  border-left:2px dotted rgba(0,0,0,.1);
  border-right:2px dotted rgba(0,0,0,.1);
  box-shadow:0 0 5px rgba(0,0,0,.2);
  padding: 10px 15px;
  color: #65513f;
  transform: rotate(-16deg); 
}

/*--------------------------------------
  記事ランキング設定
--------------------------------------*/
/* カウンタをリセット */
.wpp-list {
    counter-reset: wpp-ranking;
}

/* 一覧の表示スタイル */
.wpp-list li {
    margin-bottom: 0;
    position: relative;
}
 
/* 順位ラベルを表示 */
.wpp-list li::before {
    content: "";
    top: 7px;
    left: 0;
    border-bottom: 2em solid transparent;
    border-left: 2em solid rgba(255, 185, 185, 0.8);
    position: absolute;
    z-index: 100;
}
.wpp-list li:after {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    top: 4px;
    left: 3px;
    position: absolute;
    color: #fff;
    z-index: 101;
}

/*--------------------------------------
  SNSボタン 設定
--------------------------------------*/
#social-icon a {
  display: inline-block;
  margin: 0 1% 0 0;
  padding: 0;
}
#social-icon i {
  width: 43px;
  height: 43px;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 50%;
  line-height: 45px;
}
#social-icon a:hover i { background: #ccc; }

/* はてなアイコン作成 */
i.fa.fa-hatena.fa-2x:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold;
}
/* シェアしてねの部分 */
#entry_snsbox p {
    margin: 0 0 10px;
	padding: 10px 0;
    text-align: center;
    font-weight: bold;
    border-radius: 7px 7px 0 0;
	color: #ffc2c2;
    background: #fff9f9;
    border-bottom: solid 1px #ccc;
}
/* ポケット */
i.fa.fa-get-pocket.fa-2x {
    color: #ffffff;
    background: #f34258;
}
/* はてなブログ */
i.fa.fa-hatena.fa-2x {
    color: #fff;
    background: #2d71c1;
}
/* Google+ */
i.fa.fa-google-plus.fa-2x {
    color: #fff;
    background: #de4d3b;
}
/* facebook */
i.fa.fa-facebook.fa-2x {
    color: #fff;
    background: #3e5d9e;
}
/* Twitter */
i.fa.fa-twitter.fa-2x {
    color: #fff;
    background: #75bff7;
}

/*--------------------------------------
  文字装飾　設定
--------------------------------------*/
span {
	font-weight: bold;
}
span.futo {
	font-weight: bold;
}
span.futoaka {
	font-weight: bold;
	color: #ff0000;
}
/* 蛍光ペン風マーカー */
span.marker {
	background: linear-gradient(transparent 60%, #ffdee9 60%);
	font-weight: bold;
}
/*--------------------------------------
  文字装飾　設定
--------------------------------------*/
.color_box {
	background-color: #fff8fa;
    border: 2px dashed #fff;
    border-radius: 8px;
    box-shadow: 0 0 0 4px #fff8fa;
    margin: 2em auto;
    padding: 1em 1em 0;
}
.color_box ul {
    margin-bottom: 0;
}

/*--------------------------------------
  リンクテキストのボックス設定
--------------------------------------*/
.linktext_box {
	border: 2px solid #f37e7e;
    border-radius: 0 5px 5px 5px;
    margin: 3em 0;
    padding: 0.5em 0.1em 0 0.4em;
    position: relative;
}
.linktext_box::before {
	background-color: #f37e7e;
    color: #ffffff;
    font-weight: bold;
    left: -2px;
    padding: 0.1em 0.5em;
    position: absolute;
    top: -1.8em;
    border-radius: 5px 5px 0 0;
    content: "あわせて読みたい記事";
}
.linktext_box ul {
    margin-bottom: 0;
}
.linktext_box ul li {
    list-style: none;
    font-family: FontAwesome;
    content: '\f0a9';
}
.linktext_box ul li a {
    font-weight: bold;
}
.linktext_box ul li a:hover {
    text-decoration: underline;
}
.linktext_box ul li:before {
    font-family: FontAwesome;
    content: '\f0a9';
    color: #f37e7e;
    padding-right: 0.5em;
}

/*--------------------------------------
  追加
--------------------------------------*/
#entry_body .ad-label {
    text-align: center;
	margin: 30px 0 10px;
	color: #a0a0a0;
}

#entry_footer_ad .ad-label {
    margin: 0 0 -40px;
}

.side_widget li {
    background: white;
    margin-bottom: 30px;
    padding: 20px 15px;
	border: solid 1px #eee;
}

.wpp-list li a {
    font-weight: bold;
	font-size: 96%;
}

div#article_body {
    padding: 0 10px;
}

.new_entry {
	background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    margin: 20px 0 26px;
    padding: 20px 15px;
}

#sub .side_widget li ul li:first-child {
    border-top: none;
}

.prof img {
    border-radius: 50%;
	width: auto;
    height: 130px;
    margin: 0 auto;
    display: block;
}

li.cat-item,li.page_item {
    border: none;
}
.side_thumb {
    display: table-cell;
    width: 100px;
    padding: 0 5px 0 0;
    height: 100px;
}
.side_thumb img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
	object-fit: cover;
    font-family: 'object-fit: cover;';
}
/*-------------------------
  ブログカード
-------------------------*/
.blog-card {
  background: #fbfaf8;
	border:1px solid #ddd;
	word-wrap:break-word;
	border-radius:5px;
  /* sp用 ※4 */
}
.blog-card:hover {
  background: #fee;
}
.blog-card a {
  text-decoration: none;
}
.blog-card-title {
	display: block;
}
.blog-card-thumbnail {
	float:left;
	padding:10px;
}
.blog-card-thumbnail img {
	display: block;
	padding: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.blog-card-content {
	line-height:120%;
}
.blog-card-title {
	padding:10px 10px 10px 0;
	font-weight: bold;
	line-height: 1.5em;
	color: #000;
	font-size: 13px;
    text-decoration: underline;
}
.blog-card-excerpt {
	color:#5a5a5a;
	margin:0 10px 10px;
	line-height: 1.5em;
	overflow: hidden;
	display: block;
}

@media screen and (max-width: 767px){
.blog-card-excerpt {
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.blog-card-thumbnail {
    width: 70px;
    height: 70px;
}
}
.blog-card .clear {
	clear: both;
}

/* End */