@font-face{
	font-family: "rounded-mplus-1c";
	src: url("/weblog/assets/fonts/rounded-mplus-1c-regular.eot?20180604");
	src: url("/weblog/assets/fonts/rounded-mplus-1c-regular.eot?#iefix&20180604") format("embedded-opentype"), url("/weblog/assets/fonts/rounded-mplus-1c-regular.woff?20180604") format("woff"), url("/weblog/assets/fonts/rounded-mplus-1c-regular.ttf?20180604") format("truetype");
	font-weight: normal;
}
@font-face{
	font-family: "rounded-mplus-1c";
	src: url("/weblog/assets/fonts/rounded-mplus-1c-bold.eot");
	src: url("/weblog/assets/fonts/rounded-mplus-1c-bold.eot?#iefix&20180604") format("embedded-opentype"), url("/weblog/assets/fonts/rounded-mplus-1c-bold.woff?20180604") format("woff"), url("/weblog/assets/fonts/rounded-mplus-1c-bold.ttf?20180604") format("truetype");
	font-weight: bold;
}
/* 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;
}
body {
	background: #fff;
	color: #333;
	font-family: "Avenir Next", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "rounded-mplus-1c", YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-size: 16px;
	letter-spacing: 0.2px;
	line-height: 1.9;
	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;
}
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: 24px;
}
h2 {
	font-size: 18px;
}
h3,
h4,
h5,
h6 {
	font-size: 16px;
}
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: inherit;
	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: "Inconsolata", Monaco, "Andale Mono", "Lucida Console", "Bitstream Vera Sans Mono", "Courier New", Courier, "Hiragino Sans", "Yu Gothic UI", monospace;
	font-size: 14px;
	height: auto;
	letter-spacing: 0.1px;
	margin: 0 0 20px 0;
	overflow-x: auto;
	padding: 20px;
}
strong {
	color: crimson;
	font-size: 16px;
	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;
}
button,
input,
textarea,
select {
	color: #333;
	font-family: "Avenir Next", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "rounded-mplus-1c", YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-size: 14px;
	letter-spacing: 0.1px;
}
button,
input[type="submit"],
input[type="button"] {
	background: #09c;
	border: 2px solid #09c;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	padding: 4px;
	width: 80px;
}
button:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
	border: 2px solid #333;
	background: #333;
	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: #333;
	outline: none;
}
input[type="text"].error,
input[type="password"].error,
textarea.error,
select.error {
	border-color: crimson;
}
.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 {
	border: 3px solid #f1f4f9;
	/* border: 1px solid #d2dadd; */
}
.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%;
	letter-spacing: 0.1px;
}
.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 #333;
	padding: 0.5em 1em;
}
#header .logo * {
	font-size: 20px;
	font-weight: bold;
}
#header .logo a {
	color: #333;
}
#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: #333;
	display: block;
	font-size: 14px;
	letter-spacing: 0.1px;
	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: 5px 5px 0 5px;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -5px;
	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;
}
#sidebar {
	float: left;
	margin-left: -300px;
	margin-top: 10px;
	width: 300px;
}
#footer {
	background: #333;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1px;
	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: 14px;
	font-weight: bold;
	letter-spacing: 0.1px;
	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: 14px;
	letter-spacing: 0.1px;
	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: 16px;
	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: #333;
	margin-left: 4px;
}
article a.button {
	background: #09c;
	color: #fff;
	display: inline-block;
	line-height: 20px;
	margin: 0 0 20px 0px;
	padding: 1em;
	position: relative;
	white-space: nowrap;
}
article a.button:hover {
	background: #333;
	margin-left: 4px;
}
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,
#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: #333;
	margin: 0;
}
.article-title h2 a:hover {
	color: #09c;
}
.article-excerpt,
.article-content {
	font-size: 16px;
}
.article-excerpt a,
.article-content a {
	font-weight: bold;
}
.article-content h2,
.article-content h3 {
	font-size: 18px;
	margin: 2em -0.5em 1.5em;
}
.article-content h4,
.article-content h5,
.article-content h6 {
	font-size: 16px;
	margin: 0;
}
.article-content h2 {
	background: #f1f5f8;
	border-left: 5px solid #09c;
	color: #333;
	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: fontawesome;
	font-size: 1.0em;
	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: fontawesome;
	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 p {
	margin: 0 0 1.2em;
}
.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 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: fontawesome;
	left : 1em; 
	position: absolute;
}
.article-meta {
	font-size: 14px;
	letter-spacing: 0.1px;
}
.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%;
	letter-spacing: 0.1px;
	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;
	margin: 0 4px;
	padding: 8px 0;
	text-align: center;
	width: 40px;
}
#pagination > a:hover {
	background: #333;
	color: #fff;
}
#pagination > span.current {
	background: #333;
	color: #fff;
}
#comment {
	margin-top: 20px;
}
.comment-content {
	font-size: 14px;
	letter-spacing: 0.1px;
}
.comment-content a {
	font-weight: bold;
}
.comment-content p {
	margin: 0 0 1.2em;
}
.comment-meta {
	font-size: 14px;
	letter-spacing: 0.1px;
	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: 8px;
	width: 100%;
}
#comment_form #comment_name {
	width: 160px;
}
#comment_form #comment_body {
	height: 240px;
	width: 100%;
}
#article_form {
	width: 100%;
}
#article_form h2 {
	font-size: 14px;
	letter-spacing: 0.1px;
	margin: 1em 0;
}
#article_form h2 a {
	color: #09c;
}
#article_form #created_at {
	width: 160px;
}
#article_form #category_id,
#article_form #category_name,
#article_form #category_slug {
	width: 160px;
}
#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: 160px;
}
#article_form #article_head {
	height: 80px;
	width: 100%;
}
#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;
}
#to-top {
	bottom: 8px;
	display: none;
	position: fixed;
	right: 8px;
	z-index: 9999;
}
#to-top a {
	background: #ccc;
	color: #fff;
	display: block;
	font-size: 16px;
	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: 16px;
}
.blog-item-title h2 {
	color: #09c;
	font-size: 16px;
	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: 16px;
}
.blog-item-content a {
	font-weight: bold;
}
.blog-item-content p {
	margin: 0 0 1.2em;
}
.blog-item-head {
	background: #edf0f3;
	font-size: 14px;
	letter-spacing: 0.1px;
	margin-bottom: 20px;
	padding: 8px;
}
.blog-item-meta {
	font-size: 14px;
	letter-spacing: 0.1px;
	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-list {
	list-style: none;
	margin: 20px 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: 160px;
}
#discussion_form #discussion_title {
	width: 100%;
}
#discussion_form #discussion_body {
	height: 240px;
	width: 100%;
}
.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: 160px;
}
#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: #333;
	-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: 0.05em;
	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: #333;
}
#follow .fd {
	background: #7dd47f;
	color: #fff;
}
#follow .fd:hover {
	background: #333;
}
#sitemap {
	margin: 0;
}
#sitemap > li {
	list-style-type: none;
}
#sitemap > li h2 {
	margin: 1em 0;
}
#sitemap .children {
	padding-left: 20px;
}
.toc ol {
	color: #333;
	font-weight: bold;
}
.toc ol li ul li,
.toc ol li ul li a {
	font-size: 14px;
	letter-spacing: 0.1px;
}
.attention {
	font-size: 14px;
	letter-spacing: 0.1px;
	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.lazyload {
	display: none;
}
.amazon {
	font-size: 14px;
	letter-spacing: 0.1px;
	line-height: 1.6;
}
.amazon img,
.amazon amp-img {
	max-width: 75px;
}
.amazon 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 {
	/* display: none; */
	text-align: center;
}
.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;
	letter-spacing: 0.1px !important;
	padding: 4px !important;
	width: 100% !important;
}
/* 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;
	}
	#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;
	}
}
@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;
		letter-spacing: 0;
		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 {
		margin: 0 5px;
		width: 50px;
	}
}
