@charset "utf-8";
/*
  Theme: Patchwork
  Author: Hatena Blog Team
*/
/*  import normalize */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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 */

  -webkit-text-size-adjust: 100%;
  /* 2 */

  -ms-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 1.9em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * 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.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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"],
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;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*  import mixin */
.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;
}
.stich {
  border: 2px dashed #cfc8af;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-box-shadow: 0 0 0 6px #fff,0 0 8px 4px #998d82;
  -webkit-box-shadow: 0 0 0 6px #fff,0 0 8px 4px #998d82;
  box-shadow: 0 0 0 6px #fff,0 0 8px 4px #998d82;
}
.box {
  border: 2px dashed #cfc8af;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/content.png?version=f5154c74e6e38109ce2f0c7b9afd51) #ffffff;
}
/*  import variable */
/* Background color */
/* Background color */
/* Base text color */
/* Light text color */
/* h1~h6 text color */
/* Link text color */
/* Link text color(hover) */
/* Link text color(hover) */
/* Border color */
/* button background */
/* button hover backgroud */
/*スティッチの色*/
/*淡い赤*/
/*ベージュ*/
/*タイトルまわり文字色*/
/*文字色*//* web font*/
/* Common */
html,
body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  color: #333;
/* Firefox */
  background: -moz-linear-gradient(bottom center, #999 0%, #fff 100%);
/* Chrom と Safari */
  background: -webkit-gradient(linear, center bottom, center top, from(#999), to(#fff));
/* 共通 */
  background: linear-gradient(bottom center, #999 0%, #fff 100%);
}
a {
  color: #918f8d;
}
a:hover	{
	top:1px;
	left:1px;
	position:relative;
}
a:visited {
  color: #918f8d;
}
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 {
  text-decoration: none;
  font-weight: normal;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #dddddd;
  color: #83817c;
}
a.keyword:hover {
  background: #f2f2f2;
}
/* Buttons */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #83817c;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.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-size: 17px;
  line-height: normal;
  font-weight: bold;
}
/* ヘッダ（グローバルヘッダ）
  グローバルヘッダの中はiframeですが、
  #globalheader-container に背景色や文字色を指定することでirameの中にも色が反映されます。
*/
#globalheader-container {
  background-color: #333;
  background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/globalheader.png?version=f5154c74e6e38109ce2f0c7b9afd51);
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
/* container */
/*コンテンツ背景ie用*/
#content {
  background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/content.png?version=f5154c74e6e38109ce2f0c7b9afd51);
}
#container {
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  background-color: #fff;
}
#container #content {
 background: url() repeat-x bottom, url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/content.png?version=f5154c74e6e38109ce2f0c7b9afd51);
  padding: 50px 0 37px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  margin: 40px 0;
  display: block;
  *zoom: 1;
}
#container #content #content-inner {
  width: 1060px;
  margin: 0 auto;
}
#container #content:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.globalheader-off #container {
  padding-top: 0;
  background: none;
}
/* 2カラムレイアウト */
#main {
  width: 740px;
  float: left;
}
#box2 {
  width: 280px;
  float: right;
}
/* header */
#blog-title {
    padding: 60px 0 0;
}
#blog-title h1 a,
#blog-title h1 a:hover,
#blog-title h1 a:visited {
  font-family: 'Kranky', cursive;
  letter-spacing: 0.05em;
  font-weight: normal;
  color: #393939;
}
#blog-title #blog-title-inner {
  background: url(http://f.st-hatena.com/images/fotolife/a/akachanosusume/20140902/20140902172521_original.jpg?1409646335);
  background-repeat: no-repeat;
　background-position: center;
  width: 1060px;
  height: 230px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
  border: 2px dashed #cfc8af;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-box-shadow: 0 0 0 6px #fff,0 0 8px 4px #998d82;
  -webkit-box-shadow: 0 0 0 6px #fff,0 0 8px 4px #998d82;
  box-shadow: 0 0 0 6px #fff,0 0 8px 4px #998d82;
}
#blog-title #blog-description {
  color: #696969;
}
#title {
  margin: 0;
  padding-top: 197px;
  text-align: left;
  color: #111;
  padding-left: 34px;
}
#title a {
  color: #666;
}
#blog-description {
  font-weight: normal;
  font-size: 90%;
  margin: 5px 0 0 0;
  padding-left: 36px;
  text-align: left;
  vertical-align: bottom;
}
/* ヘッダ画像を設定したとき */
.header-image-enable #title {
  padding-top: 176px;
}
.header-image-enable #title,
.header-image-enable #blog-description {
  padding-left: 20px;
}
/* ヘッダに文字を追加したとき */
#top-editarea {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  border: 2px dashed #cfc8af;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-box-shadow: 0 0 0 6px #fff,0 0 8px 4px #998d82;
  -webkit-box-shadow: 0 0 0 6px #fff,0 0 8px 4px #998d82;
  box-shadow: 0 0 0 6px #fff,0 0 8px 4px #998d82;
  padding: 10px;
  margin-top: 42px;
}
/* パンくず（カテゴリーページで表示されます） */
#top-box {
  width: 1040px;
  position: relative;
  margin: 0 auto;
}
#top-box .breadcrumb {
  position: absolute;
  margin-top: 90px;
}
#top-box .breadcrumb a {
  color: #dc6f68;
}
/* entry */
.entry {
  position: relative;
  margin-bottom: 42px;
  background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/buttonline.png?version=f5154c74e6e38109ce2f0c7b9afd51) no-repeat center 6px #ffffff;
  border: 2px dashed #cfc8af;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-box-shadow: 0 0 0 6px #fff,0 0 8px 4px #998d82;
  -webkit-box-shadow: 0 0 0 6px #fff,0 0 8px 4px #998d82;
  box-shadow: 0 0 0 6px #fff,0 0 8px 4px #998d82;
}
.entry-inner {
  background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/buttonline.png?version=f5154c74e6e38109ce2f0c7b9afd51) no-repeat center bottom;
  padding: 55px 45px 55px 124px;
  margin-bottom: 6px;
}
.entry-header {
  padding: 0 0 10px 0;
  margin-bottom: 20px;
  position: relative;
}
.entry-title {
  margin: 0;
  line-height: 1.3;
  font-size: 120%;
}
.entry-title .entry-title-link {
  color: #949280;
}
/* 日付 */
.date {
  position: absolute;
  left: -105px;
  margin-bottom: 10px;
  padding: 6px 0;
  width: 62px;
  background: #dc6f68;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border: 1px dashed #fff;
  -webkit-box-shadow: 0 0 0 4px #dc6f68;
  -moz-box-shadow: 0 0 0 4px #dc6f68;
  box-shadow: 0 0 0 4px #dc6f68;
  text-align: center;
  line-height: 1;
}
.date a {
  font-family: 'Kranky', cursive;
  color: #f7ede2;
  text-decoration: none;
  font-size: 26px;
}
.hyphen {
  display: none;
}
.date-year,
.date-month,
.date-day {
  display: block;
}
.date-year {
  font-size: 14px;
}
/* カテゴリ */
.categories {
  position: absolute;
  width: 50px;
  left: -105px;
  top: 100px;
  text-align: center;
  padding: 0px 6px;
  background: #bfab93;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border: 1px dashed #fff;
  -webkit-box-shadow: 0 0 0 4px #bfab93;
  -moz-box-shadow: 0 0 0 4px #bfab93;
  box-shadow: 0 0 0 4px #bfab93;
}
.categories a {
  font-size: 10px;
  display: block;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dashed #f7ede2;
  padding: 12px 0px;
  line-height: 1.4;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
}
.categories a:last-child {
  border-bottom: none;
}
.categories a:hover {
  text-decoration: underline;
  font-size: 10px;
}
.categories.no-categories {
  margin: 0;
  display: none;
}
/* 「編集する」ボタン */
.entry-header-menu {
  position: absolute;
  background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/edit.png?version=f5154c74e6e38109ce2f0c7b9afd51);
  width: 50px;
  height: 41px;
  top: -66px;
  left: 382px;
  padding-top: 17px;
  text-align: center;
}
.entry-header-menu a {
  color: #827e74;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.entry-header-menu a:hover {
  color: #999;
}
/* entry-content の中の書式 */
.entry-content {
  font-size: 95%;
  line-height: 1.7;
  padding-bottom: 10px;
}
.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.8em 0;
  line-height: 1.5;
  font-weight: normal;
}
.entry-content h1 {
  font-size: 140%;
  background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/h1.png?version=f5154c74e6e38109ce2f0c7b9afd51) no-repeat 0 center;
  padding-left: 30px;
}
.entry-content h2 {
  font-size: 130%;
  background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/h2.png?version=f5154c74e6e38109ce2f0c7b9afd51) no-repeat 0 center;
  padding-left: 30px;
}
.entry-content h3 {
  font-size: 120%;
  background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/h3.png?version=f5154c74e6e38109ce2f0c7b9afd51) no-repeat 0 center;
  padding-left: 30px;
}
.entry-content h4 {
  font-size: 120%;
  background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/h1.png?version=f5154c74e6e38109ce2f0c7b9afd51) no-repeat 0 center;
  padding-left: 30px;
}
.entry-content h5 {
  font-size: 110%;
  background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/h2.png?version=f5154c74e6e38109ce2f0c7b9afd51) no-repeat 0 center;
  padding-left: 30px;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content a:hover {
  background: #f2ece7;
  color: #736c5c;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}
.entry-content th,
.entry-content td {
  border: 1px solid #ddd;
  padding: 5px 20px;
}
.entry-content th {
  background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/content.png?version=f5154c74e6e38109ce2f0c7b9afd51);
}
.entry-content blockquote {
  border: 1px solid #dddddd;
  margin: 0 0 10px;
  padding: 30px;
  position: relative;
  border: 2px dashed #cfc8af;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/content.png?version=f5154c74e6e38109ce2f0c7b9afd51) #ffffff;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
  border: 1px solid #dddddd;
  margin: 0 0 10px;
  padding: 20px;
  white-space: pre;
  border: 2px dashed #cfc8af;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/content.png?version=f5154c74e6e38109ce2f0c7b9afd51) #ffffff;
}
.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 {
  padding: 15px 20px;
  border: 2px dashed #cfc8af;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/content.png?version=f5154c74e6e38109ce2f0c7b9afd51) #ffffff;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
/* entry-footer */
.entry-footer {
  margin-top: 10px;
}
.entry-footer-section {
  font-size: 80%;
  color: #999999;
}
.entry-footer-section a {
  color: #999999;
  background: #fff;
}
.social-buttons,
.entry-footer-html {
  margin: 10px 0;
}
/* コメント */
.comment-box ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 95%;
  line-height: 1.7;
}
.comment-box li {
  padding: 10px 10px 10px 70px;
  border: 1px dashed #bfab93;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.comment-box .read-more-comments {
  padding: 10px 0px;
  font-size: 14px;
}
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 50px !important;
  height: 50px !important;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  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: 80%;
  color: #999999;
  margin: 0;
}
.comment-metadata a {
  color: #999999;
}
.leave-comment-title {
  display: block;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccb79f;
  padding: 8px 10px;
  background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/content.png?version=f5154c74e6e38109ce2f0c7b9afd51) #f2ece7;
  font-size: 15px;
  color: #827e74;
  text-shadow: 0 2px 0 rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 1px 0 0px #ffffff inset;
  -moz-box-shadow: 0 1px 0 0px #ffffff inset;
  box-shadow: 0 1px 0 0px #ffffff inset;
}
.leave-comment-title:hover {
  color: #999;
}
/* sidebar */
#box2 {
  font-size: 85%;
  line-height: 1.5;
}
.hatena-module {
  margin-bottom: 42px;
  background: #fff;
  padding: 15px;
  border: 2px dashed #cfc8af;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-box-shadow: 0 0 0 6px #fff,0 0 8px 4px #998d82;
  -webkit-box-shadow: 0 0 0 6px #fff,0 0 8px 4px #998d82;
  box-shadow: 0 0 0 6px #fff,0 0 8px 4px #998d82;
}
.hatena-module-title {
  color: #f6f0f0;
  padding: 3px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
  background: #dc6f68;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  border: 1px dashed #fff;
  box-shadow: 0 0 0 4px #dc6f68;
}
.hatena-module-title a {
  color: #fff;
}
.hatena-module-title a:hover {
  text-decoration: underline;
  color: #ffd8d7;
}
/* Profile module */
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.hatena-module-profile .id {
  display: block;
  font-size: 110%;
  margin-bottom: 5px;
}
.hatena-module-profile .id a:hover {
  background: #f2ece7;
}
.hatena-module-profile .profile-description {
  font-size: 90%;
}
.hatena-module-profile .profile-description p {
  margin-top: 0;
}
/* urllist module
    リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通の class が振られます
*/
.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;
}
.hatena-urllist li a {
  text-decoration: none;
}
.hatena-urllist li a:hover {
  border-bottom: 2px dotted #918f8d;
}
.hatena-module-recent-entries li {
  border-bottom: 1px dotted #dddddd;
}
/* Search module */
.hatena-module-search-box .search-form {
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/content.png?version=f5154c74e6e38109ce2f0c7b9afd51) #f2ece7;
}
.hatena-module-search-box .search-module-input {
  padding: 5px;
  color: #83817c;
  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=f5154c74e6e38109ce2f0c7b9afd51) no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 5px;
  right: 5px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.hatena-module-search-box .search-module-button:hover {
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  filter: alpha(opacity=50);
}
/* Pager */
.pager {
  margin: 20px 0;
  padding: 20px 0;
  text-align: center;
  font-size: 80%;
}
.pager a {
  color: #fff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border: 1px dashed #fff;
  -webkit-box-shadow: 0 0 0 4px #bfab93;
  -moz-box-shadow: 0 0 0 4px #bfab93;
  box-shadow: 0 0 0 4px #bfab93;
  text-decoration: none;
  background: #bfab93;
  padding: 5px 8px;
  word-wrap: break-word;
  display: inline-block;
  max-width: 200px;
  line-height: 1.5;
}
.pager a:hover {
  text-decoration: underline;
}
.pager .pager-next {
  margin-left: 1em;
}
/* フッターに文字かいたとき */
#bottom-editarea {
  width: 1020px;
  margin: 0 auto;
  background: #fff;
  border: 2px dashed #cfc8af;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-box-shadow: 0 0 0 6px #fff,0 0 8px 4px #998d82;
  -webkit-box-shadow: 0 0 0 6px #fff,0 0 8px 4px #998d82;
  box-shadow: 0 0 0 6px #fff,0 0 8px 4px #998d82;
  padding: 10px;
  margin-bottom: 30px;
}
/* Footer */
#footer {
  padding: 0 0 60px;
  text-align: center;
  color: #999999;
  line-height: 1.5;
  font-family: 'Kranky', cursive;
}
#footer p {
  margin: 0;
}
#footer a {
  color: #999999;
  background: #fff;
}
#footer #footer-inner {
  background: #fff;
  width: 920px;
  border: 2px dashed #cfc8af;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-box-shadow: 0 0 0 6px #fff,0 0 8px 4px #998d82;
  -webkit-box-shadow: 0 0 0 6px #fff,0 0 8px 4px #998d82;
  box-shadow: 0 0 0 6px #fff,0 0 8px 4px #998d82;
  margin: 0 auto;
  padding: 10px 0;
}
/* About ページ */
.page-about .entry-inner {
  padding-left: 45px;
}
.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px dashed #dfdfdf;
  margin-bottom: 5px;
  color: #dc6f68;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
