/* <system section="theme" selected="8599973812270629022"> */
@charset "utf-8";
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
/*
Theme: Minimalism
Author: Codomisu
Description:
最小限のデザインで最大限の「美」を引き出す


※未だにコードを整理していない　2018/09/09

Licensed under the MIT license.
*/
/*  import normalize */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/

/* Responsive:yes */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
* Remove default margin.
*/
body {
  margin: 0;
}
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background: transparent;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}
/**
* Address style set to `600er` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: 600;
}
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
}
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 1em 40px;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `` in
* the UA stylesheet.
*/
input {
  line-height: normal;
}
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: 600;
}
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 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;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*  import variable */
/* Common */
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  color: #3f3f3f;
  background-color: #ffffff;
}
a {
  color: #1487bd;
}
a:visited {
  color: #789dae;
}
a:hover {
  color: #0f5373;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: #333333;
  text-decoration: none;
}
a.keyword {
  text-decoration: none;
  border-bottom: 1px dotted #ECEEF1;
  color: #3f3f3f;
}
/* Buttons */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #3f3f3f;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none ;
}
.btn:hover {
  background-color: #f5f5f5;
  text-decoration: none ;
}
.btn-small {
  padding: 2px 10px ;
  font-size: 11px ;
}
.btn-large {
  padding: 13px 19px;
  font-size: 17px;
  line-height: normal;
  font-weight: 600;
}
/* ヘッダ（グローバルヘッダ）
グローバルヘッダの中はiframeですが、
#globalheader-container に背景色や文字色を指定することでiframeの中にも色が反映されます。
*/
#globalheader-container {
  background-color: #333;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/* container */
#container {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-top: 37px;
}
#container #content {
  display: block;
  *zoom: 1;
}
#container #content:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.globalheader-off #container {
  padding-top: 0;
}
/* 2カラムレイアウト */
#main {
  width: 640px;
  float: left;
}
#box2 {
  width: 290px;
  float: right;
}
/* 1カラムにしたい場合は下記のコメントアウトを外してください ----

#main {
width: 100%;
float: none;
}

#box2 {
width: 100%;
float: none;
}

#box2-inner {
width: 960px;
.clearfix;
overflow: hidden;
}

.hatena-module {
text-align: left;
padding-right: 20px;
width: 300px;
float: left;

&:nth-child(3n+1) {
clear: both;
}
}

---- END 1カラム */
/* header */
#blog-title {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  text-align: center;
  margin: 0;
  padding: 50px 0;
}
#title {
  margin: 0;
}
#title a {
  color: #3f3f3f;
}
#blog-description {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  font-weight: normal;
  font-size: 80%;
  margin: 5px 0 0 0;
}
/* ヘッダ画像を設定したとき */
.header-image-enable #title {
  padding-top: 70px;
}
.header-image-enable #title,
.header-image-enable #blog-description {
  padding-left: 20px;
}
/* パンくず（カテゴリーページで表示されます） */
#top-box {
  margin: 10px auto 20px;
  font-size: 90%;
}
#top-box .breadcrumb {
  border-top: 1px solid #ECEEF1;
  border-bottom: 1px solid #ECEEF1;
  padding: 10px;
}
/* entry */
.entry {
  position: relative;
  margin-bottom: 50px;
}
.entry-header {
  padding: 15px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ECEEF1;
  position: relative;
}
.entry-title {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 35px;
  margin: 15px 0 20px;
}
/* 日付 */
.date {
  font-weight: 600;
  margin-bottom: 15px;
}
.date a {
  color: #1487bd;
  text-decoration: none;
  font-size: 90%;
}
/* カテゴリ */
.categories {
  margin-top: 10px;
  font-size: 80%;
}
.categories a {
  color: #3f3f3f;
}
.categories.no-categories {
  margin: 0;
}
/* 「編集する」ボタン */
.entry-header-menu {
  position: absolute;
  bottom: 0px;
  left: -60px;
}
.entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #3f3f3f;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none ;
}
.entry-header-menu a:hover {
  background-color: #f5f5f5;
  text-decoration: none ;
}
/* entry-content の中の書式 */
.entry-content {
  font-size: 15px;
  line-height: 34px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ECEEF1;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}
.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;
}
.entry-content h1 {
  font-size: 160%;
}
.entry-content h2 {
  font-size: 150%;
}
.entry-content h3 {
  font-size: 140%;
}
.entry-content h4 {
  font-size: 130%;
}
.entry-content h5 {
  font-size: 110%;
}
.entry-content h6 {
  font-size: 100%;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}
