@charset "UTF-8";

/* Information
==================================================
livedoor Blog CSS
Name   : blogmedia/2ch_cobaltblue_3c
==================================================
*/

/* Table of Contents
==================================================
	01. Text - フォント・リンク
	02. Layout - 全体の枠組み
	03. Title - ブログタイトルエリア
	04. SubTitle - アーカイブタイトルエリア
	05. Pager - ページャ
	06. Main - 記事エリア
	07. Option - トラックバック・コメントエリア
	08. Sub & Extra - プラグインエリア
	09. Header & Footer - ヘッダー・フッター
	10. Others - ADエリア etc.
==================================================
*/



/* =============================================== */
/** 01. Text - フォント・リンク */
/* ----------------------------------------------- */

html,body,div,h1,.h3,h4,h5,h6,p,blockquote,pre,table,th,tr,td,ul,ol,li,dl,dt,dd,form,fieldset,legend,hr,span,a,img,strong,em,ins,del,cite,abbr,acronym,sup,sub,dfn,code,var,samp,kbd,b,i {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
    color: #333;
    font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", "Meiryo" ,"ＭＳ Ｐゴシック",sans-serif;
    font-size: 13px;
    line-height: 1.2;
    background: #f1f1f2;
}
img {
	border: 0;
}

a {
	text-decoration: none;
	color : #107CA4;
}
a:hover {
	text-decoration: none;
}
table#header a{
	color: #eee;
}
#blog-title a {
	color: #fff;
	font-size: 170%;
	text-decoration: none;
}
#blog-title a:hover {
	text-decoration: none;
}
#blog-description {
	color: #66cbff;
}
.archives-title {
	color: #333;
}

#main a:link,
#main a:active {
	color: #06c;
}
#main a:visited {
	color: #06c;
}
#main a:hover {
	color: #09f;
}

#sub a:link,
#sub a:active {
	color: #111;
}
#sub a:visited {
	color: #111;
}
#sub a:hover {
	color: #111;
	text-decoration: underline;
}

#main .article-title a:link,
#main .article-title a:active,
#main .article-title a:visited {
	color: #242424;
	text-decoration: none;
}

#main .article-title a:hover {
	text-decoration: none;
}

#main ul.article-post li a {
	color: #777;
}

.article-date-outer {
	color: #999;
}

ul.ping-info li.ping-date,
ul.comment-info li.comment-date {
	color: #8d8d8d;
}

.sidetitle {
	color: #fff;
}

#sub .sidetitle a {
	color: #fff;
}

#sub table.caltblday a:visited {
	color: #777;
}

/* =============================================== */
/** 02. Layout - レイアウト（全体の枠組み） */
/* ----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
}

#container {
	width: 1070px;
	margin: 0 auto;
    padding-bottom: 60px;
}
.container-inner {
    padding: 10px 0;
}
* html #container {
	position: relative;
	top: -1px;
}
*:first-child+html #container {
	position: relative;
	top: -1px;
}


#content {
    overflow: inherit;
    display: flex;
    justify-content: space-between;
}

#main {
	overflow: hidden;
}

#main {
    width: 730px;
}
#sub {
    width: 320px;
    position: relative;
}
.sidetitle {
    background: #589e54;
    color: #fff;
    line-height: 18px;
    text-align: left;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 10px 0px 10px 10px;
    border-left: 5px solid #228b22;
}
.side {
    margin-bottom: 10px;
	text-align: left;
}
#sub-scroll {
    width: 300px;
}
h2.side-pick-title {
    margin: 0;
    padding: 0;
    font-size: 18px;
}
.side-pick-sub {
    margin-top: 5px;
    color: #eee;
    font-size: 10px;
}

/* ----------------------------------------------- */
/** clearfix */

#container:after,
ul.article-navigator:after,
ul.archives-navigator:after,
.article-body:after,
.article-body .article-body-more:after,
#trackback-form ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/** hasLayout */
.blog-title-outer,
.archives-title,
.article-body,
.article-footer,
.article-title,
.pager,
ul,
.index-navigator-outer {
	height: 1%;
}

/** peek-a-boo bug */
#trackback-form,
#trackbacks-list,
#comments-list,
#comment-form {
	height: 1%;
}

/* =============================================== */
/** 03. Title - ブログタイトルエリア */
/* ----------------------------------------------- */
.blog-title-outer {
min-height: 122px;
    background: green;
    text-align: left;
    padding: 10px 10px 0 10px;
}

.blog-title-outer-2 {
	width: 1070px;
	margin: 0 auto;
}

.blog-title {
    float: left;
}

h1#blog-title {
	font-size: 150%;
	font-weight: bold;
}

.blog-description-outer {}

p#blog-description {
	margin: 0;
	padding: 4px 0 0 0;
	line-height: 135%;
}

/* =============================================== */
/** 04. SubTitle - アーカイブタイトルエリア */
/* ----------------------------------------------- */

.archives-title-outer {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	text-align: center;
	font-size: 1.2em;
}
.archives-title-outer-2 {}

.archives-title-outer-3 {}

.archives-title {
    text-align: center;
    background: #589e54;
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    padding: 10px;
}


