/*  
Theme Name: 29テーマR　レスポンシブ
Theme URI: 
Description: 最新SEO対策済み、ワードプレス専用テーマです。1カラム、2カラムを切り替え可能。記事一覧の無限スクロール機能。メニューバー固定＆サイドバー固定機能。
Author: takeshi ogura
Author URI: http://29mailmaga.com
Version: 1.0.0
*/
* {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;;padding:0;margin:0;
}
body {
    font-size: 100%;
    background: #fff;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
html>body {
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
input,textarea {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.clearfix { clear: both;}
.s5 {margin: 5px 0px 0px;}
.s10 {margin: 10px 0px 0px;}
.s15 {margin: 15px 0px 0px;}
.s20 {margin: 20px 0px 0px;}
.s30 {margin: 30px 0px 0px;}
.s40 {margin: 40px 0px 0px;}
.s50 {margin: 50px 0px 0px;}
.s60 {margin: 60px 0px 0px;}
.s70 {margin: 70px 0px 0px;}
.s80 {margin: 80px 0px 0px;}
.s90 {margin: 90px 0px 0px;}
.s100 {margin: 100px 0px 0px;}
.s150 {margin: 150px 0px 0px;}
.s200 {margin: 200px 0px 0px;}
.s300 {margin: 300px 0px 0px;}
.s400 {margin: 400px 0px 0px;}
.s500 {margin: 500px 0px 0px;}
.s1000 {margin: 1000px 0px 0px;}
.red {color: #f00;}
.blue {color: #00f;}
.yellow {color: #ff0;}
.lime {color: #0f0;}

a:link,a:visited {
	color: #1a0dab;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
	color: #1a0dab;
}
a img {
	border: none;
	max-width: 100%;
	height: auto;
}
a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

ul ul { list-style-type: circle; /* 2階層目 */ }
ul ul ul { list-style-type: square; /* 3階層目以降 */ }

/* 枠 */
.waku {
    width: auto;
    margin: 5px 0;
    padding: 7px;
    border: 2px solid #333;
    background: #f9f9f9;
    display: inline-block;
    box-shadow: 2px 2px 2px #ccc;
}

/* 引用タグ */
blockquote {
    width: auto;
    margin: 5px 0px;
    padding: 10px;
    border: 4px double chocolate;
    background: #f9f9f9;
    font-size: 95%;
    box-shadow: 2px 2px #999;
}
pre {
    width: auto;
    margin: 5px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 2px dotted #999;
    font-size: 95%;
    overflow: scroll;
}
/* 広告 */

.center-0-5 {
    text-align: center;
    margin: 0px auto 10px;
}
.center-5-5 {
    text-align: center;
    margin: 5px auto 5px;
}

.center-5-10 {
    text-align: center;
    margin: 5px auto 10px;
}
.center-10-10 {
    text-align: center;
    margin: 10px auto 10px;
}

#ad-top {
    text-align: center;
    margin: 5px auto 10px;
}
#ad-article {
    text-align: center;
    margin: 10px auto 5px;
}
#ad-head {
    display:none;
	font-size:0;
}
/* テーブル */
table {
	border: 1px solid #333;
	margin: 7px 0px 10px;
	border-collapse: collapse;
	box-shadow: 2px 2px 2px grey;
	width: 100%;
	word-break: break-word;
	}
thead tr th{
	color: #fff;
	background: #999;
	text-shadow: 1px 1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333;
	box-shadow: 0 1px 1px rgba(255,255,255,0.3) inset;
}
tr th {
	font-weight: bold;
	border: solid 1px #333;
	background:#f1f1f1;
	padding: 2px 4px;
	}
td {
    border: solid 1px #333;
	padding: 2px 4px;
}
caption {
    border-top: 4px #333 double;
    font-weight: bold;
}
/* ヘッダー */
#header {
	width: 100%;
	height: 50px;
	background-position: 0 0;
	background-repeat: repeat-x;
	box-shadow:#999 2px 2px 2px;
	-webkit-touch-callout: none;
	position: fixed;
	top: 10;
	left: 0;
	z-index: 99;
    overflow: hidden;
}

#header-title a,
#header-title a:link
#header-title a:visited {
    color: #333;/* ヘッダーの文字色 */
    background: transparent;
    font-size: 30px;/* ヘッダーの文字サイズ */
    font-weight: bold;
    text-decoration: none;
    margin: 10px 0px 0px;
	height:50px;
	letter-spacing: -1px;
	position: relative;
	padding: 0px 0px 0px 3px;
	font-family: HelveticaNeue-Bold, sans-serif;
	line-height:18px;
    vertical-align: middle;
    display: table-cell;F
    width: calc( 100% - 115px );
}
#header-title a img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-height: 100%;
    margin-left: -3px;
}
#header-title a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#header-title #logo,#headerbar-title h1 {
    margin: 0px 0px 0px 0px;
	font-weight: bold;
    width: calc( 100% - 100px );
}

#header-title {
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 15;
}
#header-title #logo,#header-title h1 {
    margin: 0px 0px 0px 0px;
	font-weight: bold;
}
#globalfix {
	margin: 0 auto 10px;
} 
#headermenu {
    width: 100%;
	height:100%;
    clear: both;
}
#headermenu ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}
#headermenu li {
	position: relative;
    list-style: none;
	display: table-cell;
	box-sizing: border-box;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #999), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #ddd);
	background: -moz-linear-gradient(#fff, #ddd);
	background: -o-linear-gradient(#fff, #ddd);
	background: -ms-linear-gradient(#fff, #ddd);
	background: linear-gradient(#fff, #ddd);
}

#headermenu li:first-child {
	border:1px solid #ccc;
}
#headermenu a,
#headermenu a:link,
#headermenu a:visited {
	display:block;
    font-size: 14px;
	height: 20px;
	text-align:center;
	color:#333;
	padding:10px 13px;
	text-decoration:none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#headermenu li a:hover {
    background: #fff;
	text-decoration: underline;
}
#headermenu li.menu-item-has-children {
    position: relative;
}
#headermenu li.menu-item-has-children ul {
    visibility: hidden;
    opacity: 0;
	-moz-opacity:0;
	-khtml-opacity:0;
    position: absolute;
    top: 30px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
