@charset "utf-8";
/*
Theme Name: MACO-LOG_ver8.0
Description: マコログ用テンプレート
Version: 08.20250710
Author: MACO
Author URI: https://maco-log.com/
*/


/* --- SNS Section --- */
.TopSNS {
	width: 100%;
	display: block;
	padding-top: 30px;
	padding-bottom: 5px;
	color: #333;
	letter-spacing: normal;
	font-size: 12px;
}

.sns {
	width: 100%;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px dashed #e5e5e5;
	border-bottom: 1px dashed #e5e5e5;
}

.sns li {
	width: 25%;
	position: relative;
	text-align: center;
	float: left;
	display: block;
	margin-bottom: 20px;
	font-feature-settings: "palt";
}

.sns li a {
	height: 50px;
	width: 50px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	background-size: 50px 600px;
	color: #222;
}

.sns li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50); /* IE8以前の互換性用 */
}

.sns li img {
	position: absolute;
}

.Twitter { background-image: url(parts/sns_icon.png); background-position: 0 0; background-repeat: no-repeat; }
.Facebook { background-image: url(parts/sns_icon.png); background-position: 0 -50px; background-repeat: no-repeat; }
.Pocket { background-image: url(parts/sns_icon.png); background-position: 0 -100px; background-repeat: no-repeat; }
.Feedly { background-image: url(parts/sns_icon.png); background-position: 0 -150px; background-repeat: no-repeat; }
.Hatena { background-image: url(parts/sns_icon.png); background-position: 0 -200px; background-repeat: no-repeat; }
.Google { background-image: url(parts/sns_icon.png); background-position: 0 -250px; background-repeat: no-repeat; }
.LINE { background-image: url(parts/sns_icon.png); background-position: 0 -300px; background-repeat: no-repeat; }
.Push7 { background-image: url(parts/sns_icon.png); background-position: 0 -400px; background-repeat: no-repeat; }
.Burogumura { background-image: url(parts/sns_icon.png); background-position: 0 -450px; background-repeat: no-repeat; }
.Blogranking { background-image: url(parts/sns_icon.png); background-position: 0 -500px; background-repeat: no-repeat; }
.RSS { background-image: url(parts/sns_icon.png); background-position: 0 -550px; background-repeat: no-repeat; }
.TopComment { background-image: url(parts/sns_icon.png); background-position: 0 -350px; background-repeat: no-repeat; }

.Top-sns-count {
	position: absolute;
	top: 0;
	line-height: 35px;
	text-align: center;
	display: block;
	height: 35px;
	width: 100%;
	font-size: 12px;
	color: #666;
	cursor: pointer;
	font-weight: bold;
}

.Top-sns-count-s {
	position: absolute;
	top: 0;
	line-height: 10px;
	text-align: center;
	display: block;
	height: 35px;
	width: 100%;
	font-size: 10px;
	color: #666;
	cursor: pointer;
	font-weight: bold;
	padding-top: 6px;
}

.TopCount {
	height: 18px;
	width: 100%;
	line-height: 18px;
	font-size: 16px;
	display: block;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
}

.TC_title {
	text-align: center;
	width: 100%;
	font-size: 11px;
	line-height: 15px;
	display: block;
	letter-spacing: 1px;
	padding-top: 15px;
}

/* --- Article Section --- */
#single-content .size-full, #single-content .size-large, #single-content .size-medium {
	max-width: 550px;
	width: 100%;
	height: auto;
	border: 1px solid #e5e5e5;
}

#single-content p {
	padding-top: 30px;
}

#single-content p a {
	font-weight: bold;
	text-decoration: underline;
	text-underline-offset: 4px;
}

#single-content h2, #Related-article h2 {
	font-size: 17px;
	line-height: 1.4;
	letter-spacing: 1px;
	margin-top: 60px;
	color: #FFF;
	background: #01579b;
	padding: 10px;
	font-feature-settings: "palt";
	text-align: left;
	border-radius: 4px;
}

#single-content strong, #single-content b {
	font-weight: bold;
}

#single-content hr {
	display: block;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px dashed #e5e5e5;
	margin-top: 30px;
}

.subheading {
	font-size: 100%;
	line-height: 1.4;
	display: block;
	margin-bottom: 14px;
	background: url(parts/icon.png) no-repeat 0 -40px;
	background-size: 20px 60px;
	margin-top: 30px;
	padding-left: 25px;
}

.subheading + p {
	margin-top: -40px;
}

#single-content blockquote strong {
	background: none;
	border-bottom: 1px dashed #bbdefb;
	padding-bottom: 10px;
}

#single-content blockquote p:last-child::after {
	content: " ";
	display: inline-block;
	height: 20px;
	width: 20px;
	overflow: hidden;
	background: url(parts/icon.png) no-repeat 0 -20px;
	background-size: 20px 60px;
	vertical-align: middle;
	margin-top: -3px;
}

#single-content blockquote {
	color: #000;
	background-color: #e3f2fd;
	padding: 10px;
	display: block;
	border-radius: 5px;
	border: 1px solid #bbdefb;
	margin-top: 30px;
}

#single-content blockquote p {
	padding-top: 30px;
}

#single-content blockquote strong {
	color: #01579b;
	display: block;
	line-height: 1.4;
	font-weight: bold;
	margin-top: -20px;
	margin-bottom: -20px;
}

#single-content blockquote p:last-child {
	text-align: right;
	font-size: 14px;
	color: #333;
	display: block;
	line-height: 1.4;
	letter-spacing: normal;
	padding-top: 20px;
}

.googlemap {
	position: relative;
	max-width: 550px;
	display: block;
	height: 350px;
	overflow: hidden;
}

.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 550px;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.instagram-media {
	width: 100%;
	max-width: 550px;
	min-width: initial;
}

q:before {
	content: open-quote;
}

q:after {
	content: close-quote;
}

:lang(ja) > q, q:lang(ja) {
	quotes: "" "" "" "";
}

.quotation {
	color: rgba(0, 0, 0, 0.4);
	font-size: small;
	font-weight: bold;
}

