/* -----------------------------------------------------------
    詳細コンテンツ部
※念のため後から動的にできるように動的用のcssファイルを使用
-------------------------------------------------------------- */
.detail_contents{
	line-height: 1.8;
}

/* pタグ */
.detail_contents p{
	/*margin-top: 1.5em;*/
	font-size: 1.6rem;
}


/* 見出し系 */
.detail_contents h1,
.detail_contents h2,
.detail_contents h3,
.detail_contents h4{
	font-weight: bold;
	line-height: 1.5;
}

.detail_contents h1 {
	color: #2671b0;
	font-size: 2.8rem;
	margin: 40px 0 20px;
}

.detail_contents h2 {
	font-size: 2.4rem;
	position: relative;
	padding: 2px 10px 5px 0;
	
	
}

.detail_contents h2::before {
	content: "";
	background: linear-gradient( to right, #bfd62e 0%, #01803d 100%);
	bottom: 0;
	height: 4px;
	position: absolute;
	left: 0;
	width: 100%;
}

.detail_contents h3 {
	margin: 30px 0;
	padding: 13px 5px 12px;
	font-size: 2.2rem;
	border-bottom: dotted 4px #87cc87;
}

.detail_contents h4 {
	margin: 30px 0 20px;
	padding: 0 0 0 16px;
	font-size: 2rem;
	position: relative;
}

.detail_contents h4::before {
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	content: '';
	width: 4px;
	height: calc(100% - 10px);
	background: #87cc87;
}

.detail_contents img{
	max-width: 790px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.detail_contents a:link{
	color: #0078D7;
	display: inline-block;
}








@media screen and (max-width: 667px){

	.detail_contents h1,
	.detail_contents h2,
	.detail_contents h3,
	.detail_contents h4{
	}
	
	.detail_contents h1 {
		margin: 30px 0 10px 0;
		font-size: 1.8rem;
	}
	
	.detail_contents h2 {
		margin: 0 0 10px 0;
		padding: 0 0 8px;
		font-size: 1.8rem;
	}
	
	.detail_contents h3 {
		margin: 20px 0 25px 0;
		padding: 0 5px 5px 5px;
		font-size: 1.7rem;
	}
	
	.detail_contents h4 {
		margin: 25px 0 15px 0;
		padding: 0 0 0 15px;
		font-size: 1.6rem;
	}
	
	.detail_contents h4::before {
		top: 3px;
		height: calc(100% - 10px);
	}

	
	.detail_contents img{
		float: none;
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
		text-align: center;
		height: auto;
		display: block;
	}
}



/*
Theme Name: Twenty Fifteen
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 2.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

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.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

.detail_contents ol,
.detail_contents ul {
	list-style: none;
}

.detail_contents table {
	border-collapse: separate;
	border-spacing: 0;
}

.detail_contents caption,
.detail_contents th,
.detail_contents td {
	font-weight: normal;
	text-align: left;
}

.detail_contents fieldset {
	min-width: inherit;
}

.detail_contents blockquote:before,
.detail_contents blockquote:after,
.detail_contents q:before,
.detail_contents q:after {
	content: "";
}

.detail_contents blockquote,
.detail_contents q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

/*.detail_contents a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}*/

.detail_contents a:hover,
.detail_contents a:active {
	outline: 0;
}

.detail_contents a img {
	border: 0;
}

.detail_contents figcaption,
.detail_contents figure{
	display: block;
}

/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.detail_contents .secondary-toggle:before,
.dropdown-toggle:after,
.detail_contents .bypostauthor > article .fn:after,
.detail_contents .comment-reply-title small a:before,
.detail_contents .comment-navigation .nav-next a:after,
.detail_contents .comment-navigation .nav-previous a:before,
.detail_contents .posted-on:before,
.detail_contents .byline:before,
.detail_contents .cat-links:before,
.detail_contents .tags-links:before,
.detail_contents .comments-link:before,
.detail_contents .entry-format:before,
.detail_contents .edit-link:before,
.detail_contents .full-size-link:before,
.detail_contents .pagination .prev:before,
.detail_contents .pagination .next:before,
.detail_contents .image-navigation a:before,
.detail_contents .image-navigation a:after,
.detail_contents .format-link .entry-title a:after,
.detail_contents .entry-content .more-link:after,
.detail_contents .entry-summary .more-link:after,
.detail_contents .author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 Typography
 */
/*
body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Noto Serif", serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

p {
	margin-bottom: 1.6em;
}
*/

.detail_contents b,
.detail_contents strong {
	font-weight: 700;
}

.detail_contents dfn,
.detail_contents cite,
.detail_contents em,
.detail_contents i {
	font-style: italic;
}

.detail_contents blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

.detail_contents blockquote p {
	margin-bottom: 1.6667em;
}

.detail_contents blockquote > p:last-child {
	margin-bottom: 0;
}

.detail_contents blockquote cite,
.detail_contents blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}

.detail_contents blockquote em,
.detail_contents blockquote i,
.detail_contents blockquote cite {
	font-style: normal;
}

.detail_contents blockquote strong,
.detail_contents blockquote b {
	font-weight: 400;
}

.detail_contents address {
	font-style: italic;
	margin: 0 0 1.6em;
}

.detail_contents code,
.detail_contents kbd,
.detail_contents tt,
.detail_contents var,
.detail_contents samp,
.detail_contents pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.detail_contents pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.detail_contents abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

.detail_contents mark,
.detail_contents ins {
	background-color: #fff9c0;
	text-decoration: none;
}

.detail_contents sup,
.detail_contents sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.detail_contents sup {
	bottom: 1ex;
}

.detail_contents sub {
	top: .5ex;
}

.detail_contents small {
	font-size: 75%;
}

.detail_contents big {
	font-size: 125%;
}


/**
 * 4.0 Elements
 */

.detail_contents hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

.detail_contents ul,
.detail_contents ol {
	margin: 0 0 1.6em 1.3333em;
}

.detail_contents ul {
	list-style: disc;
}

.detail_contents ol {
	list-style: decimal;
}

.detail_contents li > ul,
.detail_contents li > ol {
	margin-bottom: 0;
}

.detail_contents dl {
	margin-bottom: 1.6em;
}

.detail_contents dt {
	font-weight: bold;
}

.detail_contents dd {
	margin-bottom: 1.6em;
}

.detail_contents table,
.detail_contents th,
.detail_contents td {
	border: 1px solid #ddd;
	/*
	border: 1px solid rgba(51, 51, 51, 0.1);
	*/
}

.detail_contents table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

.detail_contents caption,
.detail_contents th,
.detail_contents td {
	font-weight: normal;
	text-align: left;
}

.detail_contents th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

.detail_contents td {
	border-width: 0 1px 1px 0;
}

.detail_contents th,
.detail_contents td {
	padding: 0.4em;
}

.detail_contents img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.detail_contents figure {
	/*margin: 0;*/
}

.detail_contents del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

.detail_contents ::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

.detail_contents :-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

.detail_contents ::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

.detail_contents :-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}


/**
 * 5.0 Forms
 */

.detail_contents button,
.detail_contents input,
.detail_contents select,
.detail_contents textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

.detail_contents button,
.detail_contents input {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}

.detail_contents input,
.detail_contents textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.detail_contents input:focus,
.detail_contents textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

.detail_contents input:focus,
.detail_contents select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

