@charset "EUC-JP";

/* --------------------------------------------------
  Simplicity - v2.0 - 2017.01.08

  Copyright (c) 2017 tsui - http://lolipoblog.talamhtairngire.com/

  Released under the MIT license
  http://opensource.org/licenses/MIT
-------------------------------------------------- */

/* --------------------------------------------------
  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:.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;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:-.25em}sup{top:-.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 silver;margin:0 2px;padding:.35em .625em .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}

/* --------------------------------------------------
  Global Styles
-------------------------------------------------- */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Ubuntu", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Yu Gothic", YuGothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  line-height: 1.8;
  background-color: #ffffff;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

::-webkit-input-placeholder {
  color: #cccccc;
}
::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #cccccc;
}
:placeholder-shown {
  color: #cccccc;
}

::-moz-selection {
  color: #ffffff;
  text-shadow: none;
  background-color: #cc8f7a;
}
::selection {
  color: #ffffff;
  text-shadow: none;
  background-color: #cc8f7a;
}

/* clearfix */
.clearfix, p {
  *zoom: 1;
}
.clearfix:before, p:before {
  content: "";
  display: table;
}
.clearfix:after, p:after {
  content: "";
  display: table;
  clear: both;
}

/* --------------------------------------------------
  Typography
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Radley", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Yu Gothic", YuGothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  font-weight: 700;
  margin: 0 0 1.5em;
  margin: 0 0 2rem;
}

h1 {
  font-size: 30px;
  font-size: 3.0rem;
  text-shadow: 1px 1px 0 #ffffff;
}
h1 a:link {
  color: #333333;
}
h1 a:visited {
  color: #333333;
}
h1 a:hover, h1 a:focus {
  color: #cc8f7a;
}
h1 a:active {
  color: #333333;
}

h2 {
  font-size: 20px;
  font-size: 2.0rem;
}
h2 a:link {
  color: #333333;
}
h2 a:visited {
  color: #333333;
}
h2 a:hover, h2 a:focus {
  color: #cc8f7a;
}
h2 a:active {
  color: #333333;
}

h3 {
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #fafafa;
  padding: 10px;
}

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  border-left: 2px solid #333333;
  padding: 10px;
}

h5 {
  font-size: 16px;
  font-size: 1.6rem;
  border-left: 2px solid #eeeeee;
  padding: 0 10px;
}

h6 {
  font-size: 14px;
  font-size: 1.4rem;
}

p, blockquote, pre {
  margin: 0 0 1.5em;
  margin: 0 0 2rem;
}

blockquote {
  border: 1px solid #eeeeee;
  position: relative;
  padding: 20px 20px 20px 50px;
}
blockquote:before {
  color: #eeeeee;
  font-family: Times, Georgia, serif;
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
  content: "201C";
  position: absolute;
  top: -5px;
  left: 5px;
}

pre {
  font-family: Consolas, "Courier New", Courier, Monaco, monospace;
  border: 1px solid #eeeeee;
  border-left: 5px solid #eeeeee;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 20px;
}

hr {
  height: 1px;
  background-color: #eeeeee;
  border: 0;
  display: block;
  margin: 1.5em 0;
  margin: 2rem 0;
}

/* ----- Lists ----- */
dl, ul, ol {
  margin: 0 0 1.5em;
  margin: 0 0 2rem;
}
dl dt {
  font-weight: 700;
  padding: 10px 0;
}
dl dd {
  background-image: url(http://img-cdn.jg.jugem.jp/0a8/3540663/20160811_219964.png);
  background-repeat: repeat-y;
  background-position: left center;
  padding: 10px 10px 10px 17px;
}

/* ----- Table ----- */
table {
  width: 100%;
  border: 1px solid #eeeeee;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  margin: 0 0 1.5em;
  margin: 0 0 2rem;
}
table caption {
  font-weight: bold;
  text-align: center;
}
table th {
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  padding: 10px;
}
table td {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 10px;
}

/* ----- Forms ----- */
input, button, select, textarea {
  color: #333333;
  line-height: inherit;
  font-family: inherit;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 10px;
}
input:focus, textarea:focus {
  border: 1px solid #c2f2f2;
  -webkit-box-shadow: 0 0 5px 0 #c2f2f2;
  box-shadow: 0 0 5px 0 #c2f2f2;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
  color: #ffffff;
  background-color: #665752;
  border: 0;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  cursor: pointer;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="button"]:hover, input[type="button"]:focus, button:hover, button:focus {
  background-color: #999999;
}

/* ----- Hyperlinks ----- */
a {
  text-decoration: none;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
a:link {
  color: #cc8f7a;
}
a:visited {
  color: #cc8f7a;
}
a:hover, a:focus {
  color: #999999;
}
a:active {
  color: #cc8f7a;
}

/* ----- Image ----- */
img {
  max-width: 100%;
  height: auto;
}

/* --------------------------------------------------
  Layouts
-------------------------------------------------- */
#topbar-toggle {
  display: none;
}

#icon-nav {
  width: 100%;
  height: 50px;
  background-color: #fafafa;
  margin: 0 0 50px;
}
#icon-nav-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#icon-nav-inner ul {
  width: 50%;
  font-size: 0;
  list-style: none;
  float: left;
  padding: 0;
  margin: 0;
}
#icon-nav-inner ul li {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  margin: 0 20px 0 0;
}
#icon-nav-inner ul li a {
  color: #333333;
  line-height: 50px;
}
#icon-nav-inner ul li a:hover {
  color: #cc8f7a;
}