.quotation a {
	color: rgba(0, 0, 0, 0.4);
}

.quotation a:hover {
	color: #0091ea;
}

#bottom-data {
	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 30px;
}

#bottom-data a {
	font-weight: bold;
	text-decoration: underline;
	text-underline-offset: 4px;
}

/* --- Article Decoration Section --- */
.blog-card {
	margin-top: 30px;
	width: 100%;
	max-width: 550px;
	border-radius: 15px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	padding: 15px;
}

.blog-card a {
	display: grid;
	grid-template-rows: 50% 50%;
	color: #000;
}

.blog-card-thumbnail {
	z-index: 10;
	border-radius: 15px;
	overflow: hidden;
	line-height: 0;
	display: block;
	grid-row: 2 / 3;
	border: 1px solid #e5e5e5;
}

.blog-card-thumbnail img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.blog-card-box {
	grid-row: 1 / 2;
}

.blog-card-title strong {
	font-size: 110%;
	line-height: 1.4;
}

.blog-card-title span {
	font-size: 10px;
	display: inline-block;
	padding-left: 23px;
	color: #01579b;
	letter-spacing: 2px;
	background: url(parts/apple-touch-icon.png) no-repeat;
	background-size: 20px 20px;
	line-height: 20px;
	height: 20px;
	margin-top: 5px;
	border: 1px solid #01579b;
	padding-right: 3px;
	font-weight: bold;
}

.blog-card-title strong {
	margin-top: 10px;
	font-size: 18px;
	line-height: 1.2;
	font-variant: normal;
	font-weight: bold;
	display: block;
}

.blog-card-excerpt {
	font-size: 14px;
	line-height: 1.4;
	padding-top: 10px;
	padding-bottom: 15px;
}

.affiliate-box {
	margin-top: 30px;
	width: 100%;
	max-width: 550px;
	border-radius: 15px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	padding: 15px;
}

.affiliate-box a {
	color: #01579b;
}

.affiliate-thumbnail {
	z-index: 10;
	border-radius: 15px;
	overflow: hidden;
	line-height: 0;
	display: block;
	border: 1px solid #e5e5e5;
}

.affiliate-thumbnail img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.affiliate-title {
	font-size: 20px;
	line-height: 1.2;
	width: 100%;
	font-weight: bold;
	color: #01579b;
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
}

.affiliate-title a {
	color: #01579b;
}

.affiliate-official {
	font-size: 12px;
	display: block;
	color: #01579b;
	margin-bottom: 10px;
}

.affiliate-button {
	width: 100%;
}

.affiliate-button a {
	font-size: 14px;
	color: #fff;
	background: #01579b;
	width: 100%;
	text-align: center;
	line-height: 35px;
	height: 35px;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
	border-radius: 5px;
}

.affiliate-excerpt {
	font-size: 14px;
	color: #666;
	line-height: 1.4;
	padding: 0;
	margin-bottom: 15px;
}

.fa-external-link-square-alt {
	background: url(parts/icon.png) no-repeat 0 0;
	background-size: 20px 60px;
	display: inline-block;
	height: 15px;
	width: 20px;
	margin-bottom: -3px;
	margin-left: -5px;
}



.Normal li {
	margin-bottom: 30px;
}

.Number {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	display: block;
	width: 100%;
	margin-bottom: 0;
}

.Number li {
	margin-bottom: 15px;
	position: relative;
	line-height: 1.4;
}

.Number li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #FFF;
	border: 2px solid #01579b;
	color: #01579b;
	display: block;
	float: left;
	line-height: 20px;
	margin-left: -2px;
	text-align: center;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	font-size: 14px;
	margin-right: 5px;
}

.Mark {
	margin-bottom: 0;
}

.Mark li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 24px;
	line-height: 1.4;
}

.Mark li::after {
	display: block;
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 14px;
	height: 14px;
	background-color: #fff;
	border: 2px solid #01579b;
	border-radius: 100%;
}

small {
	font-size: 75%;
	color: #E57373;
	padding-right: 4px;
}

small span {
	font-size: 110%;
	color: #999;
	padding-left: 8px;
}

.photo-data {
	font-size: 70%;
	color: #bfbfbf;
	display: block;
	margin-top: -7px;
	letter-spacing: 0.12rem;
}

.gg-check {
	box-sizing: border-box;
	position: relative;
	display: block;
	transform: scale(var(--ggs, 1));
	width: 22px;
	height: 22px;
	border: 2px solid transparent;
	border-radius: 100px;
	float: left;
}

.gg-check::after {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	left: 3px;
	top: -1px;
	width: 6px;
	height: 10px;
	transform-origin: bottom left;
	transform: rotate(45deg);
	margin-top: 2px;
	border-top: 0 solid #01579b;
	border-right: 2px solid #01579b;
	border-bottom: 2px solid #01579b;
	border-left: 0 solid #01579b;
	padding-left: -3px;
}

/* --- Article Bottom Section --- */
.Related-T {
	font-size: 17px;
	letter-spacing: 0.12rem;
	margin-top: 60px;
	color: #FFF;
	padding: 10px;
	border-radius: 3px;
	display: block;
	background: #999 url(parts/dot_d.png) repeat fixed;
	font-weight: normal;
	line-height: 1.2;
}

.Relation-Post {
	width: 100%;
}

.Relation-Post li {
	border-bottom: 1px dashed #e5e5e5;
	padding-top: 10px;
	padding-bottom: 10px;
}

.Relation-Post li a {
	display: block;
	width: 100%;
	height: 120px;
	cursor: pointer;
	color: #222;
}

.Relation-Post li a:hover {
	color: #01579b;
	outline: 0;
}

.Relation-Post-thumbnail {
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	height: 120px;
	width: 120px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	z-index: 10;
}

.Relation-Post-thumbnail img {
	object-fit: cover;
	margin-left: -25%;
	transition: all 0.2s;
	z-index: 9;
	width: auto;
	height: 120px;
	border-style: none;
}

.Relation-Post li a:hover > .Relation-Post-thumbnail img {
	transform: scale(1.5);
}

