/* WpTHK WordPress Theme - free/libre wordpress platform
 *
 * @copyright Copyright (C) 2015 Thought is free.
 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
 * @author LunaNuko
 * @link http://thk.kanzae.net/
 * @translators rakeem( http://rakeem.jp/ )
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This CSS has been developed on the basis of the following.
 */
 /*
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 /* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
------------------------------------
 Html tag
------------------------------------ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-size: 14px;
	line-height: 1.42857143;
}

a {
	background-color: transparent;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
}
h1 {
	margin: .67em 0;
	font-size: 2em;
}
small {
	font-size: 80%;
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin-top: 20px;
	margin-bottom: 20px;
}
pre {
	overflow: auto;
}
code, pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}
p {
	margin: 0 0 10px;
}

/**
------------------------------------
 Form
------------------------------------ */
button, input, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
}
textarea {
	overflow: auto;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple],
select[size] {
	height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
input[type="search"] {
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}

/**
------------------------------------
 blockquote
------------------------------------ */
blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777;
}

h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

/**
------------------------------------
 container
------------------------------------ */
.container {
	padding: 0 15px 0 15px;
	margin: 0 auto 0 auto;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

/**
------------------------------------
 grid
------------------------------------ */
.col-xs-4, .col-xs-6, .col-xs-12 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-4 {
	width: 33.33333333%;
}

/**
------------------------------------
 clearfix
------------------------------------ */
.clearfix::before,
.clearfix::after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

/**
------------------------------------
 bootstrap pagination
------------------------------------ */
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	margin-left: -1px;
	line-height: 1.42857143;
	text-decoration: none;
	background-color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	z-index: 2;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
}

