/* basic */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* style */
* {
	box-sizing: border-box;
}
html {
	min-height: 100%;
}
body {
	background: #fff;
	color: #252525;
	font-family: "Helvetica", "Arial", "BIZ UDGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 107%;
	line-height: 1.83;
	overflow-wrap: break-word;
	overflow-x: hidden;
	overflow-y: scroll;
	word-break: break-word;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: 100%;
}
a,
a:visited {
	color: #237dac;
	outline: 0;
	text-decoration: none;
}
a:focus,
a:hover {
	color: #2d3e4a;
}
b {
	font-weight: bold;
}
code {
	background: whitesmoke;
	border: solid 1px silver;
	font-family: "Menlo", "Consolas", "monaco", "monospace", "Helvetica", "Arial", "BIZ UDGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	line-height: 1.4em;
	margin: 0 3px;
	padding: 0.1em 0.5em;
	vertical-align: text-top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}
h1 {
	font-size: 1.5em;
	line-height: 1.6;
}
h2 {
	font-size: 1.3em;
	line-height: 1.56;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5,
h6 {
	font-size: 1em;
	line-height: 1.5;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited  {
	color: inherit;
	font-weight: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5,
a:hover h6 {
	color: #666;
}
img {
	border: none;
}
kbd {
	background: whitesmoke;
	border-radius: 5px;
	border: solid 2px silver;
	box-shadow: 0 1px 0px #c3c3c3;
	color: gray;
	font-family: "Menlo", "Consolas", "monaco", "monospace", "Helvetica", "Arial", "BIZ UDGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	margin: 0 3px;
	padding: 0.10em 0.75em;
	vertical-align: text-top;
}
p {
	margin: 0 0 4px 0;
}
p img {
	margin: 20px 0;
}
pre {
	background: #edf0f3;
	border: none;
	font-family: "Menlo", "Consolas", "monaco", "monospace", "Helvetica", "Arial", "BIZ UDGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 1em;
	margin: 0 0 20px 0;
}
pre:not(:has(code)) {
	height: auto;
	max-height: 640px;
	overflow-x: auto;
	padding: 0.5em;
	-ms-word-wrap: break-word;
}
pre > code {
	background: inherit;
	border: none;
	display: block;
	font-family: inherit;
	font-size: inherit;
	height: auto;
	line-height: inherit;
	margin: 1.5rem 0 0 0;
	max-height: 640px;
	overflow-x: auto;
	padding: 0 0.5em 0.5em 0.5em;
	vertical-align: inherit;
	-ms-word-wrap: break-word;
}
pre:not(.hljs-copy-wrapper) > code {
	padding: 0.5em;
}
strong {
	color: crimson;
	font-weight: bold;
}
/*
::selection {
	background: #09c;
	color: #fff;
}
::-moz-selection {
	background: #09c;
	color: #fff;
}
*/
ol,
ul {
	margin: 0 0 20px 20px;
}
ol {
	list-style: decimal;
}
ul {
	list-style: square outside;
}
ol li ul,
ol li ol,
ul li ul,
ul li ol {
	margin-bottom: 0;
}
nav ul,
nav ol {
	list-style: none;
}
form p {
	margin: 0 0 0.5em;
}
button,
input,
textarea,
select {
	color: #252525;
	font-family: "Helvetica", "Arial", "BIZ UDGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
	font-size: 100%;
}
button,
input[type="submit"],
input[type="button"] {
	background: #09c;
	border: 2px solid #09c;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	padding: 4px;
	width: 100px;
}
button:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
	border: 2px solid #252525;
	background: #252525;
	outline: none;
}
input[type="text"],
input[type="password"],
textarea,
select {
	border: 2px solid #ddd;
	color: #999;
	max-width: 100%;
	outline: none;
	padding: 4px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #09c;
	color: #252525;
	outline: none;
}
input[type="text"].error,
input[type="password"].error,
textarea.error,
select.error {
	border-color: crimson;
}
details {
	background: #f1f5f8;
	display: inline-block;
	margin: 0 0 0.5em 0;
	padding: 1em;
	position: relative;
}
details:has(+p) {
	margin-bottom: 1em;
}
details[open] {
	padding-bottom: 0;
	width: 100%;
}
summary {
	cursor: pointer;
	font-weight: bold;
	line-height: 20px;
	list-style: none;
	position: relative;
	padding-left: 1.5em;
	user-select: none;
	-webkit-user-select: none;
}
summary::-webkit-details-marker {
	display: none;
}
summary::before {
	content: "\f054";
	font-family: "Font Awesome 6 Free";
	font-size: 1em;
	left: 0;
	position: absolute;
	top: 0;
	transition: transform 0.2s ease;
}
details[open] summary {
	margin-bottom: 1.5em;
}
details[open] summary::before {
	transform: rotate(90deg);
}
.clear {
	clear: both;
	height: 0;
	visibility: hidden;
	width: 0;
}
.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.alignleft {
	float: left;
	margin: 0 12px 12px 0;
}
.alignright {
	float: right;
	margin: 0 0 12px 12px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
amp-img.alignleft,
amp-img.alignright {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.box {
	outline: 3px solid #f1f4f9;
}
.boxshadow {
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15), 0 5px 6px rgba(0, 0, 0, 0.15);
}
.smalltext {
	font-size: 80%;
}
.largetext {
	font-size: 120%;
}
.smallimg {
	max-width: 240px;
}
.mediumimg {
	max-width: 300px;
}
.largeimg {
	max-width: 400px;
}
#header .header-container a,
#content a,
#sidebar a,
#footer a {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
#footer a {
	padding: 0 8px;
}
.home .container,
.category .container,
.archive .container,
.discussions .container {
	width: 1024px;
}
.container {
	margin: 0 auto;
	padding: 0;
	width: 1150px;
}
.container:after {
	clear: both;
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
#header {
	margin-bottom: 10px;
}
#header .header-container {
	border-bottom: 3px solid #252525;
	padding: 0.5em 1em;
}
#header .logo * {
	font-size: 24px;
	font-weight: bold;
}
#header .logo a {
	color: #252525;
}
#header .logo a:hover {
	color: #09c;
}
#menu ul {
	list-style: none;
	margin: 0;
}
#menu ul li {
	display: block;
	float: left;
	font-weight: bold;
	line-height: 1;
	position: relative;
}
#menu ul li:after {
	content: "";
	height: 50%;
	left: 0;
	position: absolute;
	top: 25%;
}
#menu ul li a {
	border-bottom: 3px solid transparent;
	border-top: 3px solid transparent;
	color: #252525;
	display: block;
	font-size: 14.5px;
	line-height: 1.2em;
	margin: -3px 0 0;
	padding: 1.2em;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
