/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*
  Theme: closet
  Author: Miyu Otsuki
  Description:
  CLOSET用のテーマ
  Responsive: yes
*/

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

body {
 background-color: #F7F3F3;
 font-family: 'Montserrat', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
 color: #212121;
}

body a {
 color: #212121;
 text-decoration: none;
}

.header-image-only #blog-title #blog-title-inner {
 height: 95px;
 background-size: 105px auto;
 margin: 50px 0;
}

#blog-title-content #title {
 white-space: nowrap;
 overflow: hidden;
}

#container {
 max-width: 960px;
 margin: 0 auto;
}

#main {
 width: 650px;
 float: left;
}

.entry {
 position: relative;
 background-color: #fff;
 margin: 0 0 30px;
 padding: 30px;
}

.entry-header {
 text-align: center;
}

.entry-header-menu {
 position: absolute;
 right: 30px;
 top: 30px;
 font-size: 12px;
 border: 1px solid #515151;
 padding: 5px 10px;
 line-height: 1;
}

.entry-header-menu a {
 color: #515151;
 transition: all .2s;
}

.entry-header-menu a:hover {
 color: #B34041;
}

.entry-date {
 font-size: 15px;
 line-height: 1;
 margin: 0 0 10px;
}

.entry-title {
 font-size: 25px;
 line-height: 1.3;
 margin: 0;
}

.entry-categories {
 line-height: 1;
 font-size: 15px;
 margin: 10px 0 0;
}

.entry-categories a {
 text-decoration: underline;
 font-weight: bold;
 margin-right: 3px;
}

.entry-categories a:last-child {
 margin-right: 0;
}

.entry-content {
 word-wrap: break-word;
 margin: 25px 0 0;
 text-align: left;
 font-size: 15px;
 line-height: 1.7;
}

.entry-content a {
 text-decoration: underline;
}

.entry-content a:hover {
 text-decoration: none;
}

.entry-content p {
 margin: 1em 0;
 word-break: break-all;
}

.entry-contennt h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
 margin: 1em 0;
}

.entry-content h1 {
 font-size: 27px;
}

.entry-content h2 {
 font-size: 25px;
}

.entry-content h3 {
 font-size: 23px;
}

.entry-content h4 {
 font-size: 21px;
}

.entry-content h5 {
 font-size: 19px;
}

.entry-content h6 {
 font-size: 17px;
}

.entry-content h1,h2,h3,h4,h5,h6 {
 margin: 0;
 line-height: 1.5;
}

.entry-content li {
 margin: 0 0 1em;
}

.entry-content hr {
 width: 50px;
 border: 1px solid #515151;
 height: 0;
}

.entry-content blockquote {
 padding: 20px 25px;
 margin: 20px 0;
 background: #eeeeee;
}

.entry-content blockquote p {
 margin: 0 0 0.5em;
 font-style: italic;
}

.entry-content blockquote a {
 color: #B34041;
 text-decoration: underline;
 font-style: italic;
}

.entry-content table {
 border-collapse: collapse;
 border-spacing: 0;
 margin-bottom: 1em;
}

.entry-content table td,
.entry-content th {
 border: 1px solid #515151;
 padding: 5px 10px;
}

.entry-content table th {
 color: #fff;
 background-color: #515151;
}

.entry-content pre {
 border: 1px solid #515151;
 padding: 20px;
}

.hatena-asin-detail {
 border: 2px solid #515151;
 padding: 20px;
 margin: 1.5em 0;
}

.hatena-asin-detail li {
 margin: 0;
}

.hatena-asin-detail a {
 color: #B34041;
 text-decoration: underline;
}

.hatena-asin-detail-title {
 margin: 0 0 5px;
}

.hatena-asin-detail li:last-child {
 padding: 0 0 5px;
}

.hatena-asin-detail-foot {
 display: none;
}

.entry-footer {
 margin: 10px 0 0;
}

.entry-footer-section {
 display: none;
}

.hatena-star-container {
 text-align: left;
 margin: 0 0 1em;
}

#box2 {
 width: 260px;
 float: right;
 margin: 0 0 50px;
}

