/* <system section="theme" selected="11696248318753246866"> */
@charset "utf-8";

/* Normalize */
/* ---------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace, serif;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  font-family: inherit;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
.clearfix {
  display: block;
  *zoom: 1;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

/* Reset */
/* ---------------------------------------- */
ul,li {
  margin: 0;
  padding: 0;
  list-style: none;
}
html {
  font-size: 62.5%;
}
body {
  background-color: #FFF;
  color: #454545;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
}
a:link,
a:visited {
  color: #1570A6;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* Buttons */
.btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 4px 10px 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #FFF;
  background-clip: padding-box;
  color: #454545;
  vertical-align: middle;
  text-align: center;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  cursor: pointer;
  *display: inline;
  *zoom: 1;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.btn:hover {
  background-color: #F5F5F5;
  text-decoration: none !important;
}
.btn-small {
  padding: 2px 10px !important;
  font-size: 11px !important;
}
.btn-large {
  padding: 13px 19px;
  font-weight: bold;
  font-size: 17px;
  line-height: normal;
}

/* ContentArea */
/* ---------------------------------------- */
#globalheader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #E8EAED;
  color: #707275;
}
/* container */
#container {
  margin: 0 auto 30px;
  padding-top: 37px;
}
#container #content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  display: block;
  margin: 20px auto;
  padding: 20px;
  width: 980px;
  background-color: #FFF;
  *zoom: 1;
}
#container #content:after {
  display: block;
  clear: both;
  content: "";
}
#main {
  float: left;
  width: 600px;
}
#box2 {
  float: right;
  width: 300px;
}
/* header */
#blog-title {
  background-color: #729BBF;
  color: #FFF;
}
#blog-title-inner {
  width: 100% !important;
  padding: 80px 0;
  background-size: cover;
}
#blog-title a:link,
#blog-title a:visited{
  color: #FFF;
  font-weight: 400;
}
#blog-title h1,
#blog-title h2 {
  width: 940px;
  margin: 0 auto;
}
#blog-title h1 {
  font-size: 38px;
  font-size: 3.8rem;
}
#title {
  margin: 0;
}
#title a {
  color: #454545;
}
#blog-description {
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
.header-image-enable #title {
  padding-top: 70px;
}
.header-image-enable #blog-title #title a {
  text-shadow: 0 0 6px rgba(0,0,0,.85);
}
.header-image-enable #blog-title #blog-description {
  text-shadow: 0 0 6px rgba(0,0,0,.95);
}
/* パンくず（カテゴリーページで表示されます） */
#top-box {
  margin: 20px auto 0;
  width: 960px;
  font-size: 12px;
  font-size: 1.2rem;
}
#top-box .breadcrumb {
  padding: 10px;
  background-color: #E8EAED;
  color: #7C828C;
}
/* entry */
.entry {
  position: relative;
  margin-bottom: 60px;
}
.entry-header {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 2px 0;
}
.entry-title {
  margin: 0;
  border-bottom: 1px solid #C1C6D6;
  font-weight: 400;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.35em;
}
.entry-title a:link,
.entry-title a:visited {
  color: #7C828C;
  text-decoration: none;
}
.entry-title a:hover {
  text-decoration: underline;
}
/* 日付 */
.date {
  margin: 10px 0 2px 2px;
}
.date a {
  color: #9EA3AF;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
}
/* カテゴリ */
.categories {
  margin-top: 8px;
  font-size: 10px;
  font-size: 1rem;
}
.categories:after {
  display: block;
  clear: both;
  content: "";
}
.categories a {
  display: block;
  float: left;
  height: 14px;
  line-height: 15px;
  margin-right: 6px;
  padding: 8px;
  background: #E8EAED;
  color: #666;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.75);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  *display: inline;
  *zoom: 1;
}
.categories a:hover {
  background-color: #D1D3D6;
}
.categories.no-categories {
  margin: 0;
}
/* 「編集する」ボタン */
.entry-header-menu {
  position: absolute;
  right: 0;
  bottom: 2px;
}
.entry-header-menu a {
  display: inline-block;
  min-height: 15px;
  margin-bottom: 0;
  padding: 6px 14px;
  background-color: #EB6A6A;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  text-decoration: none !important;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
  *display: inline;
  *zoom: 1;
}
.entry-header-menu a:hover {
  background-color: #EA493A;
  text-decoration: none !important;
}
/* entry-content の中の書式 */
.entry-content {
  padding-bottom: 10px;
  border-bottom: 1px solid #CCD1E2;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.entry-content p {
  margin: 0 0 1em 0;
}
.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.2em 0;
  color: #7C828C;
  font-weight: 400;
  line-height: 1.5;
}
.entry-content h1 {
  font-size: 26px;
  font-size: 2.6rem;
}
.entry-content h2 {
  font-size: 24px;
  font-size: 2.4rem;
}
.entry-content h3 {
  font-size: 22px;
  font-size: 2.2rem;
}
.entry-content h4 {
  font-size: 20px;
  font-size: 2rem;
}
.entry-content h5 {
  font-size: 18px;
  font-size: 1.8rem;
}
.entry-content h6 {
  font-size: 16px;
  font-size: 1.6rem;
}
.entry-content table {
  margin-bottom: 1em;
  border-spacing: 0;
  border-collapse: collapse;
}
.entry-content table th,
.entry-content table td {
  padding: 5px 10px;
  border: 1px solid #CCD1E2;
}
.entry-content table th {
  background: #F0F0F0;
  color: #7C828C;
}
.entry-content blockquote {
  margin: 0 0 10px;
  padding: 20px;
  background-color: #F0F0F0;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
  margin: 0 0 10px;
  padding: 20px;
  background-color: #3D3F44;
  color: #FFF;
  white-space: pre;
}
.entry-content pre > code {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  white-space: pre;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content pre .synIdentifier {
  color: #66D9EF;
}
.entry-content pre .synType {
  color: #A6E22E;
}
.entry-content pre .synConstant {
  color: #F2777A;
}
.entry-content pre .synComment {
  color: #777;
}
.entry-content pre .synSpecial {
  color: #F92649;
}
.entry-content code {
  margin: 0 2px;
  padding: 0 5px;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  background-color: #F8F8F8;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content .hatena-asin-detail {
  padding: 15px;
  border: none;
  background-color: #F0F0F0;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.5;
}
/* entry-footer */
.entry-footer {
  margin-top: 10px;
}
.entry-footer-section {
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
}
.entry-footer-section a {
  color: #999;
}
.social-buttons,
.entry-footer-html {
  margin: 10px 0;
}
.customized-footer .social-buttons {
  position: static !important;
  margin: 15px 0;
}

/* 写真 */
.hatena-fotolife img:hover {
  box-shadow: 0 0 0 #FFF; /* Firefox bugfix */
  opacity: 0.85;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
/* コメント */
.comment-box ul {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}
.comment-box li {
  position: relative;
  padding: 10px 0 10px 60px;
  border-bottom: 1px solid #CCD1E2;
}
.comment-box li:first-child {
  border-top: 1px solid #CCD1E2;
}
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px !important;
  height: 50px !important;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.comment-user-name {
  margin: 0 0 10px 0;
  font-weight: bold;
}
.comment-content {
  margin: 0 0 10px 0;
  word-wrap: break-word;
  font-size: 14px;
  font-size: 1.4rem;
}
.comment-content p {
  margin: 0 0 10px 0;
}
.comment-metadata {
  margin: 0;
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
}
.comment-metadata a {
  color: #999;
}
.comment-box {
  margin-top: 5px;
}
.leave-comment-title {
  display: block;
  margin-bottom: 0;
  padding: 14px 0;
  width: 100%;
  background-color: #E8EAED;
  color: #7C828C;
  vertical-align: middle;
  text-align: center;
  text-decoration: none !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.75);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.leave-comment-title:hover {
  background-color: #729BBF;
  color: #FFF;
  text-decoration: none !important;
  text-shadow: none;
}
.page-search .entry-title {
  border-bottom: none;
  color: #7C828C;
  font-size: 30px;
  font-size: 3rem;
}
/* sidebar */
#box2 {
  line-height: 1.5;
}
.hatena-module {
  margin-bottom: 60px;
}
.hatena-module-title {
  padding-bottom: 3px;
  border-bottom: 1px solid #C1C6D6;
  color: #7C828C;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.hatena-module-title a {
  color: #7C828C;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}
/* Profile module */
.hatena-module-profile .hatena-module-title {
  border-bottom: none;
}
.hatena-module-profile .hatena-module-body {
  padding: 15px;
  background-color: #729BBF;
}
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.hatena-module-profile .id {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.hatena-module-profile .profile-description {
  font-size: 12px;
  font-size: 1.2rem;
  color: #FFF;
}
.hatena-module-profile .profile-description p {
  margin-top: 0;
}
.hatena-module-profile a:link,
.hatena-module-profile a:visited {
  color: #FFF;
}
/* Urllist module */
.hatena-urllist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hatena-urllist li {
  line-height: 1.5;
}
.hatena-urllist li a {
  display: block;
  padding: 8px 10px;
  border-bottom: 1px solid #D8DDE5;
  color: #7C828C;
  text-decoration: none;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.hatena-urllist li a:hover {
  background-color: #729BBF;
  color: #FFF;
}
/* Urllist module - comment */
.recent-comments li {
  position: relative;
  line-height: 0;
  text-indent: -9999px;
  font-size: 0;
}
.recent-comments li .user-id {
  position: absolute;
  bottom: 7px;
  left: 10px;
  text-indent: 0;
  color: #999;
  font-size: 10px;
  font-size: 1rem;
}
.recent-comments li a {
  padding: 18px 10px 40px !important;
  text-indent: 0;
}
.recent-comments .recent-comment-time {
  height: 0;
  display: block;
  color: #999;
  font-style: normal;
  font-size: 10px;
  font-size: 1rem;
  opacity: 1;
  text-indent: -9999px;
}
time.recent-comment-time {
  position: absolute;
  text-indent: 0 !important;
  bottom: 14px;
  right: 6px;
}
.hatena-urllist li a:hover + span time.recent-comment-time {
  color: #FFF !important;
}

/* Search module */
.hatena-module-search-box .hatena-module-title {
  border-bottom: none;
}
.hatena-module-search-box .search-form {
  position: relative;
  width: 100%;
  background-clip: padding-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}
.hatena-module-search-box .search-module-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 30px;
  outline: none;
  border: 1px solid #C1C6D6;
  background: none;
  color: #454545;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.hatena-module-search-box .search-module-input:focus {
  border: 1px solid #888;
}
.hatena-module-search-box .search-module-button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  outline: none;
  border: none;
  background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png) no-repeat right center;
  text-indent: -9999px;
  opacity: 0.25;
  filter: alpha(opacity=25);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.hatena-module-search-box .search-module-button:hover {
  opacity: 0.6;
  filter: alpha(opacity=50);
}
/* Pager */
.pager {
  margin: 20px 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.pager a {
  display: inline-block;
  padding: 8px 18px;
  background-color: #E8EAED;
  color: #454545;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.pager a:hover {
  background-color: #729BBF;
  color: #FFF;
}
.pager .pager-prev {
  float: left;
}
.pager .pager-next {
  float: right;
}

/* Footer */
/* ---------------------------------------- */
#footer {
  padding: 20px 0 15px;
  background-color: #84C1EA;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
#footer p {
  display: inline-block;
}
#footer a {
  color: #FFF;
}
#footer address {
  display: inline-block;
  margin-right: 10px;
}