#headermenu li.menu-item-has-children:hover ul {
    visibility: visible;
    opacity: 1;
	-moz-opacity:1;
	-khtml-opacity:1;
    top: 40px;
}
#headermenu ul.sub-menu {
    display: block;
}
#headermenu ul.sub-menu li {
    display: inherit;
}
#headermenu ul.sub-menu li a:hover {
    background: #fff;
	text-decoration: underline;
}
#headermenu li.menu-item-has-children > a:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 10px;
    border-right: 2px solid #333;/* メニュー矢印の色 */
    border-bottom: 2px solid #333;/* メニュー矢印の色 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
/* パンくずナビ */
#breadcrumb {
    font-size: 12px;
}
#breadcrumb ol {
    list-style: none;
    margin: 0px 2px 5px;
    background:#fff;
    width: max-content;
}
#breadcrumb li {
    display: inline-block;
	padding: 0 2px;
}
#breadcrumb a:link,#breadcrumb a:visited {
}
/* メインコンテンツ */

.main-in {
    margin: 0 20px 10px 0;
	font-size: 0;
}

#entry {
	background:#fff;
	margin:0 0 20px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
#entry p {
	padding: 8px 0px;/* 記事の行間 */
	overflow-wrap: break-word;
	word-wrap: break-word;
}
#entry .wwwww {
	overflow-wrap: break-word;
	word-wrap: break-word;
}
#entry textarea {
    width: 97%;
}
.entry-body {
    padding: 5px 7px 20px 7px;
}
.entry-body img {
    padding: 0;
    max-width: 100%;
    height: auto;
}
/* 記事内リスト */
.entry-body ul,.entry-body ol {
    margin: 0 0 0 20px;
}
.entry-body li {
}
/* 記事タイトル */
.entry-title {
    margin: 0 0 1.5em;
    border: 1px solid #333;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #7d7d7d), color-stop(0.70, #fff));
    background: -webkit-linear-gradient(top, #fff 70%, #ccc 100%);
    background: -moz-linear-gradient(top, #fff 70%, #ccc 100%);
    background: -o-linear-gradient(top, #fff 70%, #ccc 100%);
    background: -ms-linear-gradient(top, #fff 70%, #ccc 100%);
    background: linear-gradient(to bottom, #fff 70%, #ccc 100%);
    font-size: 1.286em;
    font-weight: bold;
    box-shadow: 2px 2px 2px #666;
}
.entry-title a  {
    display:block;
	color: #333;
    padding: 7px 5px 7px 10px;
	text-decoration:none;
}
/* タイトル */
#main h1 {  
    font-size: 22px;
    padding: 5px 5px 5px 10px;
}

#main #category-in {
    color:#fff;/* カテゴリータイトル文字色 */
	background:#333;/* カテゴリータイトル背景色 */
	margin:0 0 15px;
}
#main #category-in h1 {  
    font-size: 17px;
    padding: 2px 5px 2px 5px;
	text-align:center;
	border:1px solid #999;
}

/* 記事一覧タイトル */
#main h2 {    
    line-height: 25px;
    display: table-cell;
    width: 1000px;
	padding:0 0 0 10px;
}
#main h2 a {
    color: #333;
    padding: 0px;
	font-size:19px;
    display: table-cell;
    vertical-align: middle;
    width: 1000px;
    height: 64px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
#main h2 a:hover { 
   text-decoration: underline;
	color:#1a0dab;
}
#main .index-right h2 a {
	height: 70px;
}

/* 見出し */
#entry h2 {
	margin: 10px 0px 10px;
    padding: 5px 5px 5px 10px;
	background:#333;
	color:#fff;
    line-height: 1.4;
    display: block;
    font-size: 20px;
    width: auto;text-shadow: 2px 2px 1px #666;
    text-shadow: 2px 2px 1px #666;
    box-shadow: 1px 1px 2px #666;
}
#entry h3 {
	margin: 10px 0px 10px;
    padding: 5px 5px 0px 10px;
    border-bottom: solid 3px #333;
    font-size: 18px;
}


#entry h4{
	margin: 10px 0px 10px;
    padding: 5px 5px 0px 10px;
border-left: 7px solid #333;
	font-size:17px;
}
#entry h5 {
	margin: 10px 0px 10px;
    background: #f9f9f9;
    padding: 1px 5px 1px 15px;
    border-top: 3px double #333;
    border-bottom: 3px double #333;
    font-size: 17px;
}
#entry h6 {
	margin: 10px 0px 10px;
    padding: 3px;
    font-size: 17px;
}
#entry h6:before {
    content: "● ";
    color: #333;
}


/* サイドバー */
#side-right {
    color: #333;
}
#side-right p {
    margin: 0;
    padding: 10px 0;
}
#side-right li {
	font-size:12px;
    list-style: none;
    margin: 0 0 15px 0;
}
#side-right li {
	background: #f9f9f9;
    margin: 0px;
	padding: 5px;
	border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
#side-right li a {
	font-size:12px;
    padding: 4px 5px 4px;
}
#side-right li a:hover {
}
/* ウィジェットタイトル */
#side-right h3 {
    padding: 5px 0 5px 10px;
	font-size:15px;
    border: 1px solid #999;
    background: #333;
	color:#fff;
}
#side-right h3:nth-child(n+2) {
    margin: 20px 0 0px;
}
#side-right ul li h3 {
    padding-bottom: 0;
}
#side-right ul {
    margin: 0 0 20px;
    border-top: 1px solid #999;
}
#side-right ul ul{
    margin-bottom: 0;
}
#side-right li li {
    line-height: 1.5;
}
#side-right li li li {
}
#side-right ul.children {
    margin-top: 0;
}


