/*
  Template:twentysixteen
  Theme Name:twentysixteen_child
  Thme URI:http://satotoshio.net/blog/
  Description:twentysixteenの子テーマ
  Author:佐藤俊夫
  Version:1.0
*/
@import url("../twentysixteen/style.css");

html {
	font-family: 'ＭＳ 明朝', 'serif';
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
/*	font-family: 'ＭＳ 明朝', 'serif'; */
/*  ↑MS明朝だとなぜかメニューの「←」や「ｖ」などが出ないので。  */
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: 'ＭＳ 明朝', 'serif';
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: 'ＭＳ 明朝', 'serif';
}

.entry-content h5 {
	font-family: 'ＭＳ 明朝', 'serif';
	border-style:double;
	font-weight: 900;
	font-size: 1.2rem;
	border-width:4px;
	padding:5px 5px 5px 5px;
}

.entry-content h6 {
	font-family: 'ＭＳ 明朝', 'serif';
	font-style: normal;
	font-size:1.2rem;
	font-weight: 500;
	border-left:5px solid;
	border-width:4px;
	padding:5px 5px 5px 10px;
}

::-webkit-input-placeholder {
	color: #686868;
	font-family: 'ＭＳ 明朝', 'serif';
}

:-moz-placeholder {
	color: #686868;
	font-family: 'ＭＳ 明朝', 'serif';
}

::-moz-placeholder {
	color: #686868;
	font-family: 'ＭＳ 明朝', 'serif';
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: 'ＭＳ 明朝', 'serif';
}


button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: 'ＭＳ 明朝', 'serif';
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: 'ＭＳ 明朝', 'serif';
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.main-navigation {
	font-family: 'ＭＳ 明朝', 'serif';
}

.post-navigation {
	border-top: 4px solid #1a1a1a;
	border-bottom: 4px solid #1a1a1a;
	clear: both;
	font-family: 'ＭＳ 明朝', 'serif';
	margin: 0 7.6923% 3.5em;
}

.post-navigation .post-title {
	display: inline;
	font-family: 'ＭＳ 明朝', 'serif';
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.pagination {
	border-top: 4px solid #1a1a1a;
	font-family: 'ＭＳ 明朝', 'serif';
	font-size: 19px;
	font-size: 1.1875rem;
	margin: 0 7.6923% 2.947368421em;
	min-height: 56px;
	position: relative;
}
.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-family: 'ＭＳ 明朝', 'serif';
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: 'ＭＳ 明朝', 'serif';
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: 'ＭＳ 明朝', 'serif';
}

.widget .widget-title {
	font-family: 'ＭＳ 明朝', 'serif';
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.046875em;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	text-transform: uppercase;
}

.widget_recent_entries .post-date {
	color: #686868;
	display: block;
	font-family: 'ＭＳ 明朝', 'serif';
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #686868;
	display: block;
	font-family: 'ＭＳ 明朝', 'serif';
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.tagcloud a {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-family: 'ＭＳ 明朝', 'serif';
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.site-header {
	padding-top: 0rem;      /* サイトタイトルの上が広すぎるので */
	padding-bottom: 0rem;   /* サイトタイトルの下が広すぎるので */
	width: 100% !important;
}

.site-branding {
	padding: 0;
	margin: 0.875em auto 0.875em 0;
	/* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	width: 100%;
}

.site-title {
	font-family: 'ＭＳ 明朝', 'serif';
	font-size: 28px;
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 1.2173913043;
	padding: 0.5rem;
	margin: 0 !important;
	background-color: #000000;
	width: 100% !important;
}

.site-title a {
	color: #ffffff !important;
}
.site-title a:hover {
	color: #7777ff !important;
}

.entry-title {
	font-family: 'ＭＳ 明朝', 'serif';
	font-size: 2em;
	font-size: 1.4375rem;
	font-weight: 900;
	line-height: 1.25em;
	padding: 0.4rem;
	margin-bottom: 1em;
	background-color: #dddddd; 
	border: solid 2px;
}

.entry-title a{
	color: #000000;
}

.entry-footer {
	color: #686868;
	font-family: 'ＭＳ 明朝', 'serif';
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}
.sticky-post {
	color: #686868;
	display: block;
	font-family: 'ＭＳ 明朝', 'serif';
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}
.page-title {
	font-family: 'ＭＳ 明朝', 'serif';
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
}

.page-links {
	clear: both;
	font-family: 'ＭＳ 明朝', 'serif';
	margin: 0 0 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #1a1a1a;
	font-family: 'ＭＳ 明朝', 'serif';
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: 'ＭＳ 明朝', 'serif';
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: 'ＭＳ 明朝', 'serif';
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}
.comment-form label {
	color: #686868;
	display: block;
	font-family: 'ＭＳ 明朝', 'serif';
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: 'ＭＳ 明朝', 'serif';
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.form-allowed-tags code {
	font-family: 'ＭＳ 明朝', 'serif';
}

.required {
	color: #007acc;
	font-family: 'ＭＳ 明朝', 'serif';
}

.site-footer .site-title {
	font-family: 'ＭＳ 明朝', 'serif';
	font-size: inherit;
	font-weight: 400;
}

.site-footer .site-title:after {
	content: "\002f";
	display: inline-block;
	font-family: 'ＭＳ 明朝', 'serif';
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #686868;
	font-family: 'ＭＳ 明朝', 'serif';
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	text-transform: uppercase;
}

/*
blockquote {
	border: 2 solid #1a1a1a;
	border-left-width: 0;
	color: #686868;
	font-size: 13px;
	font-size: 1rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 1em 0 1em 2em;
	padding: 1em 0 1em 4em;
}
*/
blockquote {
	border: 2px solid #000000;
	color: #000000;
	font-size: 13px;
	font-size: 1rem;
	font-style: normal;
	line-height: 1.75;
	margin: 1em 0em 1em 2em !important;
	padding: 0.25em 1em 0.25em 1em !important;
}

.entry-content ul,
.entry-content ol {
	padding: 0 0 0 4em;
}

.entry-content ul > li,
.entry-content ol > li {
	padding: 0 0 0 0;
}

.entry-content p {
	margin: 0.75em 0;
}