.entry-content table img {
  max-width: none;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #f5f5f5;
}
.entry-content blockquote {
  border: 1px solid #ECEEF1;
  margin: 0 0 10px;
  padding: 20px;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
  border: 1px solid #ECEEF1;
  margin: 0 0 10px;
  padding: 20px;
  white-space: pre;
}
.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 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;
}
.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 0 10px 60px;
  border-bottom: 1px solid #ECEEF1;
  position: relative;
}
.comment-box li:first-child {
  border-top: 1px solid #ECEEF1;
}
.comment-box .read-more-comments {
  padding-left: 0;
}
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px ;
  height: 50px ;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
}
.comment-user-name {
  margin: 0 0 10px 0;
  font-weight: 600;
}
.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: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #3f3f3f;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none ;
}
.leave-comment-title:hover {
  background-color: #f5f5f5;
  text-decoration: none ;
}
/* sidebar */
#box2 {
  font-size: 85%;
  line-height: 1.5;
}
.hatena-module {
  margin-bottom: 60px;
}
.hatena-module-title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 120%;
  padding:0 0 5px 5px;
  border-bottom: 1px solid #ECEEF1;
}
.hatena-module-title a {
  color: #3f3f3f;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}
/* Profile module */
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 5px;
  background-clip: padding-box;
}
.hatena-module-profile .id {
  display: block;
  font-weight: 600;
  font-size: 110%;
  margin-bottom: 5px;
}
.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;
  border-bottom: 1px solid #ECEEF1;
  line-height: 1.5;
}
.hatena-urllist li a {
  text-decoration: none;
}
/* Search module */
.hatena-module-search-box .search-form {
  border: 1px solid #ECEEF1;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 3px;
  background-clip: padding-box;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.hatena-module-search-box .search-module-input {
  padding: 10px 10px;
  color: #3f3f3f;
  background: none;
  border: none;
  outline: none;
  height: 20px;
  width: 90%;
}
.hatena-module-search-box .search-module-button {
  width: 35px;
  height: 35px;
  background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png?version=b55d01c69f780f5ff608dea0716a54) no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 1px;
  right: 10px;
  opacity: 0.5;
}
.hatena-module-search-box .search-module-button:hover {
  opacity: 0.85;
}
/* Pager */
.pager {
  margin: 1em 0;
  display: block;
  *zoom: 1;
}
.pager:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.pager .pager-prev {
  float: left;
  text-align: left;
  width: 45%;
}
.pager .pager-next {
  float: right;
  text-align: right;
  width: 45%;
}
/* Footer */
#footer {
  padding: 30px 0;
  text-align: center;
  color: #999999;
  line-height: 1.5;
  font-size: 80%;
}
#footer p {
  margin: 0;
}
#footer a {
  color: #999999;
}
/* About ページ */
.page-about dt {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 5px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
/* archive ページ */
.page-archive .archive-entries .archive-entry {
  margin-bottom: 3em;
}
.page-archive .archive-entries .entry-title {
  font-size: 130%;
  margin: 0 0 .5em;
}
.page-archive .archive-entries .categories {
  margin: 0 0 .5em;
}
.page-archive .archive-entries .entry-description {
  margin: 0 0 1em;
  font-size: 13px;
  line-height: 25px;
}
.page-archive .categories a {
  color: #3f3f3f;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom:5px;
}

.shrbtn{
  padding:0;
  margin:15px 0;
  width: 100%;
  background:#ECEEF1;
  text-align:center;
  display: inline-flex;
}

.share_btn{
  display: inline-block;
  width: calc(100% / 5);
  margin:4px 6px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color:#3f3f3f;
  border:1px solid #ECEEF1;
  border-radius:0;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: 600;
  transition: .3s;
  background:#fafafa;
}

.share_btn:first-of-type{
  margin-left:0;
}

.share_btn:last-of-type{
  margin-right:0;
}

.share_btn:hover{
  color:#3f3f3f;
}

.share_btn .fa {line-height:40px}


/* ### スライドメニュー ### */
#gnav {
  border-top: 1px solid #ECEEF1;
  border-bottom: 1px solid #ECEEF1;
  margin: 0 0 10px;
  background: #ffffff;
  font-size: 0;
  padding: 0 0 0;
}

#gnav .menu a {
  display: block;
  color: #3f3f3f;
  font-size: 13px;
  font-weight: 500;
  text-decoration:none;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;

}


#gnav .gnav-inner {
  width: 100%;
  padding: 12px 20px;
  overflow-x: auto;
  overflow-y: hidden;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

#gnav .menu {
  display: inline-block;
}

/* ### スライドメニューを横いっぱいに広げる ### */
#top-editarea .section {
  width: 100% ;
  margin-left: auto;
  margin-right: auto;

}

#top-editarea{
  margin-bottom: 15px;
}

