.entry-content p{
    font-size: 16px;
    line-height: 1.7em;
    letter-spacing:1;
    margin-bottom:2.0em;
}
.entry-content blockquote {
    position: relative;
    padding: 0.2em 0 0 .75em;
    margin-left: 1em;
    border-left: 4px solid #ccc;
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}


.entry-see-more {
  margin: 40px 15px 0px 0px;
  float: right;
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  font-weight:bold;
  position: relative;
  color: #47a89c;
  z-index:2;
  overflow: hidden;
  color:#fff;
  background:#47a89c;
}

.entry-see-more:hover {
  color:#47a89c;
  background:#fff;
  transition:all 0.5s;
}

.entry-see-more:before,
.entry-see-more:after{
  position:absolute;
  content:'';
  width:0%;
  height:0%;
  transition:all 0.5s;
  opacity:0;
}

.entry-see-more:before {
  top:0;
  left:0;
  z-index:-1;
  border-top: 2px solid #47a89c;
  border-left: 2px solid #47a89c;
}
  
.entry-see-more:after {
  bottom:0;
  right:0;
  z-index:-1;
  border-bottom: 2px solid #47a89c;
  border-right: 2px solid #47a89c;
}

.entry-see-more:hover:before,
.entry-see-more:hover:after {
  width:100%;
  height:100%;
  opacity:1;
}

/*サイドバータブメニュー*/
.tab{
    display: inline-block;
    padding: 8px 15px 5px 15px;/*横に入りきらない場合はこの２番目と４番目の数字を小さく*/
    background: #f0f0f0;/*反応していないタブの背景色*/
    border-radius: 5px 5px 0 0;
    font-size: 12px;/*横に入りきらない場合はここの数字を小さく*/
    cursor: pointer;
}
.active{
    color: white;
    background: black;/*反応しているタブの背景色*/
    border-radius: 5px 5px 0 0;
}
.hatena-module-title2{
    border-bottom: 3px solid black;/*タブの下線*/
}

.hatena-urllist li a{
    border-bottom:none !important;
}

/*サイドバー固定*/
@media (min-width: 960px) {
.fixed-title{
    position: fixed;
    top: 10px;
    width: 300px;
}
.fixed-module{
    position: fixed;
    top: 47px;
    width: 300px;
}
}