.detail_contents button[disabled],
.detail_contents input[disabled],
.detail_contents select[disabled],
.detail_contents textarea[disabled] {
	cursor: default;
	opacity: .5;
}

.detail_contents button,
.detail_contents input[type="button"],
.detail_contents input[type="reset"],
.detail_contents input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

.detail_contents button:hover,
.detail_contents input[type="button"]:hover,
.detail_contents input[type="reset"]:hover,
.detail_contents input[type="submit"]:hover,
.detail_contents button:focus,
.detail_contents input[type="button"]:focus,
.detail_contents input[type="reset"]:focus,
.detail_contents input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

.detail_contents input[type="search"] {
	-webkit-appearance: textfield;
}

.detail_contents input[type="search"]::-webkit-search-cancel-button,
.detail_contents input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.detail_contents button::-moz-focus-inner,
.detail_contents input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.detail_contents input[type="text"],
.detail_contents input[type="email"],
.detail_contents input[type="url"],
.detail_contents input[type="password"],
.detail_contents input[type="search"],
.detail_contents textarea {
	padding: 0.375em;
	width: 100%;
}

.detail_contents textarea {
	overflow: auto;
	vertical-align: top;
}

.detail_contents input[type="text"]:focus,
.detail_contents input[type="email"]:focus,
.detail_contents input[type="url"]:focus,
.detail_contents input[type="password"]:focus,
.detail_contents input[type="search"]:focus,
.detail_contents textarea:focus {
	outline: 0;
}

.detail_contents .post-password-form {
	position: relative;
}

.detail_contents .post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.detail_contents .post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

.detail_contents input[type="checkbox"],
.detail_contents input[type="radio"] {
	padding: 0;
}

.detail_contents .search-form input[type="submit"],
.detail_contents .widget .search-form input[type="submit"] {
	padding: 0;
}


/**
 * 6.0 Navigations
 */


/**
 * 6.1 Links
 */

/*
a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}
*/

/**
 * 6.2 Menus
 */

.detail_contents .main-navigation a {
	display: block;
	padding: 0.8em 0;
	position: relative;
	text-decoration: none;
}

.detail_contents .main-navigation ul {
	list-style: none;
	margin: 0;
}

.detail_contents .main-navigation ul ul {
	display: none;
	margin-left: 0.8em;
}

.detail_contents .main-navigation ul .toggled-on {
	display: block;
}

.detail_contents .main-navigation li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	position: relative;
}

.detail_contents .main-navigation .current-menu-item > a,
.detail_contents .main-navigation .current-menu-ancestor > a {
	font-weight: 700;
}

.detail_contents .main-navigation .nav-menu > ul > li:first-child,
.detail_contents .main-navigation .nav-menu > li:first-child {
	border-top: 0;
}

.detail_contents .main-navigation .menu-item-has-children > a {
	padding-right: 48px;
}

.detail_contents .main-navigation .menu-item-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 0.5em;
}

.no-js .main-navigation ul ul {
	display: block;
}

.detail_contents .dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	content: "";
	height: 42px;
	padding: 0;
	position: absolute;
	text-transform: lowercase; /* Stop screen readers to read the text as capital letters */
	top: 3px;
	right: 0;
	width: 42px;
}

.detail_contents .dropdown-toggle:after {
	color: #333;
	content: "\f431";
	font-size: 24px;
	line-height: 42px;
	position: relative;
	top: 0;
	left: 1px;
	width: 42px;
}

.detail_contents .dropdown-toggle:hover,
.detail_contents .dropdown-toggle:focus {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
}

.detail_contents .dropdown-toggle:focus {
	outline: 1px solid #c1c1c1;
	outline: 1px solid rgba(51, 51, 51, 0.3);
}

.detail_contents .dropdown-toggle.toggle-on:after {
	content: "\f432";
}

.detail_contents .social-navigation {
	margin: 9.0909% 0;
}

.detail_contents .social-navigation ul {
	list-style: none;
	margin: 0 0 -1.6em 0;
}

.detail_contents .social-navigation li {
	float: left;
}

.detail_contents .social-navigation a {
	display: block;
	height: 3.2em;
	position: relative;
	width: 3.2em;
}

.detail_contents .social-navigation a:before {
	content: "\f415";
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
}

.detail_contents .social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}

.detail_contents .social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}

.detail_contents .social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}

.detail_contents .social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.detail_contents .social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
}

.detail_contents .social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}

.detail_contents .social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}

.detail_contents .social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}

.detail_contents .social-navigation a[href*="github.com"]:before {
	content: "\f200";
}

.detail_contents .social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}

.detail_contents .social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}

.detail_contents .social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
}

.detail_contents .social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.detail_contents .social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.detail_contents .social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.detail_contents .social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.detail_contents .social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.detail_contents .social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}

.detail_contents .social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.detail_contents .social-navigation a[href*="wordpress.com"]:before,
.detail_contents .social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}

.detail_contents .social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}

.detail_contents .social-navigation a[href*="mailto:"]:before {
	content: "\f410";
}

.detail_contents .social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.detail_contents .social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.detail_contents .social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}

.detail_contents .social-navigation a[href*="path.com"]:before {
	content: "\f219";
}

.detail_contents .social-navigation a[href*="skype.com"]:before {
	content: "\f220";
}

.detail_contents .secondary-toggle {
	background-color: transparent;
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	height: 42px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 0;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 42px;
}

.detail_contents .secondary-toggle:before {
	color: #333;
	content: "\f419";
	line-height: 40px;
	width: 40px;
}

.detail_contents .secondary-toggle:hover,
.detail_contents .secondary-toggle:focus {
	background-color: transparent;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	outline: 0;
}

.detail_contents .secondary-toggle.toggled-on:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: 1px;
	left: -1px;
}

.detail_contents .post-navigation {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-weight: 700;
}

.detail_contents .post-navigation a {
	display: block;
	padding: 3.8461% 7.6923%;
}

.detail_contents .post-navigation span {
	display: block;
}

.detail_contents .post-navigation .meta-nav {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.detail_contents .post-navigation .post-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	position: relative;
	z-index: 2;
}

.detail_contents .post-navigation .nav-next,
.detail_contents .post-navigation .nav-previous {
	background-position: center;
	background-size: cover;
	position: relative;
}

.detail_contents .post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.detail_contents .post-navigation a:hover:before,
.detail_contents .post-navigation a:focus:before {
	opacity: 0.5;
}

.detail_contents .post-navigation .meta-nav {
	opacity: 0.8;
}

.detail_contents .post-navigation div + div {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.detail_contents .pagination {
	background-color: #fff;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	font-family: "Noto Sans", sans-serif;
}

.detail_contents .pagination .nav-links {
	min-height: 3.2em;
	position: relative;
	text-align: center;
}

/* reset screen-reader-text */
.detail_contents .pagination .current .screen-reader-text {
	position: static !important;
}

.detail_contents .pagination .page-numbers {
	display: none;
	line-height: 3.2em;
	padding: 0 0.6667em;
}

.detail_contents .pagination .page-numbers.current {
	text-transform: uppercase;
}

.detail_contents .pagination .current {
	display: inline-block;
	font-weight: 700;
}

.detail_contents .pagination .prev,
.detail_contents .pagination .next {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: inline-block;
	height: 48px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 48px;
}

.detail_contents .pagination .prev:before,
.detail_contents .pagination .next:before {
	font-size: 32px;
	height: 48px;
	line-height: 48px;
	position: relative;
	width: 48px;
}

.detail_contents .pagination .prev:hover,
.detail_contents .pagination .prev:focus,
.detail_contents .pagination .next:hover,
.detail_contents .pagination .next:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
}