.hatena-module {
 margin: 0;
 padding: 20px 0;
 border-top: 2px solid #515151;
}

.hatena-module:last-child {
 border-bottom: 2px solid #515151;
}

.hatena-module-title {
 font-size: 12px;
 font-weight: bold;
 letter-spacing: 2px;
 text-align: center;
}

.hatena-module-body {
 font-size: 12px;
 margin: 20px 20px 10px;
}

.hatena-module-body p {
 margin: 0;
}

.hatena-module-profile .profile-description {
 padding: 0;
 text-align: left;
 line-height: 1.7;
}

.hatena-module-profile .profile-description .name {
 font-weight: bold;
 line-height: 2.5;
 padding: 0 0 10px;
}

.hatena-module-profile .hatena-follow-button-box {
 margin: 15px 0 0;
}

.hatena-module-search-box .search-form {
 width: 100%;
 border: 2px solid #515151;
 position: relative;
 box-sizing: border-box;
}

.hatena-module-search-box .search-module-input {
 width: 90%;
 border: 0;
 padding: 8px;
 margin: 0;
 font-size: 100%;
 color: #515151;
 background-color: transparent;
 outline: none;
}

.hatena-module-search-box .search-module-button {
 background: url(http://f.st-hatena.com/images/fotolife/k/kewpiedesign/20160227/20160227174534.png) no-repeat right;
 background-size: 16px 16px;
 text-indent: -9999px;
 width: 25px;
 position: absolute;
 right: 7px;
 border: 0;
 padding: 6px;
 margin: 0;
}

.hatena-module-category .hatena-urllist {
 list-style-type: none;
 margin: 0;
 padding: 0;
 text-align: left;
}

.hatena-module-category .hatena-urllist li {
 display: inline-block;
 background-color: #E5E5E5;
 color: #fff;
 line-height: 1;
 padding: 5px 8px;
 margin: 0 3px 8px;
}

.hatena-module-category .hatena-urllist li a {
 display: inline-block;
}

.hatena-module-archive .hatena-urllist {
 margin: 0;
 text-align: left;
}

.hatena-module-entries-access-ranking .hatena-module-body {
 margin: 20px 0 10px;
 text-align: center;
}

.hatena-module-entries-access-ranking .hatena-urllist {
 margin: 0;
 padding: 0;
}

.hatena-module-entries-access-ranking .urllist-with-thumbnails li .urllist-image {
 margin: 0 0 10px;
 float: none;
}

.hatena-module-entries-access-ranking .urllist-date-link {
 font-size: 13px;
 line-height: 1.5;
}

.hatena-module-entries-access-ranking .urllist-title-link {
 font-size: 15px;
 font-weight: bold;
 line-height: 1.5;
}

.hatena-module-entries-access-ranking .entries-access-ranking-entry-body {
 font-size: 13px;
 margin: 5px 0 20px;
}

.hatena-module-recent-entries .urllist-with-thumbnails {
 margin: 0;
 padding: 0;
 list-style-type: none;
}

.hatena-module-recent-entries .urllist-item-inner {
 text-align: center;
}

.hatena-module-recent-entries .urllist-with-thumbnails li .urllist-image {
 margin: 0 0 10px;
 float: none;
}

.hatena-module-recent-entires .urllist-title-link {
 display: block;
}

.pager {
 text-align: center;
}

.pager-prev {
 float: left;
}

.pager-prev a:before {
 content: "< "
}

.pager-next {
 float: right;
}

.pager-next a:after {
 content: " >"
}

.pager-prev, .pager-next {
 overflow: hidden;
 width: 50%;
}

.pager-prev a {
 width: 50%;
 color: #515151;
 display: inline-block;
 font-size: 12px;
 border: 2px solid #515151;
 line-height: 1.5;
 padding: 8px 20px;
 margin: 0 0 30px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 transition: all .2s;
}

.pager-next a {
 width: 50%;
 color: #515151;
 display: inline-block;
 font-size: 12px;
 border: 2px solid #515151;
 line-height: 1.5;
 padding: 8px 20px;
 margin: 0 0 30px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 transition: all .2s;
}

.pager-prev a:hover {
 background-color: #515151;
 color: #fff;
}

.pager-next a:hover {
 background-color: #515151;
 color: #fff;
}

.pager-arrow {
 display: none;
}

.page-entry .entry-footer {
 margin: 30px 0 0;
}

.page-entry .entry-footer-html {
 margin: 20px 0 0;
 text-align: center;
 position: relative;
 border-top: 2px solid #515151;
}

.page-entry .share-wrapper {
 position: absolute;
 top: -11px;
 width: 100%;
}

.page-entry .share {
 background-color: #fff;
 padding: 0 20px;
 font-size: 13px;
 letter-spacing: 2px;
}

.page-entry .social-buttons {
 margin: 30px 0 0;
}

.page-archive .breadcrumb {
 border-top: 2px solid #515151;
 border-bottom: 2px solid #515151;
 margin: 0 0 30px;
 padding: 10px 0;
 font-size: 15px;
 line-height: 1;
 text-align: center;
}

.page-archive .archive-heading {
 border-top: 2px solid #515151;
 border-bottom: 2px solid #515151;
 margin: 0 0 30px;
 padding: 10px 0;
 font-size: 15px;
 line-height: 1;
 text-align: center;
}

.page-archive .archive-entry {
 background-color: #fff;
 padding: 30px;
 margin: 0 0 30px;
}

.page-archive .archive-entry-header, .categories {
 text-align: center;
}

.page-archive .date {
 font-size: 15px;
 line-height: 1;
 margin: 0 0 10px;
}

.page-archive .entry-title {
 font-size: 25px;
 line-height: 1.3;
 margin: 0;
}

.page-archive .categories {
 line-height: 1;
 font-size: 15px;
 margin: 10px 0 0;
}

.page-archive .categories a {
 text-decoration: underline;
 font-weight: bold;
 margin-right: 3px;
}

.page-archive .categories a:last-child {
 margin-right: 0;
}

.page-archive .entry-thumb {
 margin: 30px 15px 0 0;
}

.page-archive .entry-description {
 margin: 25px 0 0;
 font-size: 15px;
 line-height: 1.7;
 text-align: left;
}

.page-archive .star-container {
 display: block;
 margin: 10px 0 0;
}

.page-archive .search-result {
 margin: 0 0 30px;
}

@media screen and (max-width: 992px) {
.header-image-only #blog-title #blog-title-inner {
 margin: 30px 0;
}
.entry {
 margin: 0 0 15px;
 padding: 20px;
 box-sizing: border-box;
}
.entry-date {
 font-size: 12px;
 line-height: 1;
 margin: 0 0 7px;
}
.entry-title {
 font-size: 20px;
 line-height: 1.3;
}
.entry-categories {
 line-height: 1;
 font-size: 12px;
 margin: 7px 0 0;
}
.entry-header-menu {
 top: 15px;
 right: 15px;
}
.entry-content {
 margin: 15px 0 0;
 font-size: 14px;
 line-height: 1.7;
}
.hatena-asin-detail {
 padding: 10px;
}
#main, #box2 {
 width: 100%;
 float: none;
 padding: 10px;
 box-sizing: border-box;
}
#box2 {
 clear: both;
}
.page-archive .breadcrumb {
 margin: 20px 10px 10px;
}
.page-archive .archive-heading {
 margin: 0 0 20px;
}
.page-archive .archive-entry {
 margin: 0 0 15px;
 padding: 15px;
}
.page-archive .entry-description {
 font-size: 14px;
}
.page-archive .date {
 font-size: 12px;
 line-height: 1;
 margin: 0 0 7px;
}
.page-archive .entry-title {
 font-size: 20px;
 line-height: 1.3;
}
.page-archive .categories {
 line-height: 1;
 font-size: 12px;
 margin: 5px 0 0;
 }
}

@media screen and (max-width: 768px) {
.header-image-only #blog-title #blog-title-inner {
 margin: 20px 0;
 height: 65px;
 background-size: 75px auto;
 }
}