#search-area {
  width: 50%;
  text-align: right;
  float: right;
}
#search-area #search-form {
  position: relative;
}
#search-area #search-form .search-input {
  width: 280px;
  height: 50px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  padding: 12px 40px 12px 10px;
}
#search-area #search-form .search-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#search-area #search-form .search-button {
  color: #333333;
  background-color: transparent;
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* ----- Header ----- */
#site-branding {
  text-align: center;
  margin: 0 0 50px;
}

/* Menu */
#menu {
  width: 100%;
  height: 50px;
  text-align: center;
  border-top: 4px double #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

#nav-toggle {
  display: none;
}

#global-nav {
}
#global-nav ul {
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
#global-nav ul li {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding: 0 40px;
}
#global-nav ul li a {
  color: #333333;
  line-height: 50px;
  display: block;
}
#global-nav ul li a:hover {
  color: #cc8f7a;
}

#slider {
  overflow: hidden;
  position: relative;
}
#slider .sp-slides {
  list-style: none;
  padding: 0;
  margin: 0;
}
#slider .sp-slides .sp-slide:before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#slider .sp-slides .sp-slide .no-image {
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 40px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
  background-image: url(http://img-cdn.jg.jugem.jp/0a8/3540663/20160823_230127.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: table;
}
#slider .sp-slides .sp-slide .no-image .centering {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
#slider .sp-slides .sp-slide .slider-caption {
  width: 60%;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 20px;
}
html>/**/body #slider .sp-slides .sp-slide .slider-caption {
  display /***/: none 9;
}
#slider .sp-slides .sp-slide .slider-caption .table {
  width: 100%;
  height: 100%;
  display: table;
}
#slider .sp-slides .sp-slide .slider-caption .table .centering {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
#slider .sp-slides .sp-slide .slider-caption .table .centering .slider-date {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 0.833em;
  padding: 0 0 1rem;
  margin: 0 0 1.667em;
  margin: 0 0 2rem;
}
#slider .sp-slides .sp-slide .slider-caption .table .centering .slider-date:before {
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -25px;
}
#slider .sp-slides .sp-slide .slider-caption .table .centering .slider-title {
  font-size: 20px;
  font-size: 2.0rem;
  font-family: "Radley", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Yu Gothic", YuGothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  font-weight: 700;
  white-space: normal;
  margin: 0 0 0.833em;
  margin: 0 0 2rem;
}
#slider .sp-slides .sp-slide .slider-caption .table .centering a.slider-more-link {
  width: auto !important;
  height: auto !important;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  background-color: #333333;
  border-radius: 2px;
  display: inline-block !important;
  padding: 10px 20px;
}
#slider .sp-slides .sp-slide .slider-caption .table .centering a.slider-more-link:hover {
  background-color: #000000;
}