#menu ul li a:hover {
	border-bottom: 3px solid #09c;
	color: #09c;
}
#menu li.current-menu-item a {
	border-bottom: 3px solid transparent;
	border-top: 3px solid #09c;
	color: #09c;
	margin: -3px 0 0;
}
#menu li.current-menu-item a:after {
	border-color: #09c transparent transparent transparent;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	top: 0;
	width: 0px;
}
#menu li.current-menu-item a:hover {
	margin: -3px 0 0;
}
#menu .columns {
	width: 100%;
}
#main {
	float: left;
	margin-top: 10px;
	width: 100%;
}
#content {
	float: none;
	margin-bottom: 40px;
	margin-right: 320px;
	padding: 0;
	width: auto;
}
.nosidebar #content {
	margin-right: auto;
}
#sidebar {
	float: left;
	margin-left: -300px;
	margin-top: 10px;
	width: 300px;
}
#footer {
	background: #252525;
	color:#fff;
	font-size: 14.5px;
	font-weight: bold;
	padding: 16px 0;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #fff;
}
#footer .copyright {
	padding: 4px 0;
	text-align: center;
}
.breadcrumb {
	color: #999;
	font-size: 0.87em;
	font-weight: bold;
	margin: 1em 0;
	overflow: hidden;
}
.breadcrumb .fa-cube {
	color: #09c;
}
.breadcrumb li {
	float: left;
	margin-right: 8px;
}
.breadcrumb li a {
	color: #999;
	padding: 0 4px;
	text-decoration: none;
}
.breadcrumb li a:hover {
	color: #666;;
}
.widget {
	color: #999;
	font-size: 0.9em;
	line-height: 1.6;
	margin: 0 0 20px 0;
	padding: 0 0 0.8em;
}
.widget a {
	color: #647993;
	font-weight: bold;
}
.widget a:hover {
	color: #2d3e4a;
}
.widget .title {
	background: #09c;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 6px 12px;
	margin: 0 0 0.3em;
}
.widget ul {
	list-style: none;
	margin: 0 0 0 0.5em;
	padding: 0;
}
.widget ul.children li {
	padding-left: 20px;
}
.widget ul li {
	padding: 7px 0 0 4px;
}
.widget .ra {
	display: table;
	width: 100%;
}
.widget .ra p {
	margin: 0;
}
.widget .ra:hover img {
	filter: alpha(opacity=75);
	opacity: 0.75;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.widget .ra div:first-child {
	display: table-cell;
	height: 100px;
	line-height: 0;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}
.widget .ra div:first-child + div {
	display: table-cell;
	padding: 0 1em;
	vertical-align: top;
	width: calc(100% - 100px);
}
.blog .article {
	margin: 0 0 20px 0;
	padding: 4px 32px 20px 0;
}
.blog .article-title {
	margin: 0;
	padding: 0;
}
article a.more {
	background: #09c;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0;
	padding: 4px;
	text-align: center;
	width: 120px;
}
article a.more:hover {
	background: #252525;
	margin-left: 4px;
}
article a.button,
article a.button-amazon,
article a.button-rakuten {
	background: #09c;
	color: #fff;
	display: inline-block;
	line-height: 20px;
	margin: 0 4px 20px 0px;
	padding: 1em;
	position: relative;
	white-space: nowrap;
}
article a.button-amazon {
	background: #ffb36b;
	line-height: 1;
	margin-top: 8px;
	padding: 0.8em;
}
article a.button-rakuten {
	background: #ea7373;
	line-height: 1;
	margin-top: 8px;
	padding: 0.8em;
}
article a.button:hover,
article a.button-amazon:hover,
article a.button-rakuten:hover {
	background: #252525;
	margin-left: 4px;
	margin-right: 0;
}
article h3 {
	margin-top: 20px;
}
.article img {
	display: block;
}
.article-image a {
	display: block;
	position: relative;
}
.overlay {
	background-color: rgba(0, 0, 0, 0.6);
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.article-image .overlay > span {
	color: #fff;
	font-size: 20px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.article-image .category {
	background: #f96;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	padding: 4px;
	position: absolute;
	right: 0;
	top: 0;
}
.article,
#comment,
#discussion,
#reply {
	overflow: hidden;
	margin: 0;
	padding: 0 32px;
}
.category-title h1 {
	margin: 0;
	padding: 0;
}
.article-title h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 2px;
	padding: 0;
}
.article-title h2 a {
	color: #252525;
	margin: 0;
}
.article-title h2 a:hover {
	color: #09c;
}
.article-excerpt {
	color: #252525;
	font-size: 16px;
}
.article-excerpt a,
.article-content a {
	font-weight: bold;
}
.article-content h2,
.article-content h3 {
	font-size: 1.2em;
	margin: 2em -0.5em 1.5em;
}
.article-content h4,
.article-content h5,
.article-content h6 {
	font-size: 1em;
	margin: 0;
}
.article-content h2 {
	background: #f1f5f8;
	border-left: 5px solid #09c;
	color: #252525;
	padding: 0.5em 0.8em;
}
.article-content h3 {
	background: #f1f5f8;
	padding: 0.6em;
	position: relative;
}
.article-content h3:after {
	border: solid 15px transparent;
	border-top: solid 15px #f1f5f8;
	content: "";
	height: 0;
	left: 30px;
	position: absolute;
	top: 100%;
	width: 0;
}
.article-content h4 {
	line-height: 1.4;
	margin: 2em 0 1em;
	position: relative;
}
.article-content h4:before,
.article-content h4:after { 
	color: #09c;
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	font-size: 1em;
	position: relative;
}
.article-content h4:before {
	content:"\f053";
	padding-right: 0.5em
}
.article-content h4:after {
	content:"\f054";
	padding-left: 0.5em
}
.article-content h5 {
	padding-left: 1.5em;
	position: relative;
	margin: 1em 0 1em;
}
.article-content h5:before {
	color: #09c; 
	content: "\f075";
	font-family: "Font Awesome 6 Free";
	font-size: 1em;
	left: 0;
	position: absolute;
	top: 0;
}
.article-content h6 {
	margin: 1em 0 1em;
}
.article-content ul li {
	padding: 2px 0;
}
.article-content ul li p {
	margin: 0 0 0.5em;
}
.article-content p {
	margin: 0 0 1.2em;
}
.article-content > p {
	line-height: 1.93;
}
.article-content form p {
	margin: 0 0 0.5em;
}
.article-content img {
	height: auto;
	max-width: 100%;
}
.article-content > p:first-child img {
	width: 100%;
}
.article-content > p:first-child img {
	margin: 0 auto;
}
.article-content blockquote {
	border: solid 2px #464646;
	box-sizing: border-box;
	color: #464646;
	font-weight: bold;
	margin: 1.5em 0;
	padding: 13px 15px 13px 50px;
	position: relative;
}
.article-content blockquote:before {
	content: "\f10d";
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	left: 8px;
	line-height: 1;
	position: absolute;
	top: 8px;
}
.article-content blockquote cite {
	color: #888;
	display: block;
	font-size: 0.9em;
	text-align: right;
}
.article-content table {
	border: 2px #ddd solid;
	margin-bottom: 20px;
	max-width: 100%;
}
.article-content caption {
	text-align: left;
}
.article-content table th,
.article-content table td {
	border: #ddd solid 2px;
	padding: 5px;
	text-align: center;
}
.article-content table th {
	font-weight: bold;
	text-align: center;
}
.article-content table thead th {
	background: #f1f5f8;
}
.article-content table tbody th {
	background: #f1f5f8;
}
.article-content .summary ul {
	border: solid 2px #f1f4f9;
	margin: 0.5em 0 1.5em;
	padding: 0.5em 1em 0.5em 2.3em;
	position: relative;
}
.article-content .summary ul li {
	line-height: 1.5;
	list-style-type: none;
	padding: 0.5em 0;
}
.article-content .summary ul li:before {
	color: #09c;
	content: "\f00c";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	left : 1em; 
	position: absolute;
}
.article-content .ra ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.article-content .ra ul li {
	display: block;
	float: left;
	margin: 14px 1% 0;
	position: relative;
	width: 48%;
}
.article-content .ra a {
	border: 2px solid #f1f4f9;
	color: #252525;
	display: table;
	width: 100%;
}
.article-content .ra a p {
	font-size: 0.9em;
	line-height: 1.4;
	margin: 0;
}
.article-content .ra a:hover {
	background: #edf0f3;
	color: gray;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.article-content .ra a:hover img {
	filter: alpha(opacity=75);
	opacity: 0.75;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.article-content .ra a div:first-child {
	display: table-cell;
	height: 100px;
	line-height: 0;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}
.article-content .ra a div:first-child + div {
	border-left: 2px solid #f1f4f9;
	display: table-cell;
	padding: 0 1em;
	vertical-align: middle;
	width: calc(100% - 100px);
}
.article-meta {
	font-size: 15px;
	letter-spacing: 0.5px;
}
.article-meta > span {
	color: #999;
}
.article-meta > span a {
	color: #999;
}
.article-meta > span a:hover {
	color: #666;
}
.blog-medium article {
	float: left;
	padding: 4px 0;
	width: calc(100% - 260px);
}
.blog-medium .article-image {
	float: left;
	height: 240px;
	margin: 8px 16px 20px 0;
	overflow: hidden;
	width: 240px;
}
.blog-medium .article-image img {
	margin: 0 -38.5%;
}
.blog-medium .article-meta {
	margin: 0;
}
.blog-medium .article-meta > span {
	margin: 0;
	padding-right: 8px;
}
.single .article {
	margin-bottom: 20px;
}
.single .article-meta {
	margin: 0;
	text-align: right;
}
.single .article-meta > span {
	padding-left: 8px;
}
.article-content .publisher {
	border-top: 2px dashed #ddd;
	font-size: 80%;
	line-height: 3;
	margin: 1.5em 0 0;
	text-align: right;
}
.article-content .publisher a {
	color: #999;
}
.article-content .publisher img {
	display: inline-block;
	vertical-align: text-top;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
}
#pagination {
	margin-bottom: 20px;
}
#pagination > a,
#pagination > span {
	background: #09c;
	color: #fff;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 4px;
	padding: 8px 0;
	text-align: center;
	width: 40px;
}
#pagination > a:hover {
	background: #252525;
	color: #fff;
}
#pagination > span.current {
	background: #252525;
	color: #fff;
}
#comment {
	margin-top: 20px;
}
#comment h4 {
	margin-top: 20px;
}
.comment-content {
	font-size: 0.9em;
}
.comment-content a {
	font-weight: bold;
}
.comment-content p {
	margin: 0 0 1.2em;
}
.comment-meta {
	font-size: 0.8em;
	letter-spacing: 0.5px;
	margin-top: 20px;
}
.comment-meta > span {
	color: #999;
}
.comment-meta > span a {
	color: #999;
}
.comment-meta > span a:hover {
	color: #666;
}
.comment-list {
	list-style: none;
	margin: 20px 0 0 0;
}
.comment-list p {
	word-break: break-all;
}
.comment-list li {
	border-bottom: 2px dashed #ddd;
	list-style: none;
	margin: -8px 0 20px 0;
	padding: 8px 0 20px 0;
}
.comment-list li:last-child {
	border-bottom: none;
	margin: 0;
}
#comment_form {
	margin-bottom: 20px;
	width: 100%;
}
#comment_form #comment_name {
	width: 180px;
}
#comment_form #comment_body {
	height: 240px;
	width: 100%;
}
#article_form {
	width: 100%;
}
#article_form h2 {
	font-size: 1.2em;
	margin: 1em 0;
}
#article_form h2 a {
	color: #09c;
}
#article_form #created_at {
	width: 180px;
}
#article_form #category_id,
#article_form #category_name,
#article_form #category_slug {
	width: 180px;
}
#article_form #category_body {
	width: 320px;
}
#article_form #category_create,
#article_form #category_delete {
	width: 60px;
}
#article_form #article_name {
	width: 100%;
}
#article_form #article_body {
	height: 480px;
	width: 100%;
}
#article_form #article_excerpt {
	height: 80px;
	width: 100%;
}
#article_form #article_slug {
	width: 180px;
}
#article_form #article_head {
	height: 80px;
	width: 100%;
}
#article_form #template {
	width: 480px;
}
#login_form {
	margin-bottom: 8px;
	width: 240px;
}
#login_form #user_name,
#login_form #password_sub {
	width: 240px;
}
#login_form button {
	margin-top: 8px;
	width: 80px;
}
#ping_form #ping_sites {
	height: 240px;
	width: 100%;
}
#to-top {
	bottom: 8px;
	display: none;
	position: fixed;
	right: 8px;
	z-index: 9999;
}
#to-top a {
	background: #ccc;
	color: #fff;
	display: block;
	font-size: 1em;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