/**
------------------------------------
 thumbnail
------------------------------------ */
.thumbnail {
	display: block;
	padding: 4px;
	line-height: 1.42857143;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.thumbnail > img,
.thumbnail a > img {
	margin-right: auto;
	margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #337ab7;
}
.thumbnail .caption {
	padding: 9px;
	color: #333;
}

/**
------------------------------------
 table responsive
------------------------------------ */
table {
	border-spacing: 0;
	border-collapse: collapse;
	background-color: transparent;
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left;
}
th {
	text-align: left;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('./fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('./fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('./fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('./fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('./fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('./fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa.pull-left {
  float: left;
  margin-right: .3em;
}
.fa.pull-right {
  float: right;
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-feedly-o:before {
  content: "\e601";
}
.fa-search:before {
  content: "\f002";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-close:before {
  content: "\f00d";
}
.fa-remove:before {
  content: "\f00d";
}
.fa-times:before {
  content: "\f00d";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-repeat:before {
  content: "\f01e";
}
.fa-rotate-right:before {
  content: "\f01e";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-list:before {
  content: "\f03a";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-warning:before {
  content: "\f071";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f09a";
}
.fa-feed:before {
  content: "\f09e";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-up:before {
  content: "\f151";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-commenting-o:before {
  content: "\f27b";
}


@font-face {
  font-family: 'icomoon';
  src:  url('./fonts/icomoon/fonts/icomoon.eot?aqw2jx');
  src:  url('./fonts/icomoon/fonts/icomoon.eot?aqw2jx#iefix') format('embedded-opentype'),
    url('./fonts/icomoon/fonts/icomoon.ttf?aqw2jx') format('truetype'),
    url('./fonts/icomoon/fonts/icomoon.woff?aqw2jx') format('woff'),
    url('./fonts/icomoon/fonts/icomoon.svg?aqw2jx#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-feedly:before {
  content: "\e600";
}
.ico-feedly-o:before {
  content: "\e601";
}
.ico-feedly-square:before {
  content: "\e602";
}
.ico-line:before {
  content: "\e700";
}
.ico-line-square:before {
  content: "\e701";
}

/* WpTHK WordPress Theme - free/libre wordpress platform
 *
 * @copyright Copyright (C) 2015 Thought is free.
 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
 * @author LunaNuko
 * @link http://thk.kanzae.net/
 * @translators rakeem( http://rakeem.jp/ )
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 */@charset "UTF-8";

/**
------------------------------------
 html タグの共通設定
------------------------------------ */
* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%;
}
body,
body.mceContentBody {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "MS Pｺﾞｼｯｸ", "MS Pゴシック", "ＭＳＰゴシック", "MSPゴシック", Osaka, Verdana, Arial, Helvetica, Roboto, sans-serif;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover, .term img:hover {
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover img {
	opacity: 0.8;
}
hr {
	border-top: 1px dotted #999;
}
img, video, object, canvas, svg {
	max-width: 100%;
	height: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
pre, ul, ol {
	margin: 0 0 1.6em;
}
pre {
	margin-bottom: 30px;
}
blockquote {
	display: block;
	margin: 1.6em 5px;
	margin-before: 1em;
	margin-after: 1em;
	margin-start: 5px;
	margin-end: 5px;
	padding: 10px 20px;
	font-size: 14px; font-size: 1.4rem;
	border-left: 5px solid #dddcd9;
	border-radius: 10px;
}
blockquote ol:first-child, blockquote p:first-child, blockquote ul:first-child {
	margin-top: 5px;
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
	margin-bottom: 5px;
}
input[type="submit"],
input[type="text"],
input[type="email"],
.reply a {
	display: inline;
	line-height: 1.0;
	vertical-align: middle;
	padding: 6px 6px 5px 6px;
	border-radius: 4px;
	max-width: 100%;
}
.sns-w .snsb li a {
	font-weight: normal;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
	background: -webkit-linear-gradient(top, #fff, #eee);
	background: -moz-linear-gradient(top, #fff, #eee);
	background: -ms-linear-gradient(top, #fff, #eee);
	background: -o-linear-gradient(top, #fff, #eee);
	background: linear-gradient(top, #fff, #eee);
	border: 1px solid #bbb;
	border-radius: 3px;
}
option,
textarea,
input[type="text"],
input[type="email"] {
	color: inherit;
	border: 1px solid #bbb;
	border-radius: 4px;
}
textarea {
	padding: 8px;
	max-width: 100%;
}

/* bootsrtap の 不要な margin と padding クリア */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
}
.cboth {
	clear: both;
}
.bold {
	font-weight: bold;
}

/*
------------------------------------
 WordPress Native Styles
------------------------------------ */
.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

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

.post .wp-caption-text,
.post .wp-caption-dd {
	font-size: 12px; font-size: 1.2rem;
	line-height: 1.5;
	margin: 0;
	padding: 0.5em 0;
}
.sticky .posted-on {
	display: none;
}
.bypostauthor > article .fn::after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

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

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

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

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

img[class*="wp-image-"],
img[class*="attachment-"] {
	max-width: 100%;
	height: auto;
}

/* Galleries */
.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

@media screen and (min-width: 30em) {
	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

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

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

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

.gallery-caption {
	display: block;
	font-size: 12px; font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

/*
------------------------------------
 HEADER
------------------------------------ */
#head-in {
	margin-top: 28px;
}

/* Header Band */
.band {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
div[id*="head-band"] {
	margin: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	border-bottom: 1px solid #bbb;
}

.band-menu {
	position: relative;
	margin: auto;
}
.band-menu ul {
	font-size: 1px;
	margin: 0 -5px 0 0;
	position: absolute;
	right: 10px;
	list-style: none;
}
.band-menu li {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px; font-size: 1.2rem;
	margin: 0 3px;
	line-height: 1.0;
}
.band-menu li a {
	text-decoration: none;
}
.band-menu .menu-item a::before {
	display: inline;
	margin: 5px;
	line-height: 1.0;
	font-family: FontAwesome;
	content: "\f0da";
}

/* Header Band Follow Button*/
div[id*="head-band"] .snsf {
	display: block;
	min-width: 28px;
	height: 20px;
	margin: -2px -6px 0 0;
	text-align: center;
}
div[id*="head-band"] .snsf a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	letter-spacing: 0px;
	font-family: Verdana, Arial, Helvetica, Roboto;
	padding: 4px;
	border-radius: 2px;
}

/* Site Name */
.sitename {
	display: inline-block;
	margin: 0 0 12px 0;
	font-size: 28px; font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.4;
}
.sitename a {
	color: inherit;
	text-decoration: none;
}
.sitename a:hover {
	opacity: 0.8;
}

/* Site Description */
.desc {
	line-height: 1.4;
}
/* outer container */
#header .head-cover {
	margin: auto;
}
#header #gnavi,
#foot-in {
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}
/* inner container */
.container #header .head-cover,
.container #header #gnavi,
.container #foot-in {
	padding-left: 0;
	padding-right: 0;
}
.info {
	padding: 20px 10px 20px 10px;
}

.logo, .logo-up {
	margin: 15px auto -10px auto;
	text-align: center;
}
.logo-up {
	margin: 15px auto 0 auto;
}

/*
------------------------------------
 Global Navigation
------------------------------------ */
#nav {
	margin: 0;
	padding: 0;
	border-top: 1px solid #bbb;
	border-bottom: 4px solid #666;
	position: relative;
	z-index: 20;
}
#gnavi .mobile-nav {
	display: none;
}
#gnavi .nav-menu {
	display: block;
}
#gnavi ul {
	margin: 0;
	text-indent: 0;
	white-space: nowrap;
}
#gnavi li,
#gnavi li a {
	display: block;
	text-decoration: none;
	text-align: center;
}
#gnavi li {
	float: left;
	position: relative;
	list-style-type: none;
}
#gnavi li a {
	transition: 0.3s ease 0s;
	border-bottom: 0;
	padding: 8px 18px;
}
#gnavi li ul {
	display: none;
}

#gnavi .current-menu-item > a,
#gnavi .current-menu-ancestor > a,
#gnavi .current_page_item > a,
#gnavi .current_page_ancestor > a {
	background: none repeat scroll 0 0;
	font-weight: bold;
}

@media (min-width: 992px){
	#gnavi ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: -moz-box;
		display: flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#gnavi li {
		-webkit-box-flex: 0 0 auto;
		-moz-box-flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		min-width: 1px;
	}
	#gnavi li ul {
		display: none;
		visibility: hidden;
		margin: 0;
		padding: 0;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-top: 4px solid transparent;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	#gnavi li li {
		width: 100%;
		min-width: 160px;
	}
	#gnavi li li a {
		border-top: none;
		border-bottom: 1px solid #ccc;
		font-size: 13px; font-size: 1.3rem;
		padding: 10px 15px;
		width: 100%;
		text-align: left;
	}
	#gnavi li:hover > ul {
		display: table !important;
		visibility: visible;
		border-collapse: separate;
		width: 100%;
		animation: moveY 0.3s 1 normal ease;
	}
}
@keyframes moveY {
	0% { top: 0; background: transparent; color: transparent; border: 0; }
	100% { bottom: 0;}
}

@media (max-width: 991px){
	#gnavi ul.mobile-nav {
		display: table;
		table-layout: fixed;
		width: 100%;
		margin: 0;
		border: 0;
	}
	#gnavi div.mobile-nav {
		display: block;
		padding: 8px 20px;
		cursor: pointer;
	}
	#gnavi .mobile-nav li {
		display: table-cell;
		text-align: center;
		padding: 8px 10px;
		border: 0;
		float: none;
	}
	#gnavi .mobile-nav li i {
		font-size: 18px; font-size: 1.8rem;
		font-style: normal;
	}
	#gnavi ul {
		display: none;
		border: 0;
		border-bottom: solid 1px #ccc;
	}
	#gnavi li {
		display: block;
		float: none;
		width: 100%;
		padding-left: 0;
		text-align: left;
		line-height: 1.2;
		border-top: 1px solid #ccc;
		list-style: disc inside;
	}
	#gnavi p {
		font-size: 12px; font-size: 1.2rem;
		line-height: 1.0;
		margin: 6px 0 0 0;
	}
}

/*
------------------------------------
 Primary & Main Contents
------------------------------------ */
#primary {
	border: 1px solid transparent;
}
#core {
	margin: 0 10px 0 0;
	padding: 35px 25px 0 25px;
	border: 1px solid #ddd;
}
#core.lcore {
	padding: 0;
	border: 0;
}
#core.pcore,
.bottom-area {
	margin-bottom: 20px;
}
.bottom-area {
	padding: 30px 25px;
	border: 1px solid #ddd;
}

/*--------------------------------
 Breadcrumb List
---------------------------------*/
#breadcrumb {
	margin: 20px 10px 15px 10px;
}
#breadcrumb, #breadcrumb a {
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#breadcrumb h1,
#breadcrumb li {
	display: inline;
	list-style-type: none;
	font-size: 13px; font-size: 1.3rem;
}
#breadcrumb i {
	margin-right: 3px;
}
#breadcrumb i.arrow {
	margin: 0 8px;
}

/*
------------------------------------
 Search Result & Sitemap Page Title
------------------------------------ */
.list-title {
	margin: 0 0 40px 0;
	padding: 5px 0;
	font-size: 22px; font-size: 2.2rem;
	border-bottom: 1px dotted #999;
}

