@charset "EUC-JP";

/* --------------------------------------------------
  Amethyst - v2.0 - 2017.01.08

  Copyright (c) 2017 tsui - http://dithis.jugem.jp/

  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: 16px;
  font-size: 1.6rem;
  font-family: "Quicksand", "Þâ¥´¥·¥Ã¥¯ÂÎ", "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;
}

::-moz-selection {
  color: #ffffff;
  text-shadow: none;
  background-color: #8e68a6;
}
::selection {
  color: #ffffff;
  text-shadow: none;
  background-color: #8e68a6;
}

::-webkit-input-placeholder {
  color: #cccccc;
}
::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #cccccc;
}
:placeholder-shown {
  color: #cccccc;
}

/* 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-weight: 700;
  margin: 0 0 1.5em;
  margin: 0 0 2rem;
}

h1 {
  font-size: 30px;
  font-size: 3.0rem;
  font-family: "Cabin Sketch", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Yu Gothic", YuGothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
}
h1 a:link {
  color: #333333;
}
h1 a:visited {
  color: #333333;
}
h1 a:hover, h1 a:focus {
  color: #999999;
}
h1 a:active {
  color: #333333;
}

h2 {
  font-size: 24px;
  font-size: 2.4rem;
}
h2 span {
  border-bottom: 1px dotted #8e68a6;
}
h2 a:link {
  color: #333333;
}
h2 a:visited {
  color: #333333;
}
h2 a:hover, h2 a:focus {
  color: #999999;
}
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;
  border-left: 2px solid #8e68a6;
  padding: 10px;
}

h5 {
  font-size: 14px;
  font-size: 1.4rem;
  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 {
  border-left: 2px solid #eeeeee;
  padding: 10px;
  margin: 0 0 0 20px;
}

/* ----- 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: #8e68a6;
  border: 0;
  cursor: pointer;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
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: #8e68a6;
}
a:visited {
  color: #8e68a6;
}
a:hover, a:focus {
  color: #999999;
}
a:active {
  color: #8e68a6;
}

/* ----- Image ----- */
img {
  max-width: 100%;
  height: auto;
}

/* --------------------------------------------------
  Layouts
-------------------------------------------------- */
/* ----- Header ----- */
#header {
  width: 90%;
  max-width: 1200px;
  background-image: url(http://img-cdn.jg.jugem.jp/0a8/3540663/20160725_204323.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  margin: 0 auto 50px auto;
}

#header-inner {
  position: relative;
  padding: 50px 0;
}

/* Menu */
#menu {
  width: 100%;
  height: 50px;
  background-color: #fafafa;
  position: relative;
}

#welcome {
  font-family: "Amiri", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Yu Gothic", YuGothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  font-style: italic;
  line-height: 50px;
  float: left;
  padding: 0 0 0 20px;
}

#icon-nav {
  float: right;
  margin: 0 20px 0 0;
}
#icon-nav ul {
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
#icon-nav ul li {
  font-size: 16px;
  font-size: 1.4rem;
  display: inline-block;
  margin: 0 0 0 20px;
}
#icon-nav ul li a {
  color: #333333;
  line-height: 50px;
}
#icon-nav ul li a:hover {
  color: #999999;
}

#search-area {
  display: none;
  position: absolute;
  right: 0;
}
#search-area #search-form {
  z-index: 2;
  position: relative;
}
#search-area #search-form .search-input {
  width: 280px;
  padding: 10px 40px 10px 10px;
}
#search-area #search-form .search-button {
  color: #333333;
  background-color: transparent;
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 0;
}

#site-branding {
  width: 50%;
  float: left;
}

/* Menu */
#global-nav {
  width: 50%;
  text-align: right;
  float: right;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 0;
}
#global-nav ul {
  font-size: 0;
  font-family: "Amiri", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Yu Gothic", YuGothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
  list-style: none;
  padding: 0;
  margin: 0;
}
#global-nav ul li {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  display: inline-block;
  margin: 0 0 0 20px;
}
#global-nav ul li:nth-child(4n+1) a {
  background-image: url(http://img-cdn.jg.jugem.jp/0a8/3540663/20160725_204319.png);
}
#global-nav ul li:nth-child(4n+2) a {
  background-image: url(http://img-cdn.jg.jugem.jp/0a8/3540663/20160725_204320.png);
}
#global-nav ul li:nth-child(4n+3) a {
  background-image: url(http://img-cdn.jg.jugem.jp/0a8/3540663/20160725_204321.png);
}
#global-nav ul li:nth-child(4n+4) a {
  background-image: url(http://img-cdn.jg.jugem.jp/0a8/3540663/20160725_204322.png);
}
#global-nav ul li a {
  width: 100px;
  color: #ffffff;
  background-color: #8e68a6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  display: block;
  padding: 10px 20px;
}
#global-nav ul li a:hover {
  box-shadow: 0 0 0 2px #8e68a6;
}