.tagcloud,.textwidget,#calendar_wrap {
    background: #fff;
    margin: 0 0 20px;
    padding: 5px;
    border: 1px solid #999;
}
.textwidget.custom-html-widget {
    background: none;
    margin: 0 auto 15px;
	text-align:center;
    border: none;
    font-size: 14px;
    padding: 0;
}
#entry .custom-html-widget {
    margin: 10px 0;
}
.screen-reader-text {
    background: #fff;
}

/* カレンダー
#wp-calendar {
    text-align: center;
    color: #333;
    background: none;
}
#wp-calendar caption {
	text-align: center;
    color: #333;
    font-size: 12px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-left: 1px solid #333;
    background: #eee!important;
    font-weight: bold;
    box-shadow: 2px 2px 2px #999;
    letter-spacing: 0.2em;
}
#wp-calendar table {
    text-align: center;
    padding: 0;
    border-collapse: collapse;
}
#wp-calendar th {
    font-size: 10px;
    width: 23px;
}
#wp-calendar td {
    font-size: 12px;
	font-weight: bold;
	color: #666;
}
#wp-calendar td a {
    display:block;
	font-weight: bold;
}
#wp-calendar td a:hover {
    background:#1a0dab;
	color:#fff;
} */


/* 前後の記事 */
#prev_next{
    width:calc(100% - 2px);
    font-weight: bold;
    margin: 35px 0 20px;
    padding:0;
    display: table;
    border: 1px solid #999;
	background:#fff;
    line-height: 20px;
}
#prev_next  #prev, #prev_next  #next{
    width: 50%;
    padding: 20px 7px 5px;
    display: table-cell;
    position:relative;
	font-size: 15px;
}
#prev_next a:hover {
	color: #1a0dab;
    text-decoration: underline;
}
#prev_next:hover a:hover img,#prev_next:hover a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
#prev_next #prev p, #prev_next #next p{
	font-size:90%;
	line-height:1.5;
}
#prev_next #prev{
	border-right:#999 1px solid;
}
#prev_next #prev_title, #prev_next #next_title{
	font-size:90%;
	top:-1em;
	font-size:15px;
	position:absolute;
	border: 1px #333 solid;
	background:#fff;
	text-align: center;
	padding:3px;
	color:#333;
}
#prev_next #next_title{
	right:5px;
}
#prev_next #prev img, #prev_next #next img{
    margin:0 auto;
}
#prev_next #prev img{
    float:left;
    margin-right:5px;
}
#prev_next #next img {
   float:right;
   margin-left: 5px;
}
#prev_next i {
    vertical-align: top;
}

/* 更新日 */
#single .topdate {
    text-align: right;
    font-size: 11px;
    padding: 0 5px;
}
#entry .bottomdate p {
	text-align: right;
	font-size: 12px;
    padding: 5px;
    clear: both;
}
#entry .bottomdate a {
    border: 1px solid #1a0dab;
    border-radius: 10px;
    padding: 2px 5px;
    color:#333;
}
#entry .bottomdate a:hover {
    text-decoration: none;
    background: #1a0dab;
	color:#fff;
}





.categories-tags-in  {
	margin:0!important;
    padding: 1px 0 0;
}
.categories-tags li {
    list-style: none;
	display: inline-flex;
}
.categories-tags li a {
	margin:0px 0px 4px 4px;
    border: 1px solid #1a0dab;
    border-radius: 12px;
    background: #fff;
    font-size: 12px;
    padding: 2px 4px;
}
.categories-tags li a:link,.categories-tags li a:visited {
	color:#333;
}
.categories-tags li a:hover {
	background:#1a0dab;
	color:#fff;
     text-decoration: none;
}



.categories-tags .index-comment {
    font-size: 16px;
    padding: 0px 0px 0px 4px;
    display: initial;
}
.index-comment:before {
	font-family: "Font Awesome 5 Free";
	content: "\f4ad";
	margin:0 2px 0 0;
}

/* 抜粋 */
.excerpt {
	font-size:11px;
	color:#999;
    line-height: 13px;
    display: table;
}
.excerpt p {
	padding:2px 5px 2px;
    letter-spacing: -0.5px;
}

/* コメント */
#comment {
    border: 1px solid #999;
	background:#fff;
}
span#comment-jump {
       position: relative;
       top: -105px;
       display: block;
}
.comment-head {
	font-size:16px;
    padding: 2px 2px 2px 10px;
	background:darkred;
    color: #fff;
}
.commentlist {
    margin: 10px 5px;
    color: #36414d;
}
#commentlist p {
    padding: 8px 0;
}
#commentform {
	margin: 0 0 0 15px;
    font-size: 13px;
}
#commentform input {
    width: 50%;
}
/*
.to-comment {
    border: 1px solid #cadaed;
    box-shadow: 2px 2px 2px #666;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #d6e8f0), color-stop(0.47, #fff));
    background: -webkit-linear-gradient(top, #fff 48%, #cadaed 100%);
    background: -moz-linear-gradient(top, #fff 48%, #cadaed 100%);
    background: -o-linear-gradient(top, #fff 48%, #cadaed 100%);
    background: -ms-linear-gradient(top, #fff 48%, #cadaed 100%);
    box-shadow: 2px 2px 2px #666;
    font-weight: bold;
    padding: 2px 4px;
    border-radius: 8px;
}
*/
#author,#email,#url{
    margin: 0 0 10px;
}
#commentform span{
    color:#f00;
	font-size:11px;
}
#commentform #submit {
    padding: 7px;
    margin: 5px 0;
	box-shadow:2px 2px 2px #999;
	background: #fff;
	width: auto;
    border-radius: 5px;
}
#commentform #submit:hover {
	background: #eee;
    box-shadow: none;
}
#comment textarea {
	box-shadow:none;
    width: 97%;
}
#comment　input {
	border:1px solid #333;
}
#respond {
    margin: 0 0 15px;
     padding: 2px 2px 2px 10px;
    color: #fff;
	font-size:16px;
    background: darkred;
    font-weight: bold;
}
#respond  a {
    color: #fff;
}
.comment-author {
	margin: 0px;
	}
