@charset "utf-8";
/* CSS Document */

#header li.news { opacity: 0.5; }

#maincontents img {
    max-width: 100%;
    height: auto;
}

/* カテゴリ選択
----------------------------------------------------------------------------------- */

select {
    -webkit-appearance: none;
    appearance: none;
    min-width: 220px;
    height: 50px;
    padding: 0 1.5em;
    background: #f7f7f7;
    border: solid 1px #e0e0e0;
    border-radius: 0;
    cursor: pointer;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    font-weight: bold;
    color: #141414;
}

select::-ms-expand {
    display: none;
}

select:focus {
    outline: none;
}

.category-select {
    position: relative;
    display: inline-block;
    min-width: 220px;
    height: 50px;
}

.category-select::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #141414 transparent transparent transparent;
    pointer-events: none;
}

/* 一覧
----------------------------------------------------------------------------------- */

ul.postArea {
    margin-top: 30px;
}

ul.postArea li {
    border-bottom: solid 1px #e0e0e0;
}

ul.postArea li a {
    display: block;
    padding: 1.5em 0 1.5em 0.75em;
    background: url("../../img/icon_arrow_black.png") center right / 54px no-repeat;
}

ul.postArea li a .date {
    display: inline-block;
    vertical-align: middle;
    color: #727272;
    font-size: 1.1em;
    font-weight: bold;
}

ul.postArea li a .cat {
    display: inline-block;
    margin-left: 15px;
    padding: 0.5em 1.5em 0.3em 1.5em;
    border: solid 1px #141414;
    font-size: 0.75em;
    font-weight: bold;
}

ul.postArea li a div {
    width: 93%;
    padding-top: 0.75em;
    font-size: 1.05em;
    font-weight: bold;
    line-height: 1.5em;
}

/* ページ送り */

#pagenation {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
}

#pagenation div {
    margin: 0 2.5px;
    font-size: 1.1em;
    font-weight: bold;
}

#pagenation div a {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e3e3e3;
    padding-top: 0.2em;
}

#pagenation .back a, #pagenation .next a {
    background: url("../../img/icon_arrow_black.png") center center / 45px no-repeat #e3e3e3;
}

#pagenation .back a {
    transform: scale(-1, 1);
}

#pagenation .active {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.2em;
    color: #FFF;
    background: #434343;
}

#pagenation .omit {
    padding: 0 0.75em;
}

/* 詳細
----------------------------------------------------------------------------------- */

#postData {
    margin-bottom: 40px;
    padding: 0 0 40px 0;
    border-bottom: solid 1px #e0e0e0;
}

#postData .date {
    display: inline-block;
    vertical-align: middle;
    color: #727272;
    font-size: 1.1em;
    font-weight: bold;
}

#postData .cat {
    display: inline-block;
    margin-left: 15px;
    padding: 0.5em 1.5em 0.3em 1.5em;
    border: solid 1px #141414;
    font-size: 0.75em;
    font-weight: bold;
}

#postData div {
    width: 100%;
    padding-top: 0.75em;
    font-size: 1.65em;
    font-weight: bold;
    line-height: 1.3em;
}

/* 記事本文 */

#article {
    max-width: 900px;
    margin: 0 auto;
	letter-spacing: initial;
}

#article img {
	max-width: 100%;
	height: auto;
}

#article ol {
	padding-left: 24px;
	list-style-position: outside;
}

#article ul {
	padding-left: 24px;
	list-style-position: outside;
}

#article ol li {
	list-style-type: decimal;
}

#article ul li {
	list-style-type: disc;
}

#article h1 {
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border: 0;
}

#article h2 {
	font-size: 1.5em;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border: 0;
}

#article h3 {
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border: 0;
}

#article h4 {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border: 0;
}

#article h5 {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border: 0;
}

#article h6 {
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border: 0;
}

#article p {
	line-height: 1.6em;
}

#article a {
	text-decoration: underline;	
}

#article table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}

#article table th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

#article table td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

#article .alignnone {
    margin: 5px 20px 10px 0;
}
 
#article .aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
 
#article .alignright {
    float:right;
    margin: 5px 0 10px 20px;
}
 
#article .alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}
 
#article .aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
 
#article a img.alignright {
    float: right;
    margin: 5px 0 10px 20px;
}
 
#article a img.alignnone {
    margin: 5px 20px 10px 0;
}
 
#article a img.alignleft {
    float: left;
    margin: 5px 20px 10px 0;
}
 
#article a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
 
#article .wp-caption {
    background: #eee;
    border: 1px solid #ddd;
    max-width: 96%;
    padding: 10px;
}
 
#article .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
 
#article .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
 
#article .wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
 
#article .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
 
#article .wp-caption p.wp-caption-text {
    margin: 0;
    padding: 5px 0;
}

/* リンク */

#maincontents .btnArea {
    margin-top: 80px;
}

#maincontents .btnArea a {
	margin: 0px auto;
    width: 320px;
    height: 50px;
    border: 2px solid rgb(20, 20, 20);
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../../img/icon_arrow_black.png") right center / 54px no-repeat;
    font-size: 0.95em;
    font-weight: bold;
    letter-spacing: 0.05em;
}
