@charset "EUC-JP";

/* --------------------------------------------------
 ºîÀ®Æü: 2016.09.28
 ¥Æ¥ó¥×¥ì¡¼¥ÈÌ¾: Simplicity
 by ¤Ä¤¤ (http://lolipoblog.talamhtairngire.com/)
-------------------------------------------------- */

/* --------------------------------------------------
  Reset
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, dropdown, output, ruby, section, summary,
time, mark, audio, video {
  font-size: 100%;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

a img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

input, textarea, select, button {
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
  vertical-align: middle;
  background-color: transparent;
  border: 0;
  outline: 0;
  border-radius: 0;
  display: inline-block;
  padding: 0;
  margin: 0;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: button;
}

input::-ms-clear, input::-ms-reveal {
  visibility: hidden;
  display: none;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template, [hidden] {
  display: none;
}

::-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:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/* --------------------------------------------------
  Global
-------------------------------------------------- */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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;
}

/* --------------------------------------------------
  Typography
-------------------------------------------------- */
/* ----- Headings ----- */
h1 {
  color: #333333;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "Radley", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Yu Gothic", YuGothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  font-weight: 700;
  text-shadow: 1px 1px 0 #ffffff;
  margin: 0 0 0.556em;
  margin: 0 0 2rem;
}
h1 a:link {
  color: #333333;
}
h1 a:visited {
  color: #333333;
}
h1 a:hover, h1 a:focus {
  color: #cc8f7a;
}
h1 a:active {
  color: #333333;
}

h2 {
  color: #333333;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 0.833em;
  margin: 0 0 2rem;
}
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;
  font-weight: 700;
  background-color: #fafafa;
  padding: 10px;
  margin: 0 0 1.111em;
  margin: 0 0 2rem;
}

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  border-left: 2px solid #333333;
  padding: 10px;
  margin: 0 0 1.250em;
  margin: 0 0 2rem;
}

h5 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 18px;
  margin: 0 0 1.429em;
  margin: 0 0 2rem;
}
h5:before {
  width: 8px;
  height: 8px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin: -4px 0 0;
}

/* ----- Block-level Elements ----- */
p {
  margin: 0 0 1.429em;
  margin: 0 0 2rem;
}
p:before {
  content: "";
  display: table;
}
p:after {
  content: "";
  display: table;
  clear: both;
}
p {
  *zoom: 1;
}

blockquote {
  border: 1px solid #eeeeee;
  position: relative;
  padding: 20px 20px 20px 50px;
  margin: 0 0 1.429em;
  margin: 0 0 2rem;
}
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;
}
blockquote p {
  margin: 0;
}

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;
  overflow: auto;
  padding: 20px;
  margin: 0 0 1.429em;
  margin: 0 0 2rem;
}

hr {
  height: 1px;
  background-color: #eeeeee;
  border: 0;
  display: block;
  margin: 1.429em 0;
  margin: 2rem 0;
}

/* ----- Lists ----- */
dl {
  margin: 0 0 1.429em;
  margin: 0 0 2rem;4
}
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;
}

ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
  margin: 0 0 1.429em;
  margin: 0 0 2rem;
}

ol {
  list-style-type: decimal;
  padding: 0 0 0 20px;
  margin: 0 0 1.429em;
  margin: 0 0 2rem;
}

ul ul, ol ul {
  list-style-type: circle;
}

/* ----- Table ----- */
table {
  border: 1px solid #eeeeee;
  margin: 0 0 1.429em;
  margin: 0 0 2rem;
}
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;
  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:focus:required, textarea:focus:required {
  border: 1px solid #f2d2c2;
  -webkit-box-shadow: 0 0 5px 0 #f2d2c2;
  box-shadow: 0 0 5px 0 #f2d2c2;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
  color: #ffffff;
  background-color: #665752;
  border: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover {
  background-color: #999999;
}

/* ----- HyperLinks ----- */
a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
a:link {
  color: #cc8f7a;
}
a:visited {
  color: #cc8f7a;
}
a:hover, a:focus {
  color: #999999;
}
a:active {
  color: #cc8f7a;
}
a img {
  border: 0;
}

/* ----- Inline Elements ----- */
img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}

br {
  letter-spacing: normal;
}

em {
  color: #ff3333;
}
em a {
  text-decoration: underline;
}
em a:link {
  color: #ff3333;
}
em a:visited {
  color: #ff3333;
}
em a:hover, em a:focus {
  color: #ff3333;
}
em a:active {
  color: #ff3333;
}

strong {
  background-color: #ffff66;
  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%, #ffff66));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 0, #ffff66 50%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 0, #ffff66 50%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 0, #ffff66 50%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 0, #ffff66 50%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 0, #ffff66 50%);
}

ins {
  text-decoration: underline;
}

del {
  color: #cccccc;
  text-decoration: line-through;
}

q:before {
  content: "201C";
}
q:after {
  content: "201D";
}

cite {
  font-style: italic;
}

code {
  font-family: Consolas, "Courier New", Courier, Monaco, monospace;
  background-color: #eeeeee;
  border-radius: 3px;
  padding: 0 3px;
  margin: 0 3px;
}