.Relation-Post-title {
	display: table-cell;
	vertical-align: middle;
	height: 120px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: normal;
	font-feature-settings: "palt";
}

/* Category Section */
.bottom-all-button {
	color: #FFF;
	background: #01579b;
	font-size: 11px;
	text-align: center;
	line-height: 1.0;
	letter-spacing: 1px;
	transition: ease-out 0.2s;
	border: 2px solid #01579b;
}

.bottom-entry-count {
	font-size: 20px;
	text-align: center;
	display: block;
	margin-top: 35px;
	line-height: 30px;
	height: 30px;
}

.bottom-all-title {
	line-height: 2.4;
	display: table-cell;
	vertical-align: middle;
	height: 140px;
	font-size: 14px;
	font-weight: bold;
}

.bottom-excerpt {
	color: #333;
	width: 100%;
	cursor: pointer;
	display: block;
	font-size: 12px;
	padding-top: 10px;
}

.bottom-excerpt-RP {
	display: none;
}

.Relation-Post li a:hover > .bottom-all-button {
	border: 2px solid #01579b;
	background: #FFF;
	color: #01579b;
}

/* --- Comment Section --- */
#comments-header {
	padding-bottom: 50px;
	padding-top: 60px;
	font-size: 90%;
}

#comments_title {
	border-radius: 50%;
	height: 120px;
	width: 120px;
	margin-right: 10px;
	color: #01579b;
	border: 2px solid #01579b;
	font-size: 96%;
	text-align: center;
	line-height: 1;
	padding-top: 50px;
	display: inline-block;
	font-weight: bold;
}

.commentlist li {
	border: 1px solid #d2d2d2;
	width: 100%;
	font-size: 96%;
	line-height: 1.6;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 30px;
}

#commentform input, #commentform textarea {
	border: 1px solid #d2d2d2;
	width: 100%;
	font-size: 96%;
	line-height: 1.6;
	border-radius: 5px;
	padding: 2px 4px;
}

textarea {
	font-family: 'Noto Sans JP', 'Yu Gothic Medium', sans-serif;
}

.label {
	font-size: 70%;
	letter-spacing: 1px;
	display: block;
	line-height: 20px;
	color: #01579b;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 5px;
}

#commentform #submit {
	height: 50px;
	width: 100%;
	font-size: 80%;
	font-family: 'Noto Sans CJK JP', 'Noto Sans JP', 'Yu Gothic Medium', sans-serif;
	cursor: pointer;
	text-align: center;
	color: #fff;
	background: #01579b;
	border-radius: 5px;
	transition: all 0.3s;
	border: 2px solid #01579b;
}

#commentform #submit:hover {
	background-color: #fff;
	color: #01579b;
	border-radius: 25px;
}

.comment-reply-link {
	display: block;
	color: #fff;
	font-size: 70%;
	text-decoration: none;
	line-height: 30px;
	background: #01579b;
	height: 30px;
	width: 60px;
	text-align: center;
	margin: 30px 0 30px;
	border-radius: 2px;
	transition: all 0.3s;
	border: 2px solid #01579b;
	font-weight: normal;
}

.comment-reply-link:hover {
	background-color: #fff;
	color: #01579b;
	border-radius: 15px;
	border: 2px solid #01579b;
}

.commentlist {
	text-align: justify; /* 日本語の均等割り付けは注意 */
	text-justify: inter-ideograph; /* 日本語の均等割り付けは注意 */
	width: 100%;
	list-style: none;
}

.commentlist p {
	padding-top: 30px;
}

.commentlist li ul li {
	border-left: 0;
	border-right-style: none;
	border-bottom-style: none;
	border-top: 1px dashed #d2d2d2;
	margin-bottom: 0;
	padding: 10px 0 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.comment_image {
	float: left;
	height: 50px;
	width: 50px;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
}

.comment_image img {
	height: 50px;
	position: absolute;
	left: -200px;
	top: 0;
}

.comment-user {
	height: 50px;
	width: 50px;
}

.comment-name {
	display: inline-block;
	padding-top: 5px;
}

.comment-name a {
	color: #01579b;
}

.comment-name a::after {
	content: " ";
	display: inline-block;
	height: 20px;
	width: 20px;
	overflow: hidden;
	background: url(parts/icon.png) no-repeat 0 0;
	background-size: 20px 60px;
	vertical-align: middle;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 105%;
}

.comment-data {
	margin: 0;
	display: block;
	letter-spacing: 0.5px;
	font: normal 80%/1.2 Arial, Helvetica, sans-serif;
}

#comment_user_policy {
	font-size: medium;
	color: #707070;
	padding-bottom: 50px;
	padding-top: 10px;
}

#comment_user_policy a {
	font-weight: bold;
}

.comment-author {
	display: block;
	height: 30px;
}

.comment-author img {
	float: left;
	margin-right: 10px;
}

.fn {
	display: inline-block;
	padding-top: 2px;
}

.fn a::after {
	content: " ";
	display: inline-block;
	height: 20px;
	width: 20px;
	overflow: hidden;
	background: url(parts/icon.png) no-repeat 0 0;
	background-size: 20px 60px;
	vertical-align: middle;
}

.comment-meta {
	display: block;
	font-size: 14px;
}

.says {
	font-size: 14px;
}

/* --- Sidebar Section --- */
aside {
	width: 100%;
	background: #666;
	background-image: url(parts/dot_d.png);
	background-attachment: fixed;
	padding-top: 40px;
}

#sub-contents {
	max-width: 730px;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0 auto;
}

#sub-logo {
	margin: 0 auto 20px auto;
	height: 100px;
	width: 100px;
	overflow: hidden;
}

#sub-logo img {
	height: 100px;
	width: auto;
}

.sub-conten-title {
	color: #FFF;
	font-size: 18px;
	display: block;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 80px;
	letter-spacing: 0.18rem;
}

#side-f {
	color: #FFF;
	font-size: 11px;
	display: block;
	padding-top: 0;
	padding-bottom: 10px;
	text-align: center;
}

