/*
Template:ystandard
Theme Name:ystandard-child
Theme URI: http://wp-ystandard.com
Author: yosiakatsuki
Author URI: https://yosiakatsuki.net
Description:サイト高速化、Google PageSpeed Insightsでの高得点獲得に重点を置きながら、比較的カスタマイズしやすい形を目指したテーマystandardの子テーマ
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* HTML override
================================================== */
body {
	/*letter-spacing: 1.5px;*/
	background: #fbfbfb;
	color: #66595c;
	font-feature-settings: "palt" 1;
	font-kerning: auto;
	/*text-align: justify;*/
}

h1+h2,
h2+h3,
h3+h4,
h4+h5,
h5+h6 {
    margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*color: #66595c;*/
	color: #5d535e;
	font-weight: bold;
}

a {
    color: #1dc6df;
    text-decoration: none;
}

a:hover {
	color: #66595c;
	text-decoration: none;
}

code {
    background-color: #f3f3f3;
}

pre {
	padding:.5em 1em;
	background: #362e2b;
	white-space: pre-wrap;
	word-wrap: break-word;
	font-size: .88em;
	font-family: Verdana, sans-serif;
	color: #efdab9;
	line-height: 1.68;
	letter-spacing: 0.04em;
}

blockquote {
    background-color: #f6f6f6;
}


/* Class override
================================================== */
.after-content-widget {
    margin: 5em 0 0;
}

.archive__title {
	margin: 3em 0 0 0;
	text-align: center;
}


.breadcrumbs {
	text-align: center;
	color: #afafaf;
	margin-top: 5em;
}

.breadcrumbs a {
    color: #afafaf;
}

.breadcrumbs a:hover {
    color: #66595c;
}

.flex--c-c {
	/*background: #ffffff;*/
}

.footer__widget h2 {
	color: #ffd152;	
}

.entry-content h2 {
	position: relative;
}

.entry-content h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 7px;
	background: -webkit-repeating-linear-gradient(-45deg, #b6f0fc, #b6f0fc 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #b6f0fc, #b6f0fc 2px, #fff 2px, #fff 4px);
}

.entry-header h1 {
	text-align: center;
}

.entry-list--list .entry-list {
    background-color: #fbfbfb;
}

.entry-meta,
.entry__meta {
	color: #afafaf;
}

.entry-paging__title a {
	color: #5d535e;
}

.entry__title,
.one-col .entry__title {
	margin-bottom: 3em;
}

.global-nav {
	background: #362e2b;
}

.header {
	background: #362e2b;
	color: #efdab9;
}

.header a:hover {
	color: #ffd152;
}

.site-description {
	color: #766e63;
	text-align: center;
}

.site-footer {
	background: #362e2b;
	color: #efdab9;
}

.site-footer a {
    text-decoration: none;
    color: #efdab9;
}

.site-footer a:hover {
    text-decoration: none !important;
    color: #ffd152;
}

.site-footer span {
    text-decoration: none;
    color: #efdab9;
}

.site-footer span:hover {
    text-decoration: none;
    color: #ffd152;
}

.site-info {
	color: #766e63;
}

.site-main {
	background: #fbfbfb;
}

.subscribe__buttons-container {
	background: #ffffff !important;
}

.ys-post-list__title {
	color: #66595c;
}

/* ADD Class
================================================== */
.text-center {
	text-align: center;
}

/* Add font-awesome icon before link
================================================== */
.entry-content p a[target="_blank"]:before {
	content: "\f08e";
	font-family: "FontAwesome";
	font-size: 0.8em;
	margin-right: 1em; 
}

/* Embed - Twitter 
================================================== */
.twitter-tweet {
    margin: 0 auto;
}

/* Embed - YouTube
================================================== */
.embed__container {
    max-width: 100% !important;
}

/* Table of Contens Plus
================================================== */
#toc_container {
	display: block !important;
	width: 100% !important;
	/*background: #fff;*/
	/*border: 1px solid #ccc;*/
	font-size: 95%;
	box-sizing: border-box;
	line-height: 1.4;
	margin: 0 auto;
	/*padding: 1em 2em;*/
}
 
#toc_container .toc_title {
	text-align: center;
	background: #eee;
	border-bottom: 1px solid #ddd;
	padding: 0.4em 0;
}
 
#toc_container ul {
    list-style: none;
    margin-bottom: 0;
}
 
#toc_container ul li {
    margin: 0 0 1em 0;
    padding-left: 0;
    text-indent: 0;
}
 
#toc_container ul a {
	display: block;
	text-decoration: none;
	color: #444;
	border-bottom: 1px dotted #ccc;
}
 
#toc_container .toc_list > li > a {
	border-bottom: 1px solid #ccc;
	font-size: 110%;
}
 
#toc_container ul ul {
	padding: 1em 0 1em 1em;
}
 
#toc_container li {
	margin-bottom: 0.8em;
	padding-bottom: 0.2em;
}