.sp-previous-arrow:before, .sp-previous-arrow:after,
.sp-next-arrow:before, .sp-next-arrow:after {
  width: 100% !important;
  height: 100% !important;
  background-color: transparent !important;
}

.sp-horizontal .sp-arrows {
  margin: -20px 0 0 !important;
}

.sp-arrow {
  width: 40px !important;
  height: 40px !important;
  color: #ffffff;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.sp-arrow:before {
  -webkit-transform: skew(0deg) !important;
  -ms-transform: skew(0deg) !important;
   transform: skew(0deg) !important;
}

.sp-arrow:after {
  -webkit-transform: skew(0deg) !important;
  -ms-transform: skew(0deg) !important;
  transform: skew(0deg) !important;
}
.sp-next-arrow {
  -webkit-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}

.sp-next-arrow:before {
  font-family: ionicons !important;
  content: "f3d3" !important;
  position: static !important;
}
html>/**/body .sp-next-arrow:before {
  display /***/: none 9;
}

.sp-previous-arrow:before {
  font-family: ionicons !important;
  content: "f3d2" !important;
  position: static !important;
}
html>/**/body .sp-previous-arrow:before {
  display /***/: none 9;
}

.sp-buttons {
  height: 0;
  top: -50px !important;
  padding: 0 !important;
}

.sp-button {
  background-color: #333333;
  border: 0 !important;
  margin: 5px !important;
}

.sp-selected-button {
  background-color: #ffffff !important;
}

/* ----- Container ----- */
#container {
  width: 90%;
  max-width: 1200px;
  margin: 50px auto 0 auto;
}

#breadcrumbs {
  font-size: 0;
  list-style: none;
  display: none; 
  padding: 0;
}
#breadcrumbs li {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;  
}
#breadcrumbs li + li:before {
  color: #cccccc;
  content: "/";
  padding: 0 10px;
}

#eid #breadcrumbs:first-child, #page #breadcrumbs:first-child, #cid #breadcrumbs:first-child, #month #breadcrumbs:first-child, #day #breadcrumbs:first-child, #pid #breadcrumbs:first-child { 
  display: block;  
}

#eid #breadcrumbs #breadcrumb-page, #eid #breadcrumbs #breadcrumb-month, #eid #breadcrumbs #breadcrumb-day {
  display: none;  
}

#page #breadcrumbs #breadcrumb-categories, #page #breadcrumbs #breadcrumb-post, #page #breadcrumbs #breadcrumb-month, #page #breadcrumbs #breadcrumb-day {
  display: none;  
}

#cid #breadcrumbs #breadcrumb-page, #cid #breadcrumbs #breadcrumb-post, #cid #breadcrumbs #breadcrumb-month, #cid #breadcrumbs #breadcrumb-day {
  display: none;  
}

#month #breadcrumbs #breadcrumb-page, #month #breadcrumbs #breadcrumb-categories, #month #breadcrumbs #breadcrumb-post, #month #breadcrumbs #breadcrumb-day {
  display: none;  
}

#day #breadcrumbs #breadcrumb-page, #day #breadcrumbs #breadcrumb-categories, #day #breadcrumbs #breadcrumb-post, #day #breadcrumbs #breadcrumb-month {
  display: none;  
}

#pid #breadcrumbs {
  display: block; 
}

/* ----- Main content ----- */
#primary-column {
  width: 100%;
  float: left;
  margin: 0 -320px 0 0;
}

#inner {
  margin: 0 360px 0 0;
}

/* Post and Pages */
.section {
  margin: 0 0 50px;
}

.post-header {
  text-align: center;
}

