/*---------------------------------------------------------
Theme Name: ajiroyama
Theme URI: https://www.ajiroyama.org
Description: ajiroyama
Author:
Author URI: https://www.ajiroyama.org
License:
License URI:
Version: 20210801
---------------------------------------------------------*/
@charset "UTF-8";
/*-----------------------------
RESET
------------------------------*/

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.wp-caption-text {
	color: #21759B;
    font-size: 0.8em;
    margin-top: -15px;
    text-align: center;
}
.sticky {
}
.gallery-caption {
}
.bypostauthor {
}
img {
	border: none;
	vertical-align: middle;
}
/*-----------------------------
BASE
------------------------------*/

* {
	/*font-family: arial, helvetica, osaka, "MS PGothic", sans-serif;*/
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
	margin: 0px;
	padding: 0px;
	color: #555;
}
body {
	background-color: #fefefe; /*#f3f3f3*/
}
#container {
	word-wrap: break-word;
}
#container #wrap {
	padding-top: 20px;
	padding-bottom: 20px;
}
p {
	font-size: 14px;
	line-height: 1.7;
	/*margin-bottom: 20px;*/
}
.pcnone {
	display: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #5484C8;
	text-decoration: none;
}
a:hover {
	color: #5484C8;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
ol li {
	list-style-type: decimal;
	/*line-height: 28px;*/
}
.post ol {
	padding-left: 20px;
	list-style-position: outside;
}
.hottai a {
	color: #555;
	text-decoration: none;
}
.sidead {
	text-align: center;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 50%;
}
.ss {
	font-size: 70%;
}
.l {
	font-size: 150%;
	line-height: 130%;
}
.ll {
	font-size: 200%;
	line-height: 120%;
}
.b {
	font-weight: bold;
}
img.alignright {
	display: block;
	margin: 0 0 0 auto;
}
img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
}
img.float-right {
	float: right;
}
.wp-caption {
	text-align: center;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0;
}
/* IE6 */
* html .clearfix {
	zoom: 1;
}
/* IE7 */
*:first-child + html .clearfix {
	zoom: 1;
}
/* DW */
.clearfix + * {
	clear: both;
}
.shadow {
	position: relative;
}
.shadow:before, .shadow:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width: 500px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.shadow:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
/*----------------------------
各コンテンツの最大サイズを制限
-----------------------------*/

.kizi img, .kizi .wp-caption, textarea {
	margin-bottom: 20px;
	height: auto;
	max-width: 100%!important;
}
/*----------------------------
引用
-----------------------------*/
.post blockquote {
	background: #f3f3f3 url(images/quote.png) left top no-repeat;
	padding: 70px 20px 20px 20px;
	margin: 20px 20px 20px -30px;
	border-left: #CCC 1px solid;
}
/*-----------------------------
基本のhタグ
------------------------------*/

/*記事タイトル*/

h3.entry-title {
	font-size: 21px;
	line-height: 35px;
	color: #444;
	font-weight: normal;
	margin-bottom: 20px;
}
h3.entry-title a:hover {
	text-decoration: underline;
}
h3.entry-title a {
	color: #444;
	text-decoration: none;
}
/*アーカイブタイトル*/

.entry-title-ac {
	font-size: 20px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	margin-bottom: 5px;
	background-color: #FFF;
}
.entry-title-ac a {
	color: #444;
	text-decoration: none;
}
.kizi .entry .entry-content .entry-title-ac {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: none;
}
/*中見出し*/

.demo h2 {
	font-size: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 75px;
	color: #000;
	line-height: 30px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: -65px;
	background-image: url(images/cah2-bk.png);
	background-repeat: no-repeat;
	background-position: left top;
}

h2.archive-title, h2.category-title {
	font-size: 20px;
	font-weight: normal;
	padding: 5px;
	color: #555;
	margin-right: 0px;
	margin-bottom: 20px;
	background: #fefefe;
	border: 1px solid #ddd;
}