.detail_contents .pagination .prev {
	left: 0;
}

.detail_contents .pagination .prev:before {
	content: "\f430";
	left: -1px;
}

.detail_contents .pagination .next {
	right: 0;
}

.detail_contents .pagination .next:before {
	content: "\f429";
	right: -1px;
}

.detail_contents .image-navigation,
.detail_contents .comment-navigation {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.detail_contents .image-navigation a,
.detail_contents .comment-navigation a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.detail_contents .image-navigation a:hover,
.detail_contents .image-navigation a:focus,
.detail_contents .comment-navigation a:hover,
.detail_contents .comment-navigation a:focus {
	color: #333;
}

.detail_contents .image-navigation .nav-previous:not(:empty),
.detail_contents .image-navigation .nav-next:not(:empty),
.detail_contents .comment-navigation .nav-previous:not(:empty),
.detail_contents .comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.detail_contents .image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.detail_contents .comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\2215";
	font-weight: 400;
	margin: 0 0.7em;
}

.detail_contents .image-navigation .nav-previous a:before,
.detail_contents .comment-navigation .nav-previous a:before {
	content: "\f430";
	margin-right: 0.2em;
	position: relative;
}

.detail_contents .image-navigation .nav-next a:after,
.detail_contents .comment-navigation .nav-next a:after {
	content: "\f429";
	margin-left: 0.2em;
	position: relative;
}

.detail_contents .comment-navigation {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	border-bottom: 1px solid #eaeaea;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 2em 0;
}

.detail_contents .comments-title + .comment-navigation {
	border-bottom: 0;
}

.detail_contents .image-navigation {
	padding: 0 7.6923%;
}

.detail_contents .image-navigation .nav-previous:not(:empty),
.detail_contents .image-navigation .nav-next:not(:empty) {
	margin-bottom: 2em;
}


/**
 * 7.0 Accessibility
 */

/* Text meant only for screen readers */
.detail_contents .says,
.detail_contents .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.detail_contents .site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font: bold 14px/normal "Noto Sans", sans-serif;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.detail_contents .logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	font: bold 14px/normal "Open Sans", sans-serif;
}

.detail_contents .site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 Alignments
 */

.detail_contents .alignleft {
	display: inline;
	float: left;
}

.detail_contents .alignright {
	display: inline;
	float: right;
}

.detail_contents .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.detail_contents blockquote.alignleft,
.detail_contents .wp-caption.alignleft,
.detail_contents img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

.detail_contents blockquote.alignright,
.detail_contents .wp-caption.alignright,
.detail_contents img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

.detail_contents blockquote.aligncenter,
.detail_contents .wp-caption.aligncenter,
.detail_contents img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.detail_contents .wp-caption.alignleft,
.detail_contents .wp-caption.alignright,
.detail_contents .wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.detail_contents .clear:before,
.detail_contents .clear:after,
.detail_contents .site:before,
.detail_contents .site:after,
.detail_contents .entry-content:before,
.detail_contents .entry-content:after,
.detail_contents .comment-content:before,
.detail_contents .comment-content:after,
.detail_contents .site-content:before,
.detail_contents .site-content:after,
.detail_contents .nav-links:before,
.detail_contents .nav-links:after,
.detail_contents .comment-navigation:before,
.detail_contents .comment-navigation:after,
.detail_contents .social-navigation ul:before,
.detail_contents .social-navigation ul:after,
.detail_contents .textwidget:before,
.detail_contents .textwidget:after {
	content: "";
	display: table;
}

.detail_contents .clear:after,
.detail_contents .site:after,
.detail_contents .entry-content:after,
.detail_contents .comment-content:after,
.detail_contents .site-content:after,
.detail_contents .nav-links:after,
.detail_contents .comment-navigation:after,
.detail_contents .social-navigation ul:after,
.detail_contents .textwidget:after {
	clear: both;
}


/**
 * 10.0 Header
 */

.detail_contents .site-header {
	background-color: #fff;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.detail_contents .site-branding {
	min-height: 2em;
	padding-right: 60px;
	position: relative;
}

.detail_contents .site-title {
	font-family: "Noto Sans", sans-serif;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.3636;
	margin-bottom: 0;
}

.detail_contents .custom-logo {
	max-height: 84px;
	width: auto;
}

.detail_contents .wp-custom-logo .site-title {
	margin-top: 0.545454545em;
}

.detail_contents .site-description {
	display: none;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0.5em 0 0;
	opacity: 0.7;
}


/**
 * 11.0 Widgets
 */

.detail_contents .widget {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 auto 9.09090%;
	width: 100%;
	word-wrap: break-word;
}

.detail_contents .widget pre {
	line-height: 1.2;
}

.detail_contents .widget button,
.detail_contents .widget input,
.detail_contents .widget select,
.detail_contents .widget textarea {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.detail_contents .widget button,
.detail_contents .widget input {
	line-height: normal;
}

.detail_contents .widget button,
.detail_contents .widget input[type="button"],
.detail_contents .widget input[type="reset"],
.detail_contents .widget input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0.7917em 1.5833em;
}

.detail_contents .widget input[type="text"],
.detail_contents .widget input[type="email"],
.detail_contents .widget input[type="url"],
.detail_contents .widget input[type="password"],
.detail_contents .widget input[type="search"],
.detail_contents .widget textarea {
	padding: 0.375em;
}

.detail_contents .widget-title {
	color: #333;
	font-family: "Noto Sans", sans-serif;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.detail_contents .widget > :last-child {
	margin-bottom: 0;
}

.detail_contents .widget_calendar table {
	margin: 0;
}

.detail_contents .widget_calendar td,
.detail_contents .widget_calendar th {
	line-height: 2.3333;
	text-align: center;
	padding: 0;
}

.detail_contents .widget_calendar caption {
	font-family: "Noto Serif", serif;
	font-weight: 700;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.detail_contents .widget_calendar tbody a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: block;
	font-weight: 700;
}

.detail_contents .widget_calendar tbody a:hover,
.detail_contents .widget_calendar tbody a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	color: #fff;
}

.detail_contents .widget_archive a,
.detail_contents .widget_categories a,
.detail_contents .widget_links a,
.detail_contents .widget_meta a,
.detail_contents .widget_nav_menu a,
.detail_contents .widget_pages a,
.detail_contents .widget_recent_comments a,
.detail_contents .widget_recent_entries a {
	border: 0;
}

.detail_contents .widget_archive ul,
.detail_contents .widget_categories ul,
.detail_contents .widget_links ul,
.detail_contents .widget_meta ul,
.detail_contents .widget_nav_menu ul,
.detail_contents .widget_pages ul,
.detail_contents .widget_recent_comments ul,
.detail_contents .widget_recent_entries ul {
	list-style: none;
	margin: 0;
}

.detail_contents .widget_archive li,
.detail_contents .widget_categories li,
.detail_contents .widget_links li,
.detail_contents .widget_meta li,
.detail_contents .widget_nav_menu li,
.detail_contents .widget_pages li,
.detail_contents .widget_recent_comments li,
.detail_contents .widget_recent_entries li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 0.7667em 0;
}