.post-header .post-categories {
  display: inline-block;
  position: relative;
  padding: 0 30px;
  margin: 0 0 1.5em;
  margin: 0 0 2rem;
}
.post-header .post-categories:before {
  width: 20px;
  height: 1px;
  background-color: #333333;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -1px 0 0;
}
.post-header .post-categories:after {
  width: 20px;
  height: 1px;
  background-color: #333333;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin: -1px 0 0;
}

.post-header .post-date {
  color: #cccccc;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 0 0 1.5em;
  margin: 0 0 2rem;
}

.post-content {
  margin: 0 0 1.5em;
  margin: 0 0 2rem;
}

.post-more-link {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  text-transform: uppercase;
  margin: 1.667em 0;
  margin: 2rem 0;
}
.post-more-link a.more-link {
  color: #333333;
  border: 1px solid #333333;
  border-radius: 2px;
  display: inline-block;
  padding: 10px 20px;
}
.post-more-link a.more-link:hover {
  background-color: #fafafa;
}

.service_button, .jugem_theme {
  margin: 1.5em 0 0 !important;
  margin: 2rem 0 0 !important;
}

.post-footer {
  line-height: 30px;
  text-align: center;
  border-top: 1px solid #eeeeee;
  border-bottom: 4px double #eeeeee;
  padding: 1.5em 0;
  padding: 2rem 0;
}
.post-footer .post-date {
  width: 30%;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  border-right: 1px solid #eeeeee;
  float: left;
}

.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";
}

.post-footer .post-sharing {
  width: 40%;
  font-size: 0;
  text-align: center;
  border-right: 1px solid #eeeeee;
  list-style: none;
  float: left;
  padding: 0;
  margin: 0;
}
.post-footer .post-sharing li {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  margin: 0 0 0 10px;
}
.post-footer .post-sharing li a {
  width: 30px;
  height: 30px;
  color: #ffffff;
  border-radius: 50%;
  display: block;
}
.post-footer .post-sharing li a.twitter-button {
  background-color: #b4d4ed;
}
.post-footer .post-sharing li a.twitter-button:hover {
  background-color: #55acee;
}
.post-footer .post-sharing li a.facebook-button {
  background-color: #798399;
}
.post-footer .post-sharing li a.facebook-button:hover {
  background-color: #3b5998;
}
.post-footer .post-sharing li a.google-plus-button {
  background-color: #de9b92;
}
.post-footer .post-sharing li a.google-plus-button:hover {
  background-color: #dd4b39;
}
.post-footer .post-sharing li a.b-hatena-button {
  background-color: #59afde;
}
.post-footer .post-sharing li a.b-hatena-button:hover {
  background-color: #008fde;
}
.post-footer .post-sharing li a.b-hatena-button img{
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.post-footer .post-feedbacks {
  width: 30%;
  font-size: 0;
  list-style: none;
  float: left;
  padding: 0;
  margin: 0;
}
.post-footer .post-feedbacks li {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
}
.post-footer .post-feedbacks li + li:before {
  content: "/";
  padding: 0 10px;
}
.post-footer .post-feedbacks li .icon {
  font-size: 14px;
  font-size: 1.4rem;
}
.post-footer .post-feedbacks li a{
  color: #333333;
}
.post-footer .post-feedbacks li a:hover{
  color: #cc8f7a;
}

.page h3 {
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  position: relative;
  padding: 0 0 .75em;
  padding: 0 0 1rem;
}
.page h3:before {
  width: 50px;
  height: 1px;
  background-color: #333333;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -25px;
}

/* Related Posts */
#related-posts .related-item {
  border-bottom: 1px dotted #eeeeee;
  padding: 5px 0;
}
#related-posts .related-item h4 {
  width: 70%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  border: 0;
  float: left;
  padding: 5px 0;
  margin: 0;
}
#related-posts .related-item h4 a {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
#related-posts .related-item .related-date {
  width: 30%;
  text-align: right;
  float: right;
}
#related-posts .related-item .related-date span {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  padding: 3px 0;
  margin: 4px 0 0;
}