/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.ellipsis {
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

html,
body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  color: #4d4d4d;
  background-color: #ffffff;
  font-size: 16px;
}
a {
  color: #47a89c;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #4d4d4d;
  text-decoration: none;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #cccccc;
  color: #4d4d4d;
}
#globalheader-container {
  background: #fff;
  border-bottom: 1px solid #cccccc;
  color: #333;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#container {
  margin: 0;
  padding:  0;
}
#container #content {
  display: block;*zoom:1;
}
#container #content:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
#container-inner {
  /* max-width: 1000px; */
  /* margin: 40px auto 0; */
  background: #fff;
  /* padding-bottom: 50px; */
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.globalheader-off #container {
  padding-top: 0;
}
#main {
  float: none;
  max-width: 800px;
  margin: 0 auto;
}
#blog-title {
  /* margin: 0 0 70px; */
  padding: 18px 0px 18px 0;
  /* text-align: center; */
  background-position: center bottom;
}
#title {
  margin: 0;
  font-size: 313%;
  font-family: 'Quicksand', sans-serif;
  letter-spacing: 0.05em;
  padding: 0 20px;
}
#title a {
  color: #4d4d4d;
}
#blog-description {
  font-weight: normal;
  font-size: 100%;
  color: #212020;
  margin: 5px 0 0 0;
  padding: 0 20px;
}
.header-image-enable #blog-title {
  margin: 0 0 70px;
  padding: 0;
}
.header-image-enable #title {
  padding: 55px 20px 0 20px;
}
.header-image-enable #blog-title-inner {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
}
#top-editarea {
  /* max-width: 800px; */
  /* margin: 0 auto 40px; */
}
#top-box {
  /* max-width: 800px; */
  /* margin: 0 auto 50px; */
  font-size: 100%;
}
.entry {
  position: relative;
  margin-bottom: 100px;
  padding: 0 0 112px;
  background: url('https://cdn.blog.st-hatena.com/css/theme/evergreen/images/border.png?version=631c01978b98ab5687da8d1b9fe669') no-repeat;
  background-position: center bottom;
}
.entry-header {
  position: relative;
}
.entry-title {
  margin: 0;
  padding: 10px 0 20px;
  line-height: 1.3;
  font-size: 213%;
  /* border-bottom: 1px solid #cccccc; */
}
.entry-title a {
  color: #4d4d4d;
}
.entry-title a:hover {
  color: #676767;
}
.date {
  font-size: 113%;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.1em;
  padding: 0 0 0 3px;
}
.date a {
  color: #47a89c;
  text-decoration: none;
  font-size: 90%;
}
.categories {
  margin: 20px 0 0 0;
  padding: 0 0 0 17px;
  text-align: left;
  background: url('https://cdn.blog.st-hatena.com/css/theme/evergreen/images/tag.png?version=631c01978b98ab5687da8d1b9fe669') no-repeat;
  background-position: left 5px;
  font-size: 94%;
}
.categories a {
  margin: 0 4px 0 0;
}
.categories.no-categories {
  margin: 0;
}
.entry-header-menu {
  position: absolute;
  top: 42px;
  left: -78px;
}
.entry-header-menu a {
  background: #b3b3b3;
  font-size: 88%;
  padding: 9px 14px;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.entry-header-menu a:hover {
  text-decoration: none;
  background: #c0c0c0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.entry-content {
  line-height: 1.8;
  font-size: 113%;
  padding: 40px 0 0 0;
}
.entry-content p {
  margin: 0 0 1em;
}
.entry-content img {
  max-width: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1.3em 0 0.8em 0;
  line-height: 1.5;
}
.entry-content h1 {
  font-size: 160%;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #cccccc;
}
.entry-content h2 {
  font-size: 150%;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #cccccc;
}
.entry-content h3 {
  font-size: 140%;
  margin: 25px 0 15px;
}
.entry-content h4 {
  font-size: 130%;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}
.entry-content table img {
  max-width: none;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 12px;
}
.entry-content table th {
  background: #f7f7f7;
}
.entry-content hr {
  border: none;
  width: 70px;
  border-top: 1px solid #cccccc;
  margin: 60px auto;
}

.entry-content pre {
  background: #f7f7f7;
  margin: 0 0 10px;
  padding: 25px;
  white-space: pre;
  line-height: 1.4;
  font-size: 88%;
}
.entry-content pre > code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: 0;
  background: transparent;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content code {
  font-size: 90%;
  margin: 0 2px;
  padding: 0 5px;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content .hatena-asin-detail {
  border: none;
  background: #f7f7f7;
  color: #4d4d4d;
  padding: 20px;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
.entry-footer {
  margin: 50px 0 0 0;
}
.entry-footer-section {
  margin: 0 0 30px 0;
  color: #4d4d4d;
  font-family: 'Lato', sans-serif;
  color: #abb4b7;
}
.entry-footer-section a {
  color: #47a89c;
}
.entry-footer-section .fn {
  margin: 0 2px 0 0;
}
.social-buttons,
.entry-footer-html {
  margin: 20px 0 10px;
}
.hatena-star-container {
  margin: 10px 0 20px;
}
.comment-box ul {
  list-style: none;
  margin: 50px 0 30px;
  padding: 0;
  font-size: 95%;
  line-height: 1.7;
}
.comment-box li {
  padding: 20px 0 20px 70px;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.comment-box li:first-child {
  border-top: 1px solid #cccccc;
}
.comment-box .read-more-comments {
  padding-left: 0;
  border-bottom: none;
}
.comment-box .hatena-id-icon {
  position: absolute;
  top: 20px;
  left: 0;
  width: 50px !important;
  height: 50px !important;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.comment-user-name {
  margin: 0 0 10px 0;
  font-weight: bold;
}
.comment-content {
  font-size: 90%;
  margin: 0 0 10px 0;
  word-wrap: break-word;
}
.comment-content p {
  margin: 0 0 10px 0;
}
.comment-metadata {
  font-size: 88%;
  color: #abb4b7;
  margin: 20px 0 0 0;
}
.comment-metadata a {
  color: #999999;
}
.comment-delete-button img {
  top: 18px !important;
}
.leave-comment-title {
  background: #3bb4a5;
  color: #fff;
  padding: 10px 20px;
  font-size: 88%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.leave-comment-title:hover {
  background: #59c9bb;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#box2 {
  float: none;
  font-size: 88%;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 912px;
}
#box2-inner {
  display: block;
  *zoom: 1;
  overflow: hidden;
}
#box2-inner:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.hatena-module {
  text-align: left;
  padding: 0 17px;
width: 280px;
  float: left;
  margin-bottom: 60px;
}
.hatena-module-title {
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  font-size: 120%;
  border-bottom: 1px solid #cccccc;
}
.hatena-module-title a {
  color: #4d4d4d;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}
.hatena-urllist {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.hatena-urllist li {
  padding: 8px 0;
  line-height: 1.5;
}

img.urllist-image {
width: 70px;
}

.hatena-urllist li a {
  padding: 0 0 1px 0;
  border-bottom: 1px dotted #64beb3;
}
.hatena-urllist li a:hover {
  text-decoration: none;
  color: #64beb3;
}
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.hatena-module-profile .id {
  display: block;
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 5px;
}
.hatena-module-profile .id a {
  padding: 0 0 1px 0;
  border-bottom: 1px dotted #64beb3;
  font-weight: normal;
}
.hatena-module-profile .id a:hover {
  text-decoration: none;
  color: #64beb3;
}
.hatena-module-profile .profile-description {
  font-size: 90%;
}
.hatena-module-profile .profile-description p {
  margin-top: 0;
}
.hatena-module-search-box .search-form {
  width: 100%;
  background: #f4f4f4;
  margin: 20px 0 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.hatena-module-search-box .search-module-input {
  padding: 8px 5px;
  color: #4d4d4d;
  background: none;
  border: none;
  outline: none;
  height: 20px;
  width: 90%;
}
.hatena-module-search-box .search-module-button {
  width: 20px;
  height: 20px;
  background: transparent url('https://cdn.blog.st-hatena.com/images/theme/search.png?version=631c01978b98ab5687da8d1b9fe669') no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 8px;
  right: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.hatena-module-search-box .search-module-button:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.pager {
  margin: 20px 0 120px;
  padding: 20px 0;
  text-align: center;
  font-size: 80%;
}
.pager a {
  color: #abb4b7;
  font-size: 150%;
  padding: 0 0 3px 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pager a:hover {
  text-decoration: none;
  color: #47a89c;
  border-bottom: 2px solid #88cdc4;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.pager .pager-prev {
  margin-right: 40px;
}
#footer {
  padding: 30px 0;
  text-align: center;
  color: #999999;
  line-height: 1.5;
  font-size: 80%;
}
#footer p {
  margin: 0;
}
#footer a {
  color: #999999;
}
#bottom-editarea {
  max-width: 880px;
  margin: 0 auto;
}
.page-about .entry-content {
  padding: 0;
}
.page-about dt {
  font-size: 107%;
  border-bottom: 1px solid #cccccc;
  margin: 0 0 8px 0;
  padding: 0 0 8px 0;
  font-weight: bold;
  color: #47a89c;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 40px;
}
.page-about dd:last-child {
  margin-bottom: 0;
}
.page-archive #main {
  margin: 0px auto 100px;
  padding: 0 0 112px 0;
  background: url('https://cdn.blog.st-hatena.com/css/theme/evergreen/images/border.png?version=631c01978b98ab5687da8d1b9fe669') no-repeat;
  background-position: center bottom;
}
.page-archive #main section {
  margin: 0 0 20px 0;
}
.page-archive #main h1 {
  font-size: 113%;
  margin: 0 0 8px;
  padding: 0 0 8px;
  font-family: sans-serif;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #cccccc;
}
.page-archive #main ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.page-archive #main ul li {
  border: none;
  padding: 8px 0;
  line-heigh: 1.5;
}
.page-archive a.entry-title-link {
  font-size: 125%;
  border-bottom: none;
  color: #4d4d4d;
  vertical-align: middle;
  padding: 0;
}
.page-archive a.entry-title-link:hover {
  text-decoration: none;
  color: #676767;
}
.page-archive .categories {
  background: none;
  margin: 0 0 8px;
  padding: 0;
  vertical-align: middle;
  display: block;
  *zoom: 1;
}
.page-archive .categories:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.page-archive .categories a {
  font-size: 88%;
  color: #fff;
  background: #3bb4a5;
  padding: 3px 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.page-archive .categories a:hover {
  background: #59c9bb;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page-archive .categories a:after {
  content: "";
  visibility: hidden;
}

ul#events-upcoming li{
  list-style: none !important;
  padding: 20px 10px;
  background-color: #f9f9f9;
  margin: 0 0 30px 0;
}
ul#events-upcoming {
    font-size: 70%;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
}

