@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

/*! 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: idoroot
  Author: Miyu Otsuki
  Description:
  idorootのテーマ
  Responsive: yes
*/

body {
 background-color: #FAFAFA;
 color: #322314;
 font-size: 15px;
 font-family: 'Montserrat', '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
 line-height: 1.7;
}

body a {
 color: #F46572;
 text-decoration: none;
}

body a:hover {
 text-decoration: underline;
}

#globalheader-container {
 background-color: #8A83B8;
 color: #fff;
}

#container {
 max-width: 1000px;
 margin: 0 auto;
 background-color: #fff;
}

#container:after {
 content: "";
 display: block;
 clear: both;
}

#blog-title #blog-title-inner #blog-title-content {
 text-align: center;
}

#blog-title #blog-title-inner #blog-title-content #title {
 margin: 0;
 padding: 20px 0 0;
 font-size: 25px;
 line-height: 1.5;
}

#blog-title #blog-title-inner #blog-title-content #blog-description {
 font-size: 13px;
 font-weight: normal;
 margin: 0;
}

.header-image-only #blog-title {
 padding: 30px 0 0;
}

.header-image-only #blog-title #blog-title-inner {
 background-size: 140px 40px;
 height: 40px;
}

#top-editarea .blog-description {
 font-size: 12px;
 font-weight: normal;
 text-align: center;
 margin-top: 0.8em;
 border: 0;
}

.category-menu {
 border-top: 1px solid #D3D3D3;
 padding: 8px 10px;
 border-bottom: 1px solid #D3D3D3;
 margin: 20px 0 25px;
 text-align: center;
 line-height: 1;
}

.category-menu li {
 list-style-type: none;
 width: 13%;
 display: inline-block;
 font-size: 12px;
 line-height: 1.5;
}

#wrapper {
 margin: 30px 0 0;
}

#main {
 width: 70%;
 float: left;
 padding: 0 20px;
 box-sizing: border-box;
}

.entry {
 border-top: 3px solid #e48688;
 margin-bottom: 50px;
}

.entry-header {
 padding-top: 8px;
}

.entry-date {
 line-height: 1;
 font-size: 13px;
}

.entry-title {
 margin: 0.2em 0;
 font-size: 25px;
 font-family: 'Hiragino Kaku Gothic Pro';
 font-weight: normal;
 word-break: break-all;
 line-height: 1.3;
 color: #322314;
}

.entry-title a {
 color: #322314;
}

.entry-categories a {
 display: inline-block;
 padding: 1px 7px;
 background-color: #8a83b8;
 color: #fff;
 font-size: 12px;
 margin-right: 6px;
}

.entry-content {
 word-break: break-all;
}

.enry-content p {
 margin: 1em;
}

.entry-content a {
 text-decoration: none;
}

.entry-content .section {
 margin: 2em 0;
}

.entry-content h1,h2,h3,h4,h5,h6 {
 margin-bottom: 1.5em;
 border-bottom: 1px solid #d3d3d3;
}

.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 hr {
 width: 50px;
 border: 1px solid #d3d3d3;
 height: 0;
 margin: 1em; 
}

.entry-content .hatena-asin-detail {
 border: 0;
 background-color: #F9F9FB;
 padding: 1em;
}

.entry-content .keyword {
 text-decoration: none;
}

.entry-content blockquote {
 background: url(http://cdn-ak.f.st-hatena.com/images/fotolife/k/kewpiedesign/20170429/20170429213702.png?1493469429) #fff no-repeat;
 background-size: 50px auto;
 background-position: right 20px bottom 15px;
 border: 1px solid #d3d3d3;
 padding: 1em 1.5em;
 margin: 1em 0;
}

.entry-content blockquote p {
 margin: 0 0 1em;
}

.entry-content blockquote p:last-child {
 margin: 0;
}

.entry-content blockquote .keyword {
 border: 0;
}

.entry-content table {
 border-collapse: collapse;
 border-spacing: 0;
 margin-bottom: 1em;
}

.entry-content table td,
.entry-content th {
 border: 1px solid #f9f9fb;
 padding: 5px 10px;
}

.entry-content table th {
 background-color: #f9f9fb;
}

.entry-content pre {
 border: 0;
 background-color: #f9f9fb;
 padding: 1em;
 margin: 1em 0;
 font-size: 15px;
}

.entry-footer {
 margin-top: 2em;
}

.entry-footer .author {
 display: none;
}

.entry-footer .entry-footer-time a {
 color: #8A84B6;
}

.hatena-star-container {
 margin: 1em 0;
}

.social-button {
 margin: 1em 0;
}

.google-afc-image {
 margin: 1.5em 0;
}

#box2 {
 width: 30%;
 float: right;
 padding: 0 20px 0 0;
 box-sizing: border-box;
}

.hatena-module-title {
 border-top: 2px solid #e48688;
 border-bottom: 1px solid #d3d3d3;
 padding: 5px 0;
 font-size: 15px;
 font-weight: bold;
 -webkit-font-smoothing: antialiased;
}