.id a{
  color: #3f3f3f;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}


.hatena-module-profile .profile-description {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}

.table-of-contents {
  position: relative;
  background-color: #fafafa;
  border:1px solid #ECEEF1;
  padding: 60px 70px 25px;
  border-radius: 0;
  font-size: 14px;
  line-height: 28px;
}


.table-of-contents::before {
  position: absolute;
  display: block;
  text-align: center;
  top: 15px;
  left: 50%;
  margin-left: -1em;
  font-size: 20px;
  font-weight: 700;
  content: '目次';
  z-index: 2;
}


.table-of-contents li a {
  text-decoration: none;
  line-height: 35px;
  color:#3f3f3f;
}

.archive-header-category{
  margin-bottom:25px;
}

.archive-heading{
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  border-bottom:1px solid #ECEEF1;
  font-weight: 600;
  font-size: 21px;
  line-height: 35px;
  padding-bottom:5px;
  margin-bottom:25px;
}

.footer{
  background:#3f3f3f;
  color:#fff;
  padding:30px 0;
}
.footer ul li{
  text-align:center;
  display: block;
}

.footer .footer-title{
  margin-bottom:10px;
}

.footer .footer-copyright{
  font-size:12px;
}

.footer-list{
  padding: 0;
}

.categories a{
  color: #3f3f3f;
  text-decoration: none;
  padding: 4px 0;
  border-radius: 0;
  font-size:13px;
  vertical-align: middle;
  margin-right: 10px;
}

.categories a:before{
  font-family: FontAwesome;
  content:"\f02b";
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
  color:#2f2f2f;
}

/*  import media queries */
/* Media Queries - Retina Display */
@media screen and (min-width: 1139px){

  #blog-title #title{
    font-size: 37px;
    line-height: 60px;
    font-weight:500;
  }

  .hatena-module-search-box .search-module-button {
    background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=b55d01c69f780f5ff608dea0716a54) no-repeat right center;
    background-size: 20px 20px;
  }
  #container {
    border-right: 1px solid #ECEEF1;
    border-left: 1px solid #ECEEF1;
  }
  #content{
    margin: 35px 55px;
  }
  .breadcrumb-inner{
    margin: 0 5%;
  }
  .date a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 15px;
    padding: 1px;
  }
  .date {
    font-weight: 500;
    margin-bottom: 5px;
  }

  .date:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95%;
    top: 0;
    color: #3f3f3f;
  }

  .page-archive .entry-thumb {
    border-radius: 5px;
    margin-right: 20px;
  }

  #box2 .urllist-image {
    border-radius: 5px;
    margin-right: 15px;
  }

  .urllist-date-link time {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 14px;
    padding: 1px;
  }

  .urllist-date-link time:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95%
    top: 0;
    color: #3f3f3f;
  }


  .shrbtn{
    background:none;
  }

  #box2{
    margin-top: 15px;
  }

  .page-archive .archive-entries .entry-title {
    margin-top:10px;
    font-size: 19px;
  }

  .hatena-urllist li a {
    font-size: 13px;
    line-height: 25px;
    color:#3f3f3f;
  }
  #gnav .menu a {
    padding: 0 15px;
  }
}
/* Media Queries - Tablet */
@media screen and (max-width: 1138px){
  #gnav .menu{
    margin-right:20px;
  }
  #gnav .menu a{
    font-size: 12px;
  }
  #container {
    width: 100% ;
    word-wrap: break-word;
    overflow: hidden;
    padding-top: 0;
  }
  #main {
    width: 93.75% ;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2 {
    width: 93.75% ;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2-inner {
    width: 100% ;
  }
  .hatena-module {
    width: 100%;
    float: none;
  }
  .date a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 15px;
    padding: 1px;
  }
  .date {
    font-weight: 500;
    margin-bottom: 5px;
  }

  .date:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 18px;
    top: 0;
    color: #3f3f3f;
  }

  .page-archive .entry-thumb {
    border-radius: 5px;
  }
  #box2 .urllist-image {
    border-radius: 5px;
  }

  .urllist-date-link time {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 14px ;
    padding: 1px;
  }

  .urllist-date-link time:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95% ;
    top: 0;
    color: #3f3f3f;
  }
  .shrbtn{
    background:none ;
  }