span.description {
    font-weight: 600;
    color: #2a2828;
    font-size: 1.05em;
    display: block;
    line-height: 130%;
    padding: 0;
    font-family: 'Meiryo', Sans-serif;
    letter-spacing: 0.08rem;
    margin-top: 0px;
}
span.location {
    font-weight: 600;
    color: #333131;
    font-size: 1.368em;
    display: block;
    line-height: 107%;
    padding: 0;
    font-family: 'Meiryo', Sans-serif;
    letter-spacing: 0.1rem;
    margin-top: 9px;
}
span.summary {
    display: block;
    color: #a78b41;
    font-size: 2.15125em;
    font-family: 'Meiryo';
    text-transform: initial;
    letter-spacing: -0.02rem;
    margin: -4px auto 2px;
    font-style: italic;
}

span.date {
    font-weight: 600;
    color: #2a2828;
    font-size: 1.168em;
    display: block;
    line-height: 107%;
    padding: 0;
    font-family: 'Meiryo', Sans-serif;
    letter-spacing: 0.1rem;
    margin-bottom: 6px;
}

hr.short-div {
    margin: 13px auto;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.diamond-box {height: 0;padding-left: 50%;padding-bottom: 55.5%;overflow: hidden;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box;margin-bottom: -43%;}
.diamond-box:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -500px;
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
    border-bottom: 270px solid #f9f9f9;
}

.diamond-box:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -500px;
    border-left: 500px solid transparent;
    border-right: 500px solid transparent;
    border-top: 270px solid #f9f9f9;
}

/* Media Queries - Retina Display */
@media (-webkit-min-device-pixel-ratio: 2) {
  .hatena-module-search-box .search-module-button {
    background: transparent url('https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=631c01978b98ab5687da8d1b9fe669') no-repeat right center;
    background-size: 20px 20px;
  }
  #blog-title {
    background-position: center bottom;
    background-size: 70px 8px;
  }
  .entry {
    background: url('https://cdn.blog.st-hatena.com/css/theme/evergreen/images/border@2x.png?version=631c01978b98ab5687da8d1b9fe669') no-repeat;
    background-position: center bottom;
    background-size: 60px 12px;
  }
  .categories {
    background: url('https://cdn.blog.st-hatena.com/css/theme/evergreen/images/tag@2x.png?version=631c01978b98ab5687da8d1b9fe669') no-repeat;
    background-size: 10px 10px;
    background-position: left 5px;
  }
  .page-archive #main {
    background: url('https://cdn.blog.st-hatena.com/css/theme/evergreen/images/border@2x.png?version=631c01978b98ab5687da8d1b9fe669') no-repeat;
    background-position: center bottom;
    background-size: 60px 12px;
  }
}
/* Media Queries - Tablet */
@media (min-width: 801px) and (max-width: 1040px) {
  #content {
    padding: 0 20px;
  }
  .entry-header-menu {
    left: 0;
    top: -35px;
  }
  #top-editarea,
  #bottom-editarea {
    padding: 0 20px;
  }
  #box2 {
    width: 608px;
  }
}
/* Media Queries - Small Tablet & Smartphone */
@media (max-width: 800px) {
  #globalheader-container {
    position: static;
  }
  #container {
    word-wrap: break-word;
    overflow: hidden;
    padding: 17px 30px 0;
  }
  #container-inner {
    margin: 13px auto 0;
  }
  #content {
    padding: 0 20px;
  }
  #title {
    font-size: 180%;
    padding: 0 10px;
  }
  #top-editarea,
  #bottom-editarea {
    padding: 0 20px;
  }
  #main {
    width: 100%;
    float: none;
  }
  #blog-title {
    padding: 50px 0;
  }
  #box2 {
    width: 100%;
    float: none;
  }
  #box2-inner {
    width: 100%;
  }
  .hatena-module {
    width: 100%;
    float: none;
    padding: 0;
  }
  .entry-header-menu {
    top: -30px;
    left: 0px;
  }
  .entry-content{
    font-size: 15px !important;
  }
  .entry-content p{
    margin: 0 !important;
  }
}
/* Media Queries - Smartphone */
@media (max-width: 480px) {
  body {
    background: #fff !important;
  }
  body .container{
    font-size: 15px;
  }
  ul {
    padding: 0 0 0 30px;
  }
  .entry-content{
    font-size: 15px !important;
  }
  .entry-content p{
    margin: 0 !important;
  }
  #container {
    padding: 0px;
  }
  #container-inner {
    margin: 0;
  }
  #content {
    padding: 15px 0 0 0 !important;
  }
  #top-editarea,
  #bottom-editarea {
    padding: 0 0px;
  }
  #menu{
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  #menu li{
    border: 1px solid white;
    width: 49% !important;
  }
  #menu li a{
    width: auto !important;
  }
  .menu-inner {
    width: 101% !important;
    margin: -3px 0 0 0 !important;
  }
  #blog-title {
    margin: 0 !important;
    padding: 5px 0 !important;
    background-size: 35px 4px;
  }
  .entry-content {
    padding: 0 !important;
    line-height: 1.8;
  }

  .entry-content pre {
    padding: 20px;
  }
  article.entry .entry-title {
    font-size: 150% !important;
  }
  .header-image-enable #blog-title {
    margin: 0 0 50px;
  }
  .entry-see-more {
    margin: 15px 15px 10px 0px;
    width: 95%;
  }
  .page-archive .entry-thumb {
    width: 100px;
    height: 100px;
    background-size: contain;
  }
  p.entry-description {
    font-size: 14px;
  }
  .entry-footer {
    margin: 0 !important;
  }
  .entry{
    padding: 0px 0 30px !important;
  }
}