h2.page-title {
	font-size: 20px;
	font-weight: normal;
	padding: 5px 10px;
	color: #fff;
	line-height: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	background: #888;
}

/*小見出し*/

.moto .post h3 {
	font-size: 18px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #333;
	line-height: 30px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
}
.kizi h3 {
	/*
	font-size: 20px;
	margin-bottom: 30px;
	margin-top: 10px;
	padding: 15px 10px 15px 60px;
	color: #000;
	line-height: 30px;
	background: url(images/cah3-bk.png) left center no-repeat;
	margin-left: 0px;
	border: 1px dotted #999;
	*/
}
h3 a {
	color: #333;
	text-decoration: none;
}
h3 a:hover {
	color: #C03;
}
.post h4 {
	/*font-size: 16px;
	font-weight: normal;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f3f3f3;
	line-height: 28px;*/
}
.side h4 {
	font-size: 16px;
	font-weight: normal;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 28px;
}
#footer #footer-in h4 a {
	color: #666;
	text-decoration: none;
}
/*-----------------------------
タイトル下
------------------------------*/
.kizi .blogbox {
	margin-bottom: 20px;
}
.kizi .blogbox p {
	font-size: 12px;
	background-color: #f3f3f3;
	padding: 2px 0;
}
.kizi .blogbox p .kdate {
	background-color: #595959;
	margin-right: 10px;
	padding: 5px;
	color: #FFF;
}

.kizi .blogbox p .kdate .entry-date {
	color: #FFF;
}

/*-----------------------------
ページナビ
------------------------------*/
.pagination {
	clear: both;
	position: relative;
	font-size: 11px;
	line-height: 13px;
	margin-top: 20px;
	/*padding: 5px;
	border: 1px solid #ddd;
	background-color: #FFF;*/
	text-align: center;
}
.pagination span, .pagination a {
	display: inline-block;
	*display: inline;
    *zoom: 1;
	/*float: left;*/
	margin: 2px 2px 2px 0;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	width: auto;
	min-width: 1em;
	color: #fff;
	background: #888;
	/*border-radius: 4px;*/
}
.pagination a:hover {
	color: #fff;
	background: #5484C8;
}
.pagination .current {
	padding: 7px 10px 7px 10px;
	color: #666;
	background: #ccc;

}
/*-----------------------------
基本構造
------------------------------*/

#header-in, #wrap-in, #navi-in, #footer-in, #gazou-in {
	width: 986px;
	margin-right: auto;
	margin-left: auto;
}

#wrap #wrap-in #main-wrap {
	float: left;
	width: 658px;
}
#wrap #wrap-in #side {
	float: right;
	width: 306px;
}
#wrap #wrap-in #main {
	padding: 25px;
	border: 1px solid #ddd;
	background-color: #FFF;
	/*border-radius: 4px 4px 4px 4px;*/
	/*min-height: 500px;*/
	margin-bottom: 20px;
}
#footer-in {
	text-align: center;
	color: #CCC;
	padding: 20px 0;
}
#footer-in .copy {
	font-size: 12px;
}
#respond h3 {
	font-size: 16px;
}
.sumbox {
	float: left;
	height: 150px;
	width: 150px;
	padding-right: 20px;
}
.post .entry .entry-content {
	/*float: left;*/
	/*width: 600px;*/
	/*padding-left: 20px;*/
	/*padding-bottom: 40px;*/
	position: relative;
}
.entry {
	/*margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #ddd;*/
}
.entry .thumb-box {
	padding-right: 20px;
	float: left;
	/*height: 150px;
	width: 150px;*/
}
.entry-content .blog_info.contentsbox ul {
	margin-bottom: 20px;
}
.blog_info.contentsbox ul li {
	float: left;
	margin-right: 5px;
	font-size: 12px;
}
.more-link {
	/*float: right;*/
	font-size: 12px;
	color: #5484C8;
	text-decoration: underline;
}
.blog_info.contentsbox ul a {
	color: #666;
}
#gazou-in {
	padding-top: 0px;
	overflow: hidden;
	height: 300px;
}
#footer #footer-in .stinger {
	margin: 0px;
}
#footer #footer-in .stinger a {
	color: #CCC;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