.comment-author vcard {
	margin: 0px;
	}
cite.fn {
	font-size: 15px;
}
.says {
    display:none;
}
.comment-meta {
    text-align: right;

    padding: 0 10px 0 0;

	margin:-20px 0 0;

    font-size: 90%;
}
.comment-meta a:link,.comment-meta a:visited {
    color:#999;
}
.reply {
	text-align: right;
	font-size: 14px;
	margin: -5px 0 0;
	padding: 0px 20px 0 0;
	}
.reply a:link,.reply a:visited {
	padding:5px;
	border:1px solid #ccc;
    border-radius: 5px;
	background:#fff;
    box-shadow: 2px 2px #ccc;
	}
.reply a:hover {
	background:#efefef;
	color:#333;
	box-shadow:none;
	}
#commentlist {
	font-size:14px;
	}
#commentlist ol {
	margin: 0 10px 0 5px;
	}
#commentlist .children {
	list-style: none;
	margin: 0;
	}
#commentlist li{
    line-height: 20px;
	padding: 5px 0 0px 10px;
	margin: 0 0 5px;
	border-bottom:1px solid #ccc;
    position: relative;
    list-style: none;
}
#commentlist li ul li{
	background: azure;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-top: 5px;
}
#commentlist li ul li ul li,#commentlist li ul li ul li ul li ul li,#commentlist li ul li ul li ul li ul li ul li ul li{
	background: #fff;
}
#commentlist li ul li ul li ul li,#commentlist li ul li ul li ul li ul li ul li{
	background: azure;
}
#commentlist ul{
	margin: 0px;
	padding: 0px;
}
.comment-body {
    margin: 0 0 10px;
}
/* 1カラム固定レイアウト */
.post-template-1column #main,page-template-1column {
	float: none;
	width:100%;
}
.post-template-1column .main-in,.page-template-1column .main-in {
	margin: 0 0 10px 0;
}
/* 2カラム固定レイアウト*/
.post-template-2column #main,.page-template-2column #main,
#main {
	float: left;
	width: 708px;
}

.post-template-2column .main-in,.page-template-2column .main-in {
    margin: 0 20px 10px 0;
}


/* ボックス */
#box {
	width: 1000px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 25px 0;
    text-align: left;
}
/* 2カラム固定レイアウト幅 */
#box {
}
#side-right-box {
    float: left;
	width: 290px;
}
#side-right {
    margin: 0 3px 0 0;
}
/* 2カラム固定レイアウト(右サイドバー:ブログ記事全体) */
.content-in {
    padding: 0px;
}
/* フッタ */
#footer {
    width: 100%;
    margin: 0px auto;
	padding:10px 0 20px;
    color: #fff;
    background: #000;
    font-size: 12px;
    text-align: center;
}
#container {
    margin-bottom: 10px;
}
/* 2カラム左サイドバーレイアウト */
#side-left-box {
    float: left;
    width: 290px;
    margin-left: -1000px;
}
.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: block;} 
#prevload {
	font-size:10px;
	text-align:center;
    clear: both;
}
#nextload {
	font-size:16px;
	text-align:center;
    clear: both;
}
/*--------------------------------------------------------
ページトップ
--------------------------------------------------------*/
.page-top {
    position: fixed;
    right: 0;
    bottom: 10px;
    z-index: 99;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}
.page-top a{
	display: block;
	padding: 15px 15px 10px 15px;
	border: 2px solid #fff;
	border-right: 0;
	text-decoration: none;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
}
.page-top a:link,
.page-top a:visited{
	background: #000;
	color: #fff;
}
.page-top a:hover,
.page-top a:active{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
.page-top a:before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0px 5px 0px 0px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
/* インデックス記事一覧 */
.post {
    margin: 0 0 15px;
    background: #fff;
}
.post a:link, .post a:visited {
    color: #333;
    text-decoration: none;
}
.post-in {
	overflow:hidden;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
	height:130px;
}
.index-thum {
	float:left;
    max-width: 232px;
    max-height: 130px;
    background: #fff;
}
.index-thum a img {
	height: 130px;
    width: auto;
    max-width: 100%;
}
.index-right {
    background: #fff;
}


/* 一覧画像大きめ */
.post-img {
	width:49%;
	display:inline-block;
	background:none;
    overflow: hidden;
    margin: 0 0.5% 15px!important;
	font-size: 16px;
}

.post-img .post-in {
	overflow:initial;
}
.post-img .post {
}
.post-img:nth-child(2n) {
}
.post-img .post-in {
    border: none;
	height: max-content;
}

.post-img .post-in .index-thum {
    max-width: 500px;
    max-height: 230px;
	border: 1px solid #999;
    overflow: hidden;
}

.post-img .post-in .index-thum a img {    height: initial;
    width: 500px;
    max-width: 100%;
}
#main .post-img h2{
	display:initial;
	padding:0;
}

#main .post-img .index-right {
    border: 1px solid #999;
}
#main .post-img .index-right h2 a {
    font-size: 16px;
	line-height: 18px;
    height: auto;
    padding: 5px 5px 2px;
}
.post-img .categories-tags {
	overflow-x: scroll;
}

.post-img .categories-tags-in {
    width: max-content;
}
.post-img .index-comment {
    display: initial;
}

/* 個別記事 */
#single {
    margin: 0 0 15px;
    background: #fff;
}
#single .single-title {
	overflow:hidden;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
/* モーダルウィンドウ */
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	
}
.modal__bg{
    background: rgba(0,0,0,0.5);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
	border-radius: 15px;
    left: 50%;
    padding: 15px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
	max-width: 680px;
}
a.js-modal-close {
    float: right;
    background: #000;
    color: #fff;
    width: 36px;
    text-align: center;
    font-size: 20px;
    margin: -23px -15px 0 0;
}
a.js-modal-close:hover {
    text-decoration: none;
    background: #666;
}
/* 動画 */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	margin: 10px 0;
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* 無限スクロール */
#more-loading {
	margin:auto;
}