/* ----- Container ----- */
#container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

/* ----- 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 {
  position: relative;
  margin: 0 0 50px 140px;
}

.post-meta {
  width: 140px;
  position: absolute;
  top: 0;
  left: -140px;
  padding: 0 20px 0 0;
}
.post-meta .post-date {
  width: 80px;
  height: 80px;
  color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Amiri", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Yu Gothic", YuGothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  line-height: 1.2;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
  background-color: #8e68a6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  padding: 16px 0 0;
  margin: 0 0 1.5em;
  margin: 0 0 2rem;
}
.post:nth-child(4n+1) .post-meta .post-date {
  background-image: url(http://img-cdn.jg.jugem.jp/0a8/3540663/20160725_204319.png);
}
.post:nth-child(4n+2) .post-meta .post-date {
  background-image: url(http://img-cdn.jg.jugem.jp/0a8/3540663/20160725_204320.png);
}
.post:nth-child(4n+3) .post-meta .post-date {
  background-image: url(http://img-cdn.jg.jugem.jp/0a8/3540663/20160725_204321.png);
}
.post:nth-child(4n+4) .post-meta .post-date {
  background-image: url(http://img-cdn.jg.jugem.jp/0a8/3540663/20160725_204322.png);
}
.post-meta .post-date .day {
  font-size: 24px;
  font-size: 2.4rem;
}

.month01:before {
  content: "Jan";
}

.month02:before {
  content: "Feb";
}

.month03:before {
  content: "Mar";
}

.month04:before {
  content: "April";
}

.month05:before {
  content: "May";
}

.month06:before {
  content: "Jun";
}

.month07:before {
  content: "Jul";
}

.month08:before {
  content: "Aug";
}

.month09:before {
  content: "Sep";
}

.month10:before {
  content: "Oct";
}

.month11:before {
  content: "Nov";
}

.month12:before {
  content: "Dec";
}

.post-meta ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-meta ul li {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 .75em;
  margin: 0 0 1rem;
}
.post-meta ul li i {
  font-size: 18px;
  font-size: 1.4rem;
}
.post-meta ul li a{
  color: #333333;
}
.post-meta ul li.post-categories a {
  color: #ffffff;
  background-color: #8e68a6;
  display: inline-block;
  padding: 2px 5px;
}
.post-meta ul li.post-categories a:hover {
  background-color: #999999;
}

.post-content {
  margin: 0 0 1.5em;
  margin: 0 0 2rem;
}

.post-more-link {
  font-family: "Amiri", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Yu Gothic", YuGothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  margin: 1.5em 0;
  margin: 2rem 0;
}
.post-more-link a.more-link {
  color: #333333;
  border-left: 3px solid #8e68a6;
  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 {
  text-align: center;
}
.post-footer .post-sharing {
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0 0 1.5em;
  margin: 0 0 2rem;
}
.post-footer .post-sharing li {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  margin: 0 10px;
}
.post-footer .post-sharing li .fa {
  font-size: 14px;
  font-size: 1.4rem;
}
.post-footer .post-sharing li a {
  color: #333333;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  display: block;
  padding: 5px 10px;
}
.post-footer .post-sharing li a:hover {
  background-color: #fafafa;
}
.post-footer .post-sharing li a.b-hatena-button img{
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.page h3 {
  font-family: "Amiri", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Yu Gothic", YuGothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  font-weight: 400;
  background-color: transparent;
  background-image: url(http://img-cdn.jg.jugem.jp/0a8/3540663/20160725_204323.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  position: relative;
  padding: 0 0 .75em;
  padding: 0 0 1rem;
}

/* 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;
}

/* Author */
#author-info h2 {
  font-family: "Amiri", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Yu Gothic", YuGothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  font-weight: 400;
}

/* Comments */
#comments .comment {
  border-bottom: 1px dotted #eeeeee;
  padding: 0 0 1.5em;
  padding: 0 0 2rem;
  margin: 0 0 1.5em;
  margin: 0 0 2rem;
}
#comments .comment .comment-icon{
  width: 48px;
  height: 48px;
  color: #ffffff;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  background-color: #bea3ce;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin: 0 10px .75em 0;
  margin: 0 10px 1rem 0;
}
#comments .comment .comment-name {
  line-height: 24px;
}
#comments .comment .comment-date {
  color: #cccccc;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
}

#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.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.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 dotted #eeeeee;
  padding: 0 0 1.5em;
  padding: 0 0 2rem;
  margin: 0 0 1.5em;
  margin: 0 0 2rem;
}
#trackbacks .trackback .trackback-icon {
  width: 48px;
  height: 48px;
  color: #ffffff;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  background-color: #bea3ce;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin: 0 10px .75em 0;
  margin: 0 10px 1rem 0;
}
#trackbacks .trackback .trackback-title {
  line-height: 24px;
}
#trackbacks .trackback .trackback-meta {
  color: #cccccc;
  font-size: 0;
  line-height: 24px;
  padding: 0;
  margin: 0;
}
#trackbacks .trackback .trackback-meta li {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
}
#trackbacks .trackback .trackback-meta li + li:before {
  color: #cccccc;
  content: "|";
  padding: 0 10px;
}