#footer #footer-in #gadf {
	padding: 10px;
}
#container #gazou #gazou-in #headimg {
	margin-bottom: 10px;
}

/*-----------------------------
HEADER
------------------------------*/
/*ブログタイトル*/
#header {
	padding: 15px 0;
}

#container #header #header-in #h-l h1.sitename {
	font-size: 24px;
	margin-bottom: 0px;
	line-height: 30px;
}
#container #header #header-in #h-l h1.sitename a {
	color: #555;
	text-decoration: none;
	font-weight: normal;
}

/*ブログタイトル下の文*/
#h-l .descr {
	font-size: 12px;
	color: #555;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 20px;
}

#container #header #header-in #h-l {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
	width: 630px;
}
#container #header #header-in #h-r {
	float: right;
	padding-top: 15px;
	/*padding-bottom: 20px;*/
	text-align: right;
	width: 336px;
}

/*#h-r #search {
	padding-left: 30px;
}*/

/*-----------------------------
サイド
------------------------------*/

#side #side-in ul li {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
}
#side #side-in ul {
	padding: 10px;
	margin-bottom: 20px;
}
#side #side-in {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #f3f3f3;
	margin-top: 10px;
}
#side #side-in ul li a:hover {
	color: #3279BB;
}

#side ul li {
	font-size: 14px;
	/*line-height: 25px;*/
	margin-bottom: 10px;
	/*padding-left: 20px;*/
}
#side #ad1 div ul li .textwidget {
	width: 100%;
}
#side #ad1 div ul li {
	padding: 0px;
}

#side #snsbox02 {
	padding-top: 20px;
}

#side ul li ul li {
	font-size: 14px;
	line-height: 25px;
	padding-left: 20px;
}
/*サイドの各タイトル見出し*/

.menu_underh2 {
	font-size: 14px;
	color: #555;
	font-weight: normal;
	margin-bottom: 15px;
	/*margin-top: 30px;*/
	padding: 10px 0 8px 35px;
	background-color: #fff;
	background-image: url(images/ca3.png);
	background-repeat: no-repeat;
	background-position: left 5px center;
	border: 1px solid #ddd;
	/*border-radius: 4px 4px 4px 4px;*/
}
div.kizi02 > h4:first-child {
	margin-top: 0px;
}

#side #ad1 div ul li h2 {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	margin-left: 0px;
	text-align: left;
	font-size: 16px;
}
#side #ad1 div ul li .textwidget a img {
	padding: 5px;
}
#side h2 {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666;
	margin-left: 0px;
	text-align: left;
}
#side ul li h2 {
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#side #twibox ul {
	margin-top: 40px;
}
#side #twibox ul:first-child {
	margin-top: 0;
}
#side #twibox ul li {
}
#side #twibox ul li ul {
	margin-top: 0;
}
#side #twibox ul li li {
	padding: 0 10px;
	line-height: 1.5;
	font-size: 13px;
}
#side #twibox ul li li:before {
	color: #999;
	content: "\f152" " ";
	font-family: 'Font Awesome 5 Free';
}
#side #twibox ul li h2 {
	font-size: 16px;
}
#side #twibox select {
	width: 100%;
	height: 20px;
	padding: 10px;
}
#side #tagbox {
	padding: 10px;
}
#side #acbox {
	padding-left: 20px;
}

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

.sns {
	padding: 5px 5px 5px 5px;
	margin-left: -1px;
	bottom: 10px;
	position: fixed;
	border-radius: 0px 4px 4px 0px;         /* CSS3 */
	-moz-border-radius: 7px;    /* Firefox */
	-webkit-border-radius: 7px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	background-image: url(images/a30.png);
	background-repeat: repeat;
}
.sns li {
	margin: 5px 0;
}
.sns h3 {
	margin-left: 7px;
	padding: 0;
	color: #dddddd;
	line-height: 120%;
	font-size: 18px;
	font-weight: normal;
}
.sns .snsb li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
}
.snsb li {
	float: left;
	margin-right: 10px;
	list-style-type: none;
}
.post #snsbox03 .sns03 .snsb.clearfix {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