/*
------------------------------------
 Common to thumbnail (List, Related, New Post)
------------------------------------ */
/* Thumbnail */
.term {
	margin-right: 10px;
}
.term img {
	float: left;
	width: 100px;
	height: 100px;
	margin-bottom: 15px;
	background: inherit;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 1.0) inset;
}
.term img:hover {
	border-color: inherit;
}
#related .term img {
	padding: 1px;
	width: 100px;
	height: 100px;
}
/* Read More */
.read-more-link,
.read-more-link i {
	text-decoration: underline;
}

/*
------------------------------------
 List Pages
------------------------------------ */
.entry-title, #front-page-title {
	font-size: 22px; font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.2;
	border: none;
	background: none;
	margin: 0 0 15px 0;
	padding: 0 0 0 12px;
}
.entry-title a {
	text-decoration: none;
}

#list {
	margin: 0 0 25px 0;
}
#list .toc {
	margin: 0 0 25px 0;
	padding: 35px 25px 0 25px;
	border: 1px solid #ddd;
}
#list .excerpt,
#list .excerpt p {
	margin: 0 0 12px 0;
	line-height: 1.8;
}

/* Read More */
#list .read-more,
#list .excerpt .read-more {
	clear: both;
	line-height: 1.0;
	margin: 35px 0 30px 0;
	text-align: right;
}
#list .read-more {
	margin: 0 0 30px 0;
}

/* Meta Information */
.meta, .post .meta {
	margin: 0;
	font-size: 14px; font-size: 1.4rem;
	margin-bottom: 45px;
	line-height: 1.4;
	vertical-align: middle;
	padding: 6px 10px;
}
.meta a {
	text-decoration: underline;
}
.meta i {
	margin: 0 5px 0 10px;
}
.meta i:first-child {
	margin-left: 0;
}

.meta-box {
	margin: 30px 10px;
}

.toc .meta-u,
.post .meta-u {
	line-height: 1.4;
	background: none;
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
}
.toc .meta-u {
	margin: 0 0 15px 0;
}
.post .meta-u {
	overflow: hidden;
	text-align: right;
}

/*
------------------------------------
 Pagination
------------------------------------ */
#paging {
	margin: 20px auto;
	text-align: center;
}
#paging ul {
	padding: 0;
}
#paging i {
	font-weight: bold;
}
#paging .not-allow i {
	font-weight: normal;
	opacity: 0.3;
}
.pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.pagination li {
	-webkit-box-flex: 1 1 42px;
	-webkit-flex: 1 1 42px;
	-moz-box-flex: 1 1 42px;
	-ms-flex: 1 1 42px;
	flex: 1 1 42px;
	max-width: 42px;
	min-width: 27px;
	float: left;
}

.pagination > li > a,
.pagination > li > span {
	display: inline-block;
	width: 100%;
	padding: 6px 0;
	color: inherit;
	border: 1px solid #ccc;
	border-right: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > .not-allow:first-child > span:hover {
	border-right: 1px solid #ccc;
}
.pagination > li > a:hover {
	background: #cbcac9;
}
.pagination > .active > span:hover,
.pagination > .not-allow > span:hover {
	cursor: text;
}
.pagination > .active > span {
	background: #656463;
}
.post #paging {
	margin-bottom: 50px;
}

/*
------------------------------------
 Post
------------------------------------ */
.post {
	padding-bottom: 10px;
	line-height: 1.8;
}
.post p {
	font-size: 16px; font-size: 1.6rem;
	margin: 0 0 1.6em;
}
.post a {
	text-decoration: underline;
}
.post h2, .post h3, .post h4, .post h5, .post h6 {
	line-height: 1.4;
	margin-top: 55px;
	margin-bottom: 30px;
}
.post h1:first-child {
	margin-top: 0;
}
.post h2:first-child,
.post h3:first-child {
	margin-top: 30px;
}
.post h2 {
	border-left: 8px solid #999897;
	font-size: 20px; font-size: 2.0rem;
	font-weight: bold;
	padding: 10px 20px;
}
.post h3 {
	font-size: 18px; font-size: 1.8rem;
	font-weight: bold;
	padding: 10px;
	border-bottom: 1px #999 dotted;
}
.post h4 {
	font-size: 16px; font-size: 1.6rem;
	padding: 0 10px;
	border: 0;
	border-left: solid 16px #aaa;
}

/* Table */
.post table {
	margin-bottom: 30px;
}
.post td, .post th {
	padding: 8px 10px;
	border: 1px solid #ccc;
}
.post th {
	text-align: center;
}

/* List (bootstrap だとモバイルでリストマーク見えないので、その対策) */
.post ul,
.post ol {
	padding: 0 0 0 30px;
}

/* Author */
.post .vcard {
	text-align: right;
}
.post .vcard i {
	margin-right: 8px;
}

/*
------------------------------------
 SNS buttons
------------------------------------ */
#sns-tops {
	margin: -25px 0 45px 0;
}
#sns-bottoms {
	margin: 16px 0 45px 0;
}
.bottom-area #sns-bottoms {
	margin-bottom: 0;
}

.sns-msg h2 {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0 8px;
	line-height: 1.0;
	font-size: 16px; font-size: 1.6rem;
	border: none;
}