/*関連記事*/
#related {
	margin:0 0 20px;
    border: 1px solid #999;
}
#related ul {
    margin: 0 0 0 0;
	background:#fff;
}
#related ul ul {
    margin: 0 0 0 0;
}
#related li {
    font-weight: bold;
    margin: 0;
    list-style: none;
	margin:0;
}
#related li li {
    width: auto;
    height: auto;
    margin: 0;
    font-weight: normal;
}
#related li .related-in {
    height: 70px;
    color: #333;
    line-height: 12px;
	letter-spacing: -1px;
	overflow: hidden;
	padding:2px;
    border-top: 1px solid #999;
}
#related .index-thum img {
	padding: 0;
	max-height:70px;
	max-width:180px;
}
#related h3 {
	background: #333;/* 関連記事タイトル色 */
    margin: 0 0 -2px;
    padding: 2px 2px 2px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
#related h4 {
	height: 45px;
}
#related h4 a {
	color:#333;
    display: table-cell;
    vertical-align: middle;
    overflow-wrap: break-word;
	word-wrap: break-word;
    padding: 2px 5px 2px 7px;
    overflow: hidden;
    height: 45px;
    line-height: 16px;
    font-size: 16px;
	width:700px;
}
#related .related-in:hover h4 a {
    color: #1a0dab;
    text-decoration: underline;
}
#related h4 img {
    height: auto;
}
#related .post-tags,#related .post-categories {
    padding: 0px;
}
#related .categories-tags {
    white-space: nowrap;
    padding: 0px;
}
#related .related-in:hover img{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#related .categories-tags li a {
    font-size: 12px;
    padding: 2px 4px;
    border-radius: 12px;
}

#related .index-comment {
    font-size: 12px;
}


/* 吹き出しのスタイル */
.chat {
	overflow: hidden;
	font-size: 90%;
    padding: 10px;
    margin: 0;
    line-height: 1.5;
    color: #333333;
}
.chat-img-left {
	margin: 0;
	float: left;
	margin-right: -70px;
	position: relative;
}
.chat-img-left img {
	width: 60px;
	height: 60px;
}
.chat-img-left .chat-img-description {
    position: absolute;
    overflow: hidden;
    top: 5px;
    left: 80px;
    font-size: 12px;
    white-space: nowrap;
}
.chat-text-left {
    float: left;
    position: relative;
    padding-top: 26px;
    margin-right: 80px;
    margin-left: 80px;
}
.chat-text-left p {
    border-radius: 0 15px 15px 15px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4), 0 10px 10px rgba(255, 255, 255, 0.5) inset, 0 -10px 10px rgba(0, 0, 0, 0.1) inset;
    border: 1px solid #666;
    padding: 5px 10px;
}
.chat-text-left p:before {
    position: absolute;
    top: 26px;
    left: -8px;
    z-index: 1;
    height: 0;
    width: 0;
    border-style: solid none none solid;
    border-width: 8px;
    border-color: #666 transparent;
    content: "";
}
.chat-text-left p:after {
    position: absolute;
    top: 27px;
    left: -6px;
    z-index: 3;
    height: 0;
    width: 0;
    border-style: solid none none solid;
    border-width: 8px;
    border-color: #F9F9F9 transparent;
    content: "";
}
.chat-img-right {
	margin: 0;
	float: right;
	margin-left: -70px;
	position: relative;
}
.chat-img-right img {
	width: 60px;
	height: 60px;
}
.chat-img-right .chat-img-description {
    position: absolute;
    overflow: hidden;
    top: 5px;
    right: 80px;
    font-size: 12px;
    white-space: nowrap;
}
.chat-text-right {
    float: right;
    position: relative;
    padding-top: 26px;
    margin-right: 80px;
    margin-left: 80px;
}
.chat-text-right p {
    background-color: #bbff77;
    border-radius: 15px 0 15px 15px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4), 0 10px 10px rgba(255, 255, 255, 0.5) inset, 0 -10px 10px rgba(0, 0, 0, 0.1) inset;
    border: 1px solid #666;
    padding: 5px 10px;
}
.chat-text-right p:before {
    position: absolute;
    top: 26px;
    right: -8px;
    z-index: 1;
    height: 0;
    width: 0;
    border-style: solid solid none none;
    border-width: 8px;
    border-color: #666 transparent;
    content: "";
}
.chat-text-right p:after {
	position: absolute;
	top: 27px;
	right: -6px;
    z-index: 3;
    height: 0;
    width: 0;
    border-style: solid solid none none;
    border-width: 8px;
    border-color: #ccff88 transparent;
    content: "";
}

/*  編集用リンク */
.edit-link a:link, .edit-link a:visited {
    color: #fff;
}
li#menu-item-50 {
    background: url(/wp-content/uploads/2018/05/homebt20.png) no-repeat center;
}
li#menu-item-50 a:hover {
    background: url(/wp-content/uploads/2018/05/homebt20.png) no-repeat center olive ;
}
#content .ai1ec-month-view .ai1ec-event, #content .ai1ec-week-view .ai1ec-event, #content .ai1ec-oneday-view .ai1ec-event {
   overflow: inherit!important;white-space: inherit!important;
}

/* SNSボタン */
.sns {
    margin: 0px;
    font-size: 0px;
}
.sns a:hover {
    text-decoration:none;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}