#to-top a:hover {
	background-color: #09c;
}
.blog-item {
	margin: 0 0 4px 0;
	padding: 4px 0 4px 0;
	position: relative;
}
.blog-item h1 {
	font-size: 1em;
}
.blog-item-title h2 {
	color: #09c;
	font-size: 1em;
	margin-top: 2px;
	padding: 0;
}
.blog-item-title h2 a {
	margin: 0;
}
.blog-item-title h2 a:hover {
	color: #666;
}
.blog-item-content {
	font-size: 1em;
}
.blog-item-content a {
	color: #237dac;
	font-weight: bold;
	outline: 0;
	text-decoration: none;
}
.blog-item-content a:visited {
	color: #624991;
}
.blog-item-content a:focus,
.blog-item-content a:hover {
	color: #2d3e4a;
	text-decoration: underline;
}
.blog-item-content p {
	margin: 0 0 1.2em;
}
.blog-item-content h1,
.blog-item-content h2,
.blog-item-content h3,
.blog-item-content h4,
.blog-item-content h5,
.blog-item-content h6 {
	line-height: 1.25;
	margin: 1em 0;
}
.blog-item-content h1 {
	border-bottom: 1px solid #ddd;
	font-size: 1.15em;
	padding-bottom: .3em;
}
.blog-item-content h2 {
	border-bottom: 1px solid #ddd;
	font-size: 1.1em;
	padding-bottom: .3em;
}
.blog-item-content h3 {
	font-size: 1.05em;
}
.blog-item-content h4 {
	font-size: 1em;
}
.blog-item-content h5 {
	font-size: .875em;
}
.blog-item-content h6 {
	font-size: .85em;
}
.blog-item-content hr {
	height: .2em;
	padding: 0;
	margin: 1em 0;
	background-color: #ddd;
	border: 0;
}
.blog-item-content em {
	font-style: italic;	
}
.blog-item-content strong {
	color: inherit;	
}
.blog-item-content img {
	max-width: 100%;
	overflow: clip;
	overflow-clip-margin: content-box;
}
.blog-item-content ol,
.blog-item-content ul {
	margin-bottom: 1em;
	margin-top: 1em;
}
.blog-item-content :is(ol, ul) :is(ol, ul) {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.blog-item-content table {
	margin-bottom: 20px;
	max-width: 100%;
	overflow: auto;
	width: 100%;
	word-break: initial;
}
.blog-item-content table tr {
	border-top: 1px solid #ddd;
}
.blog-item-content tr {
	display: table-row;
	vertical-align: inherit;
}
.blog-item-content table th {
	background-color: #f6f7f9;
	border: 1px solid #ddd;
	display: table-cell;
	font-weight: bold;
	padding: 6px 13px;
	text-align: center;
	word-wrap: break-word;
	vertical-align: inherit;
}
.blog-item-content table td {
	border: 1px solid #ddd;
	display: table-cell;
	padding: 6px 13px;
	vertical-align: inherit;
}
.blog-item-content sub,
.blog-item-content sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
.blog-item-content sub {
	bottom: -0.25em;
}
.blog-item-content sup {
	top: -0.5em;
}
.blog-item-content mark {
	background-color: #fff8c5;
	color: #1f2328;
}
.blog-item-content mark {
	background-color: #fff8c5;
	color: #1f2328;
}
.blog-item-content blockquote {
	border-left: .25em solid #ccc;
	color: #666;
	margin: 0 0 16px 0;
	padding: 0 1em;
}
.blog-item-content blockquote>:first-child {
	margin-top: 0;
}

.blog-item-content blockquote>:last-child {
	margin-bottom: 0;
}
.blog-item-head {
	background: #edf0f3;
	font-size: 0.8em;
	margin-bottom: 20px;
	padding: 8px;
}
.blog-item-meta {
	font-size: 14px;
	margin-top: 20px;
}
.blog-item-meta > span {
	color: #999;
}
.blog-item-meta > span a {
	color: #999;
}
.blog-item-meta > span a:hover {
	color: #666;
}
#discussion {
	background: #fff;
	margin-bottom: 20px;
}
#discussion h1 {
	margin-top: 20px;
}
.discussion-list {
	list-style: none;
	margin: 2em 0 0 0;
	padding-bottom: 8px;
}
.discussion-list li {
	border-bottom: 2px dashed #ddd;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}
.discussion-list li:last-child {
	border-bottom: none;
}
#discussion_form {
	width: 100%;
}
#discussion_form #discussion_name {
	width: 180px;
}
#discussion_form #discussion_title {
	width: 100%;
}
#discussion_form #discussion_body {
	height: 240px;
	width: 100%;
}
#reply {
	background: #fff;
	margin-bottom: 20px;
}
#reply h1 {
	margin-top: 20px;
}
.reply-list {
	list-style: none;
	margin: 20px 0 0 0;
}
.reply-list p {
	word-break: break-all;
}
.reply-list > li {
	border-bottom: 2px dashed #ddd;
	list-style: none;
	margin: -8px 0 20px 0;
	padding: 8px 0 20px 0;
}
.reply-list > li:last-child {
	border-bottom: none;
	margin: 0;
}
#reply_form {
	width: 100%;
}
#reply_form #discussion_name {
	width: 180px;
}
#reply_form #discussion_body {
	height: 240px;
	width: 100%;
}
#social {
	margin: 1em 0;
}
#social ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
#social ul li {
	float: left;
	list-style: none;
	margin: 0 0.5%;
	padding: 0;
	text-align: center;
	width: 24%;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