/*
------------------------------------
 Next / Prev Navigation
------------------------------------ */
.pnavi {
	clear: both;
	margin: 30px -25px 40px -25px;
	height: auto;
	overflow: hidden;
}
.pnavi .next,
.pnavi .prev {
	position: relative;
}
.pnavi .next {
	text-align: right;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.pnavi .prev {
	border-bottom: 1px solid #ddd;
}
.pnavi i {
	font-size: 22px;font-size: 2.2rem;
}
.pnavi .next-arrow,
.pnavi .prev-arrow {
	font-size: 18px; font-size: 1.8rem;
	position: absolute;
	top: 10px;
}
.pnavi .next-arrow {
	left: 20px;
}
.pnavi .prev-arrow {
	right: 20px;
}
.pnavi .ntitle,
.pnavi .ptitle {
	margin-top: 32px;
}
.pnavi img {
	height: 100px;
	width: 100px;
	border: 1px solid #ddd;
	border-radius: 8px;
}
.pnavi a {
	display: block;
	padding: 15px 20px;
	overflow: hidden;
	text-decoration: none;
	min-height: 132px;
}
.pnavi .block-span {
	display: block;
	margin-top: 35px;
}
.pnavi .next img,
.pnavi .no-img-next i {
	float: right;
	margin: 0 0 0 10px;
}
.pnavi .prev img,
.pnavi .no-img-prev i {
	float: left;
	margin: 0 10px 0 0;
}
.pnavi i.navi-home,
.pnavi .no-img-next i,
.pnavi .no-img-prev i {
	height: 100px;
}
.pnavi i.navi-home {
	font-size: 96px;
	padding: 2px 0 2px 25px;
}

.pnavi .no-img-next i,
.pnavi .no-img-prev i {
	font-size: 70px;
	padding: 15px 0 15px 25px;
}

@media (min-width: 1200px), (min-width: 540px) and (max-width: 991px) {
	.pnavi {
		border-bottom: 1px solid #ddd;
	}
	.pnavi .next, .pnavi .prev,
	.pnavi .next a, .pnavi .prev a {
		padding-bottom: 32767px;
		margin-bottom: -32752px;
	}
	.pnavi .next, .pnavi .prev {
		margin-bottom: -32767px;
		border-top: 1px solid #ddd;
		width: 50%;
	}
	.pnavi .next {
		float: right;
		border-left: 1px solid #ddd;
	}
}

/*
------------------------------------
 Related Post, Discussion
------------------------------------ */
.related,
.discussion,
.tb {
	font-size: 18px; font-size: 1.8rem;
	font-weight: bold;
	padding: 9px 20px;
	margin: 0 -25px 20px -25px;
	line-height: 2.0;
	border: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.related i,
.discussion i,
.tb i {
	margin-right: 10px;
}

/* Related Post */
#related {
	padding: 0;
}
#related .term img {
	float: left;
	margin: 8px 10px 8px 0;
}
#related h3 {
	font-size: 16px; font-size: 1.6rem;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 10px 10px;
	border: none;
}
#related h3 a {
	text-decoration: none;
}
#related .toc {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
#related .toc:last-child {
	margin-bottom: 30px;
	border-bottom: none;
}
#related p {
	margin: 10px;
	font-size: 13px; font-size: 1.3rem;
}
/* Read More */
#related .read-more {
	text-align: right;
	margin: 35px 20px 0 0;
}

p.no-related {
	padding: 10px 0 30px 0;
}

/*
------------------------------------
 Comments, Trackback
------------------------------------ */
#comments {
	position: relative;
	margin: 0;
	line-height: 20px;
	padding: 0 0 30px 0;
}

/*
------------------------------------
 Comments List
------------------------------------ */
#comments h3 {
	font-size: 16px; font-size: 1.6rem;
	border: none;
	margin-bottom: 10px;
}
#comments h3 i {
	font-size: 22px; font-size: 2.2rem;
	margin-right: 10px;
}
.comments-list, .comments-list li {
	border-bottom: 1px solid #ccc;
}
.comments-list li {
	margin-bottom: 20px;
}
.comments-list .comment-body {
	padding-bottom: 20px;
}
.comments-list li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
#comments p {
	font-size: 14px; font-size: 1.4rem;
	margin: 20px 0;
}
#comments label {
	display: block;
}

.comment-author.vcard .avatar {
	display: block;
	float: left;
	margin: 0 10px 20px 0;
}
.comment-meta {
	margin-bottom: 40px;
}
.comment-meta::after {
	content: " ";
	clear: both;
}
.fn {
	line-height: 1.6;
	font-size: 15px; font-size: 1.5rem;
}
.says {
	margin-left: 10px;
}
.commentmetadata {
	font-size: 14px; font-size: 1.4rem;
	height: 15px;
	padding: 10px 10px 10px 0;
}
.reply a {
	display: block;
	text-decoration: none;
	text-align: center;
	width: 60px;
	margin: 0 0 0 auto;
}
.comments-list {
	padding-left: 0px;
	list-style-type: none;
}
.comments-list li.depth-1 > ul.children {
	padding-left: 30px;
}
.comments-list li {
	list-style-type: none;
}
#comments #reply-title {
	padding: 10px 0;
}
#comments .no-comments {
	margin: 0 20px 20px 20px;
	padding: 10px 0 30px 0;
	border-bottom: 1px solid #ccc;
}

/*
------------------------------------
 Comment Pagination
------------------------------------ */
#c-paging {
	text-align: center;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
}

/*
------------------------------------
 Comment Form
------------------------------------ */
#respond {
	font-size: 16px; font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 0;
}
#commentform .tags {
	padding: 10px;
	font-size: 13px; font-size: 1.3rem;
}

#comments textarea {
	margin-bottom: 10px;
	width: 100%;
}

/* Comment Button */
#comments input[type="submit"] {
	padding: 8px 16px 7px 16px;
}

/* Trackback */
#trackback input {
	width: 100%;
	margin: 20px 0 40px 0;
}

/*
------------------------------------
 Sidebar
------------------------------------ */
#side .widget, #col3 .widget {
	word-break: break-all;
	margin: 0 6px 0 6px;
	padding: 15px 7px 20px 7px;
	border: 1px solid transparent;
}
#side ul, #col3 ul {
	margin-bottom: 0;
}
#side ul li, #col3 ul li {
	list-style-type: none;
	line-height: 2.0;
	margin: 0;
	padding: 0;
}
#side ul li li, #col3 ul li li {
	margin-left: 16px;
}
#side h3, #col3 h3,
#side h4, #col3 h4 {
	font-size: 16px; font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 8px 10px;
}
div[id*="side-"] {
	padding: 10px 0;
}
div[id*="side-"], #col3 {
	border: 1px solid #ddd;
}

/* Search Form */

/* Calendar */

/*
------------------------------------
 Footer
------------------------------------ */
#footer {
	clear: both;
	padding: 20px 0;
	border-top: 3px solid #656463;
	z-index: 10;
}

div[id*="foot-in"] h4 {
	font-size: 16px; font-size: 1.6rem;
	font-weight: bold;
	margin: 15px 0;
	padding: 8px 10px;
}

div[id*="foot-in"] ul li {
	list-style-type: none;
	line-height: 1.8;
	margin: 0 10px;
	padding: 0;
}
div[id*="foot-in"] ul li li {
	margin-left: 15px;
}
div[id*="foot-in"] .widget a {
	text-decoration: underline;
}

/* Copyright */
#footer .copy {
	font-size: 12px; font-size: 1.2rem;
	line-height: 1.0;
	margin: 20px 0;
	text-align: center;
}
#footer .copy a {
	color: inherit;
}

html #thk {
	font-size: 11px; font-size: 1.1rem;
	word-spacing: -1px;
}

/* PAGE TOP Button */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-weight: bold;
	text-decoration: none;
	padding: 16px 20px;
	text-align: center;
	display: none;
	border-radius: 10px;
	opacity: 0.5;
	cursor: pointer;
	z-index: 30;
}
#page-top:hover {
	text-decoration: none;
	opacity: 1.0;
}