/* =============================================== */
/** 05. Pager - ページャ */
/* ----------------------------------------------- */

.pager {
	margin-bottom: 10px;
	text-align: left;
}

.index-navigator-outer,
.archives-pager-outer,
.article-pager-outer {}

/* ----------------------------------------------- */
/** IndexNavigator - トップページ */

ul.index-navigator {
    padding: 15px 0;
    height: 42px;
    text-align: center;
}
ul.index-navigator li,
ul.index-navigator li ol {
	display: inline-block;*display: inline;*zoom: 1;
	margin: 0!important;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
    display: inline-block;
    margin: 0 2px;
    padding: 0 15px;
    text-decoration: none;
    background: #f5f5f5;
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
}
ul.index-navigator li a,
ul.index-navigator li.current span {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #555;
}
ul.index-navigator li.current span,
ul.index-navigator a:hover {
    color: #fff!important;
    border: 1px solid #228b22;
    background: #589e54;
}

/* ----------------------------------------------- */
/** ArchivesPager - アーカイブページ */

ul.archives-pager {
	padding-top: 15px;
	font-size: 1em;
}

ul.archives-pager li {
	padding: 2px 5px;
}

ul.archives-pager li a {
	padding: 0 5px;
}

ul.archives-pager li.both {
	border-left: 1px solid #575e69;
}

/* ----------------------------------------------- */
/** ArticlePager - 個別記事ページ */

ul.article-pager {
	font-size: 1em;
}

ul.article-pager li {
	float: left;
	width: 49%;
	line-height: 1.25;
}

/* = special tech ... borderの高さを揃えるため */
ul.article-pager {
	overflow: hidden;
}

ul.article-pager li {
	padding-top: 1px;/* 1px余白（上部） */
	padding-bottom: 100px;
	margin-bottom: -99px;/* 1px余白（下部） */
}

ul.article-pager li a {
	display: block;
	margin: 0 10px;
}

ul.article-pager li.prev {
	text-align: right;
}

ul.article-pager li.next {
	text-align: left;
}

ul.article-pager li.both {
	border-left: 1px solid #8d8d8d;
}


/* =============================================== */
/** 06. Main - 記事エリア */
/* ----------------------------------------------- */

.article-outer {
	margin-bottom: 35px;
	text-align: left;
}

/* ----------------------------------------------- */
/*** 日付 */
.article-date-outer {
	float: left;
	font-size: 108%;
	font-weight: bold;
}

.article-date-outer span.article-date {
	margin-right: 3px;
	margin-right: 0.25em;
}

.article-date-outer span.article-time {}

/*** カテゴリ */
.article-category-outer {
	float: left;
}

.article-category-outer dl.article-category {
	padding-left: 20px;
	line-height: 1.25;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/icon_categry.gif) no-repeat 0 0;
}

.article-category-outer dl.article-category dt,
.article-category-outer dl.article-category dd {
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 5px;
	font-size: 1em;
}

.article-category-outer dl.article-category dt {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	text-indent: -9999px;
}

/*** カテゴリアーカイブページではカテゴリを非表示にする */
body.category .article-category-outer {
	display: none;
}

/** 記事タイトル */
.article-title-outer {
	margin-bottom: 5px;
}

.article-title{
    margin: 0;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    border-left: 5px solid #6bb03e;
    border-bottom: dotted 1px #CCCCCC;
}
.article-title a{
    font-weight: bold;
    text-decoration: none;
    display: block;
}
.article-title a:hover{
	text-decoration:none;
}