/* </system> */

/* <system section="background" selected="default"> */
/* default */
/* </system> */


/* <system section="theme" selected="8454420450091363061"> */
/*
  Theme: Blank
  Author: waitingmoon
  Description: シンプルな2カラムテーマ
  Responsive: yes
 */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* 基本
   ========================================================================= */

body {
  color: #555;
  background-color: #fff;
  font-size: 16px;
  font-family: "Open Sans", "Hiragino Kaku Gothic ProN", Meiryo, Helvetica, Arial, sans-serif;
  line-height: 1.7;
  word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Meiryo","Open Sans", "Hiragino Kaku Gothic ProN", Meiryo, Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 2em;
  margin-bottom: 1em;
  margin-top: 2em;
}
h2 {
  font-size: 1.625em;
  margin-bottom: 1em;
  margin-top: 2em;
}
h3 {
  font-size: 1.375em;
  margin-bottom: 1em;
  margin-top: 1.5em;
}
h4 {
  font-size: 1.25em;
  margin-bottom: 1em;
  margin-bottom: 1em;
}
h5 {
  font-size: 1em;
  margin-bottom: 0.5em;
  margin-top: 1em;
}
h6 {
  font-size: .875em;
  margin-bottom: 0.5em;
  margin-top: 1em;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, opacity .15s ease-in-out;
}
.entry-content a {
  text-decoration: underline;
}
.entry-content a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted;
}
a:hover {
  color: #999;
}
p {
  margin: 0 0 1.6em;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.entry-content .hatena-image-left {
  margin: 0 1.6em 1.6em 0;
}
.entry-content .hatena-image-right {
  margin: 0 0 1.6em 1.6em;
}
ul, ol {
  margin: 0 0 1.6em;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dl {
  margin: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.6em 1.5em;
}
table{
  border-top: 1px solid #e4e4e4;
  font-size: 93.8%;
  line-height: 1.5;
  margin: 0 0 1.7em;
  width: 100%;
}
th, td {
  border-bottom: 1px solid #e4e4e4;
  padding: 0.8em;
}
th {
  font-weight: 700;
}
pre {
  background-color: #333;
  color: #eee;
  font-size: 93.8%;
  line-height: 1.4;
  padding: 1.7em;
  margin: 0 0 1.7em;
  max-width: 100%;
  word-wrap: normal;
}

hr {
  background-color: #e4e4e4;
  border: 0;
  height: 1px;
  margin: 0 0 1.6em;
}

/* Amazon, iTunes */
.hatena-asin-detail,
.itunes-embed {
  margin: 0 0 1.7em;
  padding: 1.7em;
  border: 1px solid #e4e4e4;
  font-size: 93.8%;
  line-height: 1.5;
}
.hatena-asin-detail-info,
.itunes-embed-info {
  overflow: hidden;
}
.hatena-asin-detail-title,
.itunes-embed-title {
  margin-bottom: 8px!important;
}
.hatena-asin-detail-image,
.itunes-embed-image{
  margin-right: 1.7em!important;
}
@media screen and (max-width: 479px) {
  .hatena-asin-detail-image,
  .itunes-embed-image{
    width: 64px;
  }
}

/* Clearfix */
#container:before, #container:after,
#container-inner:before, #container-inner:after,
#blog-title:before, #blog-title:after,
#blog-title-inner:before, #blog-title-inner:after,
#content:before, #content:after,
#content-inner:before, #content-inner:after,
#main:before, #main:after,
#main-inner:before, #main-inner:after,
#footer:before, #footer:after,
#footer-inner:before, #footer-inner:after,
.entry:before, .entry:after,
.archive-entry:before, .archive-entry:after,
.entry-title:before, .entry-title:after,
.entry-content:before, .entry-content:after,
.date:before, .date:after,
.categories:before, .categories:after,
.pager:before, .pager:after,
.hatena-urllist:before, .hatena-urllist:after {
  content: "";
  display: table;
}

#container:after,
#container-inner:after,
#blog-title:after,
#blog-title-inner:after,
#content:after,
#content-inner:after,
#main:after,
#main-inner:after,
#footer:after,
#footer-inner:after,
.entry:after,
.archive-entry:after,
.entry-title:after,
.entry-content:after,
.date:after,
.categories:after,
.pager:after,
.hatena-urllist:after{
  clear: both;
}

/* レイアウト
   ========================================================================= */

#globalheader-container {
  color: #fff;
  background-color: #333;
}
#container {
  margin: 0 auto;
}
#blog-title {
  padding: 18px 0px 18px 0;
  border-bottom: 1px solid #015C66;
}
#content {
  margin: 0 auto;
  padding: 48px 0 0 0;
  background-color: #fff;
}
#footer {
  padding: 24px 0;
  text-align: center;
  color: #fff;
  background-color: #333;
}
#blog-title-inner,
#content-inner,
#footer-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 656px;
}
#wrapper,
#box2 {
  margin-bottom: 56px;
}
#wrapper {
  border-bottom: 1px solid #e4e4e4;
}
@media screen and (min-width: 480px) {
  #blog-title-inner,
  #content-inner,
  #footer-inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 640px) {
  #blog-title-inner,
  #content-inner,
  #footer-inner {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media screen and (min-width: 960px) {
  #globalheader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  #container {
    margin-top: 37px;
  }
  #blog-title-inner,
  #content-inner,
  #footer-inner {
    max-width: 1053px;
  }
  #wrapper {
    width: 100%;
    margin-right: -348px;
    padding-right: 348px;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
  }
  #main {
    padding-right: 48px;
    border-right: 1px solid #e4e4e4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #box2 {
    width: 300px;
    float: right;
  }
}