/*
------------------------------------
 Other
------------------------------------ */
/* external icon */
.ext_icon::after {
	font-family: FontAwesome;
	content: "\f08e";
	font-size: 0.8em;
	color: #0000ff;
	margin: 0 6px;
}

/* iframe Responsive */
.i-video, .i-embed {
	display: block;
	position: relative;
	overflow: hidden;
}
.i-video {
	padding-top: 25px;
	padding-bottom: 56.25%;
}
.i-video iframe, .i-video object, .i-video embed {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.i-embed iframe {
	width: 100%;
}

/* Adsense */
#adsense {
	margin-bottom: 50px;
}
#adsense .ad-label {
	margin: 0 0 5px 10px;
}
.ad-1, .ad-2 {
	display: inline-block;
}
.ad-1, .ad-2,
.ad-1-row, .ad-2-row {
	margin: 0;
	padding: 0;
	width: 336px;
}
.ad-1-row {
	margin-bottom: 20px;
}
#rectangle .ad-1 {
	margin-right: 10px;
}
@media (min-width: 992px) and (max-width: 1200px) {
	#rectangle .ad-1,
	#rectangle .ad-2 {
		margin: 0;
	}
	#rectangle .ad-1 {
		margin: 0 0 20px 0;
	}
}
@media (max-width: 760px) {
	#adsense .ad-label {
		text-align: center;
	}
	#rectangle .ad-2,
	#rectangle .ad-2-row {
		display: none;
	}
	#rectangle,
	#rectangle .ad-1,
	#rectangle .ad-1-row {
		margin: auto;
		max-width: auto; max-width: initial; max-width: unset;
	}
}
@media (max-width: 540px) {
	#rectangle .ad-1,
	#rectangle .ad-1-row {
		width: 300px;
	}
}

/* Widget Area */
.head-under {
	margin-top: 20px;
}
.head-under, .post-title-upper, .post-title-under {
	margin-bottom: 20px;
}

/* Sitemap */
#sitemap li {
	border-left: 1px solid #000;
}

/* recentcomments */
.recentcomments a { display: inline; padding: 0; margin: 0; }

/*
------------------------------------
 Responsive Style
------------------------------------ */
#main {
	-webkit-box-flex: 0 1 772px;
	-webkit-flex: 0 1 772px;
	-moz-box-flex: 0 1 772px;
	-ms-flex: 0 1 772px;
	flex: 0 1 772px;
	max-width: 772px;
	min-width: 1px;
	float: left;
}
#side {
	-webkit-box-flex: 0 0 366px;
	-webkit-flex: 0 0 366px;
	-moz-box-flex: 0 0 366px;
	-ms-flex: 0 0 366px;
	flex: 0 0 366px;
	width: 366px;
	min-width: 1px;
	float: right;
}

/* 541px and over */
@media print, (min-width: 541px) {
	/* 一覧記事表示部分 */
	#list .term img {
		width: 150px;
		height: 150px;
		margin-right: 20px;
	}
	#list .excerpt {
		overflow: hidden;
	}
}

/* 992px and over */
@media (min-width: 992px) {
	#primary, #field {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: -moz-box;
		display: flex;
	}
	#breadcrumb, .head-cover {
		display: block !important;
	}
	.sitename img {
		margin: 0;
	}
	#core {
		border-bottom: 1px solid #ddd;
	}
	.pnavi, .related, .discussion, .tb {
		margin-left: -15px;
		margin-right: -15px;
	}
}
/* 1200px and over */
@media (min-width: 1200px) {
	#core .comments-list,
	#comments h3,
	#respond {
		padding-left: 20px;
		padding-right: 20px;
	}
	#comments {
		margin: 0 -15px;
	}
	.pnavi, .related, .discussion, .tb {
		margin-left: -25px;
		margin-right: -25px;
	}
	.discussion {
		margin: 0 -10px 20px -10px;
	}
}

/* 画面幅による段階的幅調整 */
@media screen and (min-width: 768px) {
	.logo,
	#head-band-in,
	div[id*="head-band"] .band-menu,
	#header .head-cover {
		max-width: 744px;
	}
	#header #gnavi,
	#foot-in {
		max-width: 750px;
	}
}
@media screen and (min-width: 992px) {
	.logo,
	#head-band-in,
	div[id*="head-band"] .band-menu,
	#header .head-cover {
		max-width: 940px;
	}
	#header #gnavi,
	#foot-in {
		max-width: 970px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	#main {
		-webkit-box-flex: 0 1 572px;
		-webkit-flex: 0 1 572px;
		-moz-box-flex: 0 1 572px;
		-ms-flex: 0 1 572px;
		flex: 0 1 572px;
		max-width: 572px;
		min-width: 1px;
	}
	#core, #list .toc {
		padding: 35px 15px 0 15px;
	}
}
@media screen and (min-width: 1200px) {
	.logo,
	#head-band-in,
	div[id*="head-band"] .band-menu,
	#header .head-cover {
		max-width: 1140px;
	}
	#header #gnavi,
	#foot-in {
		max-width: 1170px;
	}
}

/* 991px and under (サイドバーが下に来た時の調整) */
@media print, (max-width: 991px) {
	#primary, #main, #side {
		display: block;
		width: 100%;
		float: none;
	}
	.container {
		padding-left: 2px;
		padding-right: 2px;
	}
	#header #gnavi {
		padding-left: 0;
		padding-right: 0;
	}
	#core, #list .toc, .bottom-area, #side .widget, #col3 .widget {
		padding-left: 15px;
		padding-right: 15px;
	}
	#core, .bottom-area {
		margin: 0;
	}
	#main {
		margin-bottom: 30px;
	}
	#side .widget, #col3 .widget {
		padding-left: 10px;
		padding-right: 10px;
	}
	#related {
		margin: 0 -13px;
		padding: 30px 10px 0 10px;
	}
	#related .toc {
		margin-right: 15px;
	}
	.related {
		margin-bottom: 0;
	}
	.comments-list li.depth-1 > ul.children {
		padding-left: 0;
	}
	#comments{
		border-top: none;
	}
	#trackback {
		margin-top: -5px;
	}
	.pnavi, .related, .discussion, .tb {
		margin-left: -15px;
		margin-right: -15px;
	}
	div[id*="foot-in"] div[class*="col-xs-"] {
		float: none;
		width: 100%;
		display: none;
	}
	div[id*="side-"] {
		margin-bottom: 20px;
	}
	/* スクロール固定解除判定用 */
	#side-scroll {
		max-width: 32767px;
	}
}