.article-tool-box-header .article-meta {
	text-align: right;
}
.article-tool-box-header .article-meta li {
	list-style: none;
	min-height: 16px;
	font-size: 82%;
	display:inline-block;*display:inline;*zoom:1;
}
.article-tool-box-header .article-meta li.article-comment-count {
	padding: 3px 5px 3px 20px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/icon_comment.gif) no-repeat 0 1px;
}
.article-tool-box-header .article-meta li.article-trackback-count {
	padding: 3px 5px 3px 20px;
	background: url(http://parts.blog.livedoor.jp/img/usr/blogmedia/2ch/common/icon_tracback.gif) no-repeat 0 0;
}
.article-tool-box-header .article-meta li.article-author img {
	vertical-align: middle;
	margin: 0 4px 2px 0;
}
.article-tool-box-header .article-meta li.article-author {
	margin-left: 10px;
}


/* ----------------------------------------------- */
/** 記事本文 */

.article-body {
	clear: both;
	background-color: transparent;
	padding: 10px 10px 5px;
	line-height: 170%;
	overflow: hidden;
}

.article-body-inner {
}

/*** 続きを読む */
.article-body span.article-continue {
	display: block;
	margin-top: 1em;
}

.article-body .article-body-more,
.article-body .article-body-private {
	clear: both;
	margin-top: 1em;
}


.article-body h1 {
	padding: 5px 0 5px 5px;
	border-bottom: solid 1px #878787;
	border-left: solid 7px #878787;
	margin: 10px 0;
	font-size: 180%;
}
.article-body .{
	padding: 5px 0 5px 5px;
	margin: 10px 0;
	border-bottom: solid 1px #878787;
	border-left: solid 7px #878787;
	font-size: 150%;
}
.article-body h3 {
	margin: 10px 0;
	font-size: 130%;
}
.article-body h4 {
	font-size: 120%;
	margin: 10px 0;
}
.article-body h5 {
	font-size: 110%;
	margin: 10px 0;
}
.article-body h6 {
	font-size: 105%;
	margin: 10px 0;
}

.article-body ol {
	margin: 10px 20px;
}
.article-body ul {
	margin: 10px 15px;
}

.article-body dt {
	font-weight: bold;
}

.article-body dd {
	margin-left: 1em;
}

/*** blockquote & pre */
.article-body pre {
	background-color: #f2f1c1;
	margin: 5px 0;
	padding: 5px 15px;
}

.article-body blockquote {
	padding: 5px 15px;
	margin: 5px 10px;
	border: solid 1px #cc9;
}


/*** img */
.article-body img.pict {
	margin: 0 5px 5px 0;
}

/*** 共通テーマ */
body.default_2008 dl.common-theme {
	margin: 0 10px 25px;
}

/*** 記事タグ */
body.default_2008 dl.article-tags {
    background: none;
    padding: 0 0 20px 0;
}

dl.article-tags dt {
    display: none;
}


/*** プライベートモード */
.private-mode-announcement {
	border-color: #858585;
	line-height: 135%;
	font-size: 1em;
}

/* ----------------------------------------------- */
/** 記事フッター */

.article-footer {
	margin: 15px 0 0 0;
	border: solid 1px #d1d1d1;
	padding: 1px;
	background-color: #fff;
}
.article-post {
	padding: 5px 6px 3px;
	background: #f0f0f0;
	text-align: left;
	overflow: hidden;
}


/* =============================================== */
/** 07. Option - トラックバック＆コメントエリア */
/* ----------------------------------------------- */
#article-options {
    padding: 10px 10px 5px;
}

/*** 指定しやすいようstyleReset */
	h4.ping-title
	, ul.ping-info
	, ul.ping-info li
	, ul.comment-info
	, ul.comment-info li {
		padding: 0;
		margin: 0;
	}

	ul.ping-info li
	, ul.comment-info li {
		list-style-type: none;
	}

tr.input-email, tr.input-url,label.input-rating ,label.input-rating-face, label.input-rating-star ,label.input-memorize,label.input-rating,label.input-rating-face,tr.input-facemark
{
display:none;
}
/* ----------------------------------------------- */
/** トラックバックURL */

#trackback-form ul {
	margin: 0 30px;
	padding: 0;
}

#trackback-form ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

#trackback-form ul li.trackback-form-url {
	width: 100%;
	margin-right: -90px;
}

#trackback-form ul li.trackback-form-url span input {
	width: 100%;
}

#trackback-form ul li.trackback-form-url span {
	display: block;
	padding-right: 100px;
	/* >> trackbackURL とsubmitボタンとの余白 100px-90px=10px となる */
}

#trackback-form ul li.trackback-form-submit {
	width: 80px;
}

#trackback-form ul li.trackback-form-submit input {}

/* ----------------------------------------------- */
/** トラックバック一覧 */

.trackback-set {
	padding: 0 0 10px 20px;
	font-size: 1em;
}

h4.ping-title {
	display: inline;
	font-size: 100%;
	font-weight: normal;
}

ul.ping-info {
	display: inline;
}

ul.ping-info li.ping-blog-name {
	display: inline;
	margin-left: 20px;
}

ul.ping-info li.ping-blog-name span {
	margin: 0 10px;
}

ul.ping-info li.ping-date {
	display: inline;
	margin-left: 10px;
}

ul.ping-info li.ping-excerpt {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

ul.ping-info li.ping-excerpt img.trackback-rating {}

/* ----------------------------------------------- */
/** コメント一覧 */

li.comment-set {
    padding: 0 0 60px 0;
    font-size: 15px;
    line-height: 1.5;
}

ul.comment-info li.comment-author {
	display: inline;
}

ul.comment-info li.comment-date {
	display: inline;
	margin-left: 10px;
}

ul.comment-info li {
	display: inline;
}

ul.comment-info li.comment-body {
	display: block;
	margin-top: 5px;
	margin-left: 10px;
}

ul.comment-info li.comment-body img.trackback-rating {}

/* ----------------------------------------------- */
/** コメントフォーム */
#comment-form-body table {
	border: 0;
	width: 100%;
	line-height: 25px;
	font-size: 1em;
}

#comment-form-body table th {
	width: 4em;
	padding-right: 5px;
	text-align: right;
	font-weight: normal;
}

input#author {
	width: 65%;
}

input#email {
	width: 65%;
}

input#url {
	width: 85%;
}

input#bake {
	margin: 0 0 0 5px;
}

input.button {
	margin-top: 10px;
	width: 80px;
}

#comment-form-body table tr.input-etc td {
	padding-top: 6px;
}

label.input-rating {
	margin-left: 20px;
}

label.input-rating select {
	margin-left: 3px;
}

label.input-rating-face {
	margin-left: 5px;
}

label.input-rating-star {}

#comment-form-body table tr.submit td {
	text-align: center;
}