.
  .hatena-urllist li a {
    color:#3f3f3f;
  }
  .entry .entry-title{
    font-size: 22px;
  }
  .categories a{
    color: #3f3f3f;
    text-decoration: none;
    padding: 2px 7px;
    border-radius: 2px;
    margin: 0 2px;
  }
  .page-archive .archive-entries .entry-title {
    font-size: 18px;
  }

}
/* Media Queries - Small Tablet & Smartphone */
@media screen and (max-width:640px){
  #globalheader-container {
    position: static;
  }
  #blog-title #title{
    font-size: 30px;
    font-weight:500;
    font-family: 'Nunito', sans-serif;
  }
  #blog-description {
    font-size:11px;
  }
  #container {
    width: 100%;
    word-wrap: break-word;
    overflow: hidden;
    padding-top: 0;
  }
  #main {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2 {
    width: 93.75%
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #box2-inner {
    width: 100%;
  }
  .hatena-module {
    width: 100%;
    float: none;
  }
  .entry-header-menu {
    top: -30px;
    left: 0px;
  }
  .archive-entry-header{
    width : -webkit-calc(100% -90px);
    width: calc(100% - 90px);
    float: right;
  }
  .page-archive .archive-entries .entry-title {
    font-size:14px;
    line-height: 25px;
    font-weight: 400;
    margin:0;
  }
  .archive-entries .entry-description{
    font-size:11px;
    display:none;
  }
  .page-archive .entry-thumb {
    width: 75px;
    height: 75px;
    border: 1px solid #ECEEF1;
    background-size: 100%;
    float:left;
    border-radius: 3px;
  }

  .page-archive .categories{
    display: none;
  }

  .page-archive .archive-entries .archive-entry {
    margin-bottom: 0;
    padding: 17px 0;
    border-bottom: 1px solid #ECEEF1;
}
  .date a {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 12px;
    padding: 1px;
  }
  .date {
    font-weight: 500;
    margin-bottom: 5px;
  }

  .date:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95%;
    top: 0;
    color: #3f3f3f;
  }

  .page-archive .social-buttons{
    display: none;
  }

  #blog-title {
    text-align: center;
    padding: 35px 0 35px;
    margin:0;
  }

  .entry .entry-title{
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  }

  .entry .entry-header{
    padding: 10px 0 10px 0;
    border:none;
  }

  .table-of-contents {
    position: relative;
    background-color: #fafafa;
    border:1px solid #ECEEF1;
    padding: 60px 45px 25px;
    border-radius: 0;
    font-size: 14px;
    line-height: 28px;
  }

  #box2 .urllist-image {
    max-width: 100%;
    width: 75px;
    border-radius: 5px;
    margin-right: 10px;
    border: 1px solid #ECEEF1;
    height: 75px;
  }
  .hatena-urllist li{
    padding: 10px 0 0px;
  }

  .hatena-urllist li a {
    font-size: 13px ;
    line-height: 20px;
    font-weight: 500;
    color: #3f3f3f;
    text-decoration: none;
  }

  .archive-module-year{
    border:none ;
  }

  .urllist-date-link time {
    color: #3f3f3f;
    text-decoration: none;
    font-size: 12px ;
    padding: 1px;
  }

  .urllist-date-link time:before {
    font-family: FontAwesome;
    content: "\f272";
    left: 0;
    font-size: 95% ;
    top: 0;
    color: #3f3f3f;
  }
  .archive-entries{
    margin:0 0 40px;
  }

  .id a{
    font-weight: normal;
    text-decoration: none;
    color: #3f3f3f;
  }

  .entry-content {
    font-size: 14px;
  }
  .hatena-module {
    margin-bottom: 40px;
  }
  .urllist-image{
    width: 70px;
    border-radius: 5px;
  }
  .related-entries .related-entries-entry-body{
    display: none;
  }
  .pager{
    text-align: center;
    margin-bottom: 45px;
  }
  :not(.permalink)>.pager-next{
    float:none ;
    text-align: center ;
  }
  :not(.permalink)>.pager-next a{
    text-decoration: none;
    padding: 10px 100px;
    border-radius: 4px;
    border: 1px solid #ECEEF1;
    background: #fafafa;
    color: #3f3f3f;
  }
  .pager-permalink{
    display:none;
  }
}
/* Media Queries - Smartphone */

/* </system> */
/* <system section="background" selected="default"> */
/* default */
/* </system> */
#lft .f_box .boxtype2{
border:1px solid #888;
border-width:1px 0;
padding:35px 0;
margin:20px 0;
line-height:2;
}
#lft .f_box .boxtype3{
border:1px solid #6e9a52;
border-width:1px 0;
padding:20px;
margin:15px;
line-height:2;
background-color:#eef4ea;
color:#6e9a52;
}
#lft .f_box .boxtype4{
border:1px solid #888;
border-width:1px 0;
padding:30px;
margin:15px;
line-height:2;
}
a.external {
    padding-left: 13px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAO5QAADuUB1UTNawAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAADdSURBVBiVYzxn5fCGTUKSmQEH+P/zB9Ofrz/qDfZvm8DAwMDAwsLLw8oqKsyHS8O/b98Y/v18JQDjM14JDHvLa24q9OvZc4Zfz19gsYKBgeE/w38GRsb/rCJCn1m4NNU/ypWXCF32CmBgl5PFZREjAwMD48/nz/mZcKnABVhgDDZJCQb56nK8ih+1dTGw/Hn3nu3b9RsMTOzsDOyyMng1MLKxMjB9vXGr/HZ+aeb/f//+E+Wm////M/z//5/hVkbu3/8EwO28ov+M//9DDL5TUPqJ4f8/XryG//v/CwDY9m8jCOSUEAAAAABJRU5ErkJggg==) no-repeat scroll left center transparent;
}
.snt_kaisetsu dt{
border-bottom:1px dotted #555;
}

#lft .f_box .boxtype{
border:2px solid #888;
border-width:2px 0;
padding:5px 0;
margin:20px 0;
}
.snt_kaisetsu dd{
padding:0;
margin:0 0 1.2em;
}
.lt_book2{float:left;width:320px;display:table-cell;}
.right_box{
display:block;
text-align:right;
}
.wf-mplus1p {
font-family : 'Noto Sans JP';
color : #000;
font-weight : 900;
border : #000 solid 1px;
padding : 10px;
margin : 20px 0;
transform : rotate(0.05deg);
} 
.ttcenter{
text-align:center;
}