/* 540px and under (より小さなデバイス向けの調整) */
@media (max-width: 540px) {
	#core, #list .toc, .bottom-area, #side .widget, #col3 .widget {
		padding-left: 5px;
		padding-right: 5px;
	}
	.meta, .post .meta {
		font-size: 12px; font-size: 1.2rem;
	}
	.pnavi, #related, .related {
		margin-left: -5px;
		margin-right: -5px;
	}
	#side .widget, #col3 .widget {
		margin-left: 0;
		margin-right: 0;
	}
	#comments, #trackback {
		margin-left: 5px;
		margin-right: 5px;
	}
	.discussion, .tb {
		margin: 0 -10px 20px -10px;
	}
	/* サムネイル位置調整 */
	#list .term img {
		margin: 0 15px 25px 0;
	}
	#related .term img {
		margin: 0 10px 20px 0;
	}
	#list .excerpt,
	#related .excerpt {
		padding-left: 0;
	}
	#related .toc {
		margin-top: 25px;
	}
	/* 抜粋の改行消す */
	.excerpt p {
		display: inline;
	}
	.excerpt br {
		display: none;
	}
	/* 記事を読むリンクをボタン風に変更 */
	.read-more-link {
		display: block;
		clear: both;
		padding: 7px 12px;
		background: #f8f7f6;
		border: 1px solid #ddd;
		border-radius: 20px;
		color: inherit;
		font-size: 12px; font-size: 1.2rem;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
	}
	.read-more-link,
	.read-more-link i {
		text-decoration: none;
	}
	#list .read-more-link {
		margin: 20px 0 30px 0;
	}
	#related .read-more-link {
		margin: 20px 0 0 0;
	}
	/* タイトル文字を全体的に小さくする */
	.entry-title, #front-page-title,
	.post h2, .post h3 {
		font-size: 18px; font-size: 1.8rem;
	}
	/* PAGE TOP ボタンをアイコンのみに変更 */
	#page-top {
		font-size: 20px; font-size:2.0rem;
		padding: 8px 14px;
	}
	.ptop {
		display: none;
	}
}

/* WpTHK WordPress Theme - free/libre wordpress platform
 *
 * @copyright Copyright (C) 2015 Thought is free.
 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
 * @author LunaNuko
 * @link http://thk.kanzae.net/
 * @translators rakeem( http://rakeem.jp/ )
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
*/