#social ul li a {
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 8px;
	width: 100%;
}
#social ul li:hover {
	background: #252525;
	-webkit-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
}
#social ul li a:hover {
	text-decoration: none;
}
#social .tw {
	background: #85c3de;
}
#social .fb {
	background: #8ea5de;
}
#social .ht {
	background: #85c3de;
}
#social .pk {
	background: #ff8787;
}
.follow {
	display: inline-block;
	float: left;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.2;
	margin: 0;
	padding: 2%;
	text-align: center;
	width: 48%;
}
.follow div {
	font-size: 0.85em;
}
#follow {
	margin: 2em auto;
	width: 100%;
	padding: 0;
}
#follow .fa {
	font-size: 30px;
}
#follow .tw{
	background: #85c3de;
	color: #fff;
	margin-right: 4%;
} 
#follow .tw:hover {
	background: #252525;
}
#follow .fd {
	background: #7dd47f;
	color: #fff;
}
#follow .fd:hover {
	background: #252525;
}
#sitemap {
	margin: 0;
}
#sitemap > li {
	list-style-type: none;
}
#sitemap > li h2 {
	margin: 1em 0;
}
#sitemap .children {
	padding-left: 20px;
}
.toc ol {
	color: #252525;
	font-weight: bold;
}
.toc ol li ul li,
.toc ol li ul li a {
	font-size: 14px;
}
.attention {
	font-size: 14px;
	margin: 0.5em 0 1.5em;
	padding: 1em;
	background: #fbe1e8;
}
.bold {
	font-weight: bold;
}
.blue {
	color: #0070c9;
}
.green {
	color: #7eb404;
}
.orange {
	color: #f46c0e;
}
.red {
	color: crimson;
}
.silver {
	color: silver;
}
.label-blue,
.label-green,
.label-orange,
.label-red {
	background: #0070c9;
	border-radius: 3px;
	color: #fff;
	font-size: 0.8em;
	padding: 3px 6px;
}
.label-green {
	background: #7eb404;
}
.label-orange {
	background: #f46c0e;
}
.label-red {
	background: crimson;
}
.marker-blue {
	background: linear-gradient(transparent 50%, rgba(107, 182, 255, .24) 50%);
}
.marker-green {
	background: linear-gradient(transparent 50%, rgba(151, 232, 154, .69) 50%);
}
.marker-yellow {
	background: linear-gradient(transparent 50%, rgba(255, 252, 107, .69) 50%);
}
a.link,
a.link:visited,
#content a.link,
#content a.link:visited {
	color: #1a0dab;
	font-weight: bold;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