ul.socialBtn {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.socialBtn li{
	list-style: none;
	width: 20%;
	margin: 0 5px;
}

ul.socialBtn li a {
	display: block;
	color: #fff;
	text-decoration: none;
	letter-spacing: .05em;
	font-size: 13px;
	padding: 0.75em 0;
	text-align: center;
}

ul.socialBtn li a.twitter {background: #1da1f2;}
ul.socialBtn li a.facebook {background: #3b5998;}

ul.socialBtn [class^="icon-"]:before,ul.socialBtn [class*=" icon-"]:before {
	margin-right: 5px;
}


/*-----------------------------
ページTOP
------------------------------*/

#page-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	font-size: 10px;
}
#page-top a {
	background: #665e53;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 10px 5px;
	text-align: center;
	display: block;
	border-radius: 5px;
	/* CSS3 */
	-moz-border-radius: 5px;
	/* Firefox */
	-webkit-border-radius: 5px;/* Safari,Chrome */
}
#page-top a:hover {
	text-decoration: none;
	background: #d6cdc0;
	color: #665e53;
}
/*-----------------------------
コンテンツ
------------------------------*/
.sum {
	float: left;
	width: 100px;
}
.sumbun {
	float: left;
	width: 430px;
	padding-left: 20px;
}
.sumbox02 {
	margin-bottom: 20px;
}
.post .kanren {
	font-size: 16px;
	font-weight: normal;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #f3f3f3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-bottom-color: #666;
}
.sumbun .entry-title {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}
.sumbun p {
	font-size: 13px;
	line-height: 24px;
}
/* サイドバーのaffix */
div.affix {
	position: fixed;
	width: 250px;
	bottom: 30px;
}
.center-ad {
	text-align: center;
	padding: 20px;
}

.hottai {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333;
	color: #333;
	line-height: 30px;
}
.post ul li {
	font-size: 14px;
}
.post ul {
	list-style-type: disc;
	list-style-position: inside;
}
.post .blog_info.contentsbox .clearfix {
	list-style-type: none;
}
.sumbun .entry-title a:hover {
	color: #C00;
}

#footer #footer-in h4 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	padding: 5px;
}
.postdatemo {
	margin: 0px;
	padding: 0px;
}
.blog_info.contentsbox .clearfix {
	margin: 0px;
	padding: 0px;
}

.entry-comment {
	color: #555;
}
.entry-comment p {
	padding-top: 0px;
}
.entry-comment p:first-child {
	padding-top: 0;
}

.entry-comment ol, .entry-comment ul {
	list-style-position: outside;
	padding: 5px 0 5px 1.5em;
	font-size: 14px;
}

.entry-comment ol li, .entry-comment ul li {
	padding-top: 5px;
}

.entry-comment ol li:first-child, .entry-comment ul li:first-child {

}

/*記事を読む*/
.motto {
	float: right;
}
.motto a {
	text-decoration: none;
	background-color: #f3f3f3;
	color: #666666;
	text-align: center;
	display: block;
	padding: 5px 15px;
	font-weight: normal;
}
.motto a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #5484C8;
	text-align: center;
	display: block;
}
/*----------------------------
アコーディオン
------------------------------*/