#lft .f_box h3{
border:1px dotted #888;
border-width:0 0 1px;
font-size:18px;
}
#lft .f_box .box{
border:1px solid #333;
border-width:1px 0;
padding:5px 0;
margin:20px 0;
}
.ninja-recommend-article-image{width:120px !important;object-fit:cover;margin:2px 0;}
.ninja-recommend img, .ninja-recommend-articles {
    margin: auto !important;
    padding: 0 !important;
　　object-fit: cover;
}
.ck_title_t{font-size:24px; margin:20px 0 10px;font-weight:100; color:#333; clear:both;}

#lft #file01{
borde-bottomr:2px solid #EB6100;
color:#EB6100;
padding:5px;
}
#lft #file02{
border-bottom:2px solid #278B3A;
color:#278B3A;
padding:5px;
}
#lft #file03{
border-bottom:2px solid #2682C5;
color:#2682C5;
padding:5px;
}
#lft #file04{
border-bottom:2px solid #D81583;
color:#D81583;
padding:5px;
}

#box1{
display:none;
}
#lft .evbox2{
color:#063a75;
font-size:110%;
border:2px solid #063a75;
padding:10px;
}
#lft .evbox{
color:#063a75;
font-size:110%;
border-bottom:2px solid #063a75;
}
#lft .e_blod{
color:#063a75;
font-size:110%;
}
.e_blue{
color:#063a75;
}
p.e_blue{
color:#063a75;
font-weight:bold;
}
th{
white-space: nowrap;
}
.f_box.event p{line-height:1.6;margin:0 0 1.5em}

.e_box{
border:2px solid #555;
padding:15px;
margin:10px 0;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}
.e_box dl{
display:table;
}
.e_box dt,.e_box dd{
display:table-cell;
}

#lft h5{
font-size:1.1em;
}


#lft .e_box h4{
margin:0 0 10px;
padding:0;
}
.talk .sb,.talk .fc{
display:table-cell;
padding:0 5px;
min-width:6.5em;
font-weight:normal;
color:#333;
}
.talk .sb:after,.talk .fc:after{
content:none;
}
.talk span.tk{
display:table-cell;
padding-left:5px;
}

.talk{
display: table;
clear: both;
}
.hide{
display:none;
}

.talk .snavi{border-left:2px solid #B2B2B2;display: table;}
.talk .stenin{border-left:2px solid #305C9F;display: table;}
.talk .stenin_w{border-left:2px solid #9f3048;display: table;}
.talk .stenin .fc{color:#305C9F;}
.talk .stenin_w .fc{color:#9f3048;}
#lft .rt_book dl,#lft .rt_book dt,#lft .rt_book dd{
margin:0;
padding: 0;
}

#lft .rt_book dt{
font-size:110%;
font-weight:normal;
color:#330000;
margin-bottom:8px;
}
#lft .rt_book dt strong{

font-weight:normal;

}


/*北海道書店ナビ専用h2
-----------------------------------------------*/

#lft h2#t_title{
border-left:none;
background-image:none;
text-indent:0;
overflow:none;
width:auto;
min-height:1px;
padding-left:0;
border:0;
}

#lft h3{
padding:0;
background-image:none;
color:#333;
clear:both;
background-color:#FFF;
font-size:16px; margin:20px 0 10px;
line-height:1.6;
border:0;
font-size:1.2em
font-weight:normal;
}

#lft h3.subtitle {font-weight:bold; color:#444; font-size:1.1em;}


#lft h4{
background-color:#FFF;
color:#333;
padding:5px 0;
}



#ajipro{
width:640px;
margin:0 auto;
}

.l_photo,.r_photo{
width:300px;
padding:5px;
float:left;
}
.l_photo{
float:left;
}
.bigtext{
font-size:1.5em
}



/*サイドバータブメニュー*/
.hk_book{font-size:18px;}
.tab{
display: inline-block;
cursor: pointer;
text-align:center;
border-bottom: 1px solid #ebebeb;
font-size:1em;
font-weight: normal;
width: -webkit-calc(100% / 3);
width: -moz-calc(100% / 3);
width: calc(100% / 3);
padding: 10px 0px;
margin-bottom:20px;
float: left;
color: #999;
}
.hatena-module ul{
margin-bottom: 0;
clear: both;
}
.awp{
clear:both;
}


.ck_title3{font-size:16px;line-height:1.7; margin:20px 0 10px;font-weight:bold; color:#5a3a2c; clear:both;}
.coffee{ color:#5a3a2c;}
.active{
background:#fff;
color:#333;
font-weight:bold;
border-bottom:1px solid #333;
}
#container {
  width: 1260px;
  margin: 0 auto;
}

#wrapper {
  width: 980px;
}

#main {
width: 800px;
padding:0 20px 0 0; 
}

#top-box,#top-box div{
border:0;
}

.entry-content table th, .entry-content table td {
    border: 5px solid #FFF;
    padding: 8px 15px;
}