.detail_contents .widget_archive li:first-child,
.detail_contents .widget_categories li:first-child,
.detail_contents .widget_links li:first-child,
.detail_contents .widget_meta li:first-child,
.detail_contents .widget_nav_menu li:first-child,
.detail_contents .widget_pages li:first-child,
.detail_contents .widget_recent_comments li:first-child,
.detail_contents .widget_recent_entries li:first-child {
	border-top: 0;
	padding-top: 0;
}

.detail_contents .widget_archive li:last-child,
.detail_contents .widget_categories li:last-child,
.detail_contents .widget_links li:last-child,
.detail_contents .widget_meta li:last-child,
.detail_contents .widget_nav_menu li:last-child,
.detail_contents .widget_pages li:last-child,
.detail_contents .widget_recent_comments li:last-child,
.detail_contents .widget_recent_entries li:last-child {
	padding-bottom: 0;
}

.detail_contents .widget_categories .children,
.detail_contents .widget_nav_menu .sub-menu,
.detail_contents .widget_pages .children {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0.7667em 0 0 0.8em;
	padding-top: 0.7667em;
}

.detail_contents .widget_recent_entries .post-date {
	display: block;
}

.detail_contents .widget_rss ul {
	list-style: none;
	margin: 0;
}

.detail_contents .widget_rss li {
	margin-bottom: 1.6em;
}

.detail_contents .widget_rss ul:last-child,
.detail_contents .widget_rss li:last-child {
	margin-bottom: 0;
}

.detail_contents .widget_rss .rsswidget {
	border: 0;
	font-weight: 700;
}

.detail_contents .widget_rss .rsswidget img {
	margin-top: -4px;
}

.detail_contents .widget_rss .rss-date,
.detail_contents .widget_rss cite {
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	display: block;
	line-height: 2;
	opacity: 0.8;
}

.detail_contents .textwidget > :last-child {
	margin-bottom: 0;
}

.detail_contents .textwidget a {
	border-bottom: 1px solid #333;
}

.detail_contents .textwidget a:hover,
.detail_contents .textwidget a:focus {
	border-bottom: 0;
}

.detail_contents .textwidget ul,
.detail_contents .textwidget ol {
	margin-left: 1.6em;
}

.detail_contents .tagcloud ul {
	list-style-type: none;
}

.detail_contents .tagcloud ul li {
	display: inline-block;
}

/**
 * 12.0 Content
 */

.detail_contents .secondary {
	background-color: #fff;
	display: none;
	padding: 0 7.6923%;
}

.detail_contents .secondary.toggled-on {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	display: block;
}

.detail_contents .widget-area {
	margin: 9.09090% auto 0;
}

.detail_contents .site-footer {
	background-color: #fff;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 3.84615% 7.6923%;
}


/**
 * 12.1 Posts and pages
 */

.detail_contents .hentry {
	background-color: #fff;
	padding-top: 7.6923%;
	position: relative;
}

.detail_contents .hentry.has-post-thumbnail {
	padding-top: 0;
}

.detail_contents .hentry.sticky:not(.has-post-thumbnail) {
	padding-top: -webkit-calc(7.6923% + 24px);
	padding-top: calc(7.6923% + 24px);
}

.detail_contents .hentry + .hentry {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.detail_contents .post-thumbnail {
	border: 0;
	display: block;
	margin-bottom: 2.4em;
}
.detail_contents .post-thumbnail img {
	display: block;
	margin: 0 auto;
}

.detail_contents a.post-thumbnail:hover,
.detail_contents a.post-thumbnail:focus {
	opacity: 0.85;
}

.detail_contents .entry-header {
	padding: 0 7.6923%;
}

.detail_contents .entry-title {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-bottom: 0.9231em;
}

.detail_contents .entry-content,
.detail_contents .entry-summary {
	padding: 0;
}

.detail_contents .entry-content > :last-child,
.detail_contents .entry-summary > :last-child {
	margin-bottom: 0;
}

.detail_contents .entry-content,
.detail_contents .entry-summary,
.detail_contents .page-content,
.detail_contents .comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

/*
.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-top: 1.8462em;
	margin-bottom: 0.9231em;
}

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.3636;
	margin-top: 2.1818em;
	margin-bottom: 1.0909em;
}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-top: 2.6667em;
	margin-bottom: 1.3333em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-top: 3.2em;
	margin-bottom: 1.6em;
}

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
	margin-top: 0;
}
*/

.detail_contents .entry-content a,
.detail_contents .entry-summary a,
.detail_contents .page-content a,
.detail_contents .comment-content a,
.detail_contents .pingback .comment-body > a {
	border-bottom: none;
}

.detail_contents .entry-content a:hover,
.detail_contents .entry-content a:focus,
.detail_contents .entry-summary a:hover,
.detail_contents .entry-summary a:focus,
.detail_contents .page-content a:hover,
.detail_contents .page-content a:focus,
.detail_contents .comment-content a:hover,
.detail_contents .comment-content a:focus,
.detail_contents .pingback .comment-body > a:hover,
.detail_contents .pingback .comment-body > a:focus {
	border-bottom: 0;
}

.detail_contents .entry-content a img,
.detail_contents .entry-summary a img,
.detail_contents .page-content a img,
.detail_contents .comment-content a img {
	display: block;
}

.detail_contents .entry-content .more-link,
.detail_contents .entry-summary .more-link:after {
	white-space: nowrap;
}

.detail_contents .entry-content .more-link:after,
.detail_contents .entry-summary .more-link:after {
	content: "\f429";
	font-size: 16px;
	position: relative;
	top: 5px;
}

.detail_contents .author-info {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0 7.6923%;
	padding: 7.6923% 0;
}

.detail_contents .author-info .avatar {
	float: left;
	height: 36px;
	margin: 0 1.6em 1.6em 0;
	width: 36px;
}

.detail_contents .author-heading {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.detail_contents .author-title {
	clear: none;
}

.detail_contents .author-bio {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	overflow: hidden;
	padding-bottom: 1px;
}

.detail_contents .author-description {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.detail_contents .author-description a {
	border-bottom: 1px solid #333;
}

.detail_contents .author-description a:hover,
.detail_contents .author-description a:focus {
	border-bottom: 0;
}

.detail_contents .author-description > :last-child {
	margin-bottom: 0;
}

.detail_contents .author-link {
	white-space: nowrap;
}

.detail_contents .author-link:after {
	content: "\f429";
	position: relative;
	top: 1px;
}

.detail_contents .entry-footer {
	background-color: #f7f7f7;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 3.8461% 7.6923%;
}

.detail_contents .entry-footer a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.detail_contents .entry-footer a:hover {
	border-bottom: 1px solid #333;
}

.detail_contents .entry-footer a:hover,
.detail_contents .entry-footer a:focus {
	color: #333;
}

.detail_contents .sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}

.detail_contents .updated:not(.published) {
	display: none;
}

.detail_contents .sticky .posted-on {
	display: none;
}

.detail_contents .posted-on:before,
.detail_contents .byline:before,
.detail_contents .cat-links:before,
.detail_contents .tags-links:before,
.detail_contents .comments-link:before,
.detail_contents .entry-format:before,
.detail_contents .edit-link:before,
.detail_contents .full-size-link:before {
	margin-right: 2px;
	position: relative;
}

.detail_contents .posted-on,
.detail_contents .byline,
.detail_contents .cat-links,
.detail_contents .tags-links,
.detail_contents .comments-link,
.detail_contents .entry-format,
.detail_contents .full-size-link {
	margin-right: 1em;
}

.detail_contents .format-aside .entry-format:before {
	content: "\f101";
}

.detail_contents .format-image .entry-format:before {
	content: "\f473";
}

.detail_contents .format-gallery .entry-format:before {
	content: "\f103";
}

.detail_contents .format-video .entry-format:before {
	content: "\f104";
}

.detail_contents .format-status .entry-format:before {
	content: "\f105";
}

.detail_contents .format-quote .entry-format:before {
	content: "\f106";
}

.detail_contents .format-link .entry-format:before {
	content: "\f107";
}

.detail_contents .format-chat .entry-format:before {
	content: "\f108";
}

.detail_contents .format-audio .entry-format:before {
	content: "\f109";
}

.detail_contents .posted-on:before {
	content: "\f307";
}

.detail_contents .byline:before {
	content: "\f304";
}

.detail_contents .cat-links:before {
	content: "\f301";
}

.detail_contents .tags-links:before {
	content: "\f302";
}

.detail_contents .comments-link:before {
	content: "\f300";
}

.detail_contents .full-size-link:before {
	content: "\f402";
}

.detail_contents .edit-link:before {
	content: "\f411";
}

.detail_contents .comments-link,
.detail_contents .edit-link {
	white-space: nowrap;
}

.detail_contents .page-header {
	background-color: #fff;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.detail_contents .page-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.detail_contents .taxonomy-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding-top: 0.4em;
}

.detail_contents .taxonomy-description a {
	border-bottom: 1px solid #333;
}

.detail_contents .taxonomy-description a:hover,
.detail_contents .taxonomy-description a:focus {
	border-bottom: 0;
}

.detail_contents .taxonomy-description > :last-child {
	margin-bottom: 0;
}

.detail_contents .page-content {
	background-color: #fff;
	padding: 7.6923%;
}

.detail_contents .page-content > :last-child {
	margin-bottom: 0;
}

.detail_contents .page-links {
	clear: both;
	font-family: "Noto Sans", sans-serif;
	margin-bottom: 1.3333em;
}

.detail_contents .page-links a,
.detail_contents .page-links > span {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	height: 2em;
	line-height: 2;
	margin: 0 0.3333em 0.3333em 0;
	text-align: center;
	width: 2em;
}

.detail_contents .page-links a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.detail_contents .page-links a:hover,
.detail_contents .page-links a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	border-color: transparent;
	color: #fff;
}

.detail_contents .page-links > .page-links-title {
	border: 0;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	height: auto;
	margin: 0;
	padding-right: 0.5em;
	width: auto;
}

.detail_contents .entry-attachment {
	margin-bottom: 1.6em;
}

.detail_contents .type-attachment .entry-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.detail_contents .entry-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.5;
	padding-top: 0.5em;
	word-wrap: break-word;
}