/*** コメント認証 */
.comment-auth-announcement {
	margin: 10px 0;
	border-color: #858585;
	font-size: 1em;
}

.comment-auth-announcement p a {
	margin: 0 3px;
}


/* ----------------------------------------------- */
/** 関連記事 */

.related-articles{
	padding: 15px 0 0;
}
.related-articles h3{
	margin: 0 0 10px;
	padding: 0;
	font-size: 100%;
}
.related-articles ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
.related-articles ul li{
	background: url(http://parts.blog.livedoor.jp/img/cmn/dot.gif) no-repeat -3px 3px;
	padding: 0 0 5px 9px;
	margin-left: 5px;
}

/* =============================================== */
/** 08. Sub & Extra - プラグインエリア */
/* ----------------------------------------------- */


.sidetop,
.sidebottom {
	display: none;
}


.sidebody {
	margin: 0;
	padding: 0;
	text-align: left;
}


.sidewrapper {
    margin-bottom: 20px;
    box-sizing: border-box;
    font-size: 14px;
    background: #fff;
    height: auto;
    border: 1px solid #F5F5F5;
}

/* ----------------------------------------------- */
/** カレンダー */

.calendarheadbody {}
.calendarheadbody .calendarhead {
	text-align: center;
	color: #fff;
	font-weight: bold;
}

#sub .calendarheadbody .calendarhead a {
	color: #fff;
}

.caltop,
.calbottom {
	display: none;
}

.calbody {}

table.caltbl {
	width: 180px;
	margin: 0 auto;
	border: 0;
}
.calbody table.calendartable {}
td.caltblwkbg {}
td.calendarwd {}
td table.caltblwk td {
	_font-size: 1em;
	font-weight: bold;
	height: 20px;
}

td table.caltblwk td.weekday {}
td table.caltblwk td.sat {}
td table.caltblwk td.sun {}
td table.caltblwk td span.calendarweek {}
td.caltbldaybg {}
td table.caltblday {
	margin: 0 auto 25px;
	width: 180px;
	color: #8d8d8d;
	_font-size: 82%;
}
td table.caltblday td {
	width: 20px;
	height: 24px;
	padding: 0;
	text-align: center;
}
td table.caltblday td.caloff {}
td table.caltblday td.calendard {}
td table.caltblday td.calon {}
td table.caltblday td.calon a {}
td table.caltblday td.calendardbg {}
td table.caltblday td span.calendar {}

/* ----------------------------------------------- */
/** プロフィール（プラグイン） */

.nickname {
	font-weight: bold;
	margin: 10px 0;
}

.message {
	text-align: left;
	line-height: 125%;
}

ul.galleryThumbnail {
	text-align: center;
}


/* ----------------------------------------------- */
/** LDServices */

ul#ld-services {
	padding-top: 20px;
}

/* =============================================== */
/** 09. Header & Footer - ヘッダー・フッター */
/* ----------------------------------------------- */
/** Header */

table#header {
	border-bottom: solid 1px #4988bb;
	font-size: 12px;
	background: #1b6aa8;
	color: #eee;
}

/* ----------------------------------------------- */
/** Footer */

.footer-outer {}

.footer-outer-2 {}

#footer {}

#footer p {}

/* =============================================== */
/** 10. Others - ADエリア etc. */
/* ----------------------------------------------- */
/** ADエリア */

#ad {
	overflow: hidden;
	text-align: center;
}

#ad iframe {
	margin: 10px auto;
}

.gAdsense {
	padding: 10px 0;
}

body.ad {
	background: transparent;
	text-align: left;
}

a.adtitle {
	color: #0000ff!important;
	font-weight: bold;
}

a.adtitle span {
	font-size: 14px!important;
}

a.addescription {
	color: #000000!important;
}

a.addescription span {
	font-size: 13px!important;
}

a.adurl {
	color: #1b8d1c!important;
	text-decoration: none;
}

a.adurl span {
	font-size: 13px!important;
}

a.adld {
	color: #666666!important;
	text-decoration: none;
	font-size: 110%;
}

.ads-become a {
	color: #0000ff !important;
}

.ads-become .adsbybecome a {
	color: #666666!important;
}



/* かんたんタイトル画像 */
.blog-title-outer.show-image {
	background: transparent;
	height: auto;
	position: relative;
}
.blog-title-outer.show-image .blog-title-outer-2 {
	position: absolute;
}
.blog-title-outer.show-image #blog-header-image {
	width: 100%;
}
.blog-title-outer.hide-text .blog-title-outer,
.blog-title-outer.hide-text .blog-title-outer-2,
.blog-title-outer.hide-text .blog-title-outer-3,
.blog-title-outer.hide-text #blog-title,
.blog-title-outer.hide-text #blog-title a {
	display: block;
	height: 100%;
	padding: 0;
	width: 100%;
}
.blog-title-outer.hide-text #blog-title a,
.blog-title-outer.hide-text #blog-description {
	text-indent: -99999px;
	line-height: 0;
}
.blog-title-outer.hide-text #blog-title a {
	background-color:#fff;
	opacity: 0;
	filter: alpha(opacity = 0);
	-webkit-transition: opacity 0.1s linear;
	   -moz-transition: opacity 0.1s linear;
	    -ms-transition: opacity 0.1s linear;
	     -o-transition: opacity 0.1s linear;
	        transition: opacity 0.1s linear;
}
.blog-title-outer.hide-text #blog-title a:hover {
	opacity: 0.15;
}