.acordion_tree li {
	float: left;
	font-size: 13px;
	padding-left: 10px;
	display: inline;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.acordion_tree li a {
	float: left;
	color: #333;
	text-decoration: none;
}
.menu-navigation-container {
	overflow: hidden;
}
.acordion_tree li a:hover {
	text-decoration: underline;
}
.left-ad {
	padding: 20px;
}

/*----------------------------
コメント
------------------------------*/

#comments p a {
	color: #999;
}
#comments p {
	font-size: 12px;
	font-weight: normal;
}
#comments label {
	display: block;
}
.metadata dd a {
	color: #999;
}
.metadata {
	font-size: 13px;
	line-height: 20px;
}
#comments {
	/*
	font-size: 14px;
	line-height: 20px;
	color: #333;
	background: #edeef7;
	margin-left: 0px;
	padding: 10px 20px;
	margin-bottom: 20px;
	*/
}
.comment-body {
	padding: 10px;
	margin-bottom: 20px;
}
.fn {
	font-style: normal;
	font-size: 13px;
}
.says {
	font-size: 13px;
}
.commentmetadata {
	font-size: 12px;
	padding: 5px;
}
.reply {
	padding: 5px;
	font-size: 13px;
}
#comments #respond {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #666;
}
#comments #commentform .tags {
	padding: 10px;
	background-color: #f3f3f3;
	font-size: 13px;
}
#comments {
	padding-top: 20px;
}
#comments #commentlist img {
	padding: 10px;
}

#comments input.submit {
	font-size: 14px;
	margin-top: 10px;
	padding: 10px;
}


#comments input[type="text"] {
	padding: 5px;
	font-size: 13px;
}

#comments .form-submit {
	text-align: center;
}

#comments textarea {
	width: 95%;
	padding: 5px;
	font-size: 13px;
}

#comments label {
	margin-top: 10px;
}

/*---------------------
ナビゲーション
-----------------------*/
.smanone {
	margin-bottom: 20px;
}

#navi-in ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#navi-in li {
	position: relative;
	/*float: left;*/
	font-size: 13px;
	display: table-cell;
	border-right: 1px solid #DDD;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background: #FFF;
	text-align: center;
}
#navi-in li:first-child {
	border-left: 1px solid #DDD;
}
/*
#navi-in li:first-child, #navi-in li:first-child a {
	border-radius: 5px 0 0 5px;
}
#navi-in li:last-child, #navi-in li:last-child a {
	border-radius: 0 5px 5px 0;
}*/

#navi-in li li {
	float: left;
	font-size: 13px;
	padding-left: 10px;
	display: inline;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
}
#navi-in li a {
	/*float: left;*/
	display: block;
	color: #555;
	font-weight: normal;
	padding: 15px 0;
	text-decoration: none;
}
#navi-in li a:hover {
	background:#f6f6f6;	/*6b9add*/
}
#navi-in li.current-menu-item, #navi-in li.current_page_parent {
	background:#f6f6f6;	/*5484C8,6b9add*/
}
#navi-in li.current-menu-item a, #navi-in li.current_page_parent a {
}
.menu-navigation-container {
	overflow: hidden;
}

/*-----------------------------
検索フォーム
-----------------------------*/

#container #wrap #wrap-in #search {
	/*padding-top: 20px;*/
	padding-bottom: 0px;
}
#s {
	width: 266px;
	height: 24px;
	border: none;
	color: #555;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	font-size: 14px;
	border-radius: 0;
}
#searchsubmit {
	position: absolute;
	top: 0;
	_top: 1px;
	left: 286px;
	border-radius: 0;
}
*:first-child + html #searchsubmit {
	top: 1px;
}
#searchform {
	position: relative;
}

/*-----------------------------
googleカスタム検索
-----------------------------*/
#cse-search-box {
	position: relative;
	margin: 0;
	padding: 0;
	background: #eee;
	width: 336px;
}

input.serach-form {
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	font-size: 13px;
	margin-top: -1px;
	vertical-align: middle;
	width: 256px;
}

button.serach-btn {
	position: absolute;
	top: -1px;
	right: 0;
	overflow: visible;
	padding: 5px 13px;
	font-size: 13px;
	vertical-align: middle;
}

button.serach-btn:hover {
	cursor: pointer;
}