a.link:hover,
#content a.link:hover {
	text-decoration: underline;
}
img.hidden,
img.lazyload {
	display: none;
}
.amazon,
.rakuten {
	font-size: 0.9em;
}
.amazon img,
.amazon amp-img,
.rakuten img,
.rakuten amp-img {
	max-width: 128px;
}
.amazon img:hover,
.rakuten img:hover {
	cursor: pointer;
	filter: alpha(opacity=75);
	opacity: 0.75;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.adsense {
	text-align: center;
}
span.label {
	background: #f96;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding: 4px;
	position: absolute;
	user-select: none;
	z-index: 99999;
	-ms-user-select: none;
}
.hljs-comment,
.hljs-quote {
	color: #8e908c;
}
.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion {
	color: #c82829;
}
.hljs-number,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link {
	color: #f5871f;
}
.hljs-attribute {
	color: #eab700;
}
.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
	color: #718c00;
}
.hljs-title,
.hljs-section {
	color: #4271ae;
}
.hljs-keyword,
.hljs-selector-tag {
	color: #8959a8;
}
.hljs {
	/* background: white; */
	color: #4d4d4c;
	display: block;
	overflow-x: auto;
	/* padding: 0.5em; */
}
.hljs-emphasis {
	font-style: italic;
}
.hljs-strong {
	font-weight: bold;
}
.gsc-search-box {
	padding: 0.8em 0.5em 0 !important;
}
.gsc-search-box * {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	vertical-align: top !important;
}
.gsc-search-box .gsc-input-box,
.gsc-search-box .gsc-input-box-hover,
.gsc-search-box .gsc-input-box-focus {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.gsc-search-box .gsib_b {
	display: none !important;
}
td.gsc-search-button svg {
	background: #09c !important;
	height: 32px;
	padding: 8px !important;
	width: 32px;
}
.gsc-search-box input.gsc-input {
	border: 2px solid #ddd !important;
	color: #333 !important;
	font-size: 14px !important;
	height: 32px !important;
	padding: 4px !important;
	width: 100% !important;
}
.youtube {
	height: 0;
	margin: 0 0 1.2em;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}
.youtube iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.video {
	height: 0;
	margin: 0 0 1.2em;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}
.video video {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
/* responsive */
@media screen and (max-width: 1200px) {
	.home .container,
	.category .container,
	.archive .container,
	.single .container,
	.discussions .container,
	.container {
		margin-left: 30px;
		margin-right: 30px;
		width: auto;
	}
	#content {
		box-sizing: border-box;
		margin-right: 320px;
	}
	.nosidebar #content {
		margin-right: auto;
	}
	#sidebar {
		clear: none;
		float: right;
		padding: 0;
		width: 300px;
	}
}
@media screen and (max-width: 1000px) {
	.alignleft,
	.alignright {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 991px) {
	#main,
	#content,
	#sidebar {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	#sidebar .widget {
		float: left;
		margin: 0 0.5%;
		width: 49%;
	}
	.article,
	#comment,
	#discussion,
	#reply {
		padding: 5px 20px 20px 20px;
	}
	.blog .article {
		padding: 0;
	}
	.article-content img {
		margin-left: auto;
		margin-right: auto;
	}
	.blog-medium article {
		width: calc(100% - 380px);
	}
	.blog-medium .article-image {
		height: 203px;
		width: 360px;
	}
	.blog-medium .article-image img {
		height: auto;
		margin: 0;
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.home .container,
	.category .container,
	.archive .container,
	.single .container,
	.discussions .container,
	.container {
		margin-left: 20px;
		margin-right: 20px;
	}
	.blog-medium article {
		width: calc(100% - 260px);
	}
	.blog-medium .article-image {
		height: 240px;
		width: 240px;
	}
	.blog-medium .article-image img {
		height: 240px;
		margin: 0 -38.5%;
		width: auto;
	}
	#social span:last-child {
		display: none;
	}
	.article-content .ra ul li {
		float: none;
		margin: 1em 0;
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.home .container,
	.category .container,
	.archive .container,
	.single .container,
	.discussions .container,
	.container {
		margin-left: 10px;
		margin-right: 15px;
	}
	#menu ul li a {
		font-size: 0.8em;
		padding: 1em;
	}
	#header {
		height: auto;
		margin: 0;
		padding: 0;
	}
	#sidebar .widget {
		float: none;
		width: 100%;
	}
	.blog-medium article {
		width: 100%;
	}
	.blog-medium .article-image {
		height: auto;
		width: 100%;
	}
	.blog-medium .article-image img {
		height: auto;
		margin: 0;
		width: 100%;
	}
}
@media screen and (max-width: 450px) {
	.home .container,
	.category .container,
	.archive .container,
	.single .container,
	.discussions .container,
	.container {
		margin: 0 10px;
	}
	.article-meta,
	.comment-meta {
		font-size: 0.8em;
	}
	.article,
	#comment,
	#discussion,
	#reply {
		padding: 5px 7px;
	}
	#social {
		padding: 20px 0;
	}
	#social ul {
		margin: 0 auto;
		width: 240px;
	}
	#social ul li {
		height: 50px;
		margin: 0 5px;
		width: 50px;
	}
	#social ul li a {
		display: inline-block;
		line-height: 52px;
		padding: 0;
	}
}
@media (prefers-color-scheme: dark) {
	body {
		background: #171717;
		color: #e3e3e3;
	}
	a {
		color: #4db2ff;
	}
	a:visited {
		color: #8980e0;
	}
	a:focus,
	a:hover {
		color: #0091ff;
	}
	code {
		background: #2e2e2e;
		border: solid 1px #454545;
	}
	h1 a:hover,
	h2 a:hover,
	h3 a:hover,
	h4 a:hover,
	h5 a:hover,
	h6 a:hover,
	a:hover h1,
	a:hover h2,
	a:hover h3,
	a:hover h4,
	a:hover h5,
	a:hover h6 {
		color: #e3e3e3;
		text-decoration: underline;
	}
	kbd {
		background: #2e2e2e;
		border: solid 1px #454545;
		box-shadow: 0 0 0;
		color: #e3e3e3;
	}
	pre {
		background: #2e2e2e;
		color-scheme: dark;
	}
	strong {
		color: #cf6679;
	}
	button,
	input,
	textarea,
	select {
		color: #e3e3e3;
	}
	button,
	input[type="submit"],
	input[type="button"] {
		background: #4db2ff;
		border: 2px solid #4db2ff;
		color: #252525;
	}
	button:focus,
	input[type="submit"]:focus,
	input[type="button"]:focus {
		border: 2px solid #0091ff;
		background: #0091ff;
	}
	input[type="text"],
	input[type="password"],
	textarea,
	select {
		background: #2e2e2e;
		border: 2px solid #454545;
		color: #e3e3e3;
		color-scheme: dark;
	}
	input[type="text"]:focus,
	input[type="password"]:focus,
	textarea:focus {
		border-color: #454545;
		color: #e3e3e3;
	}
	input[type="text"].error,
	input[type="password"].error,
	textarea.error,
	select.error {
		border-color: #cf6679;
	}
	details {
		background: #242424;
		color: #e3e3e3;
	}
	.box {
		outline: 1px solid #454545;
	}
	.boxshadow {
		box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15), 0 5px 6px rgba(0, 0, 0, 0.15);
	}
	#header .header-container {
		border-bottom: 1px solid #454545;
	}
	#header .logo a {
		color: #e3e3e3;
	}
	#header .logo a:hover {
		color: #4db2ff;
	}
	#menu ul li a {
		color: #e3e3e3;
	}
	#menu ul li a:hover {
		border-bottom: 3px solid #4db2ff;
		color: #4db2ff;
	}
	#menu li.current-menu-item a {
		border-top: 3px solid #4db2ff;
		color: #4db2ff;
	}
	#menu li.current-menu-item a:after {
		border-color: #4db2ff transparent transparent transparent;
	}
	#footer {
		background: #171717;
		color: #e3e3e3;
	}
	#footer a {
		color: #e3e3e3;
	}
	#footer a:hover {
		color: #c7c7c7;
	}
	.breadcrumb {
		color: #c7c7c7;
	}
	.breadcrumb .fa-cube {
		color: #4db2ff;
	}
	.breadcrumb li a {
		color: #c7c7c7;
	}
	.breadcrumb li a:hover {
		color: #c7c7c7;;
	}
	.widget {
		color: #c7c7c7;
	}
	.widget a {
		color: #e3e3e3;
	}
	.widget a:hover {
		color: #e3e3e3;
		text-decoration: underline;
	}
	.widget .title {
		background: transparent;
		border-bottom: solid 1px #454545;
		color: #e3e3e3;
	}
	article a.more {
		background: #4db2ff;
		color: #252525;
	}
	article a.more:hover {
		background: #0091ff;
	}
	article a.button,
	article a.button-amazon,
	article a.button-rakuten {
		background: #4db2ff;
		color: #252525;
	}
	article a.button-amazon {
		background: rgba(255, 179, 107, 0.85);
	}
	article a.button-rakuten {
		background: rgba(234, 115, 115, 0.85);
	}
	article a.button:hover,
	article a.button-amazon:hover,
	article a.button-rakuten:hover {
		background: #0091ff;
	}
	.overlay {
		background-color: rgba(0, 0, 0, 0.6);
	}
	.article-image .overlay > span {
		color: #e3e3e3;
	}
	.article-image .category {
		background: rgba(0, 0, 0, 0.5);
		color: #e3e3e3;
	}
	.article-title h2 a {
		color: #e3e3e3;
	}
	.article-title h2 a:hover {
		color: #e3e3e3;
		text-decoration: underline;
	}
	.article-excerpt {
		color: #e3e3e3;
	}
	.article-content h2 {
		background: #242424;
		border-left: 5px solid #4db2ff;
		color: #e3e3e3;
	}
	.article-content h3 {
		background: #242424;
		color: #e3e3e3;
	}
	.article-content h3:after {
		border-top: solid 15px #242424;
	}
	.article-content h4:before,
	.article-content h4:after { 
		color: #e3e3e3;
	}
	.article-content h5:before {
		color: #4db2ff; 
	}
	.article-content blockquote {
		background: #2e2e2e;
		border: solid 1px #454545;
		color: #e3e3e3;
	}
	.article-content blockquote cite {
		color: #888;
	}
	.article-content table {
		border: 1px #454545 solid;
	}
	.article-content table th,
	.article-content table td {
		border: #454545 solid 1px;
	}
	.article-content table thead th {
		background: #2e2e2e;
	}
	.article-content table tbody th {
		background: #242424;
	}
	.article-content .summary ul {
		border: solid 1px #454545;
	}
	.article-content .summary ul li:before {
		color: #4db2ff;
	}
	.article-content .ra a {
		border: 1px solid #454545;
		color: #e3e3e3;
	}
	.article-content .ra a:hover {
		background: #2e2e2e;
		color: #e3e3e3;
	}
	.article-content .ra a div:first-child + div {
		border-left: 1px solid #454545;
	}
	.article-meta > span {
		color: #c7c7c7;
	}
	.article-meta > span a {
		color: #c7c7c7;
	}
	.article-meta > span a:hover {
		color: #c7c7c7;
	}
	.article-content .publisher {
		border-top: 1px solid #454545;
	}
	.article-content .publisher a {
		color: #c7c7c7;
	}
	#pagination > a,
	#pagination > span {
		background: #e3e3e3;
		color: #252525;
	}
	#pagination > a:hover {
		background: #0091ff;
		color: #252525;
	}
	#pagination > span.current {
		background: #4db2ff;
		color: #252525;
	}
	.comment-meta > span {
		color: #c7c7c7;
	}
	.comment-meta > span a {
		color: #c7c7c7;
	}
	.comment-meta > span a:hover {
		color: #c7c7c7;
	}
	.comment-list li {
		border-bottom: 1px solid #454545;
	}
	#article_form h2 a {
		color: #4db2ff;
	}
	#to-top a {
		background: #ccc;
		color: #252525;
	}
	#to-top a:hover {
		background-color: #0091ff;
	}
	.blog-item-title h2 {
		color: #4db2ff;
	}
	.blog-item-title h2 a:hover {
		color: #c7c7c7;
	}
	.blog-item-content a {
		color: #4db2ff;
	}
	.blog-item-content a:visited {
		color: #8980e0;
	}
	.blog-item-content a:focus,
	.blog-item-content a:hover {
		color: #0091ff;
	}
	.blog-item-content h1 {
		border-bottom: 1px solid #454545;
	}
	.blog-item-content h2 {
		border-bottom: 1px solid #454545;
	}
	.blog-item-content hr {
		background-color: #454545;
	}
	.blog-item-content table tr {
		border-top: 1px solid #454545;
	}
	.blog-item-content table th {
		background-color: #232323;
		border: 1px solid #454545;
	}
	.blog-item-content table td {
		border: 1px solid #454545;
	}
	.blog-item-content mark {
		background-color: rgba(187, 128, 9, 0.3);
		color: #e6edf3;
	}
	.blog-item-content blockquote {
		border-left: .25em solid #333;
		color: #999;
	}
	.blog-item-head {
		background: #171717;
	}
	.blog-item-meta > span {
		color: #c7c7c7;
	}
	.blog-item-meta > span a {
		color: #c7c7c7;
	}
	.blog-item-meta > span a:hover {
		color: #c7c7c7;
	}
	#discussion {
		background: #171717;
	}
	.discussion-list li {
		border-bottom: 1px solid #454545;
	}
	#reply {
		background: #171717;
	}
	.reply-list > li {
		border-bottom: 1px solid #454545;
	}
	#social ul li a {
		color: #252525;
	}
	#social ul li:hover {
		background: #0091ff;
	}
	#social .tw {
		background: rgba(133, 195, 222, 0.85);
	}
	#social .fb {
		background: rgba(142, 165, 222, 0.85);
	}
	#social .ht {
		background: rgba(133, 195, 222, 0.85);
	}
	#social .pk {
		background: rgba(255, 135, 135, 0.85);
	}
	#follow .tw{
		background: rgba(133, 195, 222, 0.85);
		color: #252525;
	} 
	#follow .tw:hover {
		background: #0091ff;
	}
	#follow .fd {
		background: rgba(125, 212, 127, 0.5);
		color: #252525;
	}
	#follow .fd:hover {
		background: #0091ff;
	}
	.toc ol {
		color: #e3e3e3;
	}
	.attention {
		background: #38225d;
	}
	.blue {
		color: #5db0d7;
	}
	.green {
		color: #35d4c7;
	}
	.orange {
		color: #4db2ff;
	}
	.red {
		color: #cf6679;
	}
	.silver {
		color: silver;
	}
	.label-blue,
	.label-green,
	.label-orange,
	.label-red {
		background: #171717;
		border: 1px solid #c7c7c7;
		border-radius: 0;
		color: #e3e3e3;
	}
	.label-green {
		background: #171717;
	}
	.label-orange {
		background: #171717;
	}
	.label-red {
		background: #171717;
	}
	.marker-blue {
		background: #284b74;
	}
	.marker-green {
		background: #376e22;
	}
	.marker-yellow {
		background: #746525;
	}
	a.link,
	a.link:visited,
	#content a.link,
	#content a.link:visited {
		color: #4db2ff;
	}
	span.label {
		background: #242424;
		border: 1px solid #c7c7c7;
		color: #e3e3e3;
	}
	.hljs-comment,
	.hljs-quote {
		color: #57a64a;
	}
	.hljs-variable,
	.hljs-template-variable,
	.hljs-tag,
	.hljs-name,
	.hljs-selector-id,
	.hljs-selector-class,
	.hljs-regexp,
	.hljs-deletion {
		color: #569cd6;
	}
	.hljs-number,
	.hljs-built_in,
	.hljs-builtin-name,
	.hljs-literal,
	.hljs-type,
	.hljs-params,
	.hljs-meta,
	.hljs-link {
		color: #b5cea8;
	}
	.hljs-attribute {
		color: #ce9178;
	}
	.hljs-string,
	.hljs-symbol,
	.hljs-bullet,
	.hljs-addition {
		color: #ce9178;
	}
	.hljs-title,
	.hljs-section {
		color: #4ec9b0;
	}
	.hljs-keyword,
	.hljs-selector-tag {
		color: #569cd6;
	}
	.hljs {
		color: #e3e3e3;
	}
	td.gsc-search-button svg {
		background: #171717 !important;
		border: none !important;
	}
	.gsc-search-box input.gsc-input {
		background: #171717 !important;
		border: 1px solid #454545 !important;
		color: #e3e3e3 !important;
	}
}