@charset "UTF-8";
  body {
background-color: #fbfaf5;
}
.header, .header .site-name-text {
color: #fff;
}
.header {
background-color: #f8b500;
}
.fixed-header .header {
background-color: transparent;
}
.fixed-header .navi {
box-shadow: none;
}
.widget_recent_entries ul li a:hover, .widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .widget_rss ul li a:hover, .widget_nav_menu ul li a:hover, .tagcloud a:hover, .pagination a:hover, .pager-links a:hover span, .pagination-next-link:hover, .comment-btn:hover, .comment-reply-link:hover, .navi-footer-in a:hover, .navi-footer-in a:hover {
background-color: rgba(248, 181, 0, 0.05);
}
.page-numbers,
.tagcloud a,
.author-box,
.ranking-item,
.pagination-next-link,
.comment-reply-link,
.toc {
border: 1px solid #ffec47;
}
.page-numbers,
.pagination-next-link {
border-radius: 8px;
background: rgba(248, 181, 0, 0.05);
}
.pagination .page-numbers,
.pager-numbers .page-numbers {
border-radius: 99px;
}
.pagination .current,
.page-numbers.current,
.page-numbers.dots {
background: #ffec47;
}
.post-navi-default.post-navi-border .next-post {
border-top-width: 1px;
margin-top: 6px;
}
@media screen and (max-width: 480px) {
.pager-post-navi.post-navi-square a:last-child {
border-top-width: 1px;
margin-top: 6px;
}
}
.cat-label,
.mobile-menu-buttons,
.mobile-menu-buttons .menu-button > a,
.navi-menu-content,
.navi-menu-content a,
.go-to-top-button,
#submit {
background-color: #f8b500;
color: #fff;
}
#submit {
width: 80%;
margin: 0 auto;
display: block;
}
div.mobile-menu-buttons .menu-button:hover,
.navi-menu-content a:hover {
background-color: rgba(255, 255, 255, 0.2);
color: #fff;
}
.sidebar-menu-content {
color: #333;
}
.cat-label {
top: 0;
left: 0;
border: none;
border-bottom-right-radius: 3px;
}
.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_archive ul li a {
border-bottom: 1px dashed #ccc;
padding: 5px 0;
}
.cat-item a::before {
font-family: FontAwesome;
content: "\f0da";
margin-right: 6px;
}
.cat-item .children a::before {
content: "\f105";
}
.font-awesome-5 .cat-item a::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
.font-awesome-5 .cat-item .children a::before {
content: "\f105";
}
.post-count {
background-color: #fff6e0;
padding: 0 8px;
border-radius: 6px;
font-size: 0.8em;
}
.main,
.sidebar,
.carousel-in,
.sbp-main-before,
.sbp-footer-before,
.pbp-main-before,
.pbp-footer-before {
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
.a-wrap {
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
border-radius: 4px;
transition-duration: 0.3s;
}
.a-wrap:hover {
background-color: transparent;
transform: translateY(-4px);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.24);
transition-duration: 0.3s;
}
.a-wrap > div {
border: none;
}
.widget-entry-cards .a-wrap {
margin-bottom: 8px;
}
.comment-list ul.children {
padding: 0.6em;
background-color: rgba(248, 181, 0, 0.05);
border-left: 2px solid #ffec47;
}
.widget-entry-cards.ranking-visible .card-thumb::before {
border-radius: 50%;
background: #ffec47;
top: -10px;
left: -10px;
border: 2px solid #eee;
}
.appeal-button {
background-color: #f8b500;
}
.navi {
background-color: #fff;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
font-weight: bold;
}
.navi a:hover {
background-color: #fff;
text-decoration: underline;
}
.navi ul .sub-menu {
background-color: #f8b500;
opacity: 0.95;
}
.navi ul .sub-menu a {
color: #fff;
}
.navi ul .sub-menu a:hover {
background-color: rgba(255, 255, 255, 0.2);
}
.navi ul .sub-menu a .sub-caption {
opacity: 0.8;
}
.navi-in > ul .sub-menu {
display: block;
}
.navi-in > ul .sub-menu li {
visibility: hidden;
transition: all 0.2s ease;
height: 0;
opacity: 0;
}
.navi-in > ul li:hover > ul > li {
transition: all 0.2s ease;
visibility: visible;
height: 60px;
opacity: 1;
}
.navi-in > ul .sub-menu .sub-menu li {
display: none;
}
.navi-in > ul .sub-menu li:hover > ul > li {
display: block;
}
.navi-in > ul > li:last-of-type .sub-menu {
right: 0;
}
.sidebar h2,
.sidebar h3 {
background: transparent;
padding: 0.4em;
margin: 0.3em 0;
}
.article h2 {
background: #fff6e0;
border-left: solid 5px #f8b500;
}
.article h3 {
border: none;
border-left: solid 5px #f8b500;
}
.article h4 {
border: none;
border-bottom: 6px solid #fff6e0;
}
.article h5,
.article h6 {
border: none;
}
#tinymce.main {
box-shadow: none;
}