/*share-botton*/
.share-buttons{
    margin-bottom: 10px;
    text-align: center;
}
.share-buttons .inner .share-text{
    font-size: 15px;
}
.share-buttons .inner .hatena-bookmark-button{
    color:#008fde;
    border:1px solid #008fde;
    background: #fff;
}
.share-buttons .inner .hatena-bookmark-button:hover{
    color:#fff;
    background: #008fde;
}
.share-buttons .inner .hatena-bookmark-button:active{
    background: #5478A5;
}
.share-buttons .inner .facebook-button{
    color:#305097;
    border:1px solid #305097;
    background: #fff;
}
.share-buttons .inner .facebook-button:hover{
    color:#fff;
    background: #305097;
}
.share-buttons .inner .facebook-button:active{
    background: #213254;
}
.share-buttons .inner .twitter-button{
    color:#55acee;
    border:1px solid #55acee;
    background: #fff;
}
.share-buttons .inner .twitter-button:hover{
    color:#fff;
    background: #55acee;
}
.share-buttons .inner .twitter-button:active{
    background: #0285b7;
}
.share-buttons .inner .googleplus-button{
    color:#db4a39;
    border:1px solid #db4a39;
    background: #fff;
}
.share-buttons .inner .googleplus-button:hover{
    color:#fff;
    background: #db4a39;
}
.share-buttons .inner .googleplus-button:active{
    background: #a23629;
}
.share-buttons .inner .pocket-button{
    color:#d3505a;
    border:1px solid #d3505a;
    background: #fff;
}
.share-buttons .inner .pocket-button:hover{
    color:#fff;
    background: #d3505a;
}
.share-buttons .inner .pocket-button:active{
    background: #b5392c;
}
.bookbook{padding:5px;margin:5px;display:block:}

/*北海道書店ナビ専用
-----------------------------------------------*/

/*北海道書店ナビ専用h2
-----------------------------------------------*/
h2.syoten_nav{
border-left:none;
background:url(../img/syoten_nav/syoten_nav_h2.jpg) no-repeat 0 0;
text-indent:-777em;
overflow:hidden;
min-height:120px;
_height:120px;
padding-left:0;
}


/*北海道書店ナビの投稿BOXの部分
-----------------------------------------------*/
div.syoten_article{
padding:8px;
margin:10px 0 10px 0;
}
div.syoten_article div{
margin-bottom:-10px\9; /* IE8 and below */
}
div.syoten_article p span{
line-height:160%;
}
div.syoten_article p a{
color:#c1272d;
font-weight:bold;
}
div.syoten_article p a:hover{
text-decoration:underline;
}
div.syoten_article h3{
background:#eadcca url(../img/syoten_nav/syoten_nav_icon.gif) no-repeat 6px 6px;
font-weight:bold;
color:#333;
padding:13px 10px 8px 50px;
font-size:180%;
clear:both;
/*margin-bottom:-25px\9;*/ /* IE8 and below */
}
div.syoten_article h4{
font-weight:bold;
color:#fff;
padding:5px 10px;
font-size:130%;
background-color:#c1272d;
margin:15px 0 5px 0;
clear:both;
}
div.syoten_article h4 .h4_subtitle{

}
div.syoten_article h5{
border-bottom:#000 solid 1px;
padding-bottom:8px;
margin:15px 0 5px 0;
clear:both;
border-left:#c1272d solid 4px;
padding:0 10px 0 12px;
}
div.syoten_article h6,
div.syoten_article .question{
font-size:110%;
font-weight:bold;
color:#333;
margin-top:15px;
clear:both;
display:inline;
}

div.inside_box{
margin:20px 0;
clear:both;
}

.alignright{
float:right;
margin:5px 0 10px 10px;
}
.alignleft{
float:left;
margin:5px 10px 10px 0;
}

.aligncenter{
text-align:center;
margin:10px 0;
}

p.wp-caption-text{
font-size:75%;
text-align:center;
margin-top:5px;
line-height:120%;
}

strong{
line-height:1.4;
color:#330000;
}


/*北海道書店ナビの投稿BOXの部分のpにclearfix
-----------------------------------------------*/
/*div.syoten_article p:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	}
div.syoten_article p {
  min-height: 1px;
}*/

/** html div.syoten_article p {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
/*}*/

/*北海道書店ナビのバックナンバー
-----------------------------------------------*/
#backnumber{
margin:20px 0 0 0;
padding:20px;
background-color:#e0d5c7;
clear:both;
}

#backnumber p#backnum_title{
color:#330000;
margin:0;
font-weight:bold;
font-size:130%;
border-bottom:#330000 solid 1px;
}
#backnumber ul{
margin:10px 0;
}
#backnumber ul li a{
color:#330000;
}


/*align
-----------------------------------------------*/
img.alignright{
margin:5px 0 5px 10px;
float:right;
}
div.alignright{
display:inline;
}
img.alignleft{
margin:5px 10px 5px 0;
float:left;
}
div.alignleft{
display:inline;
}
div.aligncenter{
margin:10px auto;
clear:both;
_text-align:center;
_display:block;
_width:100%!important;
}

div.wp-caption{
/*display:inline;*/
}

/*
ジャンプトップ
-----------------------------------------*/
p#return{
margin:20px 0 10px;
float:right;
background:url(../img/syoten_nav/marker03.png) no-repeat 0 50%;
}
p#return a{
padding-left:16px;
}