/* for Pro */
.globalheader-off #container {
  margin-top: 0;
}

/* ヘッダー
   ========================================================================= */

/* ブログタイトル */
#title {
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-family: "Quicksand", "Hiragino Kaku Gothic ProN", Meiryo, Helvetica, Arial, sans-serif;
  line-height: 1.2;
  display: inline-block;
}

/* ブログ概要 */
#blog-description {
  margin: 0;
  padding: 0;
  color: #212020;
  font-size: 93.8%;
  font-weight: 400;
}

/* 記事
   ========================================================================= */

.entry{
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 48px;
}
.entry-header {
  position: relative;
}

.entry-content {
  margin-bottom: 24px;
}

/* 記事タイトル */
.entry-title {
  font-size: 1.625em;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 32px;
}

/* 日付 */
.date {
  font-size: 87.5%;
  margin-bottom: 8px;
}
.date a {
}
.date a:before{
  content: "\f043";
  font: 16px/1 blogicon;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

/* カテゴリー */
.categories {
  margin-top: -16px;
  margin-bottom: 28px;
}
.categories a {
  margin: 0 4px 4px 0;
  padding: 0 4px;
  font-size: 87.5%;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  float: left;
}
.categories a:hover {
  color: #555;
  background-color: #f8f8f8;
}

/* 編集ボタン */
.entry-header-menu {
  position: absolute;
  top: 0;
  right: -72px;
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  text-align: center;
  line-height: 1;
  display: none;
}
.entry-header-menu a{
  font-size: 0;
}
.entry-header-menu a:before{
  content: "\f010";
  font: 16px/48px blogicon;
  margin-left: 2px;
}
@media screen and (max-width: 959px){
  .entry-header-menu{
    display: none!important;
  }
}


/* 記事フッター */
.entry-footer {
  margin-bottom: 48px;
}

/* SNSシェア */
.social-buttons {
  margin-bottom: 16px;
}

/* 広告 */
.google-afc-image,
.google-afc-text {
  margin-bottom: 32px;
}

/* コメント */
.comment-box {
  font-size: 93.8%;
}
.comment-box ul {
  list-style: none;
  margin: 1.7em 0;
  padding: 0;
}
.comment-user-name{
  padding-left: 64px;
  margin-bottom: 8px;
  position: relative;
}
.comment-user-name .hatena-id-icon{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 4px;
  left: 0;
}
.comment-box .comment-content,
.comment-box .comment-metadata {
  margin-left: 64px;
}
.comment-box .comment-content a {
  text-decoration: underline;
}
.leave-comment-title {
  padding: 10px 16px;
  font-size: 87.5%;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  display: inline-block;
}
.leave-comment-title:hover {
  color: #555;
  text-decoration: none;
  background-color: #f8f8f8;
}

/* 投稿前後ナビゲーション */
.pager{
  margin-bottom: 48px;
}
.pager-prev{
  width: 48%;
  float: left;
  text-align: left;
}
.pager-next {
  width: 48%;
  float: right;
  text-align: right;
}
.pager-prev a,
.pager-next a{
  font-size: 93.8%;
  text-decoration: underline;
}

/* アーカイブページ */
.page-archive .archive-entry {
  margin-bottom: 48px;
}
.page-archive .entry-thumb {
  margin: 0 20px 20px 0;
}

/* カテゴリーページ */
#top-box {
  background-color: #f8f8f8;
  /* border-bottom: 1px solid #e4e4e4; */
}
.breadcrumb {
  margin: 0 auto;
  padding: 24px 20px;
  font-size: 87.5%;
  max-width: 656px;
}
@media screen and (min-width: 480px) {
  .breadcrumb {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 640px) {
  .breadcrumb {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media screen and (min-width: 960px) {
  .breadcrumb {
    max-width: 1053px;
  }
}


/* サイドバー
   ========================================================================= */

.hatena-module {
  font-size: 93.8%;
  line-height: 1.6;
  margin-bottom: 48px;
}
.hatena-module-title {
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 16px;
}
.hatena-module ul {
  margin-bottom: 0;
}
.hatena-urllist {
  list-style: outside none none;
  padding-left: 0;
  margin-left: 0;
}
.hatena-urllist li:first-child {
  border-top: none;
}
.hatena-urllist li {
  border-top: 1px solid #e4e4e4;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.4;
}
.urllist-with-thumbnails li {
  padding-top: 16px;
  padding-bottom: 16px;
}
.urllist-with-thumbnails li .urllist-image {
  margin: 0 16px 0 0;
}
.urllist-title-link {
  font-size: inherit;
  overflow: hidden;
}
.urllist-date-link {
  font-size: 86.7%;
  overflow: hidden;
  margin-bottom: 2px;
}
.urllist-entry-body {
  margin-top: 2px;
  color: #777;
  font-size: 86.7%;
  overflow: hidden;
}
.urllist-categories {
  margin-top: 2px;
  overflow: hidden;
}
.urllist-category-link {
  font-size: 86.7%;
  margin-right: 4px;
}

/* プロフィール */
.profile-icon {
  margin: 0 16px 16px 0;
  border-radius: 4px;
  float: left;
  overflow: hidden;
}
.profile-description {
  margin-top: 6px;
  font-size: 86.7%;
}

/* 最近のコメント */
.hatena-module-recent-comments .recent-comments .user-id img{
  vertical-align: middle;
  margin-right: 4px;
}

/* カレンダー */
.archive-module-calendar table{
  font-size: 86.7%;
  line-height: 36px;
}
.archive-module-calendar th,
.archive-module-calendar td {
  padding: 0;
  text-align: center;
}
.archive-module-calendar th {
  padding: 2px 0;
}
.archive-module-calendar th a,
.archive-module-calendar td a {
  text-decoration: underline;
}

/* カテゴリー */
.hatena-module-category .hatena-urllist li {
  margin: 0 4px 4px 0;
  padding: 0;
  border: none;
  float: left;
}
.hatena-module-category .hatena-urllist li a {
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  padding: 6px 10px;
  font-size: 86.7%;
  display: block;
}
.hatena-module-category .hatena-urllist li a:hover {
  color: #555;
  background-color: #f8f8f8;
}

/* 検索 */
.hatena-module-search-box .search-form {
  position: relative;
}
.hatena-module-search-box .search-module-input, 
.hatena-module-search-box .search-module-button{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.hatena-module-search-box .search-module-input{
  border: 1px solid #e4e4e4;
  padding: 8px 32px 8px 8px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  height: 40px;
  font-size: 14px;
}
.hatena-module-search-box .search-module-button {
  width: 24px;
  height: 24px;
  border: none;
  outline: none;
  background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png?version=631c01978b98ab5687da8d1b9fe669) no-repeat right center;
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: 0.4;
  text-indent: -9999px;
}
.hatena-module-search-box .search-module-button:hover {
  opacity: 0.7;
}

/* フッター
   ========================================================================= */

#footer p {
  margin: 0;
}
#footer a{
  color: #ccc;
}
#footer a:hover{
  color: #eee;
}
#footer p,
#footer address {
  font-size: 87.5%;
}
/* </system> */
/*==========================================
            全体に関して
===========================================*/
body {
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
    font-family: 'Meiryo','Open Sans', 'Helvetica Neue', Helvetica, Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (min-width:961px){
.pc-only-none{
    display: none;
}
}
@media screen and (max-width:960px){
.pc-only-show{
    display: none;
}
}
/*カテゴリ*/
#top-box{
    background: #fff;
}
.show-button{
    display: inline-block;
    border: 2px solid black;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
}
.show-button:hover{
    background: black;
    color: white;
    transition: .3s;
}
.hide-area{
    display: none;
}
br{
    letter-spacing: normal;
    white-space: normal;
}
/*記事下広告*/
.under-ads{
    text-align: center;
}
.under-ads-inner{
    width: 600px;
    margin: 0 auto;
}
.under-ads .ads{
    float: left;
}
@media screen and (max-width:680px){
.under-ads-inner{
    width: 100%;
}
.under-ads .ads{
    float: none;
}
}
/*目次*/
.table-of-contents{
    border: 1px solid #e4e4e4;
    padding: 20px 10px 20px 40px;
    list-style-type: decimal;
    border-radius: 5px;
    font-size: 90%;
}
.table-of-contents  ul{
    list-style-type: decimal;
    font-size: 90%;
}
.table-of-contents:before{
    content: "目次";
    position: relative;
    font-weight: bold;
    font-size: 150%;
}