/*---------------------------------
最近の投稿
--------------------------------*/
#side #topnews {
	margin-bottom: 40px;
}
#side #topnews dt {
	font-size: 14px;
}
#side #topnews dt:before {
	color: #999;
	content: "\f152" " ";
	font-family: 'Font Awesome 5 Free';
}
#side #topnews dd {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	/*padding-left: 100px;
	padding-bottom: 5px;*/
	color: #555;
}
#side #topnews div {
	padding: 0 10px;
	/*margin-bottom: 10px;*/
}
#side #topnews div dl {
	margin-top: 20px;
	padding-bottom: 0px;
}
#side #topnews div dl:first-child {
	margin-top: 0;
}
#side #topnews div dl dd p {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
}
#side #topnews div dl dd a {
	color: #1a1a1a;
	text-decoration: none;
}
#side #topnews div dl dd a:hover {
	color: #900;
	text-decoration: underline;
}
#side #topnews .motto {
	margin-top: 15px;
	font-size: 12px;
}

#side #topnews .motto a {
	text-decoration: none;
	background-color: #f3f3f3;
	color: #666;
	text-align: center;
	display: block;
	padding: 3px 10px;
	font-weight: normal;
}
#side #topnews .motto a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #5484C8;
	text-align: center;
	display: block;
}

#side #topnews .entry-date {
	text-align: right;
	font-size: 13px;
	color: #777;
}
/*---------------------------------
関連記事とか
--------------------------------*/

#container #wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui .motto a {
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	color: #555;
}
.motto .more-link {
	margin-top: 10px;
	font-size: 12px;
}
#container #wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui .motto a:hover {
	color: #FFF;
}
#container #wrap #wrap-in #main .post .entry .entry-content .dami {
	font-size: 14px;
	color: #555;
	line-height: 2;
	display: inline;
}

.sumbox02 #topnews {
	margin-bottom: 40px;
}

.sumbox02 #topnews div {
	padding: 0 10px;
	/*margin-bottom: 10px;*/
}
.sumbox02 #topnews div dl {
	margin-top: 20px;
}
.sumbox02 #topnews div dl:first-child {
	margin-top: 0;
}
.sumbox02 #topnews dt {
	font-size: 14px;
	color: #1A7AE8;
	/*margin-bottom: 5px;
	padding-bottom: 5px;*/
	float: left;
	clear: both;
}
.sumbox02 #topnews dd {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	padding-left: 100px;
	/*padding-bottom: 5px;*/
	color: #555;
}

.sumbox02 #topnews div dl dd a {
	color: #1a1a1a;
	text-decoration: none;
}


#main .post .sumbox02 #topnews div dl dd {
	padding-left: 130px;
}
.post .sumbox02 #topnews div dl dd .motto {
	font-size: 12px;
	color: #555;
}
#main .post .sumbox02 #topnews div dl dd .motto a {
	color: #555;
}
#main .post .sumbox02 #topnews div dl dd .motto a:hover {
	color: #fff;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .saisin {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui {
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui a {
	color: #06C;
	text-decoration: underline;
	font-weight: normal;
}
#wrap #wrap-in #main .post .sumbox02 #topnews div dl dd .basui a:hover {
	color: #900;
}
/*-----------------------------------
google用ぱんくず
------------------------------------*/
.kuzu {
	font-size: 13px;
	margin-bottom: 15px;
}
.kuzu a {
	color: #555;
	text-decoration: none;
}
div#breadcrumb {
	clear: both;
}
div#breadcrumb a {
	font-color: #ccc
}
div#breadcrumb div {
	display: inline;
	font-size: 13px;
}
#breadcrumb div a {
	color: #666;
	text-decoration: none;
}
.breadcrumbs {
	font-size: 12px;
	color: #666;
	text-align: left;
}
.breadcrumbs a {
	color: #666;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}

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

#wp-calendar {
	border-collapse: collapse;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	margin: 0 auto;
	width: 286px;
	/*margin-left: 35px;*/
	background: #fff;
}
#wp-calendar thead tr th {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	text-align: center;
}
#wp-calendar td {
	text-align: center;
	padding: 0px;
}
#wp-calendar caption {
	font-weight: normal;
	text-align: left;
}
#wp-calendar tbody tr #today {
	background-color: #CCC;
}
/*---------------------------------
コンテンツ
--------------------------------*/