/* ----- Paginations ----- */
#pagination-post {
  font-size: 12px;
  font-size: 1.2rem;
}
#pagination-post ul {
  width: 100%;
  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: 1px solid #eeeeee;
  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: #8e68a6;
  display: inline-block;
  padding: 10px;
  margin: 0 5px 0 0;
}
#pagination-page span a:hover {
  background-color: #999999;
}
#pagination-page .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: 3px;
  padding: 20px;
  margin: 0 0 50px;
}
.widget h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Amiri", "Þâ¥´¥·¥Ã¥¯ÂÎ", "Yu Gothic", YuGothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", sans-serif;
  font-weight: 400;
  background-color: transparent;
  position: relative;
  padding: 0 0 .75em;
  padding: 0 0 1rem;
}
.widget h3:after {
  width: 100%;
  height: 10px;
  background-color: #8e68a6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.widget:nth-child(4n+1) h3:after {
  background-image: url(http://img-cdn.jg.jugem.jp/0a8/3540663/20160725_204319.png);
}
.widget:nth-child(4n+2) h3:after {
  background-image: url(http://img-cdn.jg.jugem.jp/0a8/3540663/20160725_204320.png);
}
.widget:nth-child(4n+3) h3:after {
  background-image: url(http://img-cdn.jg.jugem.jp/0a8/3540663/20160725_204321.png);
}
.widget:nth-child(4n+4) h3:after {
  background-image: url(http://img-cdn.jg.jugem.jp/0a8/3540663/20160725_204322.png);
}
.widget ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget ul li a {
  color: #333333;
  border-bottom: 1px solid #eeeeee;
  display: block;
  padding: 5px;
}
.widget ul li a:hover {
  color: #999999;
}

#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: 30px;
  height: 30px;
  color: #ffffff;
  line-height: 30px;
  background-color: #8e68a6;
  border-radius: 50%;
  display: block;
  margin: 5px;
}
#calendar table tr .cell a:hover {
  background-color: #999999;
}

#ad {
  background-color: transparent;
}

/* ----- Footer ----- */
#footer {
  width: 90%;
  max-width: 1200px;
  border-top: 1px dotted #eeeeee;
  clear: both;
  padding: 20px 0;
  margin: 0 auto;
}

#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 .fa {
  font-size: 50px;
}
#totop a span {
  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) {
  #header, #container, #footer {
    width: 95%;
  }
  #site-branding {
    width: 40%;
  }
  #global-nav {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  #site-branding {
    width: 100%;
    text-align:  center;
    float: none;
    margin: 0 0 20px;
  }
  #global-nav {
    width: 100%;
    text-align:  center;
    float: none;
    -webkit-transform: translate(0);
    transform: translate(0);
    position: static;
  }
  #global-nav ul li {
    margin: 0 10px 20px;
  }

  #primary-column {
    width: 100%;
    float: none;
    margin: 0;
  }

  #inner {
    margin: 0;
  }

  #secondary-column {
    width: 100%;
    float: none;
  }

  .widget:nth-child(odd) {
    width: 49%;
    float: left;
  }
  .widget:nth-child(even) {
    width: 49%;
    float: right;
  }

  #totop {
    right: 10px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  h2 {
    font-size: 20px;
    font-size: 2.0rem;
  }

  h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }

  h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }

  #welcome {
    display: none;
  }

  #header {
    width: 100%;
    margin: 0 0 50px;
  }
   #header #header-inner {
    padding: 50px 0;
  }

  #site-branding {
    padding: 0 20px;
  }

  #container {
    width: 100%;
    padding: 0 20px;
    margin: 0;
  }

  .post {
    border: 0;
    padding: 0;
    margin: 0;
  }
  .post-meta .post-date {
    text-align: center;
    margin: 0 auto 1.667em;
    margin: 0 auto 2rem;
  }
  .post-meta {
    width: 100%;
    text-align: center;
    border-bottom: 4px solid #fafafa;
    position: static;
    padding: 0 0 1.5em;
    padding: 0 0 2rem;
    margin: 0 0 1.5em;
    margin: 0 0 2rem;
  }
  .post-meta ul{
    font-size: 0;
  }
  .post-meta ul li {
    display: inline-block;
    margin: 0 10px;
  }

  #pagination-post ul li a {
    padding: 10px;
  }

  .widget {
    padding: 10px;
  }

  .widget:nth-child(odd) {
    width: 100%;
    float: none;
  }
  .widget:nth-child(even) {
    width: 100%;
    float: none;
  }

 #footer {
    width: 100%;
    padding: 20px;
  }

  #copyright {
    text-align: center;
    float: none;
  }

  #designed {
    text-align: center;
    float: none;
  }
}