@charset "UTF-8";
/*!
* Template Name: As_the_Night_Goes
* Author: Leaf
* Author URI: http://ideangel.blog.fc2.com/
* Version: 1.0.0
* Latest Update: 2017-08-28
*/
/*------------------------------------------------------------
  normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/*------------------------------------------------------------
  ユーザー設定
--------------------------------------------------------------*/
/*----- 背景色・フォント・行間 -----*/
html {
  font-size: 50%;
}
body,
button,
input,
select,
textarea {
  background-color: #fafafa;
  color: #333;
font-family:"Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", Verdana, "MS UI Gothic", Osaka, sans-serif;
letter-spacing: 0.2em;
  font-size: 14px;
  font-size: 1.4em;
  line-height: 1.6;
}
/*----- ブログコンテナの設定 -----*/
#nav-group-inner,
#container {
  max-width: 1200px;
  width: 90%;
}
#primary-column {
  max-width: 1000px;
  width: 80%;
}
/*----- ヘッダー背景画像 -----*/
#header {
  background: url(https://blog-imgs-97.fc2.com/i/d/e/ideangel/06-header.jpg) no-repeat center / cover;
}
/* ----- リンク色 ----- */
a {
  color: #8c8a99;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
a:hover,
a:focus {
  color: #545166;
}
/*----- ブログタイトル リンク色 -----*/
.blog-title a {
  color:#fff;
}
.blog-title a:hover,
.blog-title a:focus {
  color: #8c8a99;
}
/*----- プラグイン リンク色 -----*/
.widget a {
  color:#fff;
}
.widget a:hover,
.widget a:focus {
  color: #8c8a99;
}
/*----- ブログ説明文とサブタイトルの色 -----*/
.blog-description, .sub-title {
  color: #fff;
}
/*----- No Image画像 -----*/
.no-image,
.catalog-no-image {
  background: #ccc url() no-repeat center / cover;
}
/*----- テキスト選択時の色 -----*/
::-moz-selection {
  color: #fff;
  text-shadow: none;
  background-color: #c3c2cc;
}
::selection {
  color: #fff;
  text-shadow: none;
  background-color: #c3c2cc;
}
/*------------------------------------------------------------
  Typography
------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0 0 1em;
  text-transform: uppercase;
}
h1 {
  font-size: 30px;
  font-size: 3.0rem;
  padding-top: .5em;
  position: relative;
  text-shadow: 1px 1px 0 #333;
}
h1:before {
  background-color: #333;
  content: "";
  height: 2px;
  margin-left: -50px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
}
h3,
h4,
h5,
h6 {
  padding: .5em;
}
h3 {
  font-size: 18px;
  font-size: 1.8rem;
}
.post-content h3 {
  background-color: #8c8a99;
  -webkit-box-shadow: inset 0 0 0 2px #8c8a99, inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 2px #8c8a99, inset 0 0 0 3px #fff;
  color: #fff;
}
h4 {
  border-bottom: 2px solid #8c8a99;
  font-size: 16px;
  font-size: 1.6rem;
}
h5,
h6 {
  font-size: 14px;
  font-size: 1.4rem;
}
h5 {
  border-left: 2px solid #8c8a99;
}
h6 {
  border-left: 1px solid #8c8a99;
}
.sub-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
}
.item-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}
.post-title,
.page-title {
  text-align: center;
}
.page-title:before {
  font-family: "FontAwesome";
  font-weight: 400;
  margin-right: .5em;
}
.page-title.relate:before {
  content: "\f005";
}
.page-title.comment:before {
  content: "\f0e5";
}
.page-title.respond:before {
  content: "\f040";
}
.page-title.trackback:before {
  content: "\f021 ";
}
.page-title.edit:before {
  content: "\f040";
}
.catalog-title,
.list-title {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  padding: 0;
}
.catalog-header {
  margin-bottom: 0.5em;
  padding-left: 1em;
  position: relative;
}
.catalog-header:before {
  background-color: #333;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
}
.widget-title {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  padding-top: .5em;
  position: relative;
  text-align: center !important;
  text-transform: uppercase;
}
.widget-title:before {
  background-color: #fff;
  content: "";
  height: 2px;
  margin-left: -50px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  width: 100px;
}
p,
blockquote,
pre,
ul,
ol,
dl,
table {
  margin: 0 0 1.5em;
}
blockquote {
  border-left: 3px solid #8c8a99;
  color: #8c8a99;
  font-family: "Arapey", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 1.5em 1.5em 1.5em 3em;
  position: relative;
}
blockquote:before {
  content: "\201C";
  color: #8c8a99;
  font-family: "Times New Roman", serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0;
  left: .1em;
}
blockquote a {
  color: #8c8a99 !important;
}
blockquote p:last-child {
  margin: 0;
}
code,
pre,
kbd,
samp,
var {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
pre,
code {
  background-color: #fafafa;
  border: 1px solid #eee;
  color: #999;
}
pre {
  padding: 1.5em;
  white-space: pre-wrap;
  word-wrap: break-word;
}
pre code {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
mark {
  background-color: #c3c2cc;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, #c3c2cc));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 0, #c3c2cc 50%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 0, #c3c2cc 50%);
}
code,
kbd {
  display: inline-block;
  vertical-align: middle;
}
code {
  margin: 0 .3em;
  padding: 0 .3em;
}
kbd {
  background-color: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f2f2));
  background: -webkit-linear-gradient(top, #fff, #f2f2f2);
  background: linear-gradient(to bottom, #fff, #f2f2f2);
  border: 1px solid #eee;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 0 #dae5e5, 0 1px 0 0 #dae5e5;
  box-shadow: inset 0 -1px 0 0 #dae5e5, 0 1px 0 0 #dae5e5;
  margin: 0 .3em;
  padding: 0 .3em;
}
/* ----- Lists ----- */
li > ul,
li > ol {
  margin-bottom: 0;
}
.post-content dt {
  border-left: 2px solid #8c8a99;
  font-weight: 700;
  padding: .5em;
}
.post-content dd {
  padding: .5em 0;
}
/* ----- Table ----- */
table {
  border-collapse: collapse;
  max-width: 100%;
  table-layout: fixed;
}
table,
.post-content caption,
.post-content th,
.post-content td {
  border: 1px solid #ccc;
  background-color: #fff;
}
.post-content caption {
  background-color :#eee;
  border-width: 1px 1px 0;
  font-weight: 700;
  padding: .5em;
}
.post-content th,
.post-content td {
  border-style: solid dotted;
  font-weight: 400;
  padding: .5em;
}
.post-content th {
  background-color :#fafafa;
}
/*----- Rule -----*/
hr {
  border: 0;
  border-top: 1px dashed #ccc;
  margin: 1.5em 0;
}
/*------------------------------------------------------------
  Elements
------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
}
body {
  overflow-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  word-wrap: break-word;
}
figure {
  margin: 0;
}
img,
video {
  height: auto;
  max-width: 100%;
}
/*----- Forms -----*/
button,
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #333;
  line-height: 1;
  padding: 1em;
}
textarea {
  max-width: 100%;
}
input:focus,
textarea:focus {
  border: 1px solid #8c8a99;
}
input[type="button"],
input[type="reset"],
input[type="submit"],
button {
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: none;
  background-color: #8c8a99;
}
:placeholder-shown {
  color: #ccc;
}
::-webkit-input-placeholder {
  color: #ccc;
  padding-top: 4px;
}
:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #ccc;
}
/*----- Media -----*/
embed,
iframe,
object {
  max-width: 100%;
}
.video-container {
  height: 0;
  margin-bottom: 1.5em;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.video-container embed,
.video-container iframe,
.video-container object {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*------------------------------------------------------------
  Clearings
------------------------------------------------------------*/
p,
.clearfix,
ul.relate_ul {
  *zoom: 1;
}
p:before,
.clearfix:before,
ul.relate_ul:before {
  content: "";
  display: table;
}
p:after,
.clearfix:after,
ul.relate_ul:after {
  clear: both;
  content: "";
  display: table;
}
/*------------------------------------------------------------
  Layout
------------------------------------------------------------*/
/*----- Header -----*/
#header {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
  text-align: center;
}
#header-inner {
  height: 550px;
  display: table;
  margin: 0 auto;
}
.blog-branding {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
#scroll-down {
  margin-top: 1.5em;
  text-transform: uppercase;
}
#scroll-down a {
  color: #fff;
  display: inline-block;
  padding-bottom: 70px;
  position: relative;
}
#scroll-down a span {
  -webkit-animation: faedDown 1.5s infinite;
  animation: faedDown 1.5s infinite;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  height: 24px;
  margin: 0 0 0 -12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 20px;
  left: 50%;
  width: 24px;
}
@-webkit-keyframes faedDown {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
 }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes faedDown {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
#nav-group {
  background-color: rgba(0, 0, 0, .5);
  height: 50px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  width: 100%;
}
#nav-group.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}
#nav-group-inner {
  margin: 0 auto;
  position: relative;
}
.left-nav {
  float: left;
  text-transform: uppercase;
}
.right-nav {
  float: right;
  margin-right: 30px;
  text-align: right;
}
.left-nav,
.right-nav {
  font-size: 0;
  list-style: none;
  padding: 0;
}
.left-nav a,
.right-nav a {
  color: #fff;
  line-height: 50px;
}
.fa-home {
  font-size: 14px !important;
}
.left-nav li,
.right-nav li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  height: 50px;
}
.left-nav li {
  margin-right: 40px;
}
.right-nav li {
  margin-left: 20px;
}
.search-area {
  position: absolute;
  top: 0;
  right: 0;
}
#search-form {
  position: relative;
  width: 30px;
}
#submit {
  display: none;
}
.search-icon,
.search-submit {
  color: #fff;
  display: block;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 10px;
  right: 0;
  text-align: center;
}
a.search-icon {
  color: #fff;
}
.search-submit {
  cursor: pointer;
}
#search-field {
  border: 0;
 -webkit- box-shadow: none;
  box-shadow: none;
  height: 50px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 30px;
  width: 0;
}
/*----- Main Content -----*/
#container {
  margin: 0 auto;
  padding-top: 6em;
}
#grid {
  margin: 0 -1%;
}
#primary-column {
  margin: 0 auto;
}
/* Posts */
.new {
  color: #f26161;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-left: .5em;
  text-transform: none;
}
.item {
  background-color: #fff;
  border-bottom: 2px solid #333;
  float: left;
  margin: 0 1% 3em;
  position: relative;
  width: 31.33333%;
}
a.item-thumbnail,
a.relate-thumbnail {
  color: #fff;
}
.item-thumbnail {
  margin-bottom: 1em;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.item-thumbnail:before,
.relate-thumbnail:before {
  content:"";
  display: block;
  padding-top: 66.66666%;
}
.item-thumbnail-content,
.relate-thumbnail-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 1;
}
.item-thumbnail-content:hover,
.item-thumbnail-content:focus {
  box-shadow: inset 0 0 0 130px rgba(0, 0, 0, .5);
}
.item-mask:before {
  color: #fff;
  content: "\f002";
  font-family: "FontAwesome";
  line-height: 1;
  margin: -1em 0 0 -1em;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
}
.item-thumbnail-content:hover .item-mask:before,
.item-thumbnail-content:focus .item-mask:before {
  -webkit-transform: scale(2, 2);
  transform: scale(2, 2);
}
.no-image {
  font-size: 20px;
}
.no-image,
.catalog-no-image {
  color: #fff;
  height: 100%;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  width: 100%;
}
.no-image:hover,
.no-image:focus,
.catalog-no-image:hover,
.catalog-no-image:focus {
  box-shadow: inset 0 0 0 130px rgba(0, 0, 0, .5);
}
.no-image:before,
.catalog-no-image:before {
 content: "No image";
 margin: -1em 0 0 -2em;
 position: absolute;
 top: 50%;
 left: 50%;
}
.item-header {
  margin-bottom: 1em;
  padding: 0 1em;
  text-align: center;
}
.item-date,
.post-date,
.relate-date {
  margin-bottom: 1em;
  padding-top: .5em;
  position: relative;
  text-align: center;
}
.item-date:before,
.post-date:before,
.relate-date:before {
  background-color: #333;
  content: "";
  height: 2px;
  margin-left: -50px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px
}
.month01:before {
  content: "January";
}
.month02:before {
  content: "February";
}
.month03:before {
  content: "March";
}
.month04:before {
  content: "April";
}
.month05:before {
  content: "May";
}
.month06:before {
  content: "June";
}
.month07:before {
  content: "July";
}
.month08:before {
  content: "August";
}
.month09:before {
  content: "September";
}
.month10:before {
  content: "October";
}
.month11:before {
  content: "November";
}
.month12:before {
  content: "December";
}
.item-summary {
  padding: 0 1em;
}
.item-more-link {
  margin-left: .5em;
}
.post-share-links {
  margin-top: 1.5em;
  text-align: center;
}
.post-share-links a {
  background-color: #333;
  color: #fff;
  display: inline-block;
  padding: 0 .5em;
}
.post-share-links li {
  margin: 0 1.5em;
}
.item-footer {
  padding: 1em;
  text-align: center;
}
.item-categories {
  float: left;
  width: 50%;
}
.item-feedbacks {
  float: right;
  width: 50%;
}
.item-feedbacks ul,
.post-feedbacks ul,
.post-share-links ul,
.post-tags {
  font-size: 0;
  list-style: none;
  padding: 0;
}
.item-feedbacks li,
.post-feedbacks li,
.post-share-links li,
.post-tags li {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
}
.item-feedbacks li + li:before,
.post-feedbacks li + li:before {
  content: "/";
  margin: 0 .5em;
}
/* Pages */
.breadcrumbs {
  margin-bottom: 1.5em;
  text-transform: uppercase;
}
.breadcrumbs ul {
  font-size: 0;
  list-style: none;
  padding: 0;
}
.breadcrumbs ul li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}
.breadcrumbs ul li + li:before {
  content: "/";
  margin: 0 .5em;
}
.section {
  margin-bottom: 6em;
}
.post {
  background-color: #fff;
  border-bottom: 2px solid #333;
  padding: 3em;
}
.post-header {
  margin-bottom: 1.5em;
  text-align: center;
}
.post-content {
  margin-bottom: 1.5em;
}
.post-community {
  border-left: 2px solid #333;
  margin-top: 1.5em;
  padding: .5em 1em;
}
.post-tags {
  display: inline-block;
}
.post-tags li + li:before {
  content: ",";
  margin-right: .5em;
}
.share-button {
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.hatena-logo {
  font-family: Arial, sans-serif;
  font-weight: 900;
}
.share-button.hatena:hover,
.share-button.hatena:focus {
  background-color: #008fde;
}
.share-button.twitter:hover,
.share-button.twitter:focus {
  background-color: #55acee;
}
.share-button.facebook:hover,
.share-button.facebook:focus {
  background-color: #3b5999;
}
.share-button.googleplus:hover,
.share-button.googleplus:focus {
  background-color: #dd4b39;
}
/* Relate Posts */
.relate-thumbnail {
  border: 1em solid #fff;
  margin-bottom: 1em;
  overflow: hidden;
  position: relative;
}
.relate-title {
  font-weight: 700;
  text-align: center;
}
.owl-carousel {
  position: relative;
}
.relate-area .owl-nav div {
  display: inline-block;
  font-size: 0;
}
.relate-area .owl-nav div:before {
  color: #333;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: -1em;
}
.relate-area .owl-prev:before {
  content: "\f104";
  left: 0;
}
.relate-area .owl-next:before {
  content: "\f105";
  right: 0;
}
/* Comment */
.comment-list,
.trackback-list {
  margin: -50px 0 3em;
  padding: 50px 0 1em;
}
.comment-inner,
.trackback-inner {
  background-color: #fff;
  border-bottom: 2px solid #333;
  padding: 3em;
}
.comment-list:last-child,
.trackback-list:last-child {
  margin-bottom: 0;
}
.comment-list p,
.trackback-list p {
  margin-bottom: .5em;
}
.comment-meta,
.trackback-meta {
  border-left: 2px solid #333;
  margin-bottom: .5em;
  padding: .5em 1em;
}
.comment-meta ul,
.trackback-meta ul {
  font-size: 0;
  padding: 0;
}
.comment-meta ul li,
.trackback-meta ul li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}
.comment-meta ul li + li:before,
.trackback-meta ul li + li:before {
  content: "/";
  margin: 0 .5em;
}
.comment-date {
  float: left;
}
.comment-other {
  float: right;
  font-size: 0;
  padding: 0;
}
.comment-other li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}
.comment-other li + li:before {
  content: "/";
  margin: 0 .5em;
}
/* Respond */
#comment-form,
#trackback-form {
  margin-top: -50px;
  padding-top: 50px;
}
.respond-form,
.edit-form,
.trackback-field {
  margin: 0 auto 6em;
  width: 80%;
}
#name,
#email,
#subject,
#url,
#password,
#comment {
  margin-bottom: 1em;
  width: 100%;
}
.respond-form-left {
  float: left;
  width: 48%;
}
.respond-form-right {
  float: right;
  width: 48%;
}
#himitu {
  display: none;
}
#himitu + .checkbox-icon {
  position: relative;
  top: 10px;
  vertical-align: middle;
}
#himitu + .checkbox-icon:before {
  background-color: #fff;
  border: 1px solid #333;
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
}
#himitu:checked + .checkbox-icon:after {
  content: "\f00c";
  color: #8c8a99;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  margin: -.9em 0 0 -.5em;
  position: absolute;
  top: 50%;
  left: 50%;
}
#submit-button {
  margin-right: 1em;
}
#submit-button,
#delete-button {
  text-transform: uppercase;
  width: 120px;
}
#delete-button {
  background-color: #333;
}
#delete-button:hover,
#delete-button:focus {
  background-color: #8c8a99;
}
/* Trackback */
#trackback {
  margin-bottom: 1em;
  width: 80%;
}
.trackback-field p {
  margin: 0;
  text-align: center;
}
/* Other Pages */
.catalog-area .section {
  background-color: #fff;
  border-bottom: 2px solid #333;
  margin-bottom: 3em;
  padding: 1.5em;
}
.catalog-no-image {
  padding-top: 100%;
}
.catalog-list {
  border-bottom: 1px solid #333;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.catalog-thumbnail{
  float: left;
  height: 120px;
  overflow: hidden;
  position: relative;
  width: 120px;
}
.catalog-content {
  float: right;
  margin-left: -120px;
  width: 100%;
}
.catalog-content-inner {
  margin-left: 140px;
}
.catalog-header {
  padding-left: 1em;
  position: relative;
}
.catalog-summary {
  margin: 0;
}
.catalog-more-link {
  float: left;
}
.catalog-more-link a:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: .5em;
}
.catalog-meta {
  font-size: 0;
  float: right;
  list-style: none;
}
.catalog-meta li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}
.catalog-meta li + li:before {
  content: "/";
  margin: 0 .5em;
}
.list-post {
  background-color: #fff;
  border-bottom: 2px solid #333;
  margin-bottom: 1.5em;
  padding: 1.5em;
}
.list-number {
  border-right: 2px solid #333;
  float: left;
  font-size: 20px;
  line-height: 4em;
  text-align: center;
  padding-right: 10px;
  width: 60px;
}
.list-content {
  float: right;
  margin-left: -60px;
  width: 100%;
}
.list-inner {
  margin-left: 80px;
}
.list-summary {
  margin: 0;
}
.list-date {
  float: left;
}
.list-categories {
  float: right;
}
/* Pagination */
.pagination-post a {
  color: #333;
}
.pagination-post a:hover,
.pagination-post a:focus {
  color: #8c8a99;
}
.pagination-post ul,
.pagination-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination-post ul li {
  width: 49%;
}
.prev-post,
.prev-category-post {
  float: left;
}
.next-post,
.next-category-post {
  float: right;
  text-align: right;
}
.prev-post a,
.next-post a,
.prev-category-post a,
.next-category-post a {
  color: #333;
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.prev-post a,
.prev-category-post a {
  padding-left: 30px;
}
.next-post a,
.next-category-post a {
  padding-right: 30px;
}
.prev-post a:before,
.next-post a:before,
.prev-category-post a:before,
.next-category-post a:before {
  font-family: "FontAwesome";
  font-size: 30px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
}
.prev-post a:before,
.prev-category-post a:before {
  content: "\f104";
  left: 0;
}
.next-post a:before,
.next-category-post a:before {
  content: "\f105";
  right: 0;
}
.prev-category-post {
  width: 40%;
}
.pagination-category a {
  color: #333;
}
.pagination-category a:hover,
.pagination-category a:focus {
  color: #8c8a99;
}
.category-current {
  float: left;
  text-align: center;
  width: 20%;
}
.category-current a {
  background-color: #8c8a99;
  border: 1px solid #8c8a99;
  color: #fff;
  display: inline-block;
  margin-top: .7em;
  padding: .3em .8em;
}
.category-current a:hover,
.category-current a:focus {
  background-color: #fff;
  color: #8c8a99;
}
.next-category-post {
  width: 40%;
}
.pagination-page {
  margin: 6em 0;
  text-align: center;
}
.toppage {
  margin: 3em 0 6em;
}
.pagination-page ul {
  border: 1px solid #333;
  display: inline-block;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination-page ul li {
  border-left: 1px solid #333;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  line-height: 30px;
  text-align: center;
}
.pagination-page ul li:first-child {
  border-left: 0;
}
.pagination-page a {
  color: #333;
  display: block;
  padding: .3em .8em;
}
.pagination-page a:hover,
.pagination-page a:focus {
  background-color: #8c8a99;
  color: #fff;
}
.pagination-page span {
  color: #999;
  display: block;
  padding: .3em .8em;
}
.list-prev-page {
  float: left;
}
.list-next-page {
  float: right;
}
.list-prev-page a,
.list-next-page a {
  color: #333;
}
.list-prev-page a:hover,
.list-prev-page a:focus,
.list-next-page a:hover,
.list-next-page a:focus {
  color: #8c8a99;
}
.list-prev-page a:before,
.list-next-page a:after {
  background-color: #333;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 14px;
  font-size: 1.4rem;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  width: 30px;
}
.list-prev-page a:before {
  content: "\f104";
  margin-right: .5em;
}
.list-next-page a:after {
  content: "\f105";
  margin-left: .5em;
}
.list-prev-page a:hover:before,
.list-next-page a:hover:after {
  background-color: #8c8a99;
}
/*----- Aside -----*/
#secondary-column {
  color: #fff;
  margin: -100px -1% 6em -1%;
  padding-top: 100px;
}
.widget {
  background-color: #333;
  margin: 0 1% 3em;
  padding: 1.5em;
  width: 31.33333%;
}
.widget ul {
  list-style-type: disc;
  padding-left: 20px;
}
.widget ul ul {
  list-style-type: circle;
}
ul.recent-posts {
  list-style: none;
  padding: 0;
}
.recent-list {
  margin-bottom: 1em;
}
.recent-thumbnail {
  float: left;
  height: 80px;
  width: 80px;
}
.recent-meta {
  margin-left: 90px;
}
.calender {
  background-color: transparent;
  border: 0;
  border-collapse: separate;
  border-spacing: 8px;
  line-height: 24px;
  margin: 0 auto;
  text-align: center;
  width: 274px;
}
.calender caption {
  font-weight: 400;
  padding: 0;
}
.calender tr:first-child th {
  font-size: 0;
}
.calender tr:first-child th:before {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
}
.calender tr:first-child th:nth-child(1):before {
  content: "Sun";
}
.calender tr:first-child th:nth-child(2):before {
  content: "Mon";
}
.calender tr:first-child th:nth-child(3):before {
  content: "Tue";
}
.calender tr:first-child th:nth-child(4):before {
  content: "Wed";
}
.calender tr:first-child th:nth-child(5):before {
  content: "Thu";
}
.calender tr:first-child th:nth-child(6):before {
  content: "Fri";
}
.calender tr:first-child th:nth-child(7):before {
  content: "Sat";
}
.calender th#sun {
  color: #f66;
}
.calender th#sat {
  color: #66f;
}
.calender tr th,
.calender tr td {
  height: 30px;
  padding: 0;
  width: 30px;
}
.calender tr td a {
  border: 1px solid #8c8a99;
  border-radius: 50%;
  color: #8c8a99 !important;
  display: block;
  height: 26px;
  width: 26px;
}
.calender tr td a:hover,
.calender tr td a:focus {
  background-color: #8c8a99;
  color: #fff !important;
}
.plugin-tag a {
  border: 1px solid #fff;
  display: inline-block;
  margin-bottom: .3em;
  padding: .3em .8em;
}
.plugin-tag a:hover,
.plugin-tag a:focus {
  border: 1px solid #8c8a99;
}
/*----- Footer -----*/
#footer {
  border-top: 1px solid #333;
  padding: 1.5em 0;
  text-align: center;
}
.page-nav {
  position: fixed;
  right: 100px;
  bottom: 100px;
  text-align: center;
  text-transform: uppercase;
  z-index: 50;
}
.page-bottom {
  display: none;
}
.page-top a,
.page-bottom a {
  color: #666;
  display: block;
  height: 50px;
  position: relative;
  width: 60px;
}
.page-top a:before {
  content: "\f106";
  display: block;
  font-family: "FontAwesome";
  font-size: 40px;
  line-height: 1;
  text-align: center;
}
.page-bottom a:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 40px;
  display: block;
  line-height: 1;
  text-align: center;
}
.page-top a:hover,
.page-top a:focus {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.page-bottom a:hover,
.page-bottom a:focus {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.page-top a:hover span,
.page-top a:focus span {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.page-bottom a:hover span,
.page-bottom a:focus span {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.page-bottom a:hover span,
.page-bottom a:focus span {
  opacity: 1;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
/*----- FC2Blog Elements -----*/
.emoji {
  vertical-align: middle;
}
#change_mobile {
  display: none;
}
.fc2_footer,
.fc2_text_ad {
  margin: 1.5em 0;
}
dl.relate_dl {
  border: 1px solid #333;
  margin: 1.5em 0;
  padding: 1.5em;
}
dt.relate_dt {
  border: 0;
  border-bottom: 1px solid #333;
  margin-bottom: 1em;
  text-align: center
}
dd.relate_dd {
  margin: 0;
}
ul.relate_ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.relate_ul li {
  word-break: break-all;
  width: 49%;
}
ul.relate_ul li:nth-child(odd) {
  float: left;
}
ul.relate_ul li:nth-child(even) {
  float: right;
}
@media screen and (max-width: 1024px) {
  ul.relate_ul li {
    width: 100%;
  }
  ul.relate_ul li:nth-child(odd) {
    float: none;
 }
  ul.relate_ul li:nth-child(even) {
    float: none;
  }
}
.relate_entry_date {
  font-size: 12px !important;
  font-size: 1.2rem !important;
  text-transform: uppercase;
}
.relate_entry_thumbnail,
.relate_entry_thumbnail img,
.relate_entry_thumbnail_noimg {
  height: 80px !important;
  width: 80px !important;
}
@media screen and (max-width: 480px) {
  .relate_entry_thumbnail,
  .relate_entry_thumbnail img,
  .relate_entry_thumbnail_noimg {
    height: 80px !important;
    width: 80px !important;
  }
}
.plugin-myimage {
  margin-bottom: 1em;
}
/*------------------------------------------------------------
  Media Queries
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .item,
  .widget {
    width: 48%
  }
  .respond-form,
  .edit-form,
  .trackback-field {
    width: 100%;
  }
  .pagination-post ul li {
    width: 100%;
  }
  .prev-post,
  .prev-category-post {
    float: none;
  }
  .next-post,
  .next-category-post {
    float: none;
  }
  .prev-category-post {
    width: 100%;
  }
  .category-current {
    float: none;
    width: 100%;
  }
  .next-category-post {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .nav-toggle {
    cursor: pointer;
    float: left;
    display: inline-block;
    height: 25px;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    top: 15px;
    width: 26px;
    z-index: 20;
  }
  .nav-toggle span {
    background-color: #000;
    height: 1px;
    position: absolute;
    left: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
  }
  .nav-toggle span:nth-of-type(1) {
    top: 0;
  }
  .nav-toggle span:nth-of-type(2) {
    top: 10px;
  }
  .nav-toggle span:nth-of-type(3) {
    top: 20px;
  }
  .nav-toggle.active {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .nav-toggle.active span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    -ms-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  .nav-toggle.active span:nth-child(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  .nav-toggle.active span:nth-child(3) {
    opacity: 0;
  }
  .left-nav {
    background-color: rgba(0, 0, 0, .5);
    display: none;
    margin: 0 -10%;
    position: absolute;
    top: 50px;
    text-align: center;
    width: 120%;
    z-index: 30;
  }
  .left-nav li {
    display: block;
    width: 100%;
  }
  .left-nav li a {
    display: block;
    line-height: 40px;
  }
  .item,
  .widget {
    width: 98%
  }
  #primary-column {
    float: none;
    margin: 0;
    width: 100%;
  }
  #main-content {
    margin: 0;
  }
  #secondary-column {
    float: none;
    width: 100%;
  }
  .page-nav {
    right: 10px;
  }
  .page-bottom {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #header-inner {
    height: 350px;
  }
  .blog-branding {
    padding: 1.5em;
  }
  .post,
  .comment-inner,
  .trackback-inner,
  .catalog,
  .list-post {
    padding: 1.5em;
  }
  .post-share-links li {
    margin: .5em 1.5em;
  }
  .respond-form-left {
    float: none;
    width: 100%;
  }
  .respond-form-right {
    float: none;
    width: 100%;
  }
  #himitu + .checkbox-icon {
    top: 0;
  }
  #trackback {
    width: 100%;
  }
  .catalog-thumbnail{
    height: 80px;
    width: 80px;
  }
  .catalog-content {
    margin-left: -80px;
  }
  .catalog-content-inner {
    margin-left: 100px;
  }
}