table tr td {
	padding: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	font-size: 14px;
	line-height: 25px;
}
#main .post table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	color: #555;
}
.blog_info.contentsbox p {
	font-size: 12px;
	color: #999;
	margin-bottom: 5px;
}
.blog_info.contentsbox .entry-date {
	color: #999;
}
.tag_info.contentsbox p {
	font-size: 12px;
	color: #555;
	margin-top: 10px;
}
.huto {
	font-weight: normal;
}
.hutoaka {
	font-weight: normal;
	color: #ff0000;
}
#container #wrap #wrap-in #main .post .nob tr td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
#container #wrap #wrap-in #main .post .nob {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
/*---------------------------------
PREV NEXT
--------------------------------*/
.p-navi dl dt {
	font-weight: normal;
	font-size: 15px;
	line-height: 27px;
	float: left;
	width: 50px;
}
.p-navi dl dd {
	font-size: 15px;
	padding-left: 55px;
	line-height: 27px;
}
/*---------------------------------
page itiran
--------------------------------*/
.datebox {
	font-size: 12px;
	margin: 0px;
	color: #999;
}
#topnews div dl dd .datebox a {
	color: #999;
}

/*-----------------------------
ギャラリー
------------------------------*/
.gallery {
    overflow: hidden;
}
.gallery-item {
	float: left;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 0;
	list-style: none;
}
.gallery-icon {
    text-align: center;
    padding-bottom: 0;
    margin-bottom: -15px;
}
.gallery-caption {
    color: #21759B;
    font-size: 0.8em;
    margin: 0;
    text-align: center;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
    margin-right: 0;
}
.gallery-columns-2 .gallery-item {
    width: 49%;
    margin-right: 1%;
}
.gallery-columns-3 .gallery-item {
    width: 32%;
    margin-right: 1%;
}
.gallery-columns-4 .gallery-item {
    width: 24%;
    margin-right: 1%;
}
.gallery-columns-5 .gallery-item {
    width: 19%;
    margin-right: 1%;
}
.landscape {
}

.post-date {
	display: inline-block;
	font-size: 12px;
}

/*----------------------------
TOPページ用見出し
------------------------------*/
#home {
	min-height: 600px;
}

#home h1 {
}

#home h2 {
	font-size: 20px;
	font-weight: normal;
	padding: 5px 10px;
	color: #fff;
	line-height: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
	background: #444;
}

#home h3 {
	font-size: 18px;
	margin: 20px 0;
	padding: 10px;
	color: #fff;
	background: #444;
	font-weight: normal;
}


/*----------------------------
固定ページ用
------------------------------*/
.fix-comment h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 15px 0 15px 0;
	padding: 15px 10px 0 0;
	color: #222;
	line-height: 30px;
	margin-left: 0px;
	border-bottom: 1px dotted #333;
}
.fix-comment h3:first-child {
	margin-top: 0;
	padding-top: 0;
}
.fix-comment h3:before {
	content: "\f14a" " ";
	font-family: 'Font Awesome 5 Free';
}
.fix-comment h4, .entry-comment h4 {
	background: #EEE;
	color: #222;
	font-size: 15px;
	font-weight: normal;
	line-height: 15px;
	margin: 5px 0 5px 0;
	padding: 10px 10px;
}
.fix-comment h5, .entry-comment h5 {
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #999;
	margin-top: 15px;
}
.fix-comment {
	font-size: 14px;
	color: #555;
	margin-bottom: 30px;
}
.fix-comment p {
}

.fix-comment p:first-child {
}

.fix-comment ol li, .fix-comment ul li {
	padding-top: 10px;
}

.fix-comment ol li:first-child, .fix-comment ul li:first-child {
	padding-top: 0;
}