.detail_contents .entry-caption > :last-child {
	margin-bottom: 0;
}


/**
 * 12.2 Post Formats
 */

.detail_contents .format-aside .entry-title,
.detail_contents .format-image .entry-title,
.detail_contents .format-video .entry-title,
.detail_contents .format-quote .entry-title,
.detail_contents .format-gallery .entry-title,
.detail_contents .format-status .entry-title,
.detail_contents .format-link .entry-title,
.detail_contents .format-audio .entry-title,
.detail_contents .format-chat .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-bottom: 1.3333em;
}

.detail_contents .format-link .entry-title a:after {
	content: "\f442";
	font-size: 24px;
	height: 24px;
	position: relative;
	top: 0;
	width: 24px;
}

.detail_contents .blog .format-status .entry-title,
.detail_contents .archive .format-status .entry-title {
	display: none;
}


/**
 * 12.3 Comments
 */

.detail_contents .comments-area {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.detail_contents .comments-area > :last-child {
	margin-bottom: 0;
}

.detail_contents .comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.detail_contents .comment-list + .comment-respond,
.detail_contents .comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.detail_contents .comments-title,
.detail_contents .comment-reply-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.detail_contents .comments-title {
	margin-bottom: 1.3333em;
}

.detail_contents .comment-list {
	list-style: none;
	margin: 0;
}

.detail_contents .comment-list article,
.detail_contents .comment-list .pingback,
.detail_contents .comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.detail_contents .comment-list .children {
	list-style: none;
	margin: 0;
}

.detail_contents .comment-list .children > li {
	padding-left: 0.8em;
}

.detail_contents .comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.detail_contents .comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.detail_contents .comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.detail_contents .bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.detail_contents .comment-metadata,
.detail_contents .pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.detail_contents .comment-metadata a,
.detail_contents .pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.detail_contents .comment-metadata a:hover,
.detail_contents .pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.detail_contents .comment-metadata a:hover,
.detail_contents .comment-metadata a:focus,
.detail_contents .pingback .edit-link a:hover,
.detail_contents .pingback .edit-link a:focus {
	color: #333;
}

.detail_contents .comment-metadata {
	margin-bottom: 1.6em;
}

.detail_contents .comment-metadata .edit-link {
	margin-left: 1em;
}

.detail_contents .pingback .edit-link {
	margin-left: 1em;
}

.detail_contents .pingback .edit-link:before {
	top: 5px;
}

.detail_contents .comment-content ul,
.detail_contents .comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.detail_contents .comment-content li > ul,
.detail_contents .comment-content li > ol {
	margin-bottom: 0;
}

.detail_contents .comment-content > :last-child {
	margin-bottom: 0;
}

.detail_contents .comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.detail_contents .comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.detail_contents .comment-list .reply a:hover,
.detail_contents .comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.detail_contents .comment-form {
	padding-top: 1.6em;
}

.detail_contents .comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.detail_contents .comment-form input[type="text"],
.detail_contents .comment-form input[type="email"],
.detail_contents .comment-form input[type="url"],
.detail_contents .comment-form input[type="submit"] {
	width: 100%;
}

.detail_contents .comment-notes,
.comment-awaiting-moderation,
.detail_contents .logged-in-as,
.detail_contents .form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.detail_contents .logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.detail_contents .no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	padding-top: 1.6em;
}

.detail_contents .comment-navigation + .no-comments {
	border-top: 0;
}

.detail_contents .form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.detail_contents .form-submit {
	margin-bottom: 0;
}

.detail_contents .required {
	color: #c0392b;
}

.detail_contents .comment-reply-title small {
	font-size: 100%;
}

.detail_contents .comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.detail_contents .comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}

.detail_contents .comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.detail_contents .comment-form .comment-form-cookies-consent label {
	display: inline;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
}

/**
 * 13.0 Footer
 */

.detail_contents .site-info {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.detail_contents .site-info a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.detail_contents .site-info a:hover {
	border-bottom: 1px solid #333;
}

.detail_contents .site-info a:hover,
.detail_contents .site-info a:focus {
	color: #333;
}

.detail_contents .site-info span[role=separator] {
	padding: 0 0.25em 0 0.5em;
}

.detail_contents .site-info span[role=separator]::before {
	content: '\002f';
}

/**
 * 14.0 Media
 */

.detail_contents .site .avatar {
	border-radius: 50%;
}

.detail_contents .page-content img.wp-smiley,
.detail_contents .entry-content img.wp-smiley,
.detail_contents .comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.detail_contents audio,
.detail_contents canvas {
	display: inline-block;
}

.detail_contents embed,
.detail_contents iframe,
.detail_contents object,
.detail_contents video {
	margin-bottom: 1.6em;
	max-width: 100%;
	vertical-align: middle;
}

.detail_contents p > embed,
.detail_contents p > iframe,
.detail_contents p > object,
.detail_contents p > video {
	margin-bottom: 0;
}

.detail_contents .wp-audio-shortcode,
.detail_contents .wp-video,
.detail_contents .wp-playlist.wp-audio-playlist {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}

.detail_contents .wp-playlist.wp-playlist {
	padding-bottom: 0;
}

.detail_contents .wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.detail_contents .wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}