/*ギャラリーデザイン*/
.gallery{
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px 5% 20px 5%;
    background: #ededed;
    border-radius: 5px;
    line-height: 0;
}
.mainimage{
    text-align: center;
}
.mainimage > img{
    max-width: 100%;
}
.thumbnails{
    margin: 10px 0 0 0;
    padding-left: 0;
}
.thumbnails li{
    float: left;
    width: 60px;
    margin: 0 2px 0 0;
    border: 2px solid #ededed;
    list-style-type: none;
}
.thumbnails li.selected{
    border: 2px solid #8ac2d0;
}


.clear{
    overflow: hidden;
}
.pc-none{
    display: none;
}
.pc-1none{
    display: none;
}

.small-text{
    font-size: 8px;
}
.page-about .entry-content img.profile-icon {
    height: 32px; /* 読者アイコン大きく */
    width: 32px; 
}
/*カテゴリ別表記*/
.category-page{
    padding: 20px;
    margin: 10px 0 10px 0;
    border: 2px  solid #202f55;
    border-radius: 5px;
    text-align: center;
}
.category-page ul{
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.category-page a{
    color: blue;
}
/*-------------------------------------
               ヘッダー
---------------------------------------*/
#blog-title {
    background: #FFFFFF;
    border-bottom: 3px solid #0097A7;
}
#title a{
    color: #212020;
    font-weight: bolder;
}
#blog-description {
    color: #212020;
    font-size: 15px;
}
/*-------------------------------------
                タイトル下
---------------------------------------*/
/*グローバルナビ*/
.toggle-button{
    display: none;
} 
#menu {
    position: relative;
    width: 100%;
    padding-left: 0px;
    background: #F2F1EF;
    margin-bottom: 0;
}
.menu-inner {
    /* width: 1024px; */
    margin: 0 6%;
    background: #F2F1EF;
    overflow: hidden;
}
#menu li {
    list-style-type: none;
    float: left;
    text-align: center;
}
#menu li a {
  position: relative;
  z-index: 2;
  background: #F2F1EF;
  overflow: hidden;
  width: 150px;;
  display: block;
  color: #444;
  font-size: 100%;
  line-height: 40px;
  font-weight: bold;
}
@media screen and (min-width:960px){
#menu li a::after {
    content: '';
    display: block;
    position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#menu li a:not(.selected)::after {
  bottom: -100%;
}
#menu li a:hover::after {
  bottom: 0;
  background: #fff;
  transition: .3s;
}
#menu .selected{
    background: #fff;
}
#menu .selected:hover{
    color: #fff;
    transition: .3s;
}
#menu .selected::after{
    top: -100%;
}
#menu .selected:hover::after{
    top: 0;
    background: #47a89c;
    transition: .3s;
}
}
/*フォローボタン*/
.follow_btn {
    width: 100%;
}
.follow_btn a{
    position: relative;
    width: 17%;
    height: 50px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
    border-radius: 5px;
    line-height: 25px;
}
.follow_btn a.follow_hatena {
    color: #3D3F44;
    border: 2px solid #3D3F44;
    background: #ffffff; 
    box-shadow: 0 2px 0 #3D3F44;
}
.follow_btn a.follow_tw {
    color: #00ACEE;
    border: 2px solid #00ACEE;
    background: #ffffff; 
    box-shadow: 0 2px 0 #00ACEE;
}
.follow_btn a.follow_rss {
    color: #70CA3B;
    border: 2px solid #70CA3B;
    background: #ffffff;
    box-shadow: 0 2px 0 #70CA3B;
}
.follow_btn a:active{
    top: 2px;
    box-shadow: none;
}
/*-------------------------------------
                記事上
---------------------------------------*/
/*カテゴリ*/
.categories{
    margin-bottom: 0;
}
.categories a{
    font-size: 80%;
    border: none;
    color: rgb(139, 139, 139);
}
.customized-header{
    position: relative;
}
/*シェアボタン*/
.share-3d{
    margin-bottom: 10px;
    text-align: right;
}
.share-3d-inner a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 40px;
    line-height: 15px;
    font-size: 16px;
    text-align: center;
    background: #ffffff;
    text-decoration: none;
}
.share-3d .small-text{
    font-size: 10px;
}
.share-3d .hatena-bookmark-button{
    color: #00A4DE;
}
.share-3d .twitter-button{
    color: #55ACEE;
} 
.share-3d .facebook-button{
    color: #405BA7;
}

