@charset "utf-8";
/*
Theme Name: LIQUID MAGAZINE Child
Theme URI: https://lqd.jp/wp/theme_magazine.html
Description: LIQUID PRESS SERIES
Author: LIQUID DESIGN Ltd.
Author URI: https://lqd.jp/wp/
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: liquid-magazine
Template: liquid-magazine
Version: 20200811_4
*/


html {
	font-size: 18px;
	word-break: break-all;
}


a {
    color: #333;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}
a:hover, a:active {
    color: #333;
    text-decoration: none;
}
a:visited {
    color: #333;
    opacity: 0.7;
}

.blockquote {
	font-size: 1rem;
}

.post_body h3 {
    font-weight: bold;
    padding-bottom:1rem;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    margin: 2rem 0 2rem 0;
}


.post_body h4 {
    font-weight: bold;
    padding-bottom:1rem;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
}


/* embedタグ関連 */

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
	margin-bottom: 1.5em;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;

}

.embed-responsive-21by9::before {
	padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}


body.darkmode { 
    background-color: #15202b;
    color:white;
}


.fixed_footer .widget .ttl {
    border-bottom: 0 none;
    margin: 0;
    padding-left: 1rem;
}



/* ダークモード */

.darkmode a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.darkmode .post_body a {
	text-decoration: underline;
} 

.darkmode a:hover, .darkmode a:active {
    color: #fff;
    text-decoration: none;
}
.darkmode a:visited {
    color: #fff;
    opacity: 0.7;
}

.darkmode .authorbox {
	background-color:#1c2938;
}

.darkmode .headline {
	background-color: #1c2938 !important;
}

.darkmode .navbar {
	background-color: #1c2938 !important;
}

.darkmode .logo {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.darkmode .breadcrumb {
    background: #1c2938;
}

.darkmode .post_body h3 {
    font-weight: bold;
    padding-bottom:1rem;
    border-bottom: 3px solid rgba(255, 255, 255, 0.1);
    margin: 2rem 0 2rem 0;
}


.darkmode .post_body h4 {
    font-weight: bold;
    padding-bottom:1rem;
    border-bottom: 3px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 2rem;
}

.namecolor {
	color:green;
}

.switch_mode {
    font-size: small;
    display: block;
    padding: .5rem 1rem;
}


.darkmode ul.post-categories a, .darkmode ul.tag a, .darkmode .pagination li>a {
    display: inline-block;
    padding: .5em 1em;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 .5rem .5rem 0;
}


table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border: 1px solid #dee2e6;
}


table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

table th,
table td {
  border: 1px solid #dee2e6;
}

table thead th,
table thead td {
  border-bottom-width: 2px;
}


.darkmode table thead th,
.darkmode table thead td {
  border-bottom-width: 2px;
  background-color:#1c2938;
}

.darkmode table th {
  border: 1px solid #dee2e6;
  color:#fff;

}

.darkmode table td {
  color:#fff;
}

.darkmode #ez-toc-container {
  background-color:#1c2938;
}

.darkmode #ez-toc-container a {
  color:#fff;
}

.darkmode .ez-toc-glyphicon {
  color:#000;
}