div[class*="sns-"] {
	margin: 0;
	padding: 0;
}
div[class*="sns-"] li {
	margin: 5px 0 ;
	list-style-type: none;
}
div[class*="sns-"] .clearfix {
	padding: 0;
}
div[class*="sns-"] i {
	max-width: 16px;
}
.sns-c ,
.sns-w {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.snsb {
	padding:  0;
	margin: 0;
	letter-spacing: -.4em;
}

.snsb li {
	display: inline-block;
	letter-spacing: normal;
	white-space: nowrap;
	list-style-type: none;
	vertical-align: top;
}
.sns-c .snsb li,
.sns-w .snsb li {
	position: relative;
	max-width: 94px;
	padding: 1px;
	height: 32px;
}
.sns-c .snsb li a,
.sns-w .snsb li a {
	display: block;
	position: relative;
	margin: auto;
	padding: 9px 3px 0 3px;
	height: 32px;
	width: 82px;
	line-height: 1.0;
	font-family: Verdana, Arial, Helvetica, Roboto;
	font-size: 13px; font-size: 1.3rem;
	letter-spacing: -1px;
	text-decoration: none;
	border-radius: 3px;
}
.sns-c .snsb li a {
	color: #fff;
	background: #000;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
}

.sns-c .snsb li a:hover {
	opacity: 0.6;
}
.sns-w .snsb li a:hover {
	background: #f8f8f8;
	opacity: 0.7;
}

.sns-c .snsb li,
.sns-w .snsb li {
	margin: 3px 2px 0 0;
}
.sns-n .snsb li:last-child {
	margin-right: 0;
}

.sns-c .fa-hatena,
.sns-w .fa-hatena {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Roboto;
}

.sns-c .snsb a,
.sns-w .snsb a {
	text-align: center;
}
.sns-c .snsb i,
.sns-w .snsb i {
	margin-right: 2px;
}

.sns-c .snsb .twitter a  { background: #55acee; }
.sns-c .snsb .facebook a { background: #3b5998; }
.sns-c .snsb .google a   { background: #dd4b39; }
.sns-c .snsb .linkedin a { background: #0479b4; }
.sns-c .snsb .hatena a   { background: #3c7dd1; }
.sns-c .snsb .pocket a   { background: #ee4257; }
.sns-c .snsb .line a     { background: #00c300; }
.sns-c .snsb .rss a      { background: #fe9900; }
.sns-c .snsb .feedly a   { background: #87bd33; }

.sns-w .snsb .twitter a  { color: #55acee; }
.sns-w .snsb .facebook a { color: #3b5998; }
.sns-w .snsb .google a   { color: #dd4b39; }
.sns-w .snsb .linkedin a { color: #0479b4; }
.sns-w .snsb .hatena a   { color: #3c7dd1; }
.sns-w .snsb .pocket a   { color: #ee4257; }
.sns-w .snsb .line a     { color: #00c300; }
.sns-w .snsb .rss a      { color: #fe9900; }
.sns-w .snsb .feedly a   { color: #87bd33; }

.snscnt {
	display: block;
	position: absolute;
	right: 0;
	top: -25px;
	width: 82px;
	padding: 3px 0;
	font-size: 11px; font-size: 1.1rem;
	border: 1px solid #bbb;
	border-radius: 3px;
	background: #fdfdfd;
	color: #333;
}
.sns-w .snscnt {
	right: -1px;
}
.snscnt i {
	margin: 0 !important;
}

.snscnt:after,
.snscnt:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
}

.snscnt:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 2px;
	margin-left: -2px;
}
.snscnt:before {
	border-color: rgba(153, 153, 153, 0);
	border-top-color: #bbb;
	border-width: 4px;
	margin-left: -4px;
}

@media screen and (max-width: 765px), screen and (min-width: 992px) and (max-width: 1200px) {
	.snscnt {
		max-width: 43px;
	}
	.sns-w .snsb li {
		max-width: 46px;
	}
	.sns-c .snsb li a,
	.sns-w .snsb li a {
		font-size: 14px; font-size: 1.4rem;
		padding: 9px 4px 10px 4px;
		width: 42px;
	}
	.sns-c .snsb i,
	.sns-w .snsb i {
		margin-right: 0;
	}
	div[class*="sns-"] .snsname {
		display: none;
	}
}
@media screen and (min-width: 992px) {
	.line-sm {
		display: none !important;
	}
}
@media screen and (max-width: 991px) {
	.line-pc {
		display: none !important;
	}
}
/*
@media screen and (max-width: 420px) {
	.snscnt {
		max-width: 32px;
	}
	.sns-w .snsb li {
		max-width: 35px;
	}
	.sns-c .snsb li a,
	.sns-w .snsb li a {
		font-size: 12px; font-size: 1.2rem;
		width: 31px;
	}
}
*/
/* WpTHK WordPress Theme - free/libre wordpress platform
 *
 * @copyright Copyright (C) 2015 Thought is free.
 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
 * @author LunaNuko
 * @link http://thk.kanzae.net/
 * @translators rakeem( http://rakeem.jp/ )
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 */

/* Search Form */
#search {
	padding-bottom: 0;
	position: relative;
	width: 100%;
}
#search label {
	width: 100%;
	margin: 0;
}
.search-field {
	width: 100%;
	height: 32px;
	margin: 0;
	padding: 4px 6px;
	border-radius: 4px;
}

.search-submit{
	position: absolute;
	top: 2px;
	right: 2px;
	width: 50px;
	height: 28px;
	padding: 8px;
	font-size: 12px; font-size: 1.2rem;
}

.search-field::-webkit-input-placeholder {
	font-family: Fontawesome;
	color: #bbb;
	font-size: 14px; font-size: 1.4rem;
	font-weight: normal;
}
.search-field::-moz-placeholder {
	font-family: Fontawesome;
	color: #bbb;
	font-size: 14px; font-size: 1.4rem;
	font-weight: normal;
}
.search-field:-moz-placeholder {
	font-family: Fontawesome;
	color: #bbb;
	font-size: 14px; font-size: 1.4rem;
	font-weight: normal;
}
.search-field:-ms-input-placeholder {
	font-family: Fontawesome;
	color: #bbb;
	font-size: 14px; font-size: 1.4rem;
	font-weight: normal;
}
.search-field:placeholder-shown {
	font-family: Fontawesome;
	color: #bbb;
	font-size: 14px; font-size: 1.4rem;
	font-weight: normal;
}

/* WpTHK WordPress Theme - free/libre wordpress platform
 *
 * @copyright Copyright (C) 2015 Thought is free.
 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
 * @author LunaNuko
 * @link http://thk.kanzae.net/
 * @translators rakeem( http://rakeem.jp/ )
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 */

/* Categories & Archive DropDown */
.widget_categories, .widget_archive {
	margin-bottom: 5px;
}
.widget_categories select, .widget_archive select {
	padding: 15px 13px;
	width: 100%;
	height: 32px;
	margin: 0;
	padding: 4px 6px;
	border-radius: 4px;
}

/* WpTHK WordPress Theme - free/libre wordpress platform
 *
 * @copyright Copyright (C) 2015 Thought is free.
 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
 * @author LunaNuko
 * @link http://thk.kanzae.net/
 * @translators rakeem( http://rakeem.jp/ )
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 */

/* Widget New Post */
#thk-new {
	margin: -10px 0 0 0;
}
#thk-new .term img {
	margin: 0 10px 0 0;
	padding: 1px;
	width: 100px;
	height: 100px;
}
#thk-new .excerpt p {
	margin: 0;
	padding: 0;
	font-size: 12px; font-size: 1.2rem;
	line-height: 1.4;
}
#thk-new p.new-title {
	font-size: 14px; font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
	padding: 0;
	margin: 0 0 14px 0;
	text-decoration: none;
}
#thk-new .toc {
	padding: 15px 0;
	border-bottom: 1px dotted #ccc;
}
#thk-new .toc:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-style: none;
}

/* WpTHK WordPress Theme - free/libre wordpress platform
 *
 * @copyright Copyright (C) 2015 Thought is free.
 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
 * @author LunaNuko
 * @link http://thk.kanzae.net/
 * @translators rakeem( http://rakeem.jp/ )
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 */

/* Widget Recentcomments Comments*/
ul#thk-rcomments {
	margin-top: -5px;
	margin-left: 5px;
}
#thk-rcomments li,
#thk-rcomments li a {
	background: none;
	font-size: 12px; font-size: 1.2rem;
}
#thk-rcomments li {
	margin: 0;
	border-bottom: 1px dotted #ddd;
}
#thk-rcomments li a {
	text-decoration: underline;
}
#thk-rcomments li:last-child {
	border-bottom: none;
}
#thk-rcomments .comment_post {
	margin-left: 10px;
}
#thk-rcomments .widget_comment_author,
#thk-rcomments .widget_comment_author a {
	margin: auto 0;
	padding: 15px 0 0 0;
	min-height: 40px;
	color: #767574;
	font-size: 12px; font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.5;
}
#thk-rcomments .widget_comment_author img {
	float: left;
	vertical-align: middle;
	margin-right: 5px;
}
#thk-rcomments .widget_comment_author span {
	display: block;
	margin: auto 0;
	overflow: hidden;
}
#thk-rcomments .fa-comment-o {
	margin-right: 5px;
	color: #ff0000;
}
#thk-rcomments .fa-angle-double-right {
	margin-right: 5px;
}
#thk-rcomments .comment_excerpt {
	clear: both;
	margin: 10px 0 10px 10px;
	font-size: 12px; font-size: 1.2rem;
	line-height: 1.8;
}
#thk-rcomments .comment_post {
	display: block;
	margin: 0 0 10px 15px;
}

/* WpTHK WordPress Theme - free/libre wordpress platform
 *
 * @copyright Copyright (C) 2015 Thought is free.
 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
 * @author LunaNuko
 * @link http://thk.kanzae.net/
 * @translators rakeem( http://rakeem.jp/ )
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 */

/* Widget RSS and Feedly button */
#thk-rss-feedly {
	margin-left: -5px;
	margin-bottom: -10px;
}
#thk-rss-feedly li {
	float: left;
	display: block;
	width: 50%;
	margin: 0;
	padding: 0;
}
#thk-rss-feedly li a {
	width: 90%;
	font-size: 16px; font-size: 1.6rem;
	line-height: 22px;
	display: block;
	padding: 7px 10px;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
#thk-rss-feedly a:hover {
	color: #fff;
	opacity: 0.7;
}
#thk-rss-feedly a.icon-rss-button {
	margin: 0 5px 0 auto;
	background: #fe9900;
}
#thk-rss-feedly a.icon-feedly-button {
	margin: 0 auto 0 5px;
	background: #87bd33;
}
#thk-rss-feedly a span {
	font-family: Garamond, Palatino, Caslon, 'Century Oldstyle', Bodoni, 'Computer Modern', Didot, Baskerville, 'Times New Roman', Century, Egyptienne, Clarendon, Rockwell, serif;
	font-weight: bold;
}
#thk-rss-feedly i {
	margin: 0 10px 0 0;
	color: #fff;
}