/* About */
/* ---------------------------------------- */
.page-about dt {
  margin-bottom: 5px;
  border-bottom: 1px solid #C1C6D6;
  color: #7C828C;
  font-size: 26px;
  font-size: 2.6rem;
}
.page-about dd {
  margin-bottom: 40px;
  margin-left: 0;
}
.page-about .entry-content {
  border-bottom: none;
}
.page-about .entry-content a {
  display: inline-block;
}
.page-about .entry-content a img {
  display: block;
  float: left;
  margin: 4px 5px 0 0;
}

/* Archive */
/* ---------------------------------------- */
.page-archive #main section {
  margin-bottom: 40px;
}
.page-archive #main h1 {
  margin-bottom: 0;
  padding-bottom: 3px;
  border-bottom: 1px solid #C1C6D6;
  font-size: 14px;
  font-size: 1.4rem;
}
.page-archive #main h1 a {
  color: #7C828C;
  font-weight: 400;
}
.page-archive #main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-archive #main ul li {
  position: relative;
}
.page-archive #main ul li a.entry-title {
  display: block;
  padding: 10px 6px 35px;
  border-bottom: 1px solid #D8DDE5;
  color: #7C828C;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.page-archive #main ul li a.entry-title:hover {
  background-color: #70BCAF;
  color: #FFF;
}
.page-archive .categories {
  position: absolute;
  bottom: 6px;
  right: 0;
}
.page-archive #main-inner p {
  margin: 0 0 20px;
  padding: 10px;
  background-color: #E8EAED;
  color: #7C828C;
}
.autopagerize_page_element .social-buttons {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

/* Sitecolor */
/* ---------------------------------------- */
/* home */
#blog-title,
.hatena-module-profile .hatena-module-body,
.hatena-urllist li a:hover,
.leave-comment-title:hover,
.pager a:hover,
#main ul li a.entry-title:hover,
#footer {
  background-color: #346DAD;
}
.hatena-module-search-box .search-module-input:focus {
  border: 1px solid #346DAD;
}
/* entry */
.page-entry #blog-title,
.page-entry .hatena-module-profile .hatena-module-body,
.page-entry .hatena-urllist li a:hover,
.page-entry .leave-comment-title:hover,
.page-entry .pager a:hover,
.page-entry #main ul li a.entry-title:hover,
.page-entry #footer {
  background-color: #6AAAE6;
}
.page-entry .hatena-module-search-box .search-module-input:focus {
  border: 1px solid #6AAAE6;
}
/* archive */
.page-archive #blog-title,
.page-archive .hatena-module-profile .hatena-module-body,
.page-archive .hatena-urllist li a:hover,
.page-archive .leave-comment-title:hover,
.page-archive .pager a:hover,
.page-archive #main ul li a.entry-title:hover,
.page-archive #footer {
  background-color: #319989;
}
.page-archive .hatena-module-search-box .search-module-input:focus {
  border: 1px solid #319989;
}
/* about */
.page-about #blog-title,
.page-about .hatena-module-profile .hatena-module-body,
.page-about .hatena-urllist li a:hover,
.page-about .leave-comment-title:hover,
.page-about .pager a:hover,
.page-about #main ul li a.entry-title:hover,
.page-about #footer {
  background-color: #DB7BAB;
}
.page-about .hatena-module-search-box .search-module-input:focus {
  border: 1px solid #DB7BAB;
}