.detail_contents .wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}


/**
 * 14.1 Captions
 */

.detail_contents .wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.detail_contents .wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.detail_contents .wp-caption-text {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}


/**
 * 14.2 Galleries
 */

.detail_contents .gallery {
	margin-bottom: 1.6em;
}

.detail_contents .gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.detail_contents .gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.detail_contents .gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.detail_contents .gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.detail_contents .gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.detail_contents .gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.detail_contents .gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.detail_contents .gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.detail_contents .gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.detail_contents .gallery-icon img {
	margin: 0 auto;
}

.detail_contents .gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.detail_contents .gallery-columns-6 .gallery-caption,
.detail_contents .gallery-columns-7 .gallery-caption,
.detail_contents .gallery-columns-8 .gallery-caption,
.detail_contents .gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 15.0 Multisite
 */

.detail_contents .widecolumn {
	background-color: #fff;
	padding: 7.6923%;
}

.detail_contents .widecolumn .mu_register {
	width: auto;
}

.detail_contents .widecolumn .mu_alert {
	margin-bottom: 1.6em;
}

.detail_contents .widecolumn form,
.detail_contents .widecolumn .mu_register form {
	margin-top: 0;
}

.detail_contents .widecolumn h2 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-bottom: 0.9231em;
}

.detail_contents .widecolumn p {
	margin: 1.6em 0;
}

.detail_contents .widecolumn p + h2 {
	margin-top: 1.8462em;
}

.detail_contents .widecolumn label,
.detail_contents .widecolumn .mu_register label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.detail_contents .widecolumn .mu_register label {
	margin: 2em 0 0;
}

.detail_contents .widecolumn #key,
.detail_contents .widecolumn .mu_register #blog_title,
.detail_contents .widecolumn .mu_register #user_email,
.detail_contents .widecolumn .mu_register #blogname,
.detail_contents .widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1.6rem;
	width: 100%;
}

.detail_contents .widecolumn .mu_register #blogname {
	margin: 0;
}

.detail_contents .widecolumn .mu_register #blog_title,
.detail_contents .widecolumn .mu_register #user_email,
.detail_contents .widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.detail_contents .widecolumn #submit,
.detail_contents .widecolumn .mu_register input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
	width: 100%;
}

.detail_contents .widecolumn .mu_register .prefix_address,
.detail_contents .widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.detail_contents .widecolumn .mu_register > :last-child,
.detail_contents .widecolumn form > :last-child {
	margin-bottom: 0;
}


/**
 * 16.0 Media Queries
 */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */

/*
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}
*/


/**
 * 16.1 Mobile Large 620px
 */

@media screen and (max-width: 667px){
	.detail_contents ul,
	.detail_contents ol {
		margin-left: 0;
	}

	.detail_contents li > ul,
	.detail_contents li > ol,
	.detail_contents blockquote > ul,
	.detail_contents blockquote > ol {
		margin-left: 1.3333em;
	}

	.detail_contents blockquote {
		margin-left: -1em;
	}

	.detail_contents blockquote > blockquote {
		margin-left: 0;
	}

	.detail_contents .site-branding {
		min-height: 3.2em;
	}

	.detail_contents .site-title {
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 1.0909;
	}

	.detail_contents .site-description {
		display: block;
	}

	.detail_contents .secondary {
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 7.6923% 7.6923% 0;
		padding: 7.6923% 7.6923% 0;
	}

	.detail_contents .main-navigation {
		margin-bottom: 11.1111%;
	}

	.detail_contents .main-navigation ul {
		border-top: 1px solid rgba(51, 51, 51, 0.1);
		border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	}

	.detail_contents .main-navigation ul ul {
		border-top: 0;
		border-bottom: 0;
	}

	.detail_contents .social-navigation {
		margin-bottom: 11.1111%;
	}

	.detail_contents .social-navigation {
		margin-top: 0;
	}

	.detail_contents .widget-area {
		margin-top: 0;
	}

	.detail_contents .widget {
		margin-bottom: 11.1111%;
	}

	.detail_contents .site-main {
		padding: 7.6923% 0;
	}

	.detail_contents .hentry.sticky:not(.has-post-thumbnail) {
		padding-top: inherit;
	}

	.detail_contents .hentry,
	.detail_contents .page-header,
	.detail_contents .page-content {
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 0 7.6923%;
	}

	.detail_contents .hentry + .hentry,
	.detail_contents .page-header + .hentry,
	.detail_contents .page-header + .detail_contents .page-content {
		margin-top: 7.6923%;
	}

	.detail_contents .hentry + .hentry {
		border-top: 0;
	}

	.detail_contents .post-thumbnail {
		margin-bottom: 2.4em;
	}

	.detail_contents .entry-header {
		padding: 0 9.0909%;
	}

	.detail_contents .entry-content,
	.detail_contents .entry-summary {
		padding: 0;
	}

	.detail_contents .entry-footer {
		padding: 4.5454% 9.0909%;
	}

	.detail_contents .page-header {
		border-bottom: 0;
		border-left: 7px solid #333;
		padding: 3.8461% 7.6923%;
	}

	.detail_contents .page-title,
	.detail_contents .taxonomy-description {
		margin-left: -7px;
	}

	.detail_contents .page-content {
		padding: 9.0909%;
	}

	.detail_contents .site-footer {
		border-top: 0;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 0 7.6923%;
		padding: 3.84615% 7.6923%;
	}

	.detail_contents .post-navigation {
		border-top: 0;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 7.6923% 7.6923% 0;
	}

	.detail_contents .post-navigation a {
		padding: 4.5454% 9.0909%;
	}

	.detail_contents .pagination {
		border-top: 0;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 7.6923% 7.6923% 0;
		padding: 0;
	}

	/* restore screen-reader-text */
	.detail_contents .pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.detail_contents .pagination .page-numbers {
		display: inline-block;
	}

	.detail_contents .image-navigation {
		padding: 0 9.0909%;
	}

	.detail_contents .comments-area {
		border-top: 0;
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 7.6923% 7.6923% 0;
	}

	.detail_contents .comment-content ul,
	.detail_contents .comment-content ol {
		margin-left: 0;
	}

	.detail_contents .comment-content li > ul,
	.detail_contents .comment-content li > ol,
	.detail_contents .comment-content blockquote > ul,
	.detail_contents .comment-content blockquote > ol {
		margin-left: 1.3333em;
	}

	.detail_contents .widecolumn {
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
		margin: 7.6923%;
	}
}


/**
 * 16.2 Tablet Small 740px
 */

