/*
 Theme Name:my wikichild
 Theme URI:
 Description:MyWiki の子テーマ
 Template:mywiki
 Author:FasterThemes
 Author URI:https://tcd-theme.com/
 Version:3.0.3
 */
#sidebar1 {
  display: none;
}
.header-text {
  font-size: 26px;
}
h4.cat-title {
  font-size: 32px !important;
}
section.post_content {
  font-size: 16px;
  line-height: 2;
}
section.post_content h2 {
  font-size: 30px;
  border-left: 5px solid #048eb0;
  padding-left: 10px;
  padding-top: 5px;
  line-height: 1.5;
}
section.post_content h2:nth-of-type(n+2) {
  margin-top: 3em;
}
section.post_content h3:before {
  font-size: 30px;
  color: #048eb0;
  margin-right: 5px;
  content: '●';
}
section.post_content hr {
  margin-bottom: 5em;
  color: #048eb0;
}
section.post_content ul {
  margin-left: 2em;
}
section.post_content ul li {
  color: #333;
}
.input-group {
  display: block;
}
.navbar {
  border: none;
  box-shadow: none;
}
.navbar-toggle {
  background-color: #048eb0;
}
.navbar-collapse {
  border: none;
}
.navbar-collapse.collapse {
  float: none;
}
.col-sm-8 {
  width: 100%;
}
table.sequence {
  width: 100%;
  margin: 0 0 1em 1em;
  border: none;
}
table.sequence th {
  text-align: center;
  border: none;
}
table.sequence th:first-child {
  width: 8em;
}
table.sequence th:nth-child(2) {
  min-width: 15em;
  padding-left: 1em;
}
table.sequence td {
  border: none;
}
table.sequence td:first-child {
  text-align: center;
}
table.sequence .bg {
  background-color: lemonchiffon;
}
@media (max-width: 767px) {
  .top-menu {
    margin-top: 20px !important;
  }
  .col-sm-8 {
    width: 100%;
  }
}