/* Media Queries */
/* ---------------------------------------- */
/* 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) no-repeat right center;
    background-size: 20px 20px;
  }
}
/* Media Queries　- WideScreen */
@media (min-width: 1200px) {
  #container #content {
    width: 1200px;
  }
  #top-box,
  #blog-title h1,
  #blog-title h2 {
    width: 1160px;
  }
  #main {
    width: 820px;
  }
}
/* Media Queries - Tablet */
@media (max-width: 1024px) {
  #wrapper:after {
    display: block;
    clear: both;
    content: "";
  }
  #container {
    overflow: hidden;
    margin: 0;
    word-wrap: break-word;
  }
  #container #content {
    margin: 0;
    padding: 0;
    width: 100%;
    background: none;
  }
  .header-image-enable #blog-title #blog-title-inner {
    height: auto !important;
    background-position: center !important;
  }
  #blog-title h1,
  #blog-title h2 {
    width: 94%;
    margin: 0 auto;
  }
  #wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2% auto;
    padding: 2%;
    width: 98%;
    background-color: #FFF;
  }
  #main {
    float: none;
    width: 100%;
  }
  #box2 {
    float: none;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 20px 3%;
    width: 100%;
    color: #FFF;
  }
  #box2:after {
    display: block;
    clear: both;
    content: "";
  }
  #box2-inner {
    width: 100%;
  }
  #top-box {
    margin: 2% auto 1%;
    width: 96%;
  }
  .hatena-module {
    float: left;
    margin: 0 8% 50px 0;
    width: 46%;
  }
  .hatena-module:nth-child(even) {
    margin-right: 0;
  }
  .hatena-module:nth-child(odd) {
    clear: right;
  }
  .hatena-module-title {
    border-bottom: 1px solid rgba(255,255,255,.5);
    color: #FFF;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .hatena-module-title a,
  .recent-comments li .user-id,
  .recent-comments .recent-comment-time {
    color: #FFF;
  }
  .hatena-urllist li a {
    padding: 10px;
    border-bottom: 1px solid rgba(255,255,255,.5);
    color: #FFF;
  }
  .hatena-urllist li a:hover {
    background-color: rgba(0,0,0,.2) !important;
  }
  .hatena-module-profile .hatena-module-body {
    padding: 0;
  }
  .hatena-module-search-box .search-module-input {
    height: 40px;
    border: none;
    background: #FFF;
    -webkit-appearance: none;
  }
  .hatena-module-search-box .search-module-button {
    height: 30px;
  }
  .leave-comment-title {
    padding: 20px 0;
    font-weight: 700;
  }
  #footer {
    margin: 0;
  }
  /* Fontsize */
  #blog-title h1 {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .entry-title {
    font-size: 34px;
    font-size: 3.4rem;
  }
  .entry-content h1 {
    font-size: 30px;
    font-size: 3rem;
  }
  .entry-content h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .entry-content h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .entry-content h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .entry-content h5,
  .page-archive #main ul li a.entry-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .entry-content h6 {
    font-size: 20px;
    font-size: 2rem;
  }
  .hatena-module-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #blog-description,
  .entry-content,
  .leave-comment-title,
  .comment-content,
  .date a,
  .hatena-urllist li a,
  .page-archive #main h1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #footer,
  #top-box,
  .hatena-module-profile .id,
  .entry-header-menu a,
  .entry-footer-section,
  .comment-user-name,
  .comment-metadata,
  .hatena-module-search-box .search-module-input,
  .page-archive #main-inner p,
  .pager {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .categories {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* Sitecolor */
  #box2 { background-color: #346DAD;}
  .page-entry #box2 { background-color: #6AAAE6;}
  .page-archive #box2 { background-color: #319989;}
  .page-about #box2 { background-color: #DB7BAB;}
  .hatena-module-search-box .search-module-input:focus,
  .page-entry .hatena-module-search-box .search-module-input:focus,
  .page-archive .hatena-module-search-box .search-module-input:focus,
  .page-about .hatena-module-search-box .search-module-input:focus {
    border: none;
  }
}
/* Media Queries - Smartphone */
@media (max-width: 480px) {
  .hatena-module {
    float: none;
    margin: 0 0 50px 0;
    width: 100%;
  }
}
/* </system> */
/* <system section="theme" selected="alpha2"> */
body{margin:0;padding:0;color:#454545;background-color:#f3f3f3;font-family:Trebuchet MS,Arial,Helvetica,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,MS PGothic,sans-serif;-moz-transition:all 1s ease;-webkit-transition:all 1s ease}a{color:#256fba;text-decoration:none;-webkit-transition:.3s ease;-webkit-transition-property:opacity,border,color,background;-moz-transition:.3s ease;-moz-transition-property:opacity,border,color,background;-o-transition:.3s ease;-o-transition-property:opacity,border,color,background;transition:.3s ease;transition-property:opacity,border,color,background}a:hover{text-decoration:underline}a:visited{color:#7d9ab7}pre{padding:10px;background:#fafafa;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;box-shadow:inset 0 0 5px #0003}#globalheader-container{position:sticky;top:0;background-color:#f3f3f3}#container{text-align:center;margin:20px auto;width:960px;padding:0 0 30px;background:#fff}#blog-title{text-align:center;margin:0 0 50px}#blog-title h1{color:#454545;text-shadow:0 1px 0 white;font-size:34px;padding:50px 30px 5px;font-weight:700;margin:0}#blog-title h1 a{color:#454545}#blog-title h1 a:hover{color:#256fba;text-decoration:none}header h2{color:#454545;text-shadow:0 1px 0 white;font-size:13px;font-weight:700;margin:0}#top-box,#top-editarea,#bottom-editarea{text-align:left;font-size:13px}#top-editarea,#bottom-editarea{margin:0 30px}#navigation{width:1000px;margin:0 auto}#navigation ul{list-style:none;padding:0;margin:0}#navigation ul li{font-size:90%;float:left;line-height:2}#navigation ul li a{color:#454545;text-decoration:none;padding:8px 15px;border-right:1px solid #ddd}#navigation ul li a:hover{color:#fff;font-weight:700;background:-moz-linear-gradient(top,#3888da 0%,#256fba 100%)}#navigation ul:after{content:".";display:block;clear:both;height:0;visibility:hidden}#top-box{margin:20px 130px}#content{padding:0 30px 30px}#content-inner{text-align:left}#wrapper{width:720px;float:left}#main{float:right;width:560px;padding:0 30px;min-height:100px}#main:after{content:".";display:block;height:0;font-size:0;clear:both;visibility:hidden}#box1{float:right;width:100px;-moz-transition:all 1s ease;-webkit-transition:all 1s ease}#box2{width:180px;float:left;-moz-transition:all 1s ease;-webkit-transition:all 1s ease;text-align:left}#bottom-box{clear:both}#content:after{content:" ";display:block;height:0;visibility:hidden;clear:both}section.day{margin-bottom:40px}.entry{margin:0 0 48px;position:relative;width:100%;-moz-transition:all 1s ease;-webkit-transition:all 1s ease;word-wrap:break-word}.entry-header{padding:0;margin:0;position:relative}.date{width:100px;border-right:1px solid #DDD;margin:0;font-size:16px;position:absolute;left:-130px;top:0;font-weight:400;height:35px;line-height:35px}.date a{color:#454545}.date-last-updated{color:#454545;font-size:13px;margin-left:-3px;display:inline-block}.entry-title{text-align:left;margin:0;font-size:120%;line-height:35px}.entry-title a{position:relative}.categories a{color:#666;font-size:11px;background:#f5f5f5;padding:3px 10px;white-space:nowrap}.categories a:hover{text-decoration:none;background:#ebebeb;color:#454545}.entry-header p{padding:0;margin:0}.entry-header-menu a{display:block;font-size:12px;font-weight:700;padding:5px 25px;background:#454545;font-size:13px;position:absolute;left:480px;top:5px;color:#f5f5f5}.entry-header-menu a:hover{background:#4486c9;text-decoration:none}.entry .entry-category-area{padding:5px 0;margin:0;color:#aaa;font-size:70%}.entry .entry-category a{color:#454545;margin-left:5px;background:#fff;padding:3px 6px;border:1px solid #ddd;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px}.entry .entry-category :hover{color:#fff;text-decoration:none;background:-moz-linear-gradient(top,#3888da 0%,#256fba 100%);border:1px solid #256fba}.entry-footer{display:block;margin-top:1em;color:#454545;font-size:13px}.entry-footer .social-buttons{margin:0 0 10px}.entry-footer-section{color:#aaa;padding-bottom:8px;margin:0}.pager{display:inline;margin-right:10px}.pager a{font-size:12px;font-weight:700;padding:5px 25px;background:#bbb;font-size:13px;color:#f5f5f5;line-height:1.5;word-wrap:break-word;display:inline-block;max-width:200px}.pager a:hover{background:#4486c9;text-decoration:none}.entry-content{font-size:14px;line-height:1.9;margin:.5em 0}.entry-content img{max-width:560px}.entry-content p{margin:.8em 0}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{margin:1em 0 .5em}.entry-content h1{font-size:160%}.entry-content h2{font-size:150%}.entry-content h3{font-size:140%}.entry-content h4{font-size:120%}.entry-content h5{font-size:110%}.entry-content h6{font-size:100%}.entry-content h1,.entry-content h2,.entry-content h3{border-bottom:1px dotted #999}.entry-content ul,.entry-content ol{margin:0 0 0 1.5em;padding:0}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6,.footnote-number{scroll-margin-top:56px}.entry blockquote{padding:10px;margin:1em 0;border:1px solid #ddd;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px}.entry blockquote p{margin-top:0;margin-bottom:0}.entry-content table{border-collapse:collapse;border-spacing:0}.entry-content table th,.entry-content table td{border:1px solid #ddd;padding:5px 10px}.entry-content table th{background:#fafafa}a.keyword{color:#454545;text-decoration:none;border-bottom:1px solid #DEDEDE}pre.lang-aa{font-size:14px;line-height:15px}.entry-comment{border-bottom:1px solid #ddd}.entry-comment:nth-child(1){border-top:1px solid #ddd}.comment{margin:0 0 15px;padding:0;font-size:13px}.comment li{list-style:none;padding:8px 0}.comment-user-name{font-weight:700;margin:0}.comment-content p{line-height:1.7}.comment-content p{margin:.5em 0;word-wrap:break-word}.comment-metadata{display:inline}.comment-metadata,.comment-metadata a{color:#aaa}.leave-comment-title{font-size:12px;font-weight:700;padding:5px 15px;display:inline-block;*display: inline;*zoom: 1;background:#f5f5f5;border:1px solid #f5f5f5;-webkit-transition:.3s ease;-webkit-transition-property:opacity,border,color,background;-moz-transition:.3s ease;-moz-transition-property:opacity,border,color,background;-o-transition:.3s ease;-o-transition-property:opacity,border,color,background;transition:.3s ease;transition-property:opacity,border,color,background}.leave-comment-title:hover{text-decoration:none;border:1px solid #7D9AB7}.hatena-module{margin-bottom:40px;font-size:13px}.hatena-module-title,.hatena-module-title a,.hatena-module-title a:hover,.hatena-module-title a:visited{text-align:left;font-size:16px;font-weight:400;margin-bottom:5px;padding-bottom:3px;color:#454545}.hatena-module-body ul{margin:0;padding:0;list-style:none;line-height:1.5}.hatena-module-body ul li{padding:.7em 0;border-bottom:1px solid #ddd}.hatena-module-body ul li.archive{border:none}.hatena-module-profile .id{display:block;line-height:2}.profile-icon{border:1px solid #ccc}.hatena-module-profile .profile-description{margin:0 0 5px;line-height:1.5}form.search-form{margin-top:10px}form.search-form input{border:1px solid #ccc;vertical-align:middle}.search-form .search-module-input{width:130px;background:-moz-linear-gradient(top,#eee 0%,#eee 50%,#fff 100%);padding:3px 8px;margin:0;font-size:12px;border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px}.search-form .search-module-button{height:23px;width:23px;border:none;text-indent:-999px;margin-left:-3px;*margin-left: -5px;cursor:pointer;background:#999 url(https://cdn.blog.st-hatena.com/images/theme/search_w.png?version=b55d01c69f780f5ff608dea0716a54) 50% 50% no-repeat;border-radius:12px;-webkit-border-radius:12px;-moz-border-radius:12px}#footer-box{clear:both}#footer-area1,#footer-area2,#footer-area3,#footer-area4{width:220px;float:left}#footer-area1,#footer-area2,#footer-area3{margin-right:40px}#footer-area4:after{content:"";display:block;height:0;visibility:hidden;clear:both}#footer{clear:both;text-align:center;padding:10px 0;font-size:small}#footer a{color:#454545}#footer a:hover{color:#256fba;text-decoration:none}.hatena-embed.hatena-fotolife,.hatena-embed.twitpic{padding:10px 10px 30px;margin:1em 0;background:transparent;display:inline-block;border:1px solid #dfdfdf;box-shadow:0 1px 5px #00000029;background:#fff;text-align:center}.hatena-embed.hatena-fotolife{background:#fff url(https://cdn.blog.st-hatena.com/images/theme/hatena-embed/embed-fotolife.png?version=b55d01c69f780f5ff608dea0716a54) no-repeat right bottom}.hatena-embed.twitpic{padding:10px}.hatena-embed.hatena-fotolife .hatena-embed-image,.hatena-embed.twitpic .hatena-embed-image{display:inline-block;max-width:600px}.hatena-embed.hatena-fotolife .hatena-embed-body,.hatena-embed.hatena-fotolife .hatena-embed-body a,.hatena-embed.twitpic .hatena-embed-body,.hatena-embed.twitpic .hatena-embed-body a{text-align:center;font-family:Homemade Apple,cursive;color:#454545;font-size:16px;margin-top:10px}.hatena-embed.hatena-coco,.hatena-embed.foursquare{margin:1em 0;box-shadow:0 1px 5px #00000029}.hatena-embed.hatena-coco{border:1px solid #e2d279;padding:20px 30px;background:#faf9e6 url(https://cdn.blog.st-hatena.com/images/theme/hatena-embed/embed-coco.png?version=b55d01c69f780f5ff608dea0716a54) no-repeat right bottom}.hatena-embed.hatena-coco .hatena-embed-image,.hatena-embed.foursquare .hatena-embed-image{width:100px;height:100px}.hatena-embed.foursquare{border:1px solid #C1D5DB;padding:20px 30px;background:#e6eff2 url(https://cdn.blog.st-hatena.com/images/theme/hatena-embed/embed-4sq.png?version=b55d01c69f780f5ff608dea0716a54) no-repeat right bottom}.hatena-embed.hatena-bookmark{padding:15px 15px 15px 70px;margin:1em 0;background:transparent;border:1px solid #dfdfdf;box-shadow:0 1px 5px #00000029;background:#fff url(https://cdn.blog.st-hatena.com/images/theme/hatena-embed/embed-bookmark.png?version=b55d01c69f780f5ff608dea0716a54) no-repeat 10px top;position:relative}.hatena-embed.hatena-bookmark a{text-decoration:underline}.hatena-embed.hatena-bookmark .hatena-embed-image{max-height:50px}.hatena-embed.hatena-haiku{padding:15px 15px 15px 70px;margin:1em 0;background:transparent;border:1px solid #dfdfdf;box-shadow:0 1px 5px #00000029;background:#fff url(https://cdn.blog.st-hatena.com/images/theme/hatena-embed/embed-haiku.png?version=b55d01c69f780f5ff608dea0716a54) no-repeat 5px 5px}.hatena-embed.hatena-monolith{width:580px;padding:15px;margin:1em 0;background:transparent;border:1px solid #dfdfdf;box-shadow:0 1px 5px #00000029;background:#fff url(https://cdn.blog.st-hatena.com/images/theme/hatena-embed/embed-monolith.png?version=b55d01c69f780f5ff608dea0716a54) no-repeat right bottom}.hatena-embed.hatena-monolith .hatena-embed-image{display:block;float:left;max-width:98px;border:1px solid #dfdfdf}.hatena-embed.hatena-monolith .hatena-embed-body{float:left;width:470px;margin-left:10px}.hatena-embed.hatena-monolith:after{content:"";display:block;height:0;visibility:hidden;clear:both}.hatena-embed.twitter{padding:10px 0;margin:1em 0;border-bottom:1px dotted #757575;border-top:1px dotted #757575}.hatena-embed.atnd{padding:10px 0;margin:1em 0;border-bottom:1px dotted #757575;border-top:1px dotted #757575;font-family:PT Sans Caption,Helvetica,ヒラギノ角ゴ Pro W3,HiraKakuProN-W3,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,ＭＳ Ｐゴシック,sans-serif}.hatena-embed-detail.atnd-detail{font-size:20px;font-weight:700;color:#262626}.hatena-embed-detail.atnd-detail:hover{color:#ea1f00;text-decoration:none}.hatena-embed.atnd .content-body{font-size:12px;color:#222}.page-about dt{font-size:16px;font-weight:700}.page-about dd{margin-left:0;margin-bottom:30px}.page-about .etnry-content img.profile-icon{height:16px;width:16px}.page-archive .date{position:static;border:none}.page-archive .archive-entries .entry-title{margin:0 0 .3em;line-height:1.5}.page-archive .archive-entries section{margin-bottom:30px}.page-archive .archive-entries .categories{margin-bottom:10px}.page-archive .archive-entries p{font-size:14px;line-height:1.5}

/* </system> */

.entry-content h3{
color: #008ee1; /* テキストの色 */
font-size:150%; /* フォントの大きさ */
font-weight:bold; /* 太字 */
line-height: 1.5em; /* 行間 */
border-bottom:1px solid #008ee1; /* 下線 */
border-left:10px solid #008ee1; /* 左側の線 */
margin: 50px 0 10px 0; /* 上下の余白 */
padding:3px 10px 1px 10px; /* テキストとボーダーの間の余白 */
}

.entry-content h1{
color: #008ee1; /* テキストの色 */
font-size:150%; /* フォントの大きさ */
font-weight:bold; /* 太字 */
line-height: 1.5em; /* 行間 */
border-bottom:1px solid #008ee1; /* 下線 */
border-left:10px solid #008ee1; /* 左側の線 */
margin: 50px 0 10px 0; /* 上下の余白 */
padding:3px 10px 1px 10px; /* テキストとボーダーの間の余白 */
}

.entry-content h2{
color: #008ee1; /* テキストの色 */
font-size:150%; /* フォントの大きさ */
font-weight:bold; /* 太字 */
line-height: 1.5em; /* 行間 */
border-bottom:1px solid #008ee1; /* 下線 */
border-left:10px solid #008ee1; /* 左側の線 */
margin: 50px 0 10px 0; /* 上下の余白 */
padding:3px 10px 1px 10px; /* テキストとボーダーの間の余白 */
}

.entry-content h4{
color: #008ee1; /* テキストの色 */
font-size:150%; /* フォントの大きさ */
font-weight:bold; /* 太字 */
line-height: 1.5em; /* 行間 */
margin: 50px 0 10px 0; /* 上下の余白 */
padding:3px 10px 1px 10px; /* テキストとボーダーの間の余白 */
}

/* <system section="background" selected="undefined"> */


/* </system> */


/* 表 */
table {
width:auto; /* 大きさを自動に */
}
.section table caption{ /* タイトル */
font-size: 17px; /* 文字の大きさ */
padding: 0.5px; /* 文字周りの余白 */
}
.section table th { /* 見出しセル */
border: 1px solid #000000; /* 線の太さ・種類・色コード */
background: #B0DFFF; /* 背景色 */
text-align: center; /* 中央揃え */
padding: 0.5em; /* 文字周りの余白 */
width:auto;/* 大きさを自動に */
white-space:nowrap; /* 文字を折り返さない */
}
.section table td { /* 普通のセル */
border: 1px solid #000000; /* 線の太さ・種類・色コード */
padding: 0.5em; /* 文字周りの余白 */
width:auto;/* 大きさを自動に */
white-space:nowrap; /* 文字を折り返さない */
}
/* 表ここまで */


/* スクロール */
#table-scroll01 {
box-sizing: border-box; /* スクロール用の箱*/
overflow-x: scroll; /* 横スクロール */
 -webkit-overflow-scrolling: touch;
border-right:3px solid #E0E0E0; /* 右端の線の太さ・種類・色コード */
}
/* スクロールここまで */