.share-and-follow-btn .hatena-bookmark-button{
    background: #00A4DE;
    box-shadow: 0 3px #43638b;
}
.share-and-follow-btn .twitter-button{
    background: #55ACEE;
    box-shadow: 0 3px #0092ca;
}
.share-and-follow-btn .googleplus-button{
    background: #C53727;
    box-shadow: 0 3px #ad3a2d;
}
.share-and-follow-btn .facebook-button{
    background: #405BA7;
    box-shadow: 0 3px #2c4373;
}
.share-and-follow-btn .pocket-button{
    background: #EE4256;
    box-shadow: 0 3px 0 #c0392b;
}
.share-and-follow-btn .line-button{
    position:relative;
    top: 2px;
    background: #00C300;
    box-shadow: 0 3px 0 green;
}
.share-3d-inner .line-button{
    top: 2px;
}
.share-and-follow-btn .hatena-bookmark-button:active{
    top: 3px;
    box-shadow: none;
    background: #43638b;
}
.share-and-follow-btn .twitter-button:active{
    top: 3px;
    box-shadow: none;
    background: #0092ca;
}
.share-and-follow-btn .googleplus-button:active{
    top: 3px;
    box-shadow: none;
    background: #ad3a2d;
}
.share-and-follow-btn .facebook-button:active{
    top: 3px;
    box-shadow: none;
    background: #2c4373;
}
.share-and-follow-btn .pocket-button:active{
    top: 3px;
    box-shadow: none;
    background: #c0392b;
}
.share-and-follow-btn .line-button:active{
    top: 3px;
    box-shadow: none;
}
/*-------------------------------------
               記事中
---------------------------------------*/
.entry-content p{
    margin-bottom: 16px;
}
/*表*/
.entry-content table th{
    background: #f0f0f0;
}
.entry-content table td{
    text-align: center;
}
/*枠組み系*/
.caution{
    background: #ffdcdc;
    padding: 40px 20px 30px 20px;
    margin: 5px;
    border-radius: 5px;
    position: relative;
}
.caution:before{
    font-family: "blogicon";
    content: "\f041 Caution";
    font-weight: bold;
    position: absolute;
    top: 5px;
}
.background-dashed{
    border: 2px dashed #2F4052;
    padding: 20px;
    margin: 5px;
    border-radius: 5px;
}
.background-solid{
    border: 2px solid #444444;
    padding: 20px;
    margin: 5px;
    border-radius: 5px;
}
.background-gray{
    background: #f0f0f0;
    padding: 30px;
    margin: 5px;
    border-radius: 5px;
}
.background-blue{
    background: #EAF6FD;
    padding: 30px;
    margin: 5px;
    border-radius: 5px;
}
.background-red{
    background: #ffdcdc;
    padding: 30px;
    margin: 5px;
    border-radius: 5px;
}
.entry-content h3{
    position: relative;
    color: #ffffff ;
    background: #2F4052;
    font-size: 20px ;
    line-height: 1;
    margin: 30px -10px 30px -10px;
    padding: 20px 5px 20px 20px;
    font-weight: bold;
    line-height: 1.4;
}
.entry-content h4 { 
    color: #444444;
    padding: 10px 10px; 
    margin-left: -5px;
    font-size: 20px;
    border-left: 9px solid #2F4052;
    background: #f0f0f0;
    font-weight: bold;
    line-height: 1.4;
}
.entry-content h5 { 
    color: #3f3f3f;
    background: #ffffff; 
    padding: 2px 0px; 
    border-bottom: 2px solid #2F4052;
    font-weight: bold;
    line-height: 1.4;
}
.entry-title{
    font-weight: bold;
    font-size: 30px;
    padding: 13px 0px;
    margin: 10px 0px 10px 0px;
    color: #2a2a2a;
}
.entry-content a{
    color: blue;
}
.entry-content a:hover{
    color: #28aae1;
}