/*
バックナンバーへの内部リンク----------------*/
p#to_backnum_title{
background:url(../img/syoten_nav/marker04.png) no-repeat 0 50%;
margin:0 0 0 10px;
}
p#to_backnum_title a{
margin-left:10px;
color:#330000;
font-size:90%;
}
#list3 {
border:1px solid #111111;
}
#list3 div.selected .title {
font-weight:bold;
}
#list3 div div {
border-left:8px solid #6699CC;
padding:5px;
}
#list3 div.title {
background-color:#6699CC;
border:1px solid #3366AA;
cursor:pointer;
padding:10px;
}
#list3 div.selected {
border-bottom:medium none;
}

/*北海道書店ナビのサイドバー
-----------------------------------------------*/
#side_nav{
width:188px;
border-top:#330000 solid 3px;
}
#sidebar_title{
text-align:center;
height:52px;
}
ul.retrieval_item{
margin-bottom:0;
height:27px;
}
ul.retrieval_item li{
float:left;
_width:92px;
}
ul.retrieval_item li a{
text-indent:-777em;
display:block;
width:94px;
height:27px;
overflow:hidden;
}
ul.retrieval_item li a.syoten{
background:url(../img/syoten_nav/syoten_off.jpg) no-repeat 0 0;
}
ul.retrieval_item li a.syoten:hover{
background:url(../img/syoten_nav/syoten_on.jpg) no-repeat 0 0;
}
ul.retrieval_item li a.month{
background:url(../img/syoten_nav/month_off.jpg) no-repeat 0 0;
}
ul.retrieval_item li a.month:hover{
background:url(../img/syoten_nav/month_on.jpg) no-repeat 0 0;
}
ul.retrieval_item li a.current{
background:url(../img/syoten_nav/month_on.jpg) no-repeat 0 0;
}
ul.retrieval_item li a.current2{
background:url(../img/syoten_nav/syoten_on.jpg) no-repeat 0 0;
}
ul.arrow_list li{
background:url(../img/syoten_nav/arrow_close.gif) no-repeat 5px 50%;
margin:10px 0;
line-height:120%;
}
ul.arrow_list{
margin-bottom:0;
}
ul.arrow_list li a{
margin:0 5px 0 20px;
display:block;
}
h3.recent_article{
background-color:#330000;
color:#f0deca;
padding:3px 0 0 0;
text-align:center;
}



ul.navi_syoten{
padding:0;
margin:0;
}
ul.navi_syoten li{
padding: 8px 0 5px 20px;
font-weight:bold;
border-bottom:#EADCCA solid 1px;
background:#CCB69E url(../img/syoten_nav/arrow_name.gif) no-repeat 3px 10px;
}
ul.navi_syoten li a:hover{
color:#330000;
}
ul.navi_syoten li ul.syoten_posts{
border-left:#CCB69E solid 3px;
margin: 0 0 0 -20px;
}
ul.navi_syoten li ul.syoten_posts li{
margin:0;
background-image:none;
padding: 8px 0 5px 0px;
font-weight:normal;
background:#EADCCA url(../img/syoten_nav/arrow_close.gif) no-repeat 5px 12px;
}
ul.navi_syoten li ul.syoten_posts li a{
display:block;
width:160px;
margin-left:17px;
}


/*ul.navi_syoten_order
-----------------------------------------------*/
ul.navi_syoten_order{
padding:0;
margin:0;
}
ul.navi_syoten_order li{
padding:0;
border-bottom:none;
}
ul.navi_syoten_order li ul li{
padding: 8px 0 5px 20px;
font-weight:bold;
border-bottom:#EADCCA solid 1px;
background:#CCB69E url(../img/syoten_nav/arrow_name.gif) no-repeat 3px 10px;
}
ul.navi_syoten_order li ul li a:hover{
color:#330000;
}
ul.navi_syoten_order li ul li ul.syoten_posts{
border-left:#CCB69E solid 3px;
margin: 0 0 0 -20px;
}
ul.navi_syoten_order li ul li ul.syoten_posts li{
margin:0;
background-image:none;
padding: 8px 0 5px 0px;
font-weight:normal;
background:#EADCCA url(../img/syoten_nav/arrow_close.gif) no-repeat 5px 12px;
}
ul.navi_syoten_order li ul li ul.syoten_posts li a{
display:block;
width:160px;
margin-left:17px;
}



/*ページング
-----------------------------------------------*/
.wp-pagenavi {
clear: both;
text-align:center;
_height:30px;
}

.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
background-color:#eee;
color:#000;
padding: 3px 5px;
margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
background-color: #cc0000;
color:#fff;
}

.wp-pagenavi span.current {
font-weight: bold;
background-color: #cc0000;
color:#fff;
}


#paging{
border-top:#333 dotted 1px;
margin:10px 10px 0 10px;
padding:10px 0 0 0;
}

#paging span.pageprev{
float:left;
width:300px;
}
#paging span.pagenext{
float:right;
width:300px;
text-align:right;
}



/*more_tag
-----------------------------------------------*/
a.more-link{
color: #C1272D;
font-weight: bold;
display:block;
}