/* Comments */
#comments .comment {
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 1.5em;
  padding: 0 0 2rem;
  margin: 0 0 1.5em;
  margin: 0 0 2rem;
}
#comments .comment .comment-icon {
  width: 40px;
  height: 40px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  background-color: #cc8f7a;
  border-radius: 50%;
  float: left;
  z-index: 1;
  position: relative;
}
#comments .comment .comment-icon .icon {
  font-size: 20px;
}
#comments .comment .comment-content {
  width: 100%;
  float: right;
  margin: 0 0 0 -40px;
}
#comments .comment .comment-content .comment-inner {
  margin: 0 0 0 60px;
}
#comments .comment .comment-content .comment-inner .comment-meta {
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
#comments .comment .comment-content .comment-inner .comment-meta li {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
}
#comments .comment .comment-content .comment-inner .comment-meta li + li:before {
  content: "/";
  padding: 0 10px;
}

#respond #comment_area label {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
#respond #comment_area input[type="text"] {
  width: 100%;
}
#respond #comment_area textarea {
  width: 100%;
}
#respond #comment_area input[type="submit"] {
  width: 30%;
  text-transform: uppercase;
}
#respond #comment_area .comment-form-author {
  width: 33.33333%;
  float: left;
  padding: 0 10px 0 0;
  margin: 0 0 10px;
}
#respond #comment_area .comment-form-email {
  width: 33.33333%;
  float: left;
  padding: 0 5px;
  margin: 0 0 10px;
}
#respond #comment_area .comment-form-url {
  width: 33.33333%;
  float: left;
  padding: 0 0 0 10px;
  margin: 0 0 10px;
}
#respond #comment_area .comment-form-description, #respond #comment_area .comment-form-cookie {
  margin: 0 0 10px;
}
#respond #comment_area input[type="submit"] {
  width: 30%;
}

/* Trackbacks */
#trackbacks .trakback-form {
  margin: 0 0 1.5em;
  margin: 0 0 2rem;
}
#trackbacks .trakback-form span{
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
#trackbacks .trakback-form input[type="text"] {
  width: 60%;
  background-color: #fafafa;
  border: 0;
}
#trackbacks .trakback-form input[type="text"]:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#trackbacks .trackback {
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 1.5em;
  padding: 0 0 2rem;
  margin: 0 0 1.5em;
  margin: 0 0 2rem;
}
#trackbacks .trackback .trackback-icon {
  width: 40px;
  height: 40px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  background-color: #cc8f7a;
  border-radius: 50%;
  float: left;
  z-index: 1;
  position: relative;
}
#trackbacks .trackback .trackback-icon .icon {
  font-size: 20px;
}
#trackbacks .trackback .trackback-content {
  width: 100%;
  float: right;
  margin: 0 0 0 -40px;
}
#trackbacks .trackback .trackback-content .trackback-inner {
  margin: 0 0 0 60px;
}
#trackbacks .trackback .trackback-content .trackback-inner .trackback-title {
  font-weight: bold;
}
#trackbacks .trackback .trackback-content .trackback-inner .trackback-meta {
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
#trackbacks .trackback .trackback-content .trackback-inner .trackback-meta li {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
}
#trackbacks .trackback .trackback-content .trackback-inner .trackback-meta li + li:before {
  content: "/";
  padding: 0 10px;
}

/* Author */
#author-info h2 {
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  position: relative;
  padding: 0 0 .75em;
  padding: 0 0 1rem;
}
#author-info h2:before {
  width: 50px;
  height: 1px;
  background-color: #333333;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -25px;
}