#side-follow-Button {
	max-width: 360px;
	margin: 0 auto -20px auto;
	z-index: 50;
}

#side-follow-Button li {
	width: 25%;
	float: left;
}

#side-follow-Button li a {
	width: 60px;
	font-size: 11px;
	color: #FFF;
	text-align: center;
	display: block;
	margin: 0 auto;
}

#side-follow-Button li a:hover {
	color: #01579b;
}

#side-follow-Button li i {
	width: 30px;
	display: block;
	height: 30px;
	background-size: 150px 30px;
	margin: 0 auto;
}

#s-follow-TW { background: url(parts/follow.png) no-repeat 0 0; }
#s-follow-FB { background: url(parts/follow.png) no-repeat -30px 0; }
#s-follow-HB { background: url(parts/follow.png) no-repeat -60px 0; }
#s-follow-P7 { background: url(parts/follow.png) no-repeat -90px 0; }

/* Parent Category */
.sub-post {
	width: 100%;
}

.sub-post-button {
	border: 2px solid #FFF;
	border-radius: 50%;
	height: 120px;
	width: 120px;
	margin-top: 10px;
	margin-right: 10px;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	line-height: 1.0;
	letter-spacing: 1px;
	transition: ease-out 0.3s;
	float: left;
}

.sub-post li a {
	display: block;
	width: 100%;
	height: 140px;
	color: #FFF;
	border-bottom: 1px dashed #666;
}

.sub-post li a:first-child {
	border-top: 1px dashed #666;
}

.sub-post li a:hover > .sub-post-button {
	color: #666;
	background: #FFF;
}

.sub-count {
	font-size: 24px;
	text-align: center;
	display: block;
	margin-top: 35px;
	line-height: 30px;
	height: 30px;
	margin-bottom: 5px;
}

.sub-post-bottom {
	font-size: 12px;
	line-height: 1.6;
	display: table-cell;
	vertical-align: middle;
	height: 140px;
	letter-spacing: 1px;
}

.sub-post-bottom strong {
	display: block;
	line-height: 40px;
	height: 40px;
	font-size: 16px;
	font-weight: normal;
}

#ots {
	height: 140px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dashed #666;
}

#ots a {
	height: 140px;
	width: 250px;
	overflow: hidden;
	position: relative;
	display: block;
}

#ots img {
	height: 140px;
	left: -250px;
	top: 0;
	position: absolute;
	width: auto;
}

/* Access Counter */
#access-wrapper {
	display: block;
	height: 140px;
	margin-top: 0;
	border-top: 1px dashed #666;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #666;
	color: #FFF;
}

#blog-access {
	border: 2px solid #FFF;
	border-radius: 50%;
	height: 120px;
	width: 120px;
	float: left;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	line-height: 1.0;
	letter-spacing: 0;
	background: #01579b;
	margin: 0 10px 0 0;
}

#access-count {
	font-size: 30px;
	text-align: center;
	display: block;
	margin-top: 30px;
	line-height: 40px;
	height: 40px;
}

#access-bottom {
	font-size: 11px;
	display: table-cell;
	vertical-align: middle;
	height: 120px;
}

#access-bottom p {
	letter-spacing: 0.5px;
	line-height: 1.6;
}

#access-bottom b {
	font-size: 18px;
	font-weight: normal;
}

/* Accordion */
.menu {
	max-width: 730px;
	margin: 0 auto;
	padding: 0;
}

.menu a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #000;
	line-height: 1;
}

label {
	display: block;
	margin: 0 0 4px 0;
	padding: 12px;
	line-height: 1;
	color: #FFF;
	cursor: pointer;
	border: 1px solid #FFF;
}

label:hover {
	background: #01579b;
}

.menu > input {
	display: none;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #FFF;
}

.menu li {
	max-height: 0;
	overflow-y: hidden;
	transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li, #menu_bar02:checked ~ #links02 li, #menu_bar03:checked ~ #links03 li, #menu_bar04:checked ~ #links04 li, #menu_bar05:checked ~ #links05 li, #menu_bar06:checked ~ #links06 li {
	max-height: 46px;
	opacity: 1;
}

.oya {
	background: #01579b;
}

.oya a {
	color: #FFF;
}

/* Link List */
#aboutBlog {
	max-width: 730px;
	margin: 0 auto;
	padding: 0;
}

#aboutBlog a {
	display: block;
	margin: 0 0 4px 0;
	padding: 12px;
	line-height: 1;
	color: #FFF;
	cursor: pointer;
	border: 1px solid #FFF;
}

#aboutBlog a:hover {
	background: #01579b;
}

/* Search Box */
#search-box {
	max-width: 400px;
	margin: 0 auto;
	padding: 0;
	height: 100px;
}

.screen-reader-text {
	display: none;
}

#s {
	background: none;
	height: 46px;
	padding: 12px;
	border: 1px solid #FFF;
	color: #FFF;
	width: 100%;
	margin-right: -60px;
}

#searchsubmit {
	color: #333;
	-webkit-appearance: none;
	background-color: #FFF;
	height: 46px;
	border-style: none;
	width: 46px;
	cursor: pointer;
	float: right;
	text-align: center;
}

/* --- Top Page Section --- */
#top-content {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	z-index: 10;
}

#contents-title {
	text-align: center;
	display: block;
	color: #FFF;
	width: 100%;
	font-size: 20px;
	line-height: 1.4;
	text-shadow: 1px 1px 2px #222;
	font-weight: normal;
}

#contents-description {
	display: block;
	color: #FFF;
	max-width: 600px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.4;
	text-shadow: 1px 1px 2px #222;
	padding: 10px 20px 0;
}

#Blog_Name {
	text-align: center;
	z-index: 100;
}

#Blog_Name img {
	width: 25%;
	height: auto;
}

.entry-top-thumbnail {
	width: 100%;
	height: auto;
	display: block;
	z-index: 2;
	border-style: none;
	opacity: 0.75;
}

.image-crossfader {
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center;
	background-image: url('https://maco-log.com/wp-content/themes/MACO_08/parts/category_02_8.jpg');
	height: 210px;
}

