@charset "utf-8";
ol, ul {
    list-style: none;
}
#index .clear {
    clear: both;
}
#mainbox {
    width: 980px;
    margin: 0px auto auto auto;
}
#mainbox_left {
    float: left;
    width: 660px;
    padding-right: 20px;
}
/* 20220704 i.sato ブログh2,h3タグ装飾、投稿日付、筆者表示対応 */
.catbox time {
    font-size: 18px;
    font-weight: 700;
}
.catbox span {
    margin-left: 1em;
    font-size: 18px;
    font-weight: 700;
}
.pagebox {
    margin-top: 10px;
}
/* 20220704 i.sato ブログh2,h3タグ装飾、投稿日付、筆者表示対応 */
.blog-content {
    clear: both;
    margin-top: 10px;
}
.blog-content-box {
    margin-bottom: 15px;
}
.blog-content-img {
    float: left;
    width: 150px;
    padding-right: 10px;
    margin-bottom: 5px;
}
.blog-content-txt {
    float: left;
    width: 500px;
}
.blog-meta h3 {
    font-size: 18px;
}
.blog-meta ul li, p {
    font-size: 14px;
    margin-bottom: 1em; /* 20220-624 i.sato ブログのp要素下余白対応 */
}
#mainbox_right {
    float: left;
    width: 280px;
    margin: 10px;
}
.arrow3 a {
    position: relative;
    display: inline-block;
    padding: 0 32px 0 16px;
    color: #fff;
    text-decoration: none;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    background: #62A1CB;
    margin-bottom: 4px;
    font-size: 12px;
}
.arrow3 a:after {
    content: url(../../img/cate_arrow.png);
	position: absolute;
	top: 4px;
	right: 5px;
}
.blog_title {
    font-size: 13px;
    border: 1px solid #F2F2F2;
    margin-bottom: 10px;
    padding: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
}
h3.multi {
    padding: 6px 0;
    border-bottom: 8px solid #ABDEF7;
    position: relative;
    margin-bottom: 5px;
}
h3.multi:before {
    width: 20%;
    left: 8%;
    background: rgba(255,255,255,0.7);
}

h3.multi:before, h3.multi:after {
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    bottom: -8px;
}
.arrow3 a {
    position: relative;
    display: inline-block;
    padding: 0 32px 0 16px;
    color: #fff;
    text-decoration: none;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    background: #62A1CB;
    margin-bottom: 4px;
    font-size: 12px;
}
.tagcloud a {
    font-size: 14px !important;
}
#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;
    width: 250px;
    margin-left: 10px;
}
#wp-calendar caption {
    font-weight: bold;
    text-align: left;
}
#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;
}
#wp-calendar td {
    text-align: center;
    padding: 5px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #999;
    border-left-color: #999;
}
#wp-calendar thead tr th:nth-child(6) {
    background-color: #C0DDF9;
}
#wp-calendar thead tr th:nth-child(7) {
    background-color: #F5D0D3;
}
#wp-calendar tbody tr #today {
    background-color: #CCC;
}
a.page-numbers, .pagination .current {
    background: #fff;
    border: solid 1px #ccc;
    padding: 5px 8px;
    margin: 0 2px;
    text-decoration: none;
}
.pagination {
    text-align: center;
    margin-bottom: 30px;
}
.related {
    margin-top: 40px;
    margin-bottom: 20px;
}
.related h2 {
    padding: 0 0 0 7px;
    border-left: solid 8px #bac6cb;
    border-bottom: none;
    font-size: 20px;
}
.related ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.related li a {
    padding: 5px 0;
    border: none;
    color: #000000;
    flex: 1;
    font-size: 14px;
    text-decoration: none;
    display: block;
}
.related li {
    width: 165px;
	/* height: 199px; */
    height: 239px;
	float: left;
}
.related li .thumb {
    height: 120px;
    margin-bottom: 5px;
    max-width: 80%;
}
.related li .text {
    margin-left: 0;
    padding: 2px;
    /* font-size: 12px; */
    font-size: 10.5px; /*  20220722 i.sato タイトル文字数対応 */
    width: 140px;
}
.index_head {
    width: 100%;
	height: 258px;
    background: #d6eaaa;
    margin-bottom: 30px;
}
.index_head div{
    width: 980px;
	height: 258px;
    margin-right: auto;
	margin-left: auto;
    background: url(../../img/true/true_bg.png);
    background-repeat: no-repeat;
}
.index_head h1 {
	font-size: 36px;
	line-height: 40px;
	text-align: center;
	padding-top: 20px;
	text-shadow:
    #FFFFFF 2px 0px,  #FFFFFF -2px 0px,
    #FFFFFF 0px -2px, #FFFFFF 0px 2px,
    #FFFFFF 2px 2px , #FFFFFF -2px 2px,
    #FFFFFF 2px -2px, #FFFFFF -2px -2px,
    #FFFFFF 1px 2px,  #FFFFFF -1px 2px,
    #FFFFFF 1px -2px, #FFFFFF -1px -2px,
    #FFFFFF 2px 1px,  #FFFFFF -2px 1px,
    #FFFFFF 2px -1px, #FFFFFF -2px -1px;
}
.index_head_text {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	text-shadow: #FFFFFF 1px 1px 0px, #FFFFFF -1px 1px 0px,
             #FFFFFF 1px -1px 0px, #FFFFFF -1px -1px 0px;
}
.index_head h2 {
	width: 600px;
	color: #000000;
	font-size: 18px;
	margin: 0 auto;
	text-shadow: #FFFFFF 1px 1px 0px, #FFFFFF -1px 1px 0px,
             #FFFFFF 1px -1px 0px, #FFFFFF -1px -1px 0px;
}
