/* 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-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-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-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@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.
 *
 *   Theme Name: WpTHK
 *   Theme URI: http://thk.kanzae.net/wpthk/
 *   Description: SEO optimized, Responsive layout, Super Fast, Multi Feature, Bootstrap
 *   Author: LunaNuko
 *   Author URI: http://thk.kanzae.net/
 *   License: GNU General Public License v2 or later
 *   License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *   Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-header, custom-background, custom-colors, custom-menu, theme-options, featured-image-header, editor-style, sticky-post, threaded-comments, translation-ready
 *   Text Domain: wpthk
 *   Since: 20151206
 *   Modify: 20170302
 *   Version: 3.16
 *
 * ここから上を消すと正しく動作しなくなることがあります。
 * ( Erasing the elements above here might cause system issues. )
 *
 */@charset "UTF-8";

/**
------------------------------------
 html タグの共通設定
------------------------------------ */
* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%!important;
}
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;
	background: #fff;
	color: #111;
}
a {
	word-break: break-all;
	color: #0066cc;
}
a:hover, .term img:hover {
	color: #ee7800;
	-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;
	background: #f5f4f3;
	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%;
}
.reply a,
input[type="submit"],
div[class$=-w] ul[class*=sns] li a,
.widget_categories select, .widget_archive select {
	color: #333;
	font-weight: normal;
	background: #fff;
	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;
	background: #111;
	border-bottom: 1px solid #ccc;
}

.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 {
	color: #fff;
	text-decoration: none;
}
.band-menu li a:hover {
	color: #ee7800;
}
.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 #111;
	position: relative;
	z-index: 20;
}
#nav, #gnavi li a, .mobile-nav {
	color: #111;
	background: #fffffc;
}
#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 a:hover, div.mobile-nav:hover, ul.mobile-nav li:hover {
	color: #fff;
	background: #0099ff;
}
#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 #000;
	color: #fff;
	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;
		background: #0099ff;
	}
	#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;
	background: #fff;
}
.bottom-area {
	padding: 30px 25px;
	border: 1px solid #ddd;
}

/*--------------------------------
 Breadcrumb List
---------------------------------*/
#breadcrumb {
	margin: 20px 10px 15px 10px;
}
#breadcrumb, #breadcrumb a {
	color: #989796;
	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: #0066cc;
}
#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-left: 10px solid #111;
	background: none;
	margin: 0 0 15px 0;
	padding: 0 0 0 12px;
}
.entry-title a {
	color: inherit;
	text-decoration: none;
}
.entry-title a:hover {
	color: #ee7800;
}

#list {
	margin: 0 0 25px 0;
}
#list .toc {
	margin: 0 0 25px 0;
	padding: 35px 25px 0 25px;
	border: 1px solid #ddd;
	background: #fff;
}
#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;
	color: #111;
	background: #fffffc;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	margin-bottom: 45px;
	line-height: 1.4;
	vertical-align: middle;
	padding: 6px 10px;
}
.meta a {
	color: #111;
	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: 35px;
	margin-bottom: 30px;
}
.post h1:first-child {
	margin-top: 0;
}
.post h2:first-child,
.post h3:first-child {
	margin-top: 30px;
}
.post h2 {
	background: #faf9f8;
	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;
	background: #f5f4f3;
}

/* 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;
	background: none;
	border: none;
	border-bottom: 5px solid #c8c7c6;
}

/*
------------------------------------
 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;
	color: #888786;
	background: #f8f7f6;
	min-height: 132px;
}
.pnavi a:hover {
	color: #0066cc;
	background: #fefdfc;
}
.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;
	background: #f5f4f3;
}
.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 {
	color: inherit;
	text-decoration: none;
}
#related h3 a:hover {
	color: #ee7800;
}
#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;
	color: #111;
	border-left: 10px solid #111;
	border-bottom: 1px dotted #111;
	margin: 4px 0 20px 0;
	padding: 4px 10px;
}
div[id*="side-"] {
	padding: 10px 0;
}
div[id*="side-"], #col3 {
	border: 1px solid #ddd;
	background: #fff;
}

/* Search Form */
.search-field {
	border: 1px solid #bbb;
}