/* 記事下ソーシャルボタン */
.article-social-btn > a,
.article-social-btn > span,
.article-social-btn > div,
.article-social-btn > iframe {
	margin: 4px 0;
}

/* その他：追加 */

/* 記事タイトル下 */
.article-navi {
    height: 25px;
    line-height: 25px;
    padding: 2px 10px;
    margin-bottom: 15px;
    color: #666666;
    background: #F5F5F5;
    border-left: 5px solid #a5cd39;
    border-bottom: dotted 1px #CCCCCC;
    font-size: 14px;
}
.article-navi:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
.article-navi ul li {
    list-style: none;
}
.article-info li.date {
    float: left;
    border-right: 1px dashed #ccc;
    margin-right: 5px;
    padding-right: 5px;
}
.article-info li.category {
    float: left;
    border-right: 1px dashed #ccc;
    margin-right: 5px;
    padding-right: 5px;
}
.article-info li.comment {
    float: left;
}

/* 記事 */
.hentry {
    background-color: #FFFFFF;
    border: 1px solid #F5F5F5;
    line-height: 20px;
    font-size: 13px;
    padding: 10px;
    margin-bottom: 15px;
}

/*  記事続き表示 */
.more{
    text-align: center;
    margin: 20px 0;
}
.more a {
    display: block;
    padding: 15px 15px 11px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #fff!important;
    background: #589e54;
}
.more a:hover {
    background: #228b22;
}
/* メニュー */
.header-navi-wrap {
    width: 100%;
    background: #589e54;
}
.header-navi {
    margin: 0 auto;
    padding: 0;
    width: 1070px;
    height: 50px;
    line-height: 28px;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header-navi ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.header-navi ul li {
    float: left;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.header-navi ul li a {
    padding: 11px 15px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.header-navi ul li a:hover {
    background: #315e2c;
}

/* パンくずリスト */
.breadcrumb-wrapper a {
    color: #727272;
}
.breadcrumb-wrapper {
    margin-bottom: 10px;
}
.breadcrumb-inner div {
    display: inline;
}

/* 記事内 h3 */
.hentry h3 {
    position: relative;
    color: #333333;
    border: none;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 10px 0px 10px 10px;
    border-left: 5px solid #228b22;
}

/* 記事内画像 */
.hentry img {
    border: 1px solid #F1F1F1;
    margin: 10px;
    padding: 2px;
}
.hentry img:hover {
    border: 1px solid #6bb03e;
}

/* pc非表示 */
.pc_none {
    display: none;
}

/* ページャ */
.navigation {
    background: #fff;
    border: 1px solid #B3B3B3;
    margin-bottom: 15px;
}
.navigation a {
    position: relative;
    display: block;
    padding: 10px 20px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-decoration: none;
}

/* コメントポップアップ */
#comment-popup {
    display: none;
    position: absolute;
    border: 1px solid #bbb;
    padding: 15px;
    font-size: 12px;
    color: #111;
    background: #f7f7f8;
    list-style-type: none;
    line-height: 1.2;
    text-align: left;
    max-width: 500px;
    min-width: 250px;
    box-shadow: 3px 3px 3px #ccc;
    -moz-box-shadow: 3px 3px 3px #ccc;
    -webkit-box-shadow: 3px 3px 3px #ccc;
}
#comment-popup li.comment-date, #mypopup li.comment-author{
    display: inline;
    color:#666;
}

/* コメント非表示・追加 */
#comment-form {
    margin-bottom: 10px;
}
h3.takecommenthead {
    display: none;
}
.comment-form {
    border: 1px solid #eaeaea;
    background: #f6f7f8;
    padding: 19px;
}
#comment-form-body table th {
    display: none;
}
input#author {
    height: 30px;
    width: 100%;
    color: #666;
    font-size: 16px;
    line-height: 30px;
    padding: 3px;
    border: 1px solid #ccc !important;
    box-sizing: border-box;
    border-radius: 0;
}
textarea#text {
    width: 100%;
    height: 200px;
    font-size: 16px;
    color: #666;
    border: 1px solid #ccc !important;
    box-sizing: border-box;
    border-radius: 0;
}
input.button {
    padding: 15px 0px;
    width: 100%;
    font-weight: normal;
    border: none !important;
    background-color: #228b22;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    cursor: pointer;
}
input.button:hover {
    background: #589e54;
}
.comment-res {
    background: #eaeaea;
    padding: 10px;
}
.comment-res .comment-title {
    display: block;
    color: #666;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}
.comment-res .comment-item {
    display: block;
}
.comment-res .comment-item:before {
    line-height: 17px;
    text-align: center;
    position: relative;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    margin-right: 1em;
    background-color: #666;
}
.comment-set .name {
    color: #008000;
}
.comment-set .name:before {
    content: "名前：";
    color: #000;
}

/* 引用 */
blockquote.t_b_wiki {
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
    padding: 20px;
    border: dashed 1px #d2d2d2;
    word-wrap: break-word;
    background-color: #eee;
    overflow: hidden;
}

/* 引用元 */
blockquote.t_b_source {
    padding: 0;
    margin: 0;
    border: 0;
    text-align: right;
    font-size: 12px;
}

/* リッチリンク */
.t_b_re iframe {
    width: 680px!important;
    margin-bottom: 15px;
}

/* RSS */
iframe {
    border: 0;
}
/* 記事上 */
.top-rss {
    background-color: #FFFFFF;
    border: 1px solid #F5F5F5;
    margin-bottom: 10px;
}
/* 記事下 */
.article-bottom-rss {
    position: relative;
    overflow: hidden;
    width: 728px;
    height: 342px;
    background: #FFF;
    overflow-y: hidden;
    border: 1px solid #F5F5F5;
    margin-bottom: 10px;
}
.article-bottom-rss iframe {
    position: absolute;
    top: 0;
    left: -3631px;
}

/* 記事上ピックアップ */
.top-rss-pick {
    position: relative;
    overflow: hidden;
    width: 728px;
    height: 369px;
    background: #FFF;
    overflow-y: hidden;
    border: 1px solid #F5F5F5;
    margin-bottom: 10px;
}
.top-rss-pick iframe {
    position: absolute;
    top: 0;
    left: -740px;
}

/* サムネイル */
.thumb {
    margin: 20px 0 30px 0;
    text-align: center;
}

/* 記事中間 */
.middle-rss_wrapper {
    margin: 16px 0px;
    padding: 10px 0px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.middle-rss {
    width: 688px;
    height: 370px;
    position: relative;
    overflow: hidden;
}
.middle-rss iframe {
    position: absolute;
    top: 0;
    left: -1475px;
}

/* 記事下部 */
.t_h_link a {
    font-weight: bold;
}

/* 記事下部 */
.bottom-rss-pick,
.bottom-rss {
    width: 688px;
    height: 740px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.bottom-rss-pick iframe {
    position: absolute;
    top: 0;
    left: -2181px;
}
.bottom-rss iframe {
    position: absolute;
    top: 0;
    left: -2901px;
}

/* 共有ボタン */
.social {
    background: #f5f5f5;
    padding: 15px 0;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}
.social:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.fa-hatena:before {
    content: "B!";
    font-family: Verdana;
    font-weight: bold
}
.social a {
    box-sizing: border-box;
    display: block;
    float: left;
    width: 150px;
    height: 60px;
    margin: 3px;
    padding: 5px 0;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
}
.social a:hover {
    opacity: 0.8;
}
.social .btn_twi {
    background: #55acee;
}
.social .btn_fb {
    background: #3b5998;
}
.social .btn_g {
    background: #dd4b39;
}
.social .btn_hb {
    background: #008FDE;
}
.social .btn_pk {
    background: #ee4056;
}

/* フッター */
#footer {
    clear: both;
    background: #315e2c;
    color: #fff;
}
.footer-inner {
    width: 1070px;
    margin: 0 auto;
    position: relative;
}
.footer-widget {
    padding: 10px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.footer-widget:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.footer-box-wrapper {
    width: 345px;
}
.footer-box-title {
    margin: 0 0 15px 0;
    font-size: 14px;
    position: relative;
    font-weight: bold;
    padding: 10px 0;
    text-align: left;
}
.footer-box {
    padding: 5px;
}
.links_wrapper {
    display: flex;
    justify-content: space-between;
}
.links a {
    padding: 7px;
    font-size: 13px;
    display: block;
    color: #fff;
}
.links ul li {
    list-style: none;
}
.copyright {
    text-align: center;
    padding: 10px 0;
}
.copyright a {
    color: #fff;
}

/* ヘッダー */
#header {
    margin-bottom: 0px;
    color: #FFF;
    z-index: 100;
    position: relative;
    background: #315e2c;
}
.header-inner {
    margin: auto;
    width: 1070px;
    height: 133px;
    position: relative;
    text-align: left;
    padding: 10px 10px 0 10px;
}

/* 人気記事 */
div.popularArticlesWithImage.A {
    margin: 0;
}
div.popularArticlesWithImage.A div.title {
    position: absolute;
    bottom: 3px;
    left: 3px;
    width: 150px !important;
    height: 45px;
    padding: 4px;
    margin: 0;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.4;
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
    overflow: hidden;
}
div.popularArticlesWithImage.A ul li a {
    border-color: #fff !important;
}
div.popularArticlesWithImage.A ul li a:hover {
    border-color: #589e54 !important;
}

/* サイドバー 人気記事 */
.sitde_popular_ranking div.popularArticlesWithImage.A ul li {
    display: block;
}
.sitde_popular_ranking div.popularArticlesWithImage.A div.title {
    position: absolute;
    margin-left: 82px;
    width: 214px!important;
    height: 60px;
    color: #000;
    background: #fff;
    font-size: 13px;
    line-height: 1.5;
}
.sitde_popular_ranking div.popularArticlesWithImage.A ul li a {
    border: 0;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
}

/* サイドバーselect */
.side select {
    outline: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    height: 40px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    color: #828c9a;
    width: 280px;
    border-radius: 3px;
    appearance: none;
    -webkit-appearance: none;
}
.side select option{
  background-color: #fff;
  color: #333;
}
.side select::-ms-expand {
  display: none;
}
.side select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
.plugin-monthly form {
    position: relative;
}
.plugin-monthly form:before {
    z-index: 1;
    position: absolute;
    right: 40px;
    top: 0;
    content: "\f078";
    font-family: FontAwesome;
    line-height: 40px;
    color: #7F878C;
    pointer-events: none;
}

/* サイドバー人気記事 */
.popularArticlesWithImage ul li,
.side ul.recent-article-image li {
    list-style-type: none;
    padding-bottom: 5px;
    min-height: 1px;
    text-align: left;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 0px;
    padding: 6px;
    margin-top: -1px;
    line-height: 1.5;
    height: 60px;
    overflow: hidden;
    font-weight: 700;
}
.popularArticlesWithImage ul li:first-child {
    border: none;
}
.popularArticlesWithImage div.title {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    height: 60px;
    overflow: hidden;
}
.populararticles-rank span {
    width: 30px;
    height: 30px;
    padding-top: 7px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 2px;
    background: #228b22;
    color: #fff;
    font-weight: bold;
    float: left;
}
.popular-articles tr td {
    border-bottom: 1px solid #e5e5e5;
}
.side div.popular-articles table td {
    vertical-align: middle;
    text-align: left;
    padding: 6px 8px;
}

/* サイドバー */
.sidebody a {
    border-top: 1px solid #e5e5e5;
    padding: 7px;
    font-size: 15px;
    line-height: 1.5;
    display: block;
}
.sidebody:first-child a {
    border: none;
}

.recent-comment-author {
    padding: 0 6px 6px 6px;
    line-height: 1.6;
    color: green;
}
.recent-comment-body {
    padding: 0 6px 6px 6px;
}

#fixed li {
    list-style-type: none;
    padding-bottom: 5px;
    min-height: 1px;
    text-align: left;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 0px;
    padding: 6px;
    margin-top: -1px;
    line-height: 1.5;
    height: 60px;
    overflow: hidden;
}
#fixed li:first-child {
    border: none;
}
.recent-article-image img {
    border: 0;
    margin: 0 5px 0 0;
    float: left;
    width: 72px;
    height: 60px;
}