/* WpTHK WordPress Theme - free/libre wordpress platform
 *
 * @copyright Copyright (C) 2015 Thought is free.
 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
 * @author LunaNuko
 * @link http://thk.kanzae.net/
 * @translators rakeem( http://rakeem.jp/ )
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 */

/* Layer */
#bwrap {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#layer {
	position: absolute;
	width: 100%;
	z-index: 1100;
}
#layer li a {
	text-align: left;
	padding: 10px;
	font-size: 13px; font-size: 1.3rem;
	margin: 0;
	padding-left: 20px;
	width: 100%;
}
#layer li a:hover {
	text-decoration: none;
}
#layer li a::before {
	font-family: FontAwesome;
	padding-right: 10px;
	content: "\f0da";
}
#layer li[class*="children"] a {
	padding-left: 16px;
}
#layer li[class*="children"] li a {
	padding-left: 35px;
}
#layer li ul {
	border-bottom: 0;
}
#layer li li a::before{
	content: "-";
}

/* Mobile Close button */
#close {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 34px;
	height: 34px;
	box-sizing: content-box;
	color: #fff;
	background: #000;
	border: 2px solid #ddd;
	border-radius: 4px;
	opacity: .7;
	text-align: center;
	cursor: pointer;
	z-index: 1200
}
#close i {
	font-size: 20px;
	line-height: 34px;
}
#close:hover {
	opacity: 1.0;
}

/* WpTHK WordPress Theme - free/libre wordpress platform
 *
 * @copyright Copyright (C) 2015 Thought is free.
 * @license http://www.gnu.org/licenses/gpl-2.0.html GPL v2 or later
 * @author LunaNuko
 * @link http://thk.kanzae.net/
 * @translators rakeem( http://rakeem.jp/ )
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 */

/* Layer */
#bwrap {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#layer {
	position: absolute;
	width: 100%;
	z-index: 1100;
}
#layer li a {
	text-align: left;
	padding: 10px;
	font-size: 13px; font-size: 1.3rem;
	margin: 0;
	padding-left: 20px;
	width: 100%;
}
#layer li a:hover {
	text-decoration: none;
}
#layer li a::before {
	font-family: FontAwesome;
	padding-right: 10px;
	content: "\f0da";
}
#layer li[class*="children"] a {
	padding-left: 16px;
}
#layer li[class*="children"] li a {
	padding-left: 35px;
}
#layer li ul {
	border-bottom: 0;
}
#layer li li a::before{
	content: "-";
}

/* Mobile Search Form */
#sform {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 98%;
	height: 36px;
	max-width: 600px;
	margin: auto;
	padding: 2px;
	background: rgba( 0, 0, 0, .5 );
	border-radius: 5px;
	z-index: 1200;
}
#sform .search-form {
	position: relative;
	width: 100%;
	margin: auto;
}
#sform .search-field {
	height: 32px;
	font-size: 18px;
}

/*! wpthk customizer css */@media (min-width:1200px){.container{width:1170px;padding-left:0;padding-right:0;}.logo,#header .head-cover,#head-band-in,div[id*="head-band"] .band-menu{max-width:1170px!important;}#header #gnavi,#foot-in{max-width:1200px;}}.info{text-align:center;}.sitename{margin:0 auto 12px auto;}#head-in{margin-top:0px;}.info{padding:10px 0px 0px 0px;}div[id*="side-"], #col3 {
	padding: 0;
	border: none;
	background: none;
}
#side .widget, #col3 .widget {
	margin: 0 0 15px 0;
	padding: 20px 14px;
	border: 1px solid #ddd;
	background: inherit;
}
#side-scroll {
	margin: 0;
}#list .toc, .bottom-area, #core.pcore {padding-top:10px;}body{background:#ffffff;}body a{color:#0000ff;}body a:hover{color:#ffe600;}#breadcrumb,#breadcrumb a,breadcrumb i{color:#000000;}#footer{border-color:#ff0000;}#head-in .sitename a{color:#0000ff;}#head-in .sitename a:hover{color:#ffe600;}.term img{width:134px;height:134px;}#gnavi li a,.mobile-nav {color:#ffffff;}#nav{background:#ff0000;}#gnavi li a, .mobile-nav {background:#ff0000;}#gnavi li a:hover,div.mobile-nav:hover, ul.mobile-nav li:hover{background:#ffa8a8;}#gnavi .current-menu-item > a,#gnavi .current-menu-ancestor > a,#gnavi .current_page_item > a,#gnavi .current_page_ancestor > a{background:#ffa8a8;}#nav{border-top-width:0px;border-bottom-width:0px;}.post .entry-title, #front-page-title{margin-bottom:45px;}#footer{color:#ffffff;background:#ff0000;}#footer a{color:#0000ff;}#footer a:hover{color:#ffe600;}#page-top{color:#ffffff;background:#000000;}.home .bottom-area #paging{margin-bottom:0;}@media screen and (min-width: 992px) {#side{-ms-flex-preferred-size: 300px;
-moz-flex-basis: 300px;
-webkit-flex-basis: 300px;
flex-basis: 300px; width:300px;}#list .toc, .bottom-area, #core.pcore {padding-left:10px;padding-right:10px;}#side-scroll{border-top:0;}#side-scroll .widget:first-child{border-top:1px solid #ddd;}#gnavi li {background:#ffa8a8;}#gnavi li ul{border-top-width:0px;}}@media screen and (min-width: 992px) and (max-width: 1199px) {#main {
	-webkit-box-flex: 0 1 638px;
	-moz-box-flex: 0 1 638px;
	-webkit-flex: 0 1 638px;
	-ms-flex: 0 1 638px;
	flex: 0 1 638px;
	max-width: 638px;
	min-width: 1px;
}.pnavi, .related, .discussion, .tb {margin-left:-10px;margin-right:-10px;}}@media screen and (min-width: 1200px) {#main {
	-webkit-box-flex: 0 1 868px;
	-moz-box-flex: 0 1 868px;
	-webkit-flex: 0 1 868px;
	-ms-flex: 0 1 868px;
	flex: 0 1 868px;
	max-width: 868px;
	min-width: 1px;
}.discussion {margin-left:5px;margin-right:5px;}}@media screen and (min-width: 541px) and (max-width: 991px) {#list .toc, .bottom-area, #core.pcore {padding-left:5px;padding-right:5px;}.pnavi, .related, .discussion, .tb {margin-left:-5px;margin-right:-5px;}}@media screen and (min-width: 541px) {#list .term img{width:200px;height:200px;}}