.sns a {
    width: 33.333%;
    padding: 1px 0px;
    margin: 0;
    font-size: 12px;
	font-weight:bold;
    display: inline-block;
    text-align: center;
	color:#fff;
}
.sns .share-tw {
    background: #00acee;
}
a.share-tw::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f099";
	padding:0 3px 0 0;
}
.sns .share-fb {
    background: #3b5998;
}
a.share-fb::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f09a";
	padding:0 3px 0 0;
}
.sns .share-comment {
    background: darkred;
}
a.share-comment::before {
	font-family: "Font Awesome 5 Free";
	content: "\f27a";
	padding:0 3px 0 0;font-weight: 400; 
}
.sns .share-li {
    background: #13bf00;
}
a.share-li::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f3c0";
	padding:0 3px 0 0;
}
/****** 検索ボックス ******/
#searchform {
    font-size: 15px;
}
#searchform input#s {
    font-size: 15px;
    margin: 5px;
	padding: 0px 40px 0 5px;
    height: 30px;
}
#searchform #searchsubmit {
	font-size: 22px;
	color:#666;
    vertical-align: middle;
    margin: 0 0 0 -50px;
    padding: 5px;
	background:none;
	border:none;
}
#searchform #searchsubmit:hover {
	color:#1a0dab;
}
#header .btn-search {
    position: absolute;
    top: 0px;
    right: 65px;
    width: 60px;
    height: 50px;
    margin: auto;
    z-index: 16;
	background:#000;
}
#header .btn-search a {
    padding: 12px 15px;
    display: block;
    font-size: 26px;
	color:#fff;
}

.head-search {
    display:none;
}
.head-search.is-open {
    width: 300px;
    display: block;
	position: absolute;
    top: 5px;
    right: 140px;
    z-index: 16;
	-webkit-animation: fade-in-bottom 0.3s 0s 1 forwards;
    animation: fade-in-bottom 0.3s 0s 1 forwards;
}
.head-search input[type="text"] {
    width:100%;
    height: 30px;
	font-size:15px;
    padding: 0px 5px;
	border: 2px solid #999;
}
/* 吹き出しのスタイル */
.chat {
	overflow: hidden;
	font-size: 90%;
    padding: 10px;
    margin: 0;
    line-height: 1.5;
    color: #333333;
}
.chat-img-left {
	margin: 0;
	float: left;
	margin-right: -70px;
	position: relative;
}
.chat-img-left img {
	width: 60px;
	height: 60px;
}
.chat-img-left .chat-img-description {
    position: absolute;
    overflow: hidden;
    top: 5px;
    left: 80px;
    font-size: 12px;
    white-space: nowrap;
}
.chat-text-left {
    float: left;
    position: relative;
    padding-top: 26px;
    margin-right: 80px;
    margin-left: 80px;
}
.chat-text-left p {
    border-radius: 0 15px 15px 15px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4), 0 10px 10px rgba(255, 255, 255, 0.5) inset, 0 -10px 10px rgba(0, 0, 0, 0.1) inset;
    border: 1px solid #666;
    padding: 5px 10px;
}
.chat-text-left p:before {
    position: absolute;
    top: 26px;
    left: -8px;
    z-index: 1;
    height: 0;
    width: 0;
    border-style: solid none none solid;
    border-width: 8px;
    border-color: #666 transparent;
    content: "";
}
.chat-text-left p:after {
    position: absolute;
    top: 27px;
    left: -6px;
    z-index: 3;
    height: 0;
    width: 0;
    border-style: solid none none solid;
    border-width: 8px;
    border-color: #F9F9F9 transparent;
    content: "";
}
.chat-img-right {
	margin: 0;
	float: right;
	margin-left: -70px;
	position: relative;
}
.chat-img-right img {
	width: 60px;
	height: 60px;
}
.chat-img-right .chat-img-description {
    position: absolute;
    overflow: hidden;
    top: 5px;
    right: 80px;
    font-size: 12px;
    white-space: nowrap;
}
.chat-text-right {
    float: right;
    position: relative;
    padding-top: 26px;
    margin-right: 80px;
    margin-left: 80px;
}
.chat-text-right p {
    background-color: #bbff77;
    border-radius: 15px 0 15px 15px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4), 0 10px 10px rgba(255, 255, 255, 0.5) inset, 0 -10px 10px rgba(0, 0, 0, 0.1) inset;
    border: 1px solid #666;
    padding: 5px 10px;
}
.chat-text-right p:before {
    position: absolute;
    top: 26px;
    right: -8px;
    z-index: 1;
    height: 0;
    width: 0;
    border-style: solid solid none none;
    border-width: 8px;
    border-color: #666 transparent;
    content: "";
}
.chat-text-right p:after {
	position: absolute;
	top: 27px;
	right: -6px;
    z-index: 3;
    height: 0;
    width: 0;
    border-style: solid solid none none;
    border-width: 8px;
    border-color: #ccff88 transparent;
    content: "";
}

/*目次*/
.toc{
	border:1px solid #D8D8D8;
	padding:10px;
	margin:5px 0 20px;
	display:inline-block;
	box-shadow: #ccc 3px 3px 3px;
    font-weight: bold;
}
.toc ul {
	margin: 0 0px 0 15px;
}
span.toc__title {
    font-weight: bold;
}
.toc__toggle{display: none;}
.toc__switch::before{
 content:"開く";
 cursor:pointer;
 border: solid 1px #D8D8D8;
 padding:5px;
 font-size:0.8rem;
 margin-left:5px;
 border-radius: 5px;
}
.toc__toggle:checked + .toc__switch::before{content:"閉じる"}
.toc__switch + .toc__list{
 width:0;
 height:0;
 margin-top:0;
 margin-left:0px;
    display: none;
}
.toc__toggle:checked + .toc__switch + .toc__list {
    width: auto;
    height: auto;
    margin: 5px 0 0 15px;
    transition: 0.2s;
    border-top: dotted 1px #d2d2d2;
	padding-top: 5px;
    display: block;
	
}
.toc__item:before {content: normal;}
.toc__link{
 display:relative;
}
.toc__link:hover{border:none;}
.toc__number{
 display: inline-block;
 color:#7F7F7F;
 background:#F2F2F2;
 padding:3px 6px;
 font-size:1.2rem;
 margin-right: 5px;
}
label.toc__switch {
    position: relative;
    float: right;
}
.toc__toggle:checked + {
    display: none;
}




#main .post-in:hover h2 a { 
   text-decoration: underline;
	color:#1a0dab;
}