/* サイトトップ人気記事 */
.popular_ranking {
    float: left;
    width: 770px;
}
.popular_ranking .popularArticlesWithImage.A ul li {
    border: none;
    padding: 0px;
    height: 123px;
    width: 150px;
}
.popular_ranking .popularArticlesWithImage.A div.title {
    width: 136px !important;
}

/* 広告 */
.ad {
    text-align: center;
    margin-bottom: 20px;
}
.ad-wrapper {
    width: auto;
    height: 300px;
    padding: 0;
    margin: 60px 0 20px 0;
    clear: both;
    overflow: visible;
}
.ad-item-left {
    float: left;
    width: 336px;
    height: 280px;
}
.ad-item-right {
    float: right;
    width: 336px;
    height: 280px;
}

.side_padding {
    padding: 0 10px;
}

/* 検索 */
.side-search-form {
    position: relative;
    height: 45px;
}
input.side-search-form-area {
    height: 25px;
    line-height: 25px;
    background: #fff;
    border: 4px solid #589e54;
    width: 217px;
    font-size: 14px;
    color: #666666;
}
input.side-search-form-btn {
    width: 65px;
    height: 36px;
    line-height: 33px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    background: #228b22;
}

/* サイドバータグ */
.f_left {
    float: left;
}
.side_tag_list {
    border: 1px solid #6bb03e;
    padding: 15px 10px;
}
.side_tag_list:after {
    clear: both;
    content: " ";
    display: block;
}
.side_tag_list .tag {
    font-size: 12px;
    padding: 8px 10px;
    margin: 5px 4px;
    border: 1px solid #a5cd39;
    display: block;
    background-color: #fff;
}
.side_tag_list a:hover {
    background: #6bb03e;
    color: #FFE!important;
}