@media screen and (max-width: 667px){
	
	/*
	body,
	button,
	input,
	select,
	textarea {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
	}
	*/
	
	.detail_contents button,
	.detail_contents input {
		line-height: normal;
	}

	/*
	p,
	address,
	pre,
	hr,
	ul,
	ol,
	dl,
	dd,
	table {
		margin-bottom: 1.6471em;
	}
	*/
	
	.detail_contents blockquote {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.75;
		margin-bottom: 1.75em;
		margin-left: -1.05em;
		padding-left: 0.85em;
	}

	.detail_contents blockquote p {
		margin-bottom: 1.75em;
	}

	.detail_contents blockquote cite,
	.detail_contents blockquote small {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
	}

	.detail_contents pre {
		line-height: 1.2353;
	}

	.detail_contents button,
	.detail_contents input[type="button"],
	.detail_contents input[type="reset"],
	.detail_contents input[type="submit"],
	.detail_contents .post-password-form input[type="submit"],
	.detail_contents .widecolumn #submit,
	.detail_contents .widecolumn .mu_register input[type="submit"] {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0.8214em 1.6429em;
	}

	.detail_contents input[type="text"],
	.detail_contents input[type="email"],
	.detail_contents input[type="url"],
	.detail_contents input[type="password"],
	.detail_contents input[type="search"],
	.detail_contents textarea {
		padding: 0.5em;
	}

	.detail_contents .main-navigation {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.detail_contents .main-navigation a {
		padding: 1em 0;
	}

	.detail_contents .main-navigation ul ul {
		margin-left: 1em;
	}

	.detail_contents .main-navigation .menu-item-description {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.detail_contents .social-navigation ul {
		margin-bottom: -1.4706em;
	}

	.detail_contents .social-navigation a {
		height: 2.8824em;
		width: 2.8824em;
	}

	.detail_contents .secondary-toggle {
		height: 56px;
		width: 56px;
	}

	.detail_contents .secondary-toggle:before {
		line-height: 54px;
		width: 54px;
	}

	.detail_contents .post-password-form label,
	.detail_contents .post-navigation .meta-nav,
	.detail_contents .image-navigation,
	.detail_contents .comment-navigation,
	.detail_contents .author-heading,
	.detail_contents .author-bio,
	.detail_contents .entry-footer,
	.detail_contents .page-links a,
	.detail_contents .page-links span,
	.detail_contents .comment-metadata,
	.detail_contents .pingback .edit-link,
	.detail_contents .comment-list .reply,
	.detail_contents .comment-notes,
	.detail_contents .comment-awaiting-moderation,
	.detail_contents .logged-in-as,
	.detail_contents .comment-form label,
	.detail_contents .comment-form .comment-form-cookies-consent label,
	.detail_contents .form-allowed-tags,
	.detail_contents .site-info,
	.detail_contents .wp-caption-text,
	.detail_contents .gallery-caption,
	.detail_contents .entry-caption,
	.detail_contents .widecolumn label,
	.detail_contents .widecolumn .mu_register label {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.detail_contents .pagination .nav-links {
		min-height: 3.2941em;
	}

	.detail_contents .pagination .page-numbers {
		line-height: 3.2941em;
		padding: 0 0.8235em;
	}

	.detail_contents .pagination .prev,
	.detail_contents .pagination .next {
		height: 56px;
		padding: 0;
		width: 56px;
	}

	.detail_contents .pagination .prev:before,
	.detail_contents .pagination .next:before {
		height: 56px;
		line-height: 56px;
		width: 56px;
	}

	.detail_contents .image-navigation .nav-previous a:before,
	.detail_contents .image-navigation .nav-next a:after,
	.detail_contents .comment-navigation .nav-previous a:before,
	.detail_contents .comment-navigation .nav-next a:after {
		top: 2px;
	}

	.detail_contents blockquote.alignleft,
	.detail_contents .wp-caption.alignleft,
	.detail_contents img.alignleft {
		margin: 0.4118em 1.6471em 1.6471em 0;
	}

	.detail_contents blockquote.alignright,
	.detail_contents .wp-caption.alignright,
	.detail_contents img.alignright {
		margin: 0.4118em 0 1.6471em 1.6471em;
	}

	.detail_contents blockquote.aligncenter,
	.detail_contents .wp-caption.aligncenter,
	.detail_contents img.aligncenter {
		margin-top: 0.4118em;
		margin-bottom: 1.6471em;
	}

	.detail_contents .wp-caption.alignleft,
	.detail_contents .wp-caption.alignright,
	.detail_contents .wp-caption.aligncenter {
		margin-bottom: 1.2353em;
	}

	.detail_contents .site-branding {
		min-height: 3.7059em;
		padding-right: 66px;
	}

	.detail_contents .site-title {
		font-size: 29px;
		font-size: 2.9rem;
		line-height: 1.2069;
	}

	.detail_contents .custom-logo {
		max-height: 105px;
	}

	.detail_contents .wp-custom-logo .site-title {
		margin-top: 0.482758621em;
	}

	.detail_contents .site-description {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.detail_contents .widget {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.detail_contents .widget p,
	.detail_contents .widget address,
	.detail_contents .widget hr,
	.detail_contents .widget ul,
	.detail_contents .widget ol,
	.detail_contents .widget dl,
	.detail_contents .widget dd,
	.detail_contents .widget table,
	.detail_contents .widget pre {
		margin-bottom: 1.5em;
	}

	.detail_contents .widget li > ul,
	.detail_contents .widget li > ol {
		margin-bottom: 0;
	}

	.detail_contents .widget blockquote {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.6471;
		margin-bottom: 1.6471em;
		margin-left: -1.2353em;
		padding-left: 1em;
	}

	.detail_contents .widget blockquote p {
		margin-bottom: 1.6471em;
	}

	.detail_contents .widget blockquote cite,
	.detail_contents .widget blockquote small {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
	}

	.detail_contents .widget blockquote > blockquote {
		margin-left: 0;
	}

	.detail_contents .widget pre {
		line-height: 1.5;
		padding: 0.75em;
	}

	.detail_contents .widget button,
	.detail_contents .widget input,
	.detail_contents .widget select,
	.detail_contents .widget textarea {
		line-height: 1.75;
	}

	.detail_contents .widget button,
	.detail_contents .widget input {
		line-height: normal;
	}

	.detail_contents .widget button,
	.detail_contents .widget input[type="button"],
	.detail_contents .widget input[type="reset"],
	.detail_contents .widget input[type="submit"] {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 0.8214em 1.6429em;
	}

	.detail_contents .widget input[type="text"],
	.detail_contents .widget input[type="email"],
	.detail_contents .widget input[type="url"],
	.detail_contents .widget input[type="password"],
	.detail_contents .widget input[type="search"],
	.detail_contents .widget textarea {
		padding: 0.5625em;
	}

	.detail_contents .widget blockquote.alignleft,
	.detail_contents .widget .wp-caption.alignleft,
	.detail_contents .widget img.alignleft {
		margin: 0.5em 1.5em 1.5em 0;
	}

	.detail_contents .widget blockquote.alignright,
	.detail_contents .widget .wp-caption.alignright,
	.detail_contents .widget img.alignright {
		margin: 0.5em 0 1.5em 1.5em;
	}

	.detail_contents .widget blockquote.aligncenter,
	.detail_contents .widget .wp-caption.aligncenter,
	.detail_contents .widget img.aligncenter {
		margin-top: 0.5em;
		margin-bottom: 1.5em;
	}

	.detail_contents .widget .wp-caption.alignleft,
	.detail_contents .widget .wp-caption.alignright,
	.detail_contents .widget .wp-caption.aligncenter {
		margin-bottom: 1em;
	}

	.detail_contents .widget-title {
		margin: 0 0 1.5em;
	}

	.detail_contents .widget_calendar td,
	.detail_contents .widget_calendar th {
		line-height: 2.9286;
	}

	.detail_contents .widget_calendar caption {
		margin: 0 0 1.5em;
	}

	.detail_contents .widget_archive li,
	.detail_contents .widget_categories li,
	.detail_contents .widget_links li,
	.detail_contents .widget_meta li,
	.detail_contents .widget_nav_menu li,
	.detail_contents .widget_pages li,
	.detail_contents .widget_recent_comments li,
	.detail_contents .widget_recent_entries li {
		padding: 0.9643em 0;
	}

	.detail_contents .widget_categories .children,
	.detail_contents .widget_nav_menu .sub-menu,
	.detail_contents .widget_pages .children {
		margin: 0.9643em 0 0 1em;
		padding-top: 0.9643em;
	}

	.detail_contents .widget_rss li {
		margin-bottom: 1.5em;
	}

	.detail_contents .widget_rss .rss-date,
	.detail_contents .widget_rss cite {
		line-height: 1.75;
	}

	.detail_contents .post-thumbnail {
		margin-bottom: 3em;
	}

	.detail_contents .entry-title,
	.detail_contents .widecolumn h2 {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 1.2;
		margin-bottom: 1.2em;
	}

	/*
	.entry-content h1,
	.entry-summary h1,
	.page-content h1,
	.comment-content h1 {
		font-size: 35px;
		font-size: 3.5rem;
		line-height: 1.2;
		margin-top: 1.6em;
		margin-bottom: 0.8em;
	}

	.entry-content h2,
	.entry-summary h2,
	.page-content h2,
	.comment-content h2 {
		font-size: 29px;
		font-size: 2.9rem;
		line-height: 1.2069;
		margin-top: 1.931em;
		margin-bottom: 0.9655em;
	}

	.entry-content h3,
	.entry-summary h3,
	.page-content h3,
	.comment-content h3 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.1667;
		margin-top: 2.3333em;
		margin-bottom: 1.1667em;
	}

	.entry-content h4,
	.entry-summary h4,
	.page-content h4,
	.comment-content h4 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.4;
		margin-top: 2.8em;
		margin-bottom: 1.4em;
	}

	.entry-content h5,
	.entry-content h6,
	.entry-summary h5,
	.entry-summary h6,
	.page-content h5,
	.page-content h6,
	.comment-content h5,
	.comment-content h6 {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1.2353;
		margin-top: 3.2941em;
		margin-bottom: 1.6471em;
	}
	*/
	
	.detail_contents .entry-content .more-link:after,
	.detail_contents .entry-summary .more-link:after {
		font-size: 24px;
		top: 2px;
	}

	.detail_contents .author-info {
		margin: 0 9.0909%;
		padding: 9.0909% 0;
	}

	.detail_contents .author-info .avatar {
		height: 42px;
		margin: 0 1.6471em 1.6471em 0;
		width: 42px;
	}

	.detail_contents .author-link:after {
		top: 3px;
	}

	.detail_contents .posted-on:before,
	.detail_contents .byline:before,
	.detail_contents .cat-links:before,
	.detail_contents .tags-links:before,
	.detail_contents .comments-link:before,
	.detail_contents .entry-format:before,
	.detail_contents .edit-link:before,
	.detail_contents .full-size-link:before {
		top: 3px;
	}

	.detail_contents .taxonomy-description {
		padding-top: 0.4118em;
	}

	.detail_contents .page-title,
	.detail_contents .comments-title,
	.detail_contents .comment-reply-title,
	.detail_contents .post-navigation .post-title {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.1667;
	}

	.detail_contents .page-links {
		margin-bottom: 1.4117em;
	}

	.detail_contents .page-links a,
	.detail_contents .page-links > span {
		margin: 0 0.2857em 0.2857em 0;
	}

	.detail_contents .entry-attachment {
		margin-bottom: 1.6471em;
	}

	.detail_contents .format-aside .entry-title,
	.detail_contents .format-image .entry-title,
	.detail_contents .format-video .entry-title,
	.detail_contents .format-quote .entry-title,
	.detail_contents .format-gallery .entry-title,
	.detail_contents .format-status .entry-title,
	.detail_contents .format-link .entry-title,
	.detail_contents .format-audio .entry-title,
	.detail_contents .format-chat .entry-title {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.4;
		margin-bottom: 1.4em;
	}

	.detail_contents .format-link .entry-title a:after {
		top: 0.0833em;
	}

	.detail_contents .comments-title {
		margin-bottom: 1.4em;
	}

	.detail_contents .comment-list article,
	.detail_contents .comment-list .pingback,
	.detail_contents .comment-list .trackback {
		padding: 1.6471em 0;
	}

	.detail_contents .comment-list + .comment-respond,
	.detail_contents .comment-navigation + .comment-respond {
		padding-top: 1.6471em;
	}

	.detail_contents .comment-list .children > li {
		padding-left: 1.2353em;
	}

	.detail_contents .comment-meta {
		position: relative;
	}

	.detail_contents .comment-author {
		margin-bottom: 0;
	}

	.detail_contents .comment-author .avatar {
		height: 42px;
		margin-right: 1.64705em;
		position: relative;
		top: 5px;
		width: 42px;
	}

	.detail_contents .comment-metadata .edit-link:before {
		top: 2px;
	}

	.detail_contents .pingback .edit-link:before {
		top: 6px;
	}

	.detail_contents .bypostauthor > article .fn:after {
		top: 7px;
		left: 6px;
	}

	.detail_contents .comment-content ul,
	.detail_contents .comment-content ol {
		margin-bottom: 1.6471em;
	}

	.detail_contents .comment-list .reply a {
		padding: 0.4286em 0.8571em;
	}

	.detail_contents .comment-form,
	.detail_contents .no-comments {
		padding-top: 1.6471em;
	}

	.detail_contents .comment-reply-title small a:before {
		top: -1px;
	}

	.detail_contents embed,
	.detail_contents iframe,
	.detail_contents object,
	.detail_contents video {
		margin-bottom: 1.6471em;
	}

	.detail_contents .wp-audio-shortcode,
	.detail_contents .wp-video,
	.detail_contents .wp-playlist.wp-audio-playlist {
		font-size: 17px;
		font-size: 1.7rem;
		margin-bottom: 1.6471em;
	}

	.detail_contents .wp-caption,
	.detail_contents .gallery {
		margin-bottom: 1.6471em;
	}

	.detail_contents .widecolumn .mu_alert {
		margin-bottom: 1.6471em;
	}

	.detail_contents .widecolumn p {
		margin: 1.6471em 0;
	}

	.detail_contents .widecolumn p + h2 {
		margin-top: 1.6em;
	}

	.detail_contents .widecolumn #key,
	.detail_contents .widecolumn .mu_register #blog_title,
	.detail_contents .widecolumn .mu_register #user_email,
	.detail_contents .widecolumn .mu_register #blogname,
	.detail_contents .widecolumn .mu_register #user_name {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: normal;
	}

	.detail_contents .widecolumn .mu_register #blog_title,
	.detail_contents .widecolumn .mu_register #user_email,
	.detail_contents .widecolumn .mu_register #user_name {
		margin: 0 0 0.4117em;
	}
}