.image-crossfader-inner {
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	transform: scale(1);
	transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.image-crossfader-inner.is-visible {
	z-index: 1;
	opacity: 1;
	transform: scale(1.06);
}

.image-crossfader-inner:nth-child(1) { background-image: url('https://maco-log.com/wp-content/themes/MACO_08/parts/category_02_8.jpg'); }
.image-crossfader-inner:nth-child(2) { background-image: url('https://maco-log.com/wp-content/themes/MACO_08/parts/category_01.jpg'); }
.image-crossfader-inner:nth-child(3) { background-image: url('https://maco-log.com/wp-content/themes/MACO_08/parts/category_03.jpg'); }
.image-crossfader-inner:nth-child(4) { background-image: url('https://maco-log.com/wp-content/themes/MACO_08/parts/category_04.jpg'); }
.image-crossfader-inner:nth-child(5) { background-image: url('https://maco-log.com/wp-content/themes/MACO_08/parts/category_05.jpg'); }
.image-crossfader-inner:nth-child(6) { background-image: url('https://maco-log.com/wp-content/themes/MACO_08/parts/category_06.jpg'); }
.image-crossfader-inner:nth-child(7) { background-image: url('https://maco-log.com/wp-content/themes/MACO_08/parts/category_02.jpg'); }
.image-crossfader-inner:nth-child(8) { background-image: url('https://maco-log.com/wp-content/themes/MACO_08/parts/category_04_17.jpg'); }
.image-crossfader-inner:nth-child(9) { background-image: url('https://maco-log.com/wp-content/themes/MACO_08/parts/category_06_23.jpg'); }
.image-crossfader-inner:nth-child(10) { background-image: url('https://maco-log.com/wp-content/themes/MACO_08/parts/category_02_9.jpg'); }
.image-crossfader-inner:nth-child(11) { background-image: url('https://maco-log.com/wp-content/themes/MACO_08/parts/category_05_19.jpg'); }
.image-crossfader-inner:nth-child(12) { background-image: url('https://maco-log.com/wp-content/themes/MACO_08/parts/category_01_3.jpg'); }
.image-crossfader-inner:nth-child(13) { background-image: url('https://maco-log.com/wp-content/themes/MACO_08/parts/category_01_5.jpg'); }
.image-crossfader-inner:nth-child(14) { background-image: url('https://maco-log.com/wp-content/themes/MACO_08/parts/category_06_26.jpg'); }
.image-crossfader-inner:nth-child(15) { background-image: url('https://maco-log.com/wp-content/themes/MACO_08/parts/category_02_28.jpg'); }
.image-crossfader-inner:nth-child(16) { background-image: url('https://maco-log.com/wp-content/themes/MACO_08/parts/category_03_14.jpg'); }

.page-nav {
	width: 100%;
	border-bottom: 1px dashed #e5e5e5;
	display: block;
	font-size: 12px;
	line-height: 40px;
	color: #666;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;	
}

.page-nav b{
	font-size: 18px;
	font-weight: normal;
}





.entry-post {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #e5e5e5;
	width: 100%;
	position: relative;
}

.entry-thumbnailbox {
	height: auto;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	z-index: 10;
	border: 1px solid #e5e5e5;
	line-height: 0;
	position: relative;
}

.entry-thumbnailbox img {
	height: auto;
	width: 100%;
	border-style: none;
	line-height: 0;
}

.post-title {
	width: 100%;
	font-size: 20px;
	color: #333;
	line-height: 1.4;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}

.new-icon {
	margin-bottom: 2px;
}

.publication {
	display: inline;
	padding-right: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.views {
	display: inline;
	position: absolute;
	right: 25px;
	bottom: 0;
}

.small_F {
	font-size: 10px;
}

.excerpt {
	font-size: 12px;
	padding-bottom: 25px;
}

.entry-data {
	font-size: 11px;
	color: #999;
	font-weight: bold;
}

.entry-ad {
	border-bottom: 1px dashed #e5e5e5;
	display: block;
	text-align: center;
	width: 100%;
	height: auto;
	line-height: 0.5;
	padding: 20px 0;
}

.post-Comment-Count {
	height: 22px;
	width: 22px;
	border-radius: 50%;
	background-color: #e5e5e5;
	font-size: 10px;
	line-height: 20px;
	color: #666;
	text-align: center;
	display: block;
	position: absolute;
	z-index: 20;
	border: 2px solid #fff;
	right: 0;
	bottom: 20px;
}

.sponsor-link-top {
	font-size: 11px;
	text-align: center;
	display: block;
	color: #d2d2d2;
	line-height: 25px;
	height: 25px;
}

/* ページャーのコンテナ全体を中央寄せ */
.pagination-container {
	text-align: center;
	margin: 30px 0;
}

/* ページャー全体のレイアウト */
.pagination-dropdown {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* 「前へ」「次へ」ボタンの共通スタイル */
.pagination-dropdown a.page-numbers {
    display: inline-block;
    font-size: 14px; 
    padding: 8px 12px;
    margin: 0 4px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background-color: #f1f1f1;
    color: #01579b;
    text-decoration: none;
    transition: background-color 0.3s;
    height: 40px; 
    line-height: 24px;
}

.pagination-dropdown a.page-numbers:hover {
    background-color: #e5e5e5;
}

/* ドロップダウンメニューのラッパー */
.page-dropdown-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

/* ドロップダウンメニュー本体のスタイル */
#page-jump-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #01579b;
    color: #fff;
    border: 1px solid #01579b;
    border-radius: 4px;
    padding: 8px 30px 8px 12px;
    margin: 0 4px;
    font-size: 16px;
    cursor: pointer;
    height: 40px; 
    line-height: 24px; 
}

/* 擬似要素で下矢印を追加 */
.page-dropdown-wrapper::after {
    content: "▼";
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #fff;
    pointer-events: none;
}
/* --- Footer Section --- */
footer {
	width: 100%;
	height: auto;
	background: #666 url(parts/dot_d.png) fixed;
	padding: 50px 20px;
}

#footer-content {
	color: #FFF;
	font-size: 14px;
	line-height: 1.6;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#footer-author {
	width: 100%;
	max-width: 730px;
	letter-spacing: 2px;
}

#footer-author strong {
	font-size: 18px;
	font-weight: normal;
	line-height: 35px;
	display: block;
	height: 35px;
	margin-bottom: 5px;
}

