/*
Theme Name: Wiki
Theme URI:
Description: Wiki
Version: 1.0
*/

@charset "UTF-8";
@-ms-viewport {width: device-width;}
html, body {
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}
body {
    color: #333;
    font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    background: #fafafa;
    }
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;}

h1,h2, h3, h4, h5, h6{
    font-size: 100%;
    font-weight: normal;
    padding: 0;
    line-height: 1.3;
    margin: 0;
}
ul,ol,li {
    margin: 0;
    padding: 0;
    list-style: none;
}
img{
    margin: 0;
    padding: 0;
    vertical-align: bottom;

}
a{
    color: #333;
    text-decoration: none;
    }
a:hover{
    text-decoration: none;
    -webkit−transition: 0.1s;
    transition: 0.1s;
    cursor: pointer;
}
a:hover .txt-bold{
    color: #9b9a9a;
    transition: 0.2s;
    -webkit−transition: 0.2s;
}
/*
.column-card:hover{
    background: #eee;
    text-decoration: none;
    -webkit−transition: 0.1s;
    transition: 0.1s;
    cursor: pointer;
}
*/
a img :hover{
/*
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha( opacity=80 );
    opacity: 0.8;
*/
    transition: 0.2s;
}

/*clearfix
---------------------------------*/
/* For modern browsers */
.cf:before,
.cf:after {
    content: " ";
    display: table;}
.cf:after {
    clear: both;}
/* For IE 6/7 only */
.cf {
    *zoom: 1;}
/*flexbox
---------------------------------*/
.df,.post-categories{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
p{
    margin:  0;
    padding: 0;
}
/*---------------------------------
header
---------------------------------*/
.header {
    background: #141f65;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    padding: 1em 2em;
    min-height: 10vh;
}
.header .top_ttl {
    font-size: 2em;
    color: #fff;
}
.header input {
    padding: .5em;
    border-radius: 5px;
}

/*---------------------------------
main
---------------------------------*/
main {
    width: 100%;
    margin: 0 auto;
}
.main_wrap {
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.page_main_wrap {
    /*display: inline-flex;*/
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.left_box {
    width: 20%;
    background: #eeeff5;
    min-height: 90vh;
}
.right_box {
    width: 80%;
    margin-top: 50px;
    padding: 0 1rem;
}
.wiki_list {
    width: 100%;
    margin-top: -1.5rem;
}
.wiki_list ul {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: left;
    margin-bottom: 1em;
}
.wiki_list li {
    width: 33%;
    margin-bottom: 1em;
}
.wiki_list li a {
    display: inline;
}
.wiki_list li a:before {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138";
} 
.wiki_list li .ttl:hover {
    text-decoration: underline;
}
.wiki_list li .tag {
    background: #141f65;
    position: absolute;
    top: 0;
    right: 0;
    padding: .2em;
    color: #fff;
    font-size: .8em;
    display: none;
}
.wiki_list li .engineer {
    background: #2bbce6;
}
.wiki_list li .designer {
    background: #76ce5b;
}
.wiki_list li .engineer {
    background: #2bbce6;
}
.calendar {
    padding: 1em;
    border: #afb3ce solid 1px;
}
.calendar table {
    width: 100%;
}
.tag_link {
    margin-top: 50px;
}
.tag_link li {
    border-bottom: #afb3ce solid 1px;
    padding: .5em .5em .5em 1rem;
    margin-bottom: .5em;
}
.pagenav {
    text-align: right;
}
.pagenav a {
 margin: 1em;
}
/*---------------------------------
.tag_wrap
---------------------------------*/
.tag_wrap .ttl1 ,.main_wrap .ttl1 {
    padding-bottom: .5em;
    font-weight: bold;
    border-bottom: #000 solid 2px;
    font-size: 1.2rem;
}
.main_wrap .ttl1 {
    margin-bottom: 2rem;
}
.tag_wrap .ttl2,
.main_wrap .ttl2 {
    padding-bottom: .5em;
    margin: 1.5em 0 0;
    font-weight: bold;
    color: #142064;
}
/*---------------------------------
.details_page
---------------------------------*/

.details_page .ttl1 {
    padding-bottom: .5em;
    margin-bottom: 1em;
    font-weight: bold;
    border-bottom: #000 solid 2px;
}
.details_page time {
    text-align: right;
    color: #ccc;
    display: block;
}
.details_page .category {
    display: inline-flex;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.details_page .category li a {
    background: #141f65;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    padding: 0 .2em;
    font-size: .8em;
}
.details_page .content {
    border: #141f65 1px solid;
    padding: 1.5em;
}

.content h1 {
    font-size: 2em;
    border-bottom: 1px solid #142064;
    margin-bottom: 1rem;
}
.content h2 {
    font-size: 1.6em;
    margin-bottom: 1rem;
    margin-top: 1rem;
    border-bottom: #000 1px dashed;
}
.content h3 {
    font-size: 1.3em;
    margin-bottom: 1rem;
    margin-top: 1rem;
    display: flex;
    align-items: center;
}
.content h3:before {
    border-top: 2px solid #141f65;
    content: "";
    width: 1em;
    margin-right: .2em;
  }
.content h4 {
    font-size: 1.2em;
    margin-bottom: 1rem;
    margin-top: 1rem;
    background: #e9ecff;
    padding: .3rem;
}
.content h5 {
    font-size: 1.1em;
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-weight: bold;
}
.content h6 {
    font-size: 1em;
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-weight: bold;
    color: #d40000;
}
.content ul, .content ol {
    padding-left: 2em;
    padding-bottom: 1rem;
}
.content ul li {
    list-style-type: disc;
}
.content ol li {
    list-style-type: decimal;
}
.content ul li ul {
    padding-left: 1em;
}
.content blockquote {
    border-left: 4px solid #ddd;
    margin: 1em 2em;
}
.content code {
    background-color: rgba(27,31,35,.05);
    padding: .2em .4em;
    white-space: pre-wrap;
}
.content pre {
    background-color: rgba(27,31,35,.05);
    padding: 1rem;
}
.content pre code {
    background:none;
}
.content p {
    padding-bottom: 1em;
}
.content a {
    text-decoration: underline;
    color: #0072ff;
}
.content a:hover {
    text-decoration: none;
}
.archive_column li {
    width: 100%;
}

.content .tag {
    color: #008;
}
.content .atn {
    color: #606;
}
.content .atv, .content .str {
    color: #080;
}
.content .com {
    color: #800;
}
.fl {
    width: 33%;
    float: left;
    margin-bottom: 1rem;
}
.fl a:hover {
    text-decoration: underline;
}
.clear {
    clear: both;
    padding-top: 1rem!important;
}
.fl a .ttl:before {
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
    content: "\f138";
    margin-right: 2px;
} 

@media (max-width: 1000px) {
    .tag_link {
        margin: 0;
    }
    .left_box {
        width: 100%;
        min-height: 0;
    }
    .tag_link li {
        margin-bottom: 0;
    }
    .right_box {
        width: 100%;
    }
    .wiki_list li, .fl {
        width: 100%;
    }
 }

/* 2023/03/23 add */
table {
border-collapse: collapse;
}
table th {
	background-color:#ebedf3;
}
table th, table td {
	border: 1px solid #a6aac7;
	    padding: 5px 10px;
}

@media (max-width: 640px) {
table {
    width: 100%;
}
}