#main .post-in:hover .index-thum a img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
input[type="text"] {
	width: 70%;
}
/* ページネーション */
.pagination-box {
	margin: 70px 0 0;
    text-align: center;
}
.pagination {
    font-size: 16px;
}
.pagination a, .pagination span {
    padding: 0 2px;
}
.page-numbers.current {
    font-weight: bold;
}
/* 上部メニュー */
.btn-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    width: 65px;
    height: 50px;
    margin: auto;
    z-index: 15;
	background: #000;
}
.btn-menu a {
    display: block;
    width: 35px;
    height: 35px;
}
.btn-menu span {
    position: absolute;
    top: 50%;
	left: 8px;
    display: block;
    width: 50px;
    height: 2px;
    background: #fff;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn-menu span:nth-child(1) {
    margin-top: -15px;
}
.btn-menu span:nth-child(2) {
    margin-top: -5px;
}
.btn-menu span:nth-child(3) {
    margin-top: 5px;
}
.btn-menu span:nth-child(3):after {
    content: "menu";
	padding:0 0 0 3px;
	font-size:16px;
	color:#fff;
}
.btn-menu.is-open span:nth-child(1) {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-menu.is-open span:nth-child(2) {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.btn-menu.is-open span:nth-child(3) {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn-menu.is-open span:nth-child(3):after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content:none;
}
#global-nav {
    display: none;
	background: #000;
    box-sizing: border-box;
    position: fixed;
    top: 0;
	right: 0;
    width: 500px;
    height: 100vh;
    padding: 50px 0 15px;
    font-size: 14px;
}
.is-open #global-nav {
    overflow: scroll;
    display: block;
    z-index: 14;
    -webkit-overflow-scrolling: touch;
    animation-duration: 0.3s;
    animation-name: fade-in;
    -moz-animation-duration: 0.3s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-name: fade-in;
}
@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	-moz-opacity:0;
	-khtml-opacity:0;
	}
	1% {
		display: block;
		opacity: 0;
	-moz-opacity:0;
	-khtml-opacity:0;
	}
	100% {
		display: block;
		opacity: 1;
	-moz-opacity:1;
	-khtml-opacity:1;
	}
}
@-moz-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	-moz-opacity:0;
	-khtml-opacity:0;
	}
	1% {
		display: block;
		opacity: 0;
	-moz-opacity:0;
	-khtml-opacity:0;
	}
	100% {
		display: block;
		opacity: 1;
	-moz-opacity:1;
	-khtml-opacity:1;
	}
}
@-webkit-keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	-moz-opacity:0;
	-khtml-opacity:0;
	}
	1% {
		display: block;
		opacity: 0;
	-moz-opacity:0;
	-khtml-opacity:0;
	}
	100% {
		display: block;
		opacity: 1;
	-moz-opacity:1;
	-khtml-opacity:1;
	}
}
#global-nav .hsearch {
    position: relative;
    width: 90%;
    margin: 0 auto;
}
#global-nav .searchbtn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    width: 18px;
    height: 18px;
    margin: auto;
}
#global-nav #menu,#global-nav #menu ul {
    font-family: Trebuchet MS, arial;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    list-style-type: none;
    display: block;
    height: auto;
    margin: 0;
    color: #fff;
-moz-opacity:0.9;
-khtml-opacity:0.9;
opacity:0.9;
}
#global-nav #menu ul {
    margin: 0;
}
#global-nav #menu > li {
    opacity: 1;
    margin: 0 10px;
}
.is-open #menu > li:nth-child(1) {
    -webkit-animation: fade-in-bottom 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.05s 1 forwards;
    animation: fade-in-bottom 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.05s 1 forwards;
}
.is-open #menu > li:nth-child(2) {
    -webkit-animation: fade-in-bottom 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s 1 forwards;
    animation: fade-in-bottom 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s 1 forwards;
}
.is-open #menu > li:nth-child(3) {
    -webkit-animation: fade-in-bottom 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.15s 1 forwards;
    animation: fade-in-bottom 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.15s 1 forwards;
}
.is-open #menu > li:nth-child(4) {
    -webkit-animation: fade-in-bottom 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s 1 forwards;
    animation: fade-in-bottom 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s 1 forwards;
}
.is-open #menu > li:nth-child(5) {
    -webkit-animation: fade-in-bottom 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.25s 1 forwards;
    animation: fade-in-item 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.25s 1 forwards;
}
@keyframes fade-in-bottom {
	0% {
		opacity: 0.1;
		margin-top: 100px;
	}
	100% {
		opacity: 1;
		margin-top: 0px;
	}
}
@-moz-keyframes fade-in-bottom {
	0% {
		opacity: 0.1;
		margin-top: 100px;
	}
	100% {
		opacity: 1;
		margin-top: 0px;
	}
}
@-webkit-keyframes fade-in-bottom {
	0% {
		opacity:  0.1;
		margin-top: 100px;
	}
	100% {
		opacity: 1;
		margin-top: 0px;
	}
}
#menu span, #menu a {
    display: block;
    padding: 10px 0;
    color: #fff;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#menu span:hover, #menu a:hover {
	-moz-opacity:0.75;
	-khtml-opacity:0.75;
	opacity:0.75;
    background: #333;
}
#menu span:after {
    content: "＋";
    position: absolute;
    right: 0;
    font-family: serif;
    font-size: 14px;
}
#menu a:after {
    position: absolute;
    right: 0;
    font-family: serif;
    font-size: 14px;
}
#menu ul li a, #menu ul li span {
    padding-left: 10px;
}
#menu ul ul li a, #menu ul ul li span {
}
#menu ul li span {
    display: initial;
}
#menu .comment_author:after, #menu .comment_date:after {
    content: "";
}
#menu .comment_author {
    padding: 0 0 0 20px;
    border: 0;
}
#menu .comment_author a {
    border: 0;
    padding-bottom: 10px;
}
#menu .comment_date {
    padding-top: 0;
	border-bottom:none;
}
#select-menu {
	clear: both;
	color: #333;
}
body #select-menu ul {
	background: #f8f8f8;
	border-bottom: 1px #eee solid;
	border-top: 1px #eee solid;
	font-weight: bold;
	margin: 0px 0 0px;
	padding: 0 0 0px;
}
#select-menu li {
	border-bottom: 1px #ddd solid;
	margin: 0 0px 0px;
	padding: 0 1px;
	min-height: 1px;
	background: #f8f8f8;
}
#select-menu li a {
	background: url(images/stweek-li.gif) right center no-repeat;
	color: #0000ff;
	display: block;
	font-size: 120%;
	padding: 6px 10px 6px 7px;
}
#select-menu li a:hover, #plugin .plugin_list a:hover {
	background-color: #33CCFF;
}
.arcbox {
	margin: 0 auto;
	padding: 5px 0 0;
	width: 99.5%;
}
.myear {
	text-indent: 3px;
}
.myear {
	font-size: 14px;
}
.rct span {
	color: #333;
	display: block;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 5px 2px 15px;
}
.rct div {
	border-top: 1px #ccc dotted;
	display: none;
	padding: 8px 0;
}
#select-menu .ctdn {
	padding-bottom: 0px;
}
#select-menu .ctdn a {
	border-bottom: 0;
	margin-bottom: 0px;
}
article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}
#main {
	clear: both;
	padding-top: 0px;
}
body .frm {
	background: #fff;
	clear: both;
	margin: 0;
	padding: 1px 0 0px;
}
img.head-close {
	display: inline;
	position: relative;
	top: 6px;
	left: 5px;
}