#footer-logo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 140px;
	width: 109px;
	overflow: hidden;
	position: relative;
}

#footer-logo img {
	height: 140px;
	position: absolute;
	left: -140px;
	top: 0;
	width: auto;
}

#footer-link {
	display: block;
	height: 140px;
	width: 250px;
	margin: 30px auto 0 auto;
	background: url(parts/logo.png) no-repeat -475px 0;
	background-size: 725px 140px;
	display: block;
	height: 140px;
	width: 250px;
	border: 1px solid #666;
	font-size: 12px;
	line-height: 1.4;
	padding: 70px 10px 0;
	letter-spacing: 1px;
	color: #FFF;
}


#copyright {
	line-height: 50px;
	font-size: 12px;
	color: #757575;
	background: #01579b url(parts/dot_d.png) fixed;
	text-align: center;
	height: 50px;
}

/* --- Page Section --- */
.subheading-category {
	font-size: 105%;
	line-height: 1.4;
	display: block;
	margin-bottom: 10px;
	background: url(parts/icon.png) no-repeat 0 -36px;
	background-size: 20px 60px;
	margin-top: 20px;
	padding-left: 25px;
}

.sitemap-category a {
	height: 50px;
	width: 100%;
	font-size: 110%;
	text-align: center;
	color: #01579b;
	background: #FFF;
	border-radius: 25px;
	transition: all 0.3s;
	border: 2px solid #01579b;
	display: block;
	line-height: 50px;
	margin-top: 20px;
	margin-bottom: 100px;
}

.sitemap-category a:hover {
	background-color: #01579b;
	border: 2px solid #01579b;
	color: #FFF;
}

.sitemap-line {
	display: block;
	width: 100%;
	border-bottom: 1px dashed #CCC;
	font-size: 85%;
	margin-top: 20px;
	color: #01579b;
	font-weight: bold;
}

/* --- Blog Link --- */
#blog-link {
	padding-top: 50px;
}

#blog li {
	margin-bottom: 120px;
}

#blog li:hover {
	opacity: 0.7;
}

#blog li a {
	color: #222;
}

.blog_name {
	color: #FFF;
	display: block;
	letter-spacing: normal;
	border-top: 2px solid #01579b;
	line-height: 50px;
	height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #01579b;
	padding-left: 10px;
	border-radius: 5px;
	font-weight: normal;
}

.blog_post {
	font-size: 75%;
	color: #999;
	display: block;
	padding-top: 20px;
	line-height: 60px;
	height: 65px;
	font-weight: normal;
	letter-spacing: 1px;
}

.blog_title {
	font-size: 110%;
	color: #01579b;
	display: block;
	line-height: 1.4;
	padding-bottom: 15px;
	font-weight: normal;
}

.blog_description {
	font-size: 80%;
	font-weight: normal;
	line-height: 1.4;
	color: #666;
}

/* --- Table of Contents Section --- */
.table_of_contents {
	width: 100%;
	background: #f2f2f2;
	font-weight: normal;
	margin-top: 30px;
	font-size: 85%;
	padding: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	margin-bottom: -40px;
}

.table_of_contents a {
	font-weight: normal;
	color: #666;
}

.table_of_contents a:hover {
	color: #01579b;
}

.mokuji_title {
	font-weight: normal;
	color: #01579b;
	border-bottom: 1px dashed #CCC;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-size: 120%;
	letter-spacing: 2px;
}

.table_of_contents li {
	margin-bottom: 10px;
	line-height: 1.6;
}

.table_of_contents ol {
	counter-reset: item;
	list-style-type: none;
}

.table_of_contents li:before {
	counter-increment: item;
	content: counters(item, "-")". ";
	color: #01579b;
}

.table_of_contents ol li ol {
	padding-left: 20px;
	padding-top: 10px;
}

.gallery {
	width: 300px;
	overflow: hidden;
	padding-top: 40px;
	margin: 0 auto;
}

.gallery br {
	display: none;
}

.gallery-item {
	height: 90px;
	width: 90px;
	background: #03F;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin: 5px;
	display: inline-block;
}

.gallery-icon {
	left: 50%;
	position: absolute;
	top: 50%;
}

.gallery-icon img {
	width: 135px;
	height: auto;
	transform: translate(-50%, -50%);
}