/**/

.margin_0_0_10_0{
margin:0 0 10px 0!important;
}
.margin_10_0_20_0{
margin:10px 0 20px 0!important;
}



.sns_btns{
margin-bottom:5px;
padding-bottom:5px;
*padding-bottom:15px;
min-height:24px!important;
}

.tweet_btn{
text-align:right;
float:right;
margin-left:5px;
}

.tweet_btn iframe{
width:100px!important;
}
.face_btn{
text-align:right;
float:right;
}

.face_btn iframe{
_width:100px!important;
}
.ck_title2{font-size:22px;line-height:1.7; margin:20px 0 10px;font-weight:bold; color:#333; clear:both;}
#zen{color:#008714;}
#bee{color:#5d0030;}
#dez{color:#ed8e13;}


.awp{
margin:20px auto;
border-collapse:separate;
border-spacing:0 10px;
}
#shopda.awp{
margin:10px auto;
}
.mg10{margin:20px 0 10px 0;}
.rd_img{	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;}
.awp td{ padding:4px 8px; vertical-align:top: }
.awp th{ padding:4px 8px; vertical-align:top; text-align:left; border-left:2px solid #888;white-space: nowrap; width:100px; }
#lft{padding:20px 0; font-size:18px;letter-spacing: 0.05em;}
#lft img{display:block;}
#t_title{font-size:18px;color:#555; padding:20px 0 10px;}
.awp .snavi th{border-left:2px solid #B2B2B2;}
.awp .stenin th{border-left:2px solid #305C9F; color:#305C9F;}
.awp .stenin_w th{border-left:2px solid #9f3048; color:#9f3048;}
.sp_txt{color:#305C9F;}
.awp .inyou th{border-left:2px solid #803f00; color:#803f00;background-color:#FEFEFE;}
.awp .inyou td{ color:#803f00;background-color:#FEFEFE;}
.subtitle {font-weight:bold; color:#444; font-size:1.2em;}
#day_title {font-weight:bold; font-size:20px;line-height:24px; color:#444;}
#up_day{text-align:right;}
.ck_title{font-size:20px; margin:20px 0 10px;font-weight:bold; color:#333; clear:both;}
.ck_title#sobig{font-size:22px; margin:20px 0 10px;font-weight:bold; color:#333; clear:both;}
.lt_book{float:left;width:170px;display:table-cell;}
.f_box{display: tabel;}
.rt_book{padding:0 0 10px 0;line-height:1.6em;display:table-cell;}
.b_title{font-weight:bold;}

#snr{border:1px solid #888;padding:10px; margin:10px 10px 35px: color:#666;}
#snt_title{font-size:16px; Background-color:#333; color:#FFF; padding:4px;}
.snt_snt{font-size:24px; color:#555;margin:15px 0 5px;}
.snt_yomi{font-size:14px; color:#555;}
.snt_kaisetsu{border:1px solid #888;padding:10px; margin:10px: color:#555;}
#ca_title{font-weight:bold; color:#333; font-size:26px; clear:both;}
#leada{font-size:16px;}
.captext{color:#005783;line-height:1.4;}
link_b{color:#0068B6;text-decoration:underline;}
a.link_b{color:#0068B6;text-decoration:underline;}
.captext a.link_b,.snavi a.link_b,.mb10 a.link_b{color:#0068B6;text-decoration:underline;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb80{margin-bottom:80px;}
.f_box{margin-bottom:120px;}
#lft a:link,#lft a:visited{color:#0068B6;text-decoration:underline;}
#lft a:hover,#lft a:active{color:#004477;text-decoration:underline;}
.cnt{margin:0 auto;display:block;}
#inyou{text-align:center;font-weight:bold;}
.lobox{float:left;width:310px;}
.robox{margin:0 0 0 320px;padding:1px 0 0 0;}
strong.small{font-wight:100;}span.smlaa{font-size:12px;}

.mbauto{display:block;margin:20px auto;}

.pdd{padding:20px 0 45px; clear:both;}

.f_box .lht{line-height:1.6;margin:0 0 1.5em}




/**{
border:#ff0000 solid 1px;
}*/

/*ul.acc, ul.acc li ul { 
margin: 0; 
padding: 0; 
list-style: none; 
} 

ul.acc a{ 
display: block; 
height: 30px; 
line-height: 30px; 
color: #feffff; 
} 

ul.acc { 
background-color: #185AAC; 
} 
  
ul.acc li ul { 
background-color: #A6B5E2; 
} */




/*
dl	{
	padding: 0 5px;
	margin-bottom: 15px;
}
dt	{
	background: url(../image/dt.gif) no-repeat 5px 10px;
	padding: 5px 5px 5px 18px;
	font-weight: bold;
	border: 1px solid #727272;
}
dd	{
	padding: 5px 5px 5px 15px;
}
dd li	{
	background: url(../image/icon.gif) no-repeat 0 7px;
	padding: 0 0 0 10px;
}*/


#lft blockquote{
color:#b55900;
}
h3{
padding: 0 0 3px;
border-bottom:double #333;

}