kbd {
  color: #ffffff;
  font-family: Consolas, "Courier New", Courier, Monaco, monospace;
  background-color: #333333;
  border-radius: 3px;
  padding: 0 3px;
  margin: 0 3px;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

tt {
  font-family: "£Í£Ó ¥´¥·¥Ã¥¯", "MS Gothic", "Osaka¡ÝÅùÉý", Osaka-mono, monospace;
}

/* --------------------------------------------------
  Layouts
-------------------------------------------------- */
/* ----- Wrapper ----- */
#wrapper {
}

#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 ----- */
#header {
}

#site-branding {
  text-align: center;
  margin: 0 0 50px;
}
#site-branding .blog-description {
}

/* 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, 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, 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: 24px;
  font-size: 2.4rem;
  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;
}

/* Posts and Pages */
.section {
  margin: 0 0 50px;
}

.post {
}

.post-header {
  text-align: center;
}

.post-header .post-categories {
  display: inline-block;
  position: relative;
  padding: 0 30px;
  margin: 0 0 1.429em;
  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.667em;
  margin: 0 0 2rem;
}

.post-content {
  margin: 0 0 1.429em;
  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.429em 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.429em 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-feedobacks {
  width: 30%;
  font-size: 0;
  list-style: none;
  float: left;
  padding: 0;
  margin: 0;
}
.post-footer .post-feedobacks li {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
}
.post-footer .post-feedobacks li + li:before {
  content: "/";
  padding: 0 10px;
}
.post-footer .post-feedobacks li span{
  font-size: 14px;
  font-size: 1.4rem;
}
.post-footer .post-feedobacks li a{
  color: #333333;
}
.post-footer .post-feedobacks li a:hover{
  color: #cc8f7a;
}

.page h3 {
  color: #333333;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Radley", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Yu Gothic", YuGothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  position: relative;
  padding: 0 0 0.556em;
  padding: 0 0 1rem;
  margin: 0 0 1.111em;
  margin: 0 0 2rem;
}
.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 {
  line-height: 24px;
  padding: 0 0 0.714em;
  padding: 0 0 1rem;
  margin: 0 0 0.714em;
  margin: 0 0 1rem;
}
#related-posts .related-item h4 {
  font-size: 14px;
  font-size: 1.4rem;
  border: 0;
  float: left;
  padding: 5px 0;
  margin: 0;
}
#related-posts .related-item .related-date {
  float: right;
}
#related-posts .related-item .related-date span {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  padding: 5px 10px;
}

/* Comments */
#comments .comment {
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 1.429;
  padding: 0 0 2rem;
  margin: 0 0 1.429;
  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 span {
  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 input[type="text"] {
  width: 100%;
  height: 47px;
}
#respond #comment_area textarea {
  width: 100%;
}
#respond #comment_area .comment-form-author {
  width: 33.333%;
  float: left;
  padding: 0 10px 0 0;
  margin: 0 0 10px;
}
#respond #comment_area .comment-form-email {
  width: 33.333%;
  float: left;
  padding: 0 5px;
  margin: 0 0 10px;
}
#respond #comment_area .comment-form-url {
  width: 33.333%;
  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.429;
  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.429;
  padding: 0 0 2rem;
  margin: 0 0 1.429em;
  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 span{
  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 {
  color: #333333;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Radley", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Yu Gothic", YuGothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  position: relative;
  padding: 0 0 0.417em;
  padding: 0 0 1rem;
  margin: 0 0 0.833em;
  margin: 0 0 2rem;
}
#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 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 {
  font-size: 12px;
  font-size: 1.2rem;
  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-family: "Radley", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Yu Gothic", YuGothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  position: relative;
  padding: 0 0 0.625em;
  padding: 0 0 1rem;
  margin: 0 0 1.250em;
  margin: 0 0 2rem;
}
.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.333%;
  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-family: "Radley", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Yu Gothic", YuGothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  position: relative;
  padding: 0 0 0.625em;
  padding: 0 0 1rem;
  margin: 0 0 1.250em;
  margin: 0 0 2rem;
}
.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;
  border-collapse: collapse;
  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 td.weekday {
  text-transform: uppercase;
}
#calendar table tr td.cell a {
  width: 20px;
  height: 20px;
  color: #ffffff;
  line-height: 20px;
  border-bottom: 1px solid #ffffff;
  display: block;
  margin: 10px;
}
#calendar table tr td.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: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
#totop a .ion-chevron-up {
  font-size: 30px;
}
#totop a .pagetop {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#totop a:hover span {
  opacity: 1;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

/* ----- Misc. ----- */
.emoji {
  vertical-align: middle;
}

.circle {
  border-radius: 50%;
}

.frame {
  border: 1px solid #eeeeee;
}

.shadow {
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0 rgba(0, 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: 17px;
  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: 800px) {
  #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: 568px) {
  h1 {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0 0 0.833em;
    margin: 0 0 2rem;
  }

  h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 0 1.111em;
    margin: 0 0 2rem;
  }

  h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 1.250em;
    margin: 0 0 2rem;
  }

  h4 {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 1.429em
    margin: 0 0 2rem;
  }

  #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-feedobacks {
    width: 100%;
    line-height: 40px;
    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;
  }
}