/* --- Media Queries --- */
@media (min-width: 374px) {
	#main-content {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (min-width: 765px) {
	body, html {
		font-family: Segoe UI, Segoe UI Midlevel, 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic M", "游ゴシック体", YuGothic, sans-serif;
		color: #2b2b2b;
	}

	/* Top Section */
	.image-crossfader {
		height: 100%;
	}

	#top-container {
		height: 450px;
		overflow: hidden;
	}

	#title-box {
		margin-top: 0;
	}

	#post-title h1{
		font-feature-settings: normal;
		text-shadow: 2px 2px 4px #222;
		letter-spacing: 1px;
		margin-top: 50px;
		margin-bottom: 50px;
		font-weight: normal;
	}

	#entry-updated {
		font-size: 12px;
	}

	#entry-updated li span {
		font-size: 16px;
		letter-spacing: 2px;
	}

	#top-container-dot {
		background-image: url(parts/dot_d.png);
	}

	#main-content {
		margin: 0 auto;
	}

	.breadcrumbs-list {
		letter-spacing: 4px;
		margin: 0 12px;
		font-size: 12px;
	}

	.breadcrumbs-list:not(:first-child)::before {
		left: -18px;
		margin-top: -2px;
	}

	.breadcrumbs-list a {
		border: 2px solid #fff;
		padding: 0 20px;
		line-height: 50px;
		height: 50px;
	}

	.breadcrumbs-list a:hover {
		background-color: rgba(255, 255, 255, 0.3);
		border-radius: 25px;
	}

	.breadcrumbs-list:first-child a {
		font-size: 12px;
		padding: 0 12px;
	}

	/* SNS Section */
	.TopSNS {
		width: 100%;
		display: block;
		padding-top: 50px;
		padding-bottom: 10px;
		color: #333;
		letter-spacing: normal;
		font-size: 14px;
		font-weight: 400;
	}

	.sns li a {
		height: 60px;
		width: 60px;
		overflow: hidden;
		display: block;
		margin: 0 auto;
		background-size: 60px 720px;
	}

	.sns li {
		width: 12.5%;
	}

	.Twitter { background-image: url(parts/sns_icon.png); background-position: 0 0; }
	.Facebook { background-image: url(parts/sns_icon.png); background-position: 0 -60px; }
	.Pocket { background-image: url(parts/sns_icon.png); background-position: 0 -120px; }
	.Feedly { background-image: url(parts/sns_icon.png); background-position: 0 -180px; }
	.Hatena { background-image: url(parts/sns_icon.png); background-position: 0 -240px; }
	.Google { background-image: url(parts/sns_icon.png); background-position: 0 -300px; }
	.LINE { background-image: url(parts/sns_icon.png); background-position: 0 -360px; }
	.Push7 { background-image: url(parts/sns_icon.png); background-position: 0 -480px; }
	.Burogumura { background-image: url(parts/sns_icon.png); background-position: 0 -540px; }
	.Blogranking { background-image: url(parts/sns_icon.png); background-position: 0 -600px; }
	.RSS { background-image: url(parts/sns_icon.png); background-position: 0 -660px; }
	.TopComment { background-image: url(parts/sns_icon.png); background-position: 0 -420px; }

	.Top-sns-count {
		line-height: 40px;
		height: 40px;
		width: 100%;
		font-size: 14px;
	}

	.Top-sns-count-s {
		line-height: 13px;
		height: 40px;
		width: 100%;
		font-size: 11px;
		padding-top: 6px;
	}

	.TopCount {
		height: 24px;
		width: 100%;
		line-height: 24px;
		font-size: 18px;
		padding-top: 10px;
	}

	.TC_title {
		font-size: 11px;
		line-height: 15px;
		display: block;
		letter-spacing: 1px;
		padding-top: 20px;
	}

	/* Article Section */
	#main-content {
		font-size: 18px;
		line-height: 1.8;
	}

	#single-content p {
		padding-top: 40px;
	}

	#single-content hr {
		margin-top: 40px;
	}

	#single-content h2, #Related-article h2 {
		font-size: 20px;
		letter-spacing: 0.15rem;
		margin-top: 60px;
		padding: 15px 10px;
	}

	#single-content blockquote {
		margin-top: 40px;
	}

	.subheading {
		margin-top: 40px;
		line-height: 1.0;
	}

	/* Article Decoration Section */
	.blog-card {
		height: 220px;
		max-width: 100%;
		padding-top: 20px;
		margin-top: 50px;
		position: relative;
	}

	.blog-card a {
		display: block;
	}

	.blog-card-thumbnail {
		height: 180px;
		width: 180px;
		margin-right: 20px;
		border-radius: 50%;
		display: block;
		float: left;
		border: 1px solid #e5e5e5;
	}

	.blog-card-thumbnail img {
		height: 180px;
		width: auto;
	}

	.blog-card-box {
		display: table;
		align-items: center;
		height: 180px;
	}

	.blog-card-title {
		display: table-cell;
		vertical-align: middle;
	}

	.blog-card-title span {
		font-size: 14px;
		letter-spacing: 2px;
		background: url(parts/apple-touch-icon.png) no-repeat;
		background-size: 25px 25px;
		line-height: 25px;
		height: 25px;
		font-weight: normal;
		padding: 0 0 0 30px;
		border-style: none;
	}

	.blog-card-title strong {
		font-size: 22px;
		margin-top: 5px;
		padding-bottom: 10px;
		line-height: 1.2;
		font-weight: bold;
	}

	.blog-card-excerpt {
		display: inline-block;
		font-size: 14px;
		color: #666;
		line-height: 1.4;
		padding: 0;
	}

	.affiliate-title {
		font-size: 22px;
	}

	.affiliate-title a {
		color: #01579b;
	}

	.affiliate-official {
		font-size: 12px;
		margin-bottom: 0;
		margin-top: 2px;
	}

	.affiliate-official a {
		color: #01579b;
	}

	.affiliate-button {
		width: 100%;
	}

	.affiliate-button a {
		border: 2px solid #01579b;
	}

	.affiliate-button a:hover {
		color: #01579b;
		background: #FFF;
		border: 2px solid #01579b;
		transition: 0.3s;
	}

	.affiliate-excerpt {
		display: inline-block;
		font-size: 14px;
		color: #666;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	.ads-space {
		margin-top: 40px;
		min-height: 300px;
	}

	.table_of_contents {
		margin-bottom: -20px;
	}

	.Mark li {
		margin-bottom: 20px;
	}

	.Number li:before {
		margin-top: 2px;
	}

	.gg-check::after {
		margin-top: 8px;
	}

	/* Article Bottom Section */
	.Related-T {
		font-size: 20px;
		letter-spacing: 0.15rem;
		margin-top: 60px;
		padding: 15px 10px;
	}

	#Related-article .Relation-Post {
		width: 100%;
		border-style: none;
		margin-top: 10px;
	}

	#Related-article .Relation-Post li {
		padding-top: 10px;
		padding-bottom: 10px;
		border-style: none;
		float: left;
		width: 25%;
	}

	#Related-article .Relation-Post li a {
		display: block;
		width: 100%;
		height: 250px;
		cursor: pointer;
		transition: all 0.2s;
	}

	#Related-article .Relation-Post li a:hover {
		color: #01579b;
	}

	#Related-article .Relation-Post-thumbnail {
		border: 1px solid #e5e5e5;
		border-radius: 50%;
		height: 160px;
		width: 160px;
		float: none;
		margin-right: 10px;
		overflow: hidden;
		z-index: 10;
	}

	#Related-article .Relation-Post-thumbnail img {
		object-fit: cover;
		transition: all 0.2s;
		z-index: 9;
		width: auto;
		height: 160px;
		border-style: none;
	}

	#Related-article .Relation-Post li a:hover > .Relation-Post-thumbnail img {
		transform: scale(1.5);
	}

	#Related-article .Relation-Post-title {
		display: inline-block;
		padding-top: 10px;
		font-size: 13px;
		line-height: 1.5;
		width: 160px;
		height: auto;
		color: #222;
		font-weight: bold;
		font-feature-settings: "palt";
	}

	/* Category Section */
	#Related-article .bottom-all-button {
		font-size: 12px;
	}

	#Related-article .bottom-entry-count {
		font-size: 24px;
		text-align: center;
		display: block;
		margin-top: 55px;
	}

	.Related-articlec-enter {
		text-align: center;
	}

	.bottom-excerpt {
		display: none;
	}

	.bottom-excerpt-RP {
		width: 100%;
		cursor: pointer;
		display: block;
		text-align: center;
		font-size: 14px;
		line-height: 1.4;
	}

	#Related-article .Relation-Post li a:hover > .bottom-all-button {
		border: 1px solid #01579b;
		background: #FFF;
		color: #01579b;
	}

	/* Comment Section */
	.commentlist li {
		padding: 30px;
	}

	.commentlist li ul li {
		padding-top: 30px;
	}

	.comment_image {
		margin-top: 5px;
	}

	/* Top Page Section */
	#Blog_Name img {
		width: 130px;
		height: auto;
	}

	#contents-title {
		font-size: 28px;
	}

	#contents-description {
		font-size: 16px;
		padding-top: 20px;
	}

	.entry-top-dot {
		background-image: url(parts/dot_d.png);
	}

	.entry-top-thumbnail {
		opacity: 1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}

	#page-nav {
		font-size: 16px;
	}

	.entry-post {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.entry-thumbnailbox {
		height: 240px;
		width: 240px;
		margin-right: 40px;
		float: left;
		border-radius: 50%;
		overflow: hidden;
		position: relative;
		z-index: 10;
		border: 1px solid #ccc;
	}

	.entry-thumbnailbox img {
		height: 240px;
		width: auto;
		object-fit: cover;
		border-style: none;
		transition: all 0.2s;
		margin-left: -25%;
	}

	.entry-post a:hover > .entry-thumbnailbox img {
		transform: scale(1.5);
	}

	.new-icon {
		display: block;
		margin-bottom: 2px;
	}

	.post-title {
		font-size: 22px;
		font-feature-settings: "normal";
		height: 130px;
		line-height: 1.6;
		display: table-cell;
		vertical-align: middle;
	}

	.entry-data {
		font-size: 17px;
		color: #333;
		font-weight: normal;
	}

	.publication {
		display: inline-block;
		position: static;
	}

	.views {
		display: inline-block;
		position: static;
		padding-left: 0;
	}

	.small_F {
		font-size: 12px;
		padding-right: 1px;
		padding-left: 1px;
	}

	.excerpt {
		font-size: 15px;
		line-height: 1.4;
		font-feature-settings: "palt";
		display: block;
		color: #666;
	}

	.post-Comment-Count {
		height: 44px;
		width: 44px;
		font-size: 12px;
		line-height: 38px;
		top: 236px;
		left: 196px;
		z-index: 20;
		border: 3px solid #fff;
	}

	.post-Comment-Count:hover {
		background-color: #01579b;
		color: #fff;
		border: 3px solid #fff;
	}

	.page_navi li {
		display: inline;
		margin-right: 1px;
		margin-left: 1px;
		text-align: center;
		width: auto;
	}

	.page_navi li.current span {
		display: inline-block;
		height: 36px;
		width: 36px;
		margin-right: 2px;
		line-height: 36px;
	}

	.page_navi li a {
		display: inline-block;
		height: 36px;
		width: 36px;
		margin-right: 2px;
		line-height: 36px;
		transition: all 0.3s;
		margin-bottom: 4px;
	}

	.page_navi li a:hover {
		border-radius: 50%;
	}

	.page_navi li:last-child {
		display: inline-block;
		width: auto;
		float: right;
	}

	.page_navi li.page_nums span {
		display: inline-block;
		height: 36px;
		width: 90px;
		line-height: 36px;
		background: #fff;
		color: #01579b;
		text-align: center;
		border: 2px solid #01579b;
		font-size: 10px;
	}

	#copyright {
		font-size: 14px;
	}

	.gallery {
		width: 730px;
	}

	.gallery-item {
		height: 136px;
		width: 136px;
	}

	.gallery-icon img {
		width: 204px;
		height: auto;
		transform: translate(-50%, -50%);
	}
	
	.pager-desktop { display: inline-block; }
  .pager-mobile  { display: none; }
}

@media (min-width: 1100px) {
	#wrapper {
		width: 100%;
		height: auto;
		position: relative;
		background: rgba(0, 0, 0, 0);
	}

	#wrapper:before {
		top: 0;
		left: 50%;
		width: 50%;
		height: 100%;
		content: '';
		position: absolute;
		background: #666;
		background-image: url(parts/dot_d.png);
		background-attachment: fixed;
	}

	/* Top Section */
	#top-container {
		height: 600px;
	}

	/* Content Section */
	#content {
		padding: 0;
		background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 300px, #FFF 300px, #FFF 100%);
	}

	#main-content {
		float: left;
		padding-right: 10px;
		padding-left: 10px;
	}

	aside {
		width: 300px;
		float: right;
		color: #FFF;
		z-index: 10;
		padding-right: 0;
		padding-left: 50px;
	}

	#sub-contents {
		padding: 0;
	}

	/* Footer Section */
	#footer-author {
		float: left;
	}

	#footer-access {
		width: 300px;
		border-style: none;
		padding-top: 0;
		float: right;
		padding-left: 50px;
	}

	#footer-link {
		float: right;
		margin: 0;
	}
}