.popularArticlesWithImage ul li {
    position: relative;
}
.popularArticlesWithImage ul li {
    counter-increment: rank;
}
.popularArticlesWithImage ul li:before {
    content: counter(rank);
    position: absolute;
    top: 0;
    left: 0;
    margin: 6px;
    padding: 5px 10px;
    color: #fff;
    background: #228b22;
    text-align: center;
    z-index: 100;
}
div.popularArticlesWithImage.B div.comment, div.popularArticlesWithImage.B div.retweet, div.popularArticlesWithImage.B div.pv {
    box-sizing: border-box;
    text-align: center;
    border-radius: 2px;
    background: #228b22;
    color: #fff;
    text-shadow: none;
}

/* 関連記事 */
.t_b_re {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 60px;
    /* padding: 20px; */
    /* border: dashed 1px #d2d2d2; */
    word-wrap: break-word;
    /* background-color: #eee; */
    overflow: hidden;
    font-weight: 700;
}
.t_b_re .relate {
    position: relative;
    color: #333333;
    border: none;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 10px 0px 10px 10px;
    border-left: 5px solid #228b22;
}

/* ボタン */
.btn {
    position: relative;
    display: block;
    background: none;
    text-align: center;
    border: 1px solid #228b22;
    border-radius: 4px;
    padding: 15px 15px 11px;
}
.btn_line {
    background: #00B900;
}
.btn_twitter {
    background: #55acee;
}
.btn_feedly {
    background: #6CC655;
}
.btn_rss {
    background: #e0812a;
}