/* Calendar */
#wp-calendar {
	background: #fff;
}
#wp-calendar caption{
	background: #fff;
}
#wp-calendar #today {
	background: #ffec67;
	border: thin solid #ccc;
}
#wp-calendar .pad {
	background: #fff9f9;
}

/*
------------------------------------
 Footer
------------------------------------ */
#footer {
	clear: both;
	background: #fffffc;
	padding: 20px 0;
	border-top: 3px solid #111;
	z-index: 10;
}
div[id*="foot-in"] a {
	color: #111;
}

div[id*="foot-in"] h4 {
	font-size: 16px; font-size: 1.6rem;
	font-weight: bold;
	border-left: 10px solid #111;
	border-bottom: 1px dotted #111;
	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;
	background: #656463;
	text-decoration: none;
	color: #fff;
	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.
*/

div[class*="snsf-"] {
	margin: 2px 0 0 0;
	padding: 0;
}
div[class*="snsf-"] .clearfix {
	padding: 0;
}
div[class*="snsf-"] i {
	max-width: 16px;
}
.snsf-c ,
.snsf-w {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.snsfb {
	display: table-row;
}
.snsf-c li,
.snsf-w li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	color: #fff;
	padding: 1px 2px;
	white-space: nowrap;
}
.snsf-c a,
.snsf-w a,
.snsf-c .snsfcnt,
.snsf-w .snsfcnt {
	display: block;
	font-family: Verdana, Arial, Helvetica, Roboto;
	text-align: center;
	text-decoration: none;
	width: 100%;
	border-radius: 3px;
}
.snsf-c .fa-hatena,
.snsf-w .fa-hatena {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Roboto;
}
.snsf-c a, .snsf-c a:hover,
.snsf-w a, .snsf-w a:hover {
	position: relative;
	line-height: 1.0;
	padding: 10px 0;
	color: #fff;
}
.snsf-c .snsfb li a,
.snsf-w .snsfb li a {
	font-family: Verdana, Arial, Helvetica, Roboto;
	font-size: 13px; font-size: 1.3rem;
	letter-spacing: -1px;
}
.snsf-c .snsfb li a {
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
}
.snsf-w .snsfb li a {
	box-sizing: border-box;
	border: 1px solid #ddd;
}
.snsf-w .snsfcnt {
}
.snsf-c .snsfb li a:hover {
	opacity: 0.6;
}
.snsf-w .snsfb li a:hover {
	background: #f8f8f8;
	opacity: 0.7;
}
.snsf-c .snsfb i,
.snsf-w .snsfb i {
	margin-right: 3px;
}
.snsfcnt {
	display: block;
	position: absolute;
	right: 0;
	top: -18px;
	padding: 3px 0;
	font-size: 11px; font-size: 1.1rem;
	background: #fffefd;
}
.snsf-c .snsfcnt {
	color: #333;
	border: 2px solid #ddd;
}
.snsf-w .snsfcnt {
	box-sizing: content-box;
	top: -23px;
	left: -1px;
	border: 1px solid #ddd;
}
.snsfcnt i {
	margin: 0 !important;
}
.snsf-c .twitter a { background: #55acee; }
.snsf-c .facebook a { background: #3b5998; }
.snsf-c .google a { background: #dd4b39; }
.snsf-c .linkedin a { background: #0479b4; }
.snsf-c .hatena a { background: #3c7dd1; }
.snsf-c .pocket a { background: #ee4257; }
.snsf-c .line a   { background: #00c300; }
.snsf-c .rss a    { background: #fe9900; }
.snsf-c .feedly a { background: #87bd33; }

.snsf-c .twitter .snsfcnt { border-color: #55acee; }
.snsf-c .facebook .snsfcnt { border-color: #3b5998; }
.snsf-c .google .snsfcnt { border-color: #dd4b39; }
.snsf-c .linkedin .snsfcnt { border-color: #0479b4; }
.snsf-c .hatena .snsfcnt { border-color: #3c7dd1; }
.snsf-c .pocket .snsfcnt { border-color: #ee4257; }
.snsf-c .line .snsfcnt   { border-color: #00c300; }
.snsf-c .rss .snsfcnt    { border-color: #fe9900; }
.snsf-c .feedly .snsfcnt { border-color: #87bd33; }

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

@media screen and (max-width: 765px), screen and (min-width: 992px) and (max-width: 1200px) {
	.snsf-c .snsfb li a,
	.snsf-w .snsfb li a {
		font-size: 14px; font-size: 1.4rem;
		padding: 9px 6px 10px 6px;
	}
	.snsf-c .snsfb i,
	.snsf-w .snsfb i {
		margin-right: 0;
	}
	div[class*="snsf-"] .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;
	}
}

/* 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*="snsi-"] {
	margin: 5px 0 0 0;
	padding: 0;
}
div[class*="snsi-"] .clearfix {
	padding: 0;
}
div[class*="snsi-"] i {
	max-width: 16px;
	font-size: 12px;
}

.snsi-c ,
.snsi-w {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.snsib {
	display: table-row;
}
.snsi-c li,
.snsi-w li {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 36px;
	color: #fff;
	padding: 0 2px;
	white-space: nowrap;
}

.snsi-c a,
.snsi-w a,
.snsi-c .snsicnt,
.snsi-w .snsicnt {
	display: inline-block;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, Roboto;
	text-align: center;
	text-decoration: none;
	padding: 0;
	width: 100%;
}
.snsi-c .fa-hatena,
.snsi-w .fa-hatena {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Roboto;
}
.snsi-c a, .snsi-c a:hover,
.snsi-w a, .snsi-w a:hover {
	position: relative;
	line-height: 1.0;
	color: #fff;
	height: 36px;
	border-radius: 3px;
}
.snsi-c .snsib li a {
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
}
.snsi-w .snsib li a {
	border: 1px solid #ddd;
}
.snsi-c .snsib li a:hover {
	opacity: 0.6;
}
.snsi-w .snsib li a:hover {
	background: #f8f8f8;
	opacity: 0.7;
}
.snsi-c .snsib i,
.snsi-w .snsib i {
	margin-right: 5px;
}
.snsicnt {
	width: 26%!important;
	height: 16px;
	margin: 0 auto;
	padding: 2px 0 2px 0!important;
	font-size: 12px; font-size: 1.2rem;
	color: #ddd;
}
.snsi-w .snsicnt {
	color: #aaa;
}

div[class*="snsi-"] i:not(.fa-spinner) {
	display: inline-block;
	height: 32px;
	margin: 3px;
	padding: 6px 0;
	font-size: 16px; font-size: 1.6rem;
}
.snsi-c .twitter a { background: #55acee; }
.snsi-c .facebook a { background: #3b5998; }
.snsi-c .google a { background: #dd4b39; }
.snsi-c .linkedin a { background: #0479b4; }
.snsi-c .hatena a { background: #3c7dd1; }
.snsi-c .pocket a { background: #ee4257; }
.snsi-c .line a   { background: #00c300; }
.snsi-c .rss a    { background: #fe9900; }
.snsi-c .feedly a { background: #87bd33; }

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

@media screen and (max-width: 540px), screen and (min-width: 992px) and (max-width: 1200px) {
	div[class*="snsi-"] i:not(.fa-spinner) {
		font-size: 14px; font-size: 1.4rem;
	}
	div[class*="snsi-"] .snsicnt {
		display: block;
		position: absolute;
		text-align: right;
		width: 100% !important;
		right: 2px;
		bottom: 0;
	}
}
@media screen and (max-width: 540px) {
	.snsi-c li, .snsi-w li,
	.snsi-c a, .snsi-w a {
		height: 34px;
		padding: 0 1px;
	}
	div[class*="snsi-"] i:not(.fa-spinner) {
		padding: 7px 0;
		height: 14px;
	}
	div[class*="snsi-"] .snsicnt {
		bottom: -3px;
	}
}
@media screen and (min-width: 992px) {
	.line-sm {
		display: none !important;
	}
}
@media screen and (max-width: 991px) {
	.line-pc {
		display: none !important;
	}
}

/* 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;
}
.snsb {
	padding:  0;
	margin: 0;
	line-height: 1.0;
	letter-spacing: -.4em;
}

.snsb li {
	display: inline-block;
	list-style-type: none;
	letter-spacing: normal;
	vertical-align: top;
	padding-right: 2px;
}

.sns-right {
	float: right;
}

.sns-n .snsb li:last-child {
	margin-right: 0;
}

li.google {
	max-width: 80px;
}

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

/* Calendar */
.calendar_wrap {
	margin-bottom: 10px;
}
#wp-calendar {
	table-layout: fixed;
	line-height: 2.0;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 12px; font-size: 1.2rem;
}
#side #wp-calendar, #col3 #wp-calendar {
	margin: 0 auto -10px auto;
}
#wp-calendar caption{
	padding: 2px;
	width: auto;
	text-align: center;
	font-weight: bold;
	border: thin solid #ccc;
	border-radius: 3px 3px 0 0;
}
#wp-calendar #today {
	display: block;
	font-weight: bold;
	border-radius: 50%;
}
#wp-calendar th,
#wp-calendar td{
	line-height: 2.0;
	vertical-align: middle;
	text-align: center;
}

#wp-calendar td {
	border: thin solid #ccc;
}
#wp-calendar th {
	font-style: normal;
	font-weight: bold;
	color: #fff;
	border-left: thin solid #ccc;
	border-right: thin solid #ccc;
	background: #333;
}
#wp-calendar a {
	font-size: 12px; font-size: 1.2rem;
	color: #00a0dd;
	text-decoration: underline;
}

/* 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 Follow button */
#thk-follow {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 4px 0;
}
#thk-follow ul {
	display: table-row;
}
#thk-follow ul li {
	display: table-cell;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.3);
}
#thk-follow .snsf {
	display: block;
	border-radius: 4px;
	padding: 1px;
	height: 100%;
	width: 100%;
}
#thk-follow a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	border: 3px solid #fff;
	border-radius: 2px;
	line-height: 1.2;
	letter-spacing: 0px;
	padding: 5px 0;
	color: #fff;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, Roboto;
	text-align: center;
	text-decoration: none;
}
#thk-follow .fname {
	display: block;
	font-size: 10px;
}
#thk-follow a: hover {
	opacity: 0.7;
}

#thk-follow .twitter { background: #55acee; }
#thk-follow .facebook { background: #3b5998; }
#thk-follow .hatena { background: #3c7dd1; }
#thk-follow .google { background: #dd4b39; }
#thk-follow .youtube { background: #ae3a34; }
#thk-follow .line { background: #00c300; }
#thk-follow .rss { background: #fe9900; }
#thk-follow .feedly { background: #87bd33; }

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

/* QR Code */
#side .widget-qr img, #col3 .widget-qr img {
	display: block;
	margin: auto;
}

/* 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;}}#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: #ffffff;
}
#side-scroll {
	margin: 0;
}#list .toc, .bottom-area, #core.pcore {padding-top:10px;}#list .toc, .bottom-area, #core.pcore{background:#ffffcc;}#side .widget, #col3 .widget{background:transparent;}body{background:#ffffcc;}#footer{border-top:none;}.term img{width:134px;height:134px;}#gnavi li a,.mobile-nav {color:#ffffff;}#nav{background:#ff8040;}#gnavi li a, .mobile-nav {background:#ff8040;}#gnavi li a:hover,div.mobile-nav:hover, ul.mobile-nav li:hover{background:#ff9e6d;}#gnavi .current-menu-item > a,#gnavi .current-menu-ancestor > a,#gnavi .current_page_item > a,#gnavi .current_page_ancestor > a{background:#ff9e6d;}#nav{border-top-width:0px;border-bottom-width:0px;}.post .entry-title, #front-page-title{margin-bottom:45px;}#list .entry-title{margin-bottom:35px;}#footer{background:#ffffcc;}.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 .widget:first-child{border-top:1px solid #ddd;}#gnavi li {background:#ff9e6d;}#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;}}