/*-------------------------------------
               記事下
---------------------------------------*/
/*シェアボタン*/
.share-and-follow-btn{
    background: #f0f0f0;
    border-radius: 5px;
    padding-bottom: 10px;
}
.share-balloon{
    margin-bottom: 10px;
}
.share-inner-balloon{
    text-align: center;
}
.share-btn{
    width: 15%;
    display: inline-block
}
.share-figure {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 80%;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    color: #444444;
    text-align: center;
    background: #ffffff;
    border: 1px solid #444444;
    border-radius: 5px;
    z-index: 0;
}
.share-figure :before {
    content: "";
    position: absolute;
    bottom: -9px; left: 50%;
    margin-left: -9px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 9px 9px 0 9px;
    border-color: #ffffff transparent transparent transparent;
    z-index: 0;
}
.share-figure :after {
    content: "";
    position: absolute;
    bottom: -10px; left: 50%;
    margin-left: -10px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #444444 transparent transparent transparent;
    z-index: -1;
}
.share-figure:hover{
    color: #000000;
    font-size: 12px;
    transition: all .3s;
}
.share-icon {
    position: relative;
    display: block;
    font-size: 18px;
    text-align: center;
    width: 100%;
    height: 35px;
    color: #ffffff;
    margin-top: 14px;
    border-radius: 5px;
    text-decoration: none;
    line-height: 30px;
}
.share-icon:hover{
    color: white;
}

/*関連記事プラグイン*/
.ssImg{
    height: 60px;
    width: 60px;
    padding: 0;
    overflow: hidden;
}
.ssTitle{
    font-size: 90%;
}
.ssPanel{
    border-top: 1px solid rgb(228, 228, 228) !important;
    border-bottom: none !important;
    width: 49% !important;
    height: 100px !important;
    float: left !important;
    margin-right: 1% !important;
}
.ssLimitedContainerHeader > div > div > div{
    color: #ffffff ;
    background: #2F4052;
    font-size: 16px ;
    padding: 10px 5px 10px 10px !important;
    margin-top: 15px;
}
/*ページャー*/
.pager-prev a{
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    display: block;
    color: white;
    padding: 10px 5px 10px 5px;
    background: #2F4052;
}
.pager-next a{
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    display: block;
    color: white;
    padding: 10px 5px 10px 5px;
    background: #2F4052;
}
.pager-prev a:hover{
    opacity: 0.8;
}
.pager-next a:hover{
    opacity: 0.8;
}
/*トップフッター消去*/
.page-index .entry-footer{
    display: none;
}

/*-------------------------------------
              サイドバー
---------------------------------------*/
#box2{
    font-size: 90%;
}
#box2 .hatena-module-title{
    padding-left: 10px;
    border-bottom: 3px solid #2F4052;
    display: none;
}
.hatena-fotolife {
    margin: 0 auto;
    display: block;
    border: 1px solid black;
}
/*サイドバーリストの余白を縮める*/
#box2 .urllist-item{
    padding: 10px 0;
}
/*サイドバータブメニュー*/
.tab{
    display: inline-block;
    padding: 10px 15px 5px 15px;
    background: #f0f0f0;
    border-radius: 5px 5px 0 0;
    font-size: 12px;
    cursor: pointer;
}
.hatena-module-title2{
    border-bottom: 3px solid #2F4052;
}
.active{
    color: white;
    background: #2F4052;
    border-radius: 5px 5px 0 0;
}
.hatena-module-recent-entries,
.hatena-module-archive,
.hatena-module-entries-access-ranking .hatena-module-title,
.hatena-module-recent-entries .hatena-module-title,
.hatena-module-archive .hatena-module-title{
    display: none;
}
/*フォローボタン*/
.follow-btn a {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    width: 30%;
    text-decoration: none;
    border-radius: 5px;
    font-size: 20px;
    text-align: center;
}
.follow-btn a.follow_hatena {
    color: #3D3F44;
    background: #ffffff; 
}
.follow-btn a.follow_tw {
    color: #00ACEE;
    background: #ffffff; 
}
.follow-btn a.follow_rss { 
    color: #70CA3B;
    background: #ffffff;
}
.follow-btn a.follow_hatena:hover {
    color: #ffffff;
    background: #3D3F44;
    transition: all .3s;
}
.follow-btn a.follow_tw:hover {
    color: #ffffff;
    background: #00ACEE;
    transition: all .3s;
}
.follow-btn a.follow_rss:hover {
    color: #ffffff;
    background: #70CA3B;
    transition: all .3s;
}
/*サイドバー固定*/
@media (min-width: 968px) {
.fixed1{
    position:fixed;
    top: 10px;
    width: 300px;
}
.fixed2{
    position: fixed;
    top: 47px;
    width: 300px;
}
}
/*-------------------------------------
               フッター
---------------------------------------*/
/*トップに戻る*/
#pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    background: #000;
    border-radius: 5px;
    opacity: 0.5;
}
#pagetop:hover {
    background: #2F4052;
    opacity: 1;
} 
/*フッター*/
.shoes {
    background: #283645;
    border-top: 3px solid #3FBFF0;
    padding-top: 10px;
    padding-bottom: 30px;
}
.shoes h2{
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}
/*==========================================
            パソコン１カラム
===========================================*/
@media screen and (max-width:960px){
.pc-1none{
    display: initial;
}

/*-------------------------------------
               ヘッダー
---------------------------------------*/

#top-editarea{
    background: #F2F1EF;
}
#menu-bar{
    background: #F2F1EF;
    width: 100%;
}
#menu-bar-inner{
    position: relative;
    width: 680px;
    margin: 0 auto;
}
#menu-bar .top-home{
    color: #525659;
    display: inline-block;
    padding: 5px;
    margin: 3px 3px 3px 10px;
    text-align: center;
    font-size: 80%;
}
.tab-area{
    display: none;
}
#top-tab .right-side{
    position: absolute;
    top: 0;
    right: 0;
}
#top-tab .hatena-module{
    width: 100%;
    background: #F2F1EF;
    margin-bottom: 0;
}
#top-tab .hatena-module-body{
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 80%;
}
.toggle-button{
    color: #525659;
}