/* 続きを読む */
a.more_btn,
.article-tags a {
    background: #eaeaea;
    font-size: 12px;
    padding: 5px 20px;
    border-radius: 20px;
    color: #000!important;
}
a.more_btn:hover,
.article-tags a:hover {
    background: #666;
    color: #fff!important;
}

/* サイドバー */
a.side_sns_btn {
    font-size: 13px;
    padding: 10px 10px;
    border-radius: 4px;
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: #fff!important;
}

/* 404ページ */
.not_found_btn {
    margin: 50px;
    text-align: center;
}

/* フッター_ボタン */
.acs_btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.acs_btn a {
    color: #fff;
}

/* 固定ナビゲーション */
.side_navi_wrap {
    margin-left: 1075px;
    position: fixed;
    bottom: 250px;
}
.fix_btn {
    text-align: center;
}
.fix_btn i {
    color: #fff;
    font-size: 30px;
    line-height: 45px;
}
.fix_btn a {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    background: #589e54;
    cursor: pointer;
    display: block;
    position: relative;
    color: #fff;
    border-radius: 5px;
    margin: 15px 0;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 2px 0 rgba(0,0,0,.1);
}

/* 関連記事 */
.related-articles a {
    color: #000!important;
}
.related-articles a:hover {
    color: #06c!important;
}
.related-articles li {
    float: left;
    width: 172px;
}
.related-article-image {
    height: 104px;
    line-height: 0;
    overflow: hidden;
    text-align: center;
    position: relative;
    padding: 0;
    display: inline!important; /* テンプレートの設定初期化 */
    vertical-align: baseline!important;  /* テンプレートの設定初期化 */
}
.related-article-image img {
    width: 160px;
    height: 100px!important;  /* テンプレートの設定上書き */
    object-fit: cover;
    margin: auto;
    border: none;
}
.related-article-image img:hover {
    border: none;
}
.related-article-title {
    width: 164px!important; /* テンプレートの設定上書き */
    height: 87px;
    max-height: 87px;
    overflow: hidden;
    line-height: 1.4;
    letter-spacing: normal;
    margin-top: 6px;
    font-weight: 600;
    display: inline-block!important; /* テンプレートの設定上書き */
    vertical-align: baseline!important;  /* テンプレートの設定初期化 */
}

/* イラスト追加 */
img.footer_icon_1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
img.head_icon_1 {
    position: absolute;
    bottom: 0;
    left: -70px;
    z-index: 1;
}
img.head_icon_2 {
    position: absolute;
    bottom: 0;
    right: -70px;
    z-index: 1;
}

/* タブ切り替え */
.tab-panel {
    margin-top: -8px;
}
.tab-group {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #315e2c;
    color: #fff;
    text-shadow: black 2px 0px 2px, black -2px 0px 2px, black 0px -2px 2px, black -2px 0px 2px, black 2px 2px 2px, black -2px 2px 2px, black 2px -2px 2px, black -2px -2px 2px, black 1px 2px 2px, black -1px 2px 2px, black 1px -2px 2px, black -1px -2px 2px, black 2px 1px 2px, black -2px 1px 2px, black 2px -1px 2px, black -2px -1px 2px, black 1px 1px 2px, black -1px 1px 2px, black 1px -1px 2px, black -1px -1px 2px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    padding: 8px;
}
.tab{
    flex-grow: 1;
    list-style:none;
    border:solid 1px #CCC;
    text-align:center;
    cursor:pointer;
    background: #589e54;
}
.panel{
    display:none;
}
.tab.is-active {
    background: #315e2c;
    color: #FFF;
    transition: all 0.2s ease-out;
}
.panel.is-show{
    display:block;
}

/* アフィリエイトリンク */
.af_link a {
    font-weight: bold;
    border-radius: 5px;
    display: block;
    line-height: 50px;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
    color: #fff!important;
}
.af_link_btn_rakuten {
    background-color: #c00301;
    box-shadow: 0 3px 0 #8e0101;
}
.af_link_btn_amazon {
    background-color: #f8981d;
    box-shadow: 0 3px 0 #c87814;
}

/** ---------- Google AdSense ---------- **/
.google-user-ad { margin:10px; }
.google-user-ad-728 { margin:0px auto; }
.google-user-ad-side { margin:0px; }
.google-user-ad-side1 { margin:0 0 30px; }
.ad-center { text-align:center; }

div.google-2ad {
 margin:0px 10px 20px; 
 height:280px;
}
div.google-2ad-m {
 margin:0px -10px 0px; 
 height:280px;
}
div.google-2ad-b {
 margin:10px -10px 30px; 
 height:280px;
}
div.g-ad1 {
 float:left;
 margin-left:0px; 
}
div.g-ad2 {
 float:left;
 margin-left:35px; 
}