.hatena-module-title, .hatena-module-title a {
 color: #e48688;
}

.hatena-module-body {
 margin: 20px 0 30px;
 word-break: break-all;
}

.hatena-urllist {
 list-style-type: none;
 padding: 0;
}

#box2 img {
 border-radius: 3%;
}

.hatena-module-recent-entries .recent-entries-date {
 font-size: 12px;
 line-height: 1;
}

.hatena-module-recent-entries .recent-entries-title {
 font-size: 13px;
 line-height: 1.3;
 word-break: break-all;
}

.hatena-module-recent-entries .recent-entries-title-link {
 color: #322314;
}

.hatena-module-recent-entries .recent-entries-item-inner {
 margin: 5px 0;
 line-height: 1.32;
}

.hatena-module-archive, .hatena-module-category, .hatena-module-profile .hatena-module-body {
 font-size: 13px;
 line-height: 1.6;
}

.hatena-module-entries-access-ranking .entries-access-ranking-date {
 font-size: 12px;
 line-height: 1;
}

.hatena-module-entries-access-ranking .entries-access-ranking-title {
 font-size: 13px;
 line-height: 1.3;
 word-break: break-all;
}

.hatena-module-entries-access-ranking .entries-access-ranking-title-link {
 color: #322314;
}

.hatena-module-entries-access-ranking .entries-access-ranking-item-inner {
 margin: 5px 0;
 line-height: 1.32;
}

.entries-access-ranking .urllist-item:before {
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 text-align: center;
 width: 25px;
 height: 25px;
 line-height: 25px;
 font-weight: bold;
 background-color: #F46572;
 color: #fff;
 font-size: 15px;
}

.entries-access-ranking .urllist-item {
 position: relative;
}

.entries-access-ranking-item.rank-1:before {
 content: "1";
}

.entries-access-ranking-item.rank-2:before {
 content: "2";
}

.entries-access-ranking-item.rank-3:before {
 content: "3";
}

.hatena-module-category .hatena-urllist li {
 margin-bottom: 3px;
}

.hatena-module-archive .archive-module-year-title {
 padding-bottom: 5px;
}

.hatena-module-search-box .search-form {
 width: 100%;
 border: 1px solid #D3D3D3;
 border-radius: 3%;
 position: relative;
 box-sizing: border-box;
}

.hatena-module-search-box .search-module-input {
 width: 90%;
 border: 0;
 padding: 8px;
 margin: 0;
 font-size: 13px;
 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-related-entries .related-entries-date {
 font-size: 12px;
 line-height: 1;
}

.hatena-module-related-entries .related-entries-title {
 font-size: 100%;
 line-height: 1.3;
 word-break: break-all;
}

.hatena-module-related-entries .related-entries-item-inner {
 margin: 5px 0;
 line-height: 1.32;
}

.pager {
 border-top: 1px solid #D3D3D3;
 padding: 8px 10px;
 border-bottom: 1px solid #D3D3D3;
 line-height: 1.5;
 word-break: break-all;
}

.pager:after {
 content:" ";
 display:block;
 clear:both;
}

.pager-prev {
 float: left;
 text-align: left;
}

.pager-next {
 float: right;
 text-align: right;
}

.pager-prev, .pager-next {
 width: 30%;
}

#footer {
 clear: both;
 margin: 0 auto;
 padding: 30px 0;
 max-width: 1000px;
 text-align: center;
 background-color: #fff;
}

#footer .services {
 margin: 0;
}

.page-archive .breadcrumb {
 font-size: 14px;
 line-height: 1;
 margin: 30px 20px;
 padding: 0.7em;
 border-bottom: 1px solid #D3D3D3;
 border-top: 1px solid #D3D3D3;
}

.page-archive .archive-heading {
 font-size: 25px;
}

.page-archive .archive-entry {
 margin: 1.5em 0 2.5em;
}

.page-archive .date {
 font-size: 13px;
 line-height: 1;
}

.page-archive .archive-category-link {
 display: inline-block;
 padding: 1px 7px;
 background-color: #8a83b8;
 color: #fff;
 font-size: 12px;
 margin-right: 6px;
}

.page-archive .entry-thumb {
 margin: 20px 10px 10px 0;
}

.page-archive .entry-description {
 margin: 1em 0 0.3em;
}

@media (max-width: 767px) {
 #main {
  width: auto;
  float: none;
 }
 
 .entry {
  margin-bottom: 30px:
 }
  
 .entry-title {
  font-size: 20px;
  word-break: break-all;
 }
 
 .browsing-with-smartphone .ad-online-afc {
  margin: 1em 0;
 }

 #box2 {
  width: auto;
  float: none;
  padding: 50px 20px;
 }
 
 .page-archive .archive-heading {
  font-size: 20px;
  line-height: 1.3;
 }
 
 .adx-responsive-mode {
  margin: 0;
  padding: 1em 0;
 }
}