/* ----- Paginations ----- */
#pagination-post {
  font-size: 12px;
  font-size: 1.2rem;
}
#pagination-post ul {
  width: 100%;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  list-style: none;
  padding: 0;
  margin: 0;
}
#pagination-post ul li {
  width: 49%;
}
#pagination-post ul li a {
  width: 100%;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 2px;
  display: block;
  overflow: hidden;
  padding: 20px;
}
#pagination-post ul li a:hover {
  background-color: #fafafa;
}
#pagination-post ul li a span {
  text-transform: uppercase;
}
#pagination-post .nextpost {
  float: left;
}
#pagination-post .prevpost {
  text-align: right;
  float: right;
}

#pagination-page {
  font-size: 12px;
  font-size: 1.2rem;
}
#pagination-page span a {
  color: #ffffff;
  background-color: #cc8f7a;
  display: inline-block;
  padding: 10px;
  margin: 0 5px 0 0;
}
#pagination-page span a:hover {
  background-color: #999999;
}
#pagination-page span.current {
  color: #333333;
  background-color: #fafafa;
  display: inline-block;
  padding: 10px;
  margin: 0 5px 0 0;
}
#pagination-page .pager_prev, #pagination-page .pager_next {
  text-transform: uppercase;
}

/* ----- Asides ----- */
#secondary-column {
  width: 320px;
  float: right;
}

.widget {
  background-color: #fafafa;
  border-radius: 2px;
  padding: 20px;
  margin: 0 0 50px;
}
.widget h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  position: relative;
  padding: 0 0 .75em;
  padding: 0 0 1rem;
}
.widget h3:before {
  width: 50px;
  height: 1px;
  background-color: #333333;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -25px;
}
.widget ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget ul li a {
  color: #333333;
  display: block;
}
.widget ul li a:hover {
  color: #cc8f7a;
}

#ad {
  background-color: transparent;
}

/* ----- Footer ----- */
#footer {
  color: #ffffff;
  background-color: #665752;
  clear: both;
  padding: 50px 20px 20px;
}

#tertiary-column {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.box {
  width: 33.33333%;
  float: left;
  margin: 0 0 50px;
}
.box:nth-child(3n+1) {
  clear: both;
  padding: 0 50px 0 0;
}
.box:nth-child(3n+2) {
  padding: 0 25px;
}
.box:nth-child(3n+3) {
  padding: 0 0 0 50px;
}
.box h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  position: relative;
  padding: 0 0 .75em;
  padding: 0 0 1rem;
}
.box h3:before {
  width: 50px;
  height: 1px;
  background-color: #ffffff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -25px;
}
.box ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.box ul li a {
  color: #ffffff;
}
.box ul li a:hover {
  color: #cc8f7a;
}

#calendar table {
  width: 280px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  margin: 0 auto;
}
#calendar table tr td {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0;
}
#calendar table tr .cell a {
  width: 20px;
  height: 20px;
  color: #ffffff;
  line-height: 20px;
  border-bottom: 1px solid #ffffff;
  display: block;
  margin: 10px;
}
#calendar table tr .cell a:hover {
  color: #cc8f7a;
}

#copyright {
  font-size: 12px;
  font-size: 1.2rem;
  float: left;
}

#designed {
  font-size: 12px;
  font-size: 1.2rem;
  float: right;
}

#totop {
  text-align: center;
  z-index: 5;
  position: fixed;
  right: 100px;
  bottom: 50px;
}
#totop a {
  color: #333333;
  display: block;
}
#totop a:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
#totop a .icon {
  font-size: 30px;
}
#totop a .pagetop {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
#totop a:hover span {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* ----- Misc. ----- */
emoji {
  vertical-align: middle;
}

.rounded {
  border-radius: 10px;
}

.circle {
  border-radius: 50%;
}

.frame {
  border: 1px solid #eeeeee;
}

.shadow {
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .2);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .2);
}

.photo {
  background-color: #fff;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #eeeeee;
  padding: 10px;
}

.video {
  height: 0;
  overflow: hidden;
  position: relative;
  padding: 30px 0 56.25%;
  margin: 0;
}
.video iframe, .video embed, .video object, .video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pull-right {
  display: inline;
  float: right;
  margin: 0 0 0 20px;
}