@media screen and (max-width: 800px) {
#box,#main {
	width: 99%;
}
#main {
	width: 100%;
}
.main-in {
    margin: 0;
}

.modal__content{
    width: 80%;
}
#header-title a,
#header-title a:link
#header-title a:visited {
    font-size: 22px;/* ヘッダーの文字サイズ */
}
/* 2カラム固定レイアウト*/
.post-template-2column #main,.page-template-2column #main {
	width: 100%;
}

.post-template-2column .main-in,.page-template-2column .main-in {
    margin: 0 0 10px 0;
}

#prev_next #prev img, #prev_next #next img {
    width: 40%;
}
#prev_next #prev, #prev_next #next {
    padding: 10px 5px 3px;
	line-height: 17px;
    font-size: 14px;
}
#side-right {
    display: none;
}
}

@media screen and (max-width: 600px) {

.post-img .post-in .index-thum {
    max-height: 180px;
}
}
@media screen and (max-width: 480px) {
#global-nav {
    width: 90%;
}
.btn-menu {
    width: 50px;
}
.btn-menu span {
    width: 35px;
}
.btn-menu span:nth-child(3):after {
    padding: 0px;
    font-size: 12px;
}
#header-title a,
#header-title a:link
#header-title a:visited {
    font-size: 20px;/* ヘッダーの文字サイズ */
}
#header .btn-search {
    right: 50px;
    width: 50px;
}
#header .btn-search a {
    padding: 14px;
    font-size: 22px;
}
.head-search.is-open {
    right: 115px;
	width: 190px;
}
.post-in {
    height: 100px;
}
.index-thum {
    max-width: 160px;
    max-height: 100px;
}
.index-thum a img {
    height: 100px;
    width: auto;
}
#main h2 {
    padding: 0 3px 0 5px;
}
#main h2 a {
    font-size: 16px;
	line-height: 17px;
	letter-spacing: -1px;
}
.excerpt {
    display: none;
}


.categories-tags li a {
    font-size: 11px;
    padding: 2px 3px;
    margin: 0px 0px 4px 3px;
}
.categories-tags {
    overflow-x: scroll;
}
.categories-tags-in {
    width: max-content;
}
.bottom-cat {
    overflow-x: initial!important;
	display: flex;
}
.bottom-cat .categories-tags-in {
    widthx: auto!important;
}

#breadcrumb {
    overflow-x: scroll;
}
#breadcrumb a {
    font-size: 11px;
}
#main h1 {
    font-size: 18px;
    padding: 4px 4px 4px 6px;
	line-height: 20px;
}
#single .topdate {
    font-size: 11px;
    padding: 0 3px;
}
.sns a {
    font-size: 11px;
}
html>body {
    font-size: 15px;
}
#entry p {
    padding: 7px 0px;
}

.modal__content{
    padding: 10px 15px 10px;
    width: 90%;
}
a.js-modal-close {
    margin: -17px -15px 0 0;
}
.toc {
    width: 94%;
}

.pagination {
    font-size: 14px;
}
.pagination a, .pagination span {
    padding: 0 1px;
}
#prev_next #prev img, #prev_next #next img {
    width: 35%;
}
#prev_next #prev, #prev_next #next {
    font-size: 12px;
}
#related .index-thum a img {
    height: 72px;
    width: auto;
	max-width: 130px;
}
#related h4 a {
    font-size: 14px;
	padding: 1px 3px 1px 5px;
}
#entry h2 {
    padding: 4px 4px 4px 8px;
    font-size: 18px;
}
#entry h3 {
    padding: 4px 4px 0px 8px;
    font-size: 17px;
}
#entry h4 {
    padding: 4px 4px 0px 8px;
    font-size: 17px;
}
#commentlist li {
    line-height: 19px;
}

.post-img .post-in .index-thum {
    max-height: 140px;
}
#main .post-img .index-right h2 a {
    font-size: 12px;
    line-height: 13px;
    padding: 3px 3px 1px;
}
.post-img .categories-tags li a{
    font-size: 10px;
    padding: 1px 2px;
    margin: 0px 0px 3px 2px;
}
.post-img .categories-tags {
    padding: 0px;
}
.post-img .index-comment {
    font-size: 12px;
}
}

@media screen and (max-width: 350px) {
.index-thum {
    max-width: 130px;
}
.post-img .post-in .index-thum {
    max-height: 110px;
}
.sns a {
    font-size: 10px;
}
#header-title a,
#header-title a:link
#header-title a:visited {
    font-size: 16px;/* ヘッダーの文字サイズ */
}
}