/* archive ページ */
.page-archive #main {
  border: 2px dashed #cfc8af;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-box-shadow: 0 0 0 6px #fff,0 0 8px 4px #998d82;
  -webkit-box-shadow: 0 0 0 6px #fff,0 0 8px 4px #998d82;
  box-shadow: 0 0 0 6px #fff,0 0 8px 4px #998d82;
  background: #fff;
  background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/buttonline.png?version=f5154c74e6e38109ce2f0c7b9afd51) no-repeat center 6px #ffffff;
}
.page-archive #main #main-inner {
  background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/buttonline.png?version=f5154c74e6e38109ce2f0c7b9afd51) no-repeat center bottom;
  padding: 55px 45px 55px 45px;
  margin-bottom: 6px;
}
.page-archive #main section {
  margin-bottom: 20px;
}
.page-archive #main h1 {
  font-size: 120%;
  margin-bottom: 0;
  font-family: 'Kranky', cursive;
}
.page-archive #main h1 a {
  color: #dc6f68;
}
.page-archive #main h1 a:before {
  content: "✱";
  margin-right: 3px;
}
.page-archive #main .categories {
  position: static;
  background: none;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 0;
  margin: 8px 0;
}
.page-archive #main .categories a {
  padding: 2px 3px;
  color: #bfab93;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #bfab93;
  display: inline-block;
}
.page-archive #main .categories a:hover {
  background: #f7ede2;
}
.page-archive #main .no-categories {
  margin: 0 !important;
}
.page-archive #main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-archive #main ul li {
  padding: 0 0 20px;
}
.page-archive #main ul li a {
  text-decoration: none;
}
.page-archive #main ul .entry-title {
  font-size: 100%;
  display: inline-block;
}
/*  import 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?version=f5154c74e6e38109ce2f0c7b9afd51) no-repeat right center;
    background-size: 20px 20px;
  }
  body {
    background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/background@2x.jpg?version=f5154c74e6e38109ce2f0c7b9afd51);
    background-size: 118px 204px;
  }
  #globalheader-container {
    background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/globalheader@2x.png?version=f5154c74e6e38109ce2f0c7b9afd51);
    background-size: 40px 40px;
  }
  #container #content {
    background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/border@2x.png?version=f5154c74e6e38109ce2f0c7b9afd51) repeat-x top, url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/border@2x.png?version=f5154c74e6e38109ce2f0c7b9afd51) repeat-x bottom, url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/content@2x.png?version=f5154c74e6e38109ce2f0c7b9afd51);
    background-size: 13px 13px,13px 13px,50px 50px;
  }
  .entry {
    background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/buttonline@2x.png?version=f5154c74e6e38109ce2f0c7b9afd51) no-repeat center 6px #ffffff;
    background-size: 620px 24px;
  }
  .entry-inner {
    background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/buttonline@2x.png?version=f5154c74e6e38109ce2f0c7b9afd51) no-repeat center bottom;
    background-size: 620px 24px;
  }
  .entry-header-menu {
    background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/edit@2x.png?version=f5154c74e6e38109ce2f0c7b9afd51);
    background-size: 50px 59px;
  }
  .entry-content h1 {
    background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/h1@2x.png?version=f5154c74e6e38109ce2f0c7b9afd51) no-repeat 0 center;
    background-size: 25px 24px;
  }
  .entry-content h2 {
    background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/h2@2x.png?version=f5154c74e6e38109ce2f0c7b9afd51) no-repeat 0 center;
    background-size: 25px 24px;
  }
  .entry-content h3 {
    background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/h3@2x.png?version=f5154c74e6e38109ce2f0c7b9afd51) no-repeat 0 center;
    background-size: 25px 24px;
  }
  .entry-content h4 {
    background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/h1@2x.png?version=f5154c74e6e38109ce2f0c7b9afd51) no-repeat 0 center;
    background-size: 25px 24px;
  }
  .entry-content h5 {
    background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/h2@2x.png?version=f5154c74e6e38109ce2f0c7b9afd51) no-repeat 0 center;
    background-size: 25px 24px;
  }
  th {
    background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/content@2x.png?version=f5154c74e6e38109ce2f0c7b9afd51);
    background-size: 50px 50px;
  }
  .leave-comment-title {
    background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/content@2x.png?version=f5154c74e6e38109ce2f0c7b9afd51) #f2ece7;
    background-size: 50px 50px;
  }
  .hatena-module-search-box .search-form {
    background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/content@2x.png?version=f5154c74e6e38109ce2f0c7b9afd51) #f2ece7;
    background-size: 50px 50px;
  }
  .page-archive #main {
    background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/buttonline@2x.png?version=f5154c74e6e38109ce2f0c7b9afd51) no-repeat center 6px #ffffff;
    background-size: 620px 24px;
  }
  .page-archive #main #main-inner {
    background: url(https://cdn.blog.st-hatena.com/css/theme/patchwork/images/buttonline@2x.png?version=f5154c74e6e38109ce2f0c7b9afd51) no-repeat center bottom;
    background-size: 620px 24px;
  }
}

#aff {
    margin-left: 16px;
}
#raku a{
font-size: 165%;
color: #ff6060;
text-shadow: 1px 1px 1px #afafaf;
font-weight: bold;
}

#ama a{
font-size: 165%;
color: #009900;
text-shadow: 1px 1px 1px #afafaf;
font-weight: bold;
}

.hatena-module-body a {
color: #333;
text-shadow: 1px 1px 1px #cfcfcf;
}

.hatena-module-category {
    font-size: 18px;
}