.pull-left {
  display: inline;
  float: left;
  margin: 0 20px 0 0;
}

.clear {
  clear: both;
}

a.btn {
  color: #fff;
  text-shadow: 1px 1px 0 #47b3b3;
  background-color: #a1e5e5;
  background: -webkit-gradient(linear, left top, left bottom, from(#a1e5e5), to(#47b3b3));
  background: -webkit-linear-gradient(top, #a1e5e5, #47b3b3);
  background: -moz-linear-gradient(top, #a1e5e5, #47b3b3);
  background: -o-linear-gradient(top, #a1e5e5, #47b3b3);
  background: -ms-linear-gradient(top, #a1e5e5, #47b3b3);
  background: linear-gradient(top, #a1e5e5, #47b3b3);
  border: 1px solid #47b3b3;
  border-radius: 3px;
  display: inline-block;
  padding: 5px 10px;
  margin: 3px;
}
a.btn:hover {
  background: #66cccc;
}

.aa {
  font-size: 16px;
  line-height: 18px;
  font-family: "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
  white-space: pre;
}

.none {
  display: none;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/* --------------------------------------------------
  Media Queries
-------------------------------------------------- */
@media screen and (max-width: 1024px) {
  #icon-nav-inner, #container, #tertiary-column {
    width: 95%;
  }
  #slider .sp-slides .sp-slide .slider-caption {
    width: 80%;
  }
  #slider .sp-slides .sp-slide .slider-caption .table .centering .slider-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sp-buttons {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #nav-toggle {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 50px;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
  }

  #menu {
    height: auto;
  }

  #global-nav {
    display: none;
  }

  #global-nav ul {
    border-top: 1px solid #eeeeee;
  }
  #global-nav ul li {
    border-bottom: 1px solid #eeeeee;
    display: block;
  }
  #global-nav ul li a {
    display: block;
  }

  #slider .sp-slides .sp-slide .no-image {
    font-size: 14px;
  }
  #slider .sp-slides .sp-slide .slider-caption {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
  }
  #slider .sp-slides .sp-slide .slider-caption .table .centering .slider-date {
    display: none;
  }
  #slider .sp-slides .sp-slide .slider-caption .table .centering .slider-title {
    display: none;
  }

  #primary-column {
    width: 100%;
    float: none;
    margin: 0;
  }

  #inner {
    margin: 0;
  }

  #secondary-column {
    width: 100%;
    float: none;
  }

  .box {
    width: 100%;
    float: none;
    margin: 0 0 50px;
  }
  .box:nth-child(3n+1) {
    padding: 0;
  }
  .box:nth-child(3n+2) {
    padding: 0;
  }
  .box:nth-child(3n+3) {
    padding: 0;
  }

  #totop {
    right: 10px;
  }
}
@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;
  }

  #topbar-toggle {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fafafa;
    display: block;
    cursor: pointer;
    margin: 0 0 50px;
  }

  #icon-nav {
    height: 100px;
    display: none;
    margin: 0;
  }

  #icon-nav-inner {
    width: 100%;
    padding: 0 20px;
    margin: 0;
  }
  #icon-nav-inner ul{
    width: 100%;
    text-align: center;
    float: none;
  }
  #icon-nav-inner ul li {
    margin: 0 10px;
  }

  #search-area{
    width: 100%;
    float: none;
  }

  #search-area #search-form .search-input {
    width: 100%;
  }

  #site-branding {
    padding: 0 20px;
  }

  #container {
    width: 100%;
    padding: 0 20px;
    margin: 50px 0 0;
  }
  
  .post-footer .post-date, .post-footer .post-sharing, .post-footer .post-feedbacks {
    width: 100%;
    text-align: center;
    border: 0;
    float: none;
    padding: 0;
  }

  #pagination-post ul li a {
    padding: 10px;
  }

  #tertiary-column {
    width: 100%;
    margin: 0;
  }

  #copyright {
    text-align: center;
    float: none;
  }

  #designed {
    text-align: center;
    float: none;
  }
}