/* <system section="theme" selected="8599973812272433962"> */
@charset "utf-8";
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
/*
Theme: PROCRASIST
Author: Codomisu
Description:
ほけきよ様専用テーマ

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 `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold;
}
/**
* 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 `!important` 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: bold;
}
/* 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: #454545;
  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 #dddddd;
  color: #454545;
}
/* Buttons */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  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: bold;
  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 に背景色や文字色を指定することでiframeの中にも色が反映されます。
*/
#globalheader-container {
  background-color: #333;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#tmptitle a{
  font-size: 35px;
}
/* container */
#container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
#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: 93.75%;
  margin-left: auto;
  margin-right: auto;
}
#box2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* 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: 'Exo', sans-serif;
  text-align: center;
  padding: 10px 0;
  height:320px;
  width:100%;
  background: url('https://cdn-ak.f.st-hatena.com/images/fotolife/c/codomisu/20170624/20170624134118.jpg') 0 0 no-repeat;
  
  background-size: cover;  
}
#tmptitle:hover{
  color: #5f5f5f;
}


.pg-canvas{
  position: absolute !important;
  z-index: 1;
}
#blog-title-inner:after {
  z-index: 2;
  position: relative;
  font-family: FontAwesome;
  content: "\f1eb";
  color:white;
  font-size: 90px;
  border: inherit; /* 継承 */
  animation: fluffy1 3s ease infinite;
}


#blog-title-content{
  margin-bottom: 15px;
  z-index: 2;
  position: relative;
}

#tmptitle {
  margin: 60px 0 0;
}
#tmptitle a {
  color: #fff;
}
#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;
  color:white;
}
/* ヘッダ画像を設定したとき */
.header-image-enable #tmptitle {
  padding-top: 70px;
}
.header-image-enable #tmptitle,
.header-image-enable #blog-description {
  padding-left: 20px;
}
/* パンくず（カテゴリーページで表示されます） */
#top-box {
  margin: 10px auto 20px;
  font-size: 90%;
}
#top-box .breadcrumb {
  font-size: 10px;
  border: 1px solid #dddddd;
  padding: 10px;
}
/* entry */
.entry {
  position: relative;
  margin-bottom: 50px;
}
.entry-header {
  padding: 0 0 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.entry-title {
  margin: 0;
  line-height: 1.3;
  font-size: 18px;
}
/* 日付 */
.date {
  font-weight: bold;
  margin-bottom: 10px;
}
.date a {
  color: #1487bd;
  text-decoration: none;
  font-size: 90%;
  font-family: BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif !important;
}
/* カテゴリ */
.categories {
  margin-top: 10px;
  font-size: 80%;
  line-height: 25px;
}
.categories a {
  color: #454545;
  margin: 0 1px;
  text-decoration: none;
  background: #ECEEF1;
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 11px;
}
.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: #454545;
  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: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.entry-header-menu a:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
/* entry-content の中の書式 */
.entry-content {
  font-size: 14px;
  line-height: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  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 #dddddd;
  margin: 0 0 10px;
  padding: 20px;
}
.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;
}
.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 #dddddd;
  position: relative;
}
.comment-box li:first-child {
  border-top: 1px solid #dddddd;
}
.comment-box .read-more-comments {
  padding-left: 0;
}
.comment-box .hatena-id-icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 50px !important;
  height: 50px !important;
  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: 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: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #454545;
  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: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}
.leave-comment-title:hover {
  background-color: #f5f5f5;
  text-decoration: none !important;
}
/* sidebar */

/*
#box2 {
font-size: 85%;
line-height: 1.5;
}
*/

.hatena-module {
  margin-bottom: 60px;
}
.hatena-module-title {
  font-weight: bold;
  text-align: center;
  background: #fff;
  color: #454545;
  font-size: 16px;
  padding: 6px;
  border-bottom: 1px solid;
  border-top: 1px solid;
  margin: 0 0 15px;
}
.hatena-module-title a {
  color: #454545;
  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: bold;
  font-size: 110%;
  margin-bottom: 5px;
}
.hatena-module-profile .profile-description {
  font-size: 12px;
}
.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 #3f3f3f;
  line-height: 22px;
}
.hatena-urllist li a {
  text-decoration: none;
}
.urllist-with-thumbnails li .urllist-image {
  margin: 0 .7em 0 0 !important;
}
.id a {
  color: #454545;
  text-decoration: none;
  font-size:15px;
}

/* Search module */
.hatena-module-search-box .search-form {
  border: 2px 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: 5px;
  color: #454545;
  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=d521df40822702b2798181e2322e97) no-repeat right center;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 5px;
  right: 5px;
  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: 45px 0;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  font-size: 80%;
}
#footer p {
  margin: 0;
}
#footer a {
  color: #fff;
}
/* About ページ */
.page-about dt {
  font-size: 16px;
  font-weight: bold;
  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;
  line-height: 1.7em;
  font-size: 95%;
}
.page-archive .categories a {
  color: #fff;
  font-size: 70%;
  background: #aaa;
  padding: 3px 5px;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 2px;
}

.archive-entry-header{
  width : -webkit-calc(100% -90px) ;
  width: calc(100% - 90px);
  float: right;
}
.archive-entries .entry-title{
  font-size:13px !important;
  line-height: 20px;
  font-weight: 500;
  margin:0 !important;
}
.archive-entries .entry-description{
  font-size:12px !important;
  display:none;
}
.page-archive .entry-thumb {
  width: 75px;
  height: 75px;
  border: 2px solid #454545;
  background-size: 100%;
  float:left;
  border-radius: 5px;
}

.page-archive .categories{
  display: none;
}
.archive-entry{
  margin-bottom: 0.7em !important;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #3f3f3f;
}

.date a {
  color: #454545;
  text-decoration: none;
  font-size: 12px !important;
  margin-bottom:10px;
  background: #4e95a0;
  border-radius: 0 5px 5px 0;
  padding: 2px 9px 2px 6px;
  margin-left: -9px;
  color: #fff !important;
}

.date:before {
  font-family: FontAwesome;
  content: "\f272";
  left: 0;
  background: #4e95a0;
  font-size: 13px !important;
  top: 0;
  color: white;
  padding: 6px 6px 7px 7px;
  border-radius: 30px;
  vertual-align:middle;
}


.entries-access-ranking-item .urllist-image{
  width: 75px;
  height: 75px;
  border: 2px solid #454545;
  background-size: 100%;
  float:left;
  border-radius: 5px;
}

.urllist-title{
  font-size:13px !important;
  line-height: 20px;
  font-weight: 500;
  margin:0 !important;
  color:#454545;
}
.urllist-title:visited{
  color:#454545;
}

.urllist-date-link{
  margin-bottom: 5px;
}

.urllist-date-link time{
  color: #454545;
  text-decoration: none;
  font-size: 12px !important;
  margin-bottom:10px;
  background: #4e95a0;
  border-radius: 0 5px 5px 0;
  padding: 2px 9px 2px 6px;
  margin-left: -9px;
  color: #fff !important;
}

.urllist-date-link a:before {
  font-family: FontAwesome;
  content: "\f272";
  left: 0;
  background: #4e95a0;
  font-size: 13px !important;
  top: 0;
  color: white;
  padding: 6px 6px 7px 7px;
  border-radius: 30px;
  vertual-align:middle;
}

.hatena-module-body{
  width:93.75%;
  margin-left: auto;
  margin-right: auto;
}

.urllist-entry-body {
  font-size: 10px;
  line-height: 1.5;
}

#sns-follow{
  margin-bottom:23px;
  text-align:center;
  margin-top:-75px;
}

.sns-btn {
  display: inline-block;
  color:white;
  margin:0 3px;
  width:45px;
  height:45px;
  border:2px solid white;
  border-radius:30px;
}
.sns-icon{
  font-size:22px;
  line-height: 47px;
}
.sns-htn{
  font-size: 25px;
  line-height: 42px;
}

/* ### サイドバータブメニュー ### */
.tab{
  display: inline-block;
  text-align: center;
  padding: 8px 1px;
  width: calc(33.3333% - 4px);
  background: #fff;
  border-top: 1px solid #3f3f3f;
  border-right: 1px solid #3f3f3f;
  border-bottom: 1px solid #3f3f3f;
  font-size: 12px;
  cursor: pointer;
  float:left;
}
.urllist-with-thumbnails {
  margin-top: 10px;
}

.recent-entries img {
  width: 75px;
  height: 75px;
  border: 2px solid #454545;
  background-size: 100%;
  float: left;
  border-radius: 5px;
}
.tab:nth-of-type(1) {
  border-left: 1px solid #3f3f3f;
}

/* ### サイドメニュー ### */

#menu{
  overflow: scroll;
}

#menu ul {
  text-align:center;
  list-style: none;
  padding: 0;
  font-size: 0;
  margin-top:-10px;
}

#menu li {
  border-bottom:1px solid #fff;
  vertical-align: top;
  padding:10px 0;
  font-size: 13px;
}

#menu a,#menu a:visited{
  text-decoration: none;
  color: #fff;
}
#menu-title h2{
  font-family: 'Exo', sans-serif;
  text-decoration: none;
  font-size: 28px;
  color: #fff;
  margin:0;
}

#menu-title{
  text-align:center;
  margin:30px 0;
}

#menu-title p{
  text-decoration: none;
  color: #fff;
  margin:0;
  font-size:10px;
}

#menu {
  z-index: 1;
  position: fixed;
  top: 0;
  left: -100%; /* メニューのwidth + padding */
  width: 100%; /* メニューのwidth */
  height: 100%;
  transition: right 0.5s, left 0.5s; /* アニメーション */
  background-color:rgba(25, 25, 25, 0.95);
}

#menu-search{
  margin:25px 5px;
}
.menu-searchbtn{
  color:#fff;
  margin-left:-5px;
}

#menu-profile{
  overflow:hidden;
  color:white;
  margin-right: 12px;
  margin-left: 12px;
  margin-bottom: 20px;
}
#menu-profile p{
  margin-top: 2px;
  font-size: 10px;
}

#menu li:hover{
  -webkit-transition: all .3s;
  transition: all .3s;
  background:rgba(255, 255, 255, 0.95);
}
#menu li:hover>a{
  color:rgba(25, 25, 25, 1);
}

#menu .follow-htn:hover{
  background:#3f3f3f;
}
#menu .follow-twt:hover{
  background:#00ACEE;
}

#menu .follow-fdy:hover{
  background:#70CA3B;
}

.menu-header{
  color: #3f3f3f;
  background:#fff;
  font-size: 13px;
  padding: 3px 0;
  text-align: center;
}

#menu-profile h2{
  margin: 0;
  font-weight:500;
  font-size: 16px;
}

#menu-profile img{
  float: left;
  width: 60px;
}

.toggle {
  font-size: 50px;
  cursor: pointer;
}

#menu-title h2:hover{
  color: #5f5f5f;
}

.toggle:hover {
  text-decoration: underline;
}

#open {
  display: none;
}

#open:checked + #menu {
  left: 0;
}


#profile-right{
  width:calc(100%-70px);
}
#profile-left{
  float:left;
  width:70px;
}

.archive-heading{
  text-align: center;
  font-size: 16px !important;
  padding: 8px;
  border-top: 1px solid #3f3f3f;
  border-bottom: 1px solid #3f3f3f;
}


.pager{
  text-align: center;
  margin: 45px 0;
}
:not(.permalink)>.pager-next{
  float:none !important;
  text-align: center !important;
}
:not(.permalink)>.pager-next a{
  text-decoration: none;
  padding: 10px 100px;
  border-radius: 4px;
  border: 1px solid #3f3f3f;
  color: #3f3f3f;
}
.pager-permalink{
  display:none;
}

/* ### 目次 ### */

.table-of-contents {
  position: relative;
  background-color: #ECEEF1;
  padding: 50px 10px 20px 35px !important;
  border-radius: 6px;
  font-size: 14px;
  line-height: 28px;
}

.table-of-contents::before {
  position: absolute;
  display: block;
  text-align: center;
  top: 12px;
  left: 50%;
  margin-left: -1em;
  font-size: 18px;
  font-weight: 700;
  content: '目次';
  z-index: 1;
}

/* ### 細いおすすめラベル ### */
.header-info {
  position: relative;
  z-index: 0;
  border-bottom: 1px solid #c5c5c5;
}
.header-info a {
  display: block;
  font-size: .7em;
  text-decoration: none;
  text-align: center;
  color: #3f3f3f;
  background: #ECEEF1;
  padding: .4em;
}


/* ### シェアボタン ### */
.shrbtn{
  padding:4px 0;
  margin:5px 0;
  text-align:center;
}
.share_btn:hover {
  opacity: 0.9 ;
}

.share_btn{
  display: inline-block;
  text-decoration: none;
  width: 17%;
  margin:4px 0.1%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color:#414141;
  background:#ECEEF1 !important;
  border:1px solid #c5c5c5;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-weight: bold;
  transition: .3s;
}

.share_btn:visited{
  color:#414141;
}
.share_btn .fa {line-height:40px}
.share_btn.shtw {background:#50a5dc;}
.share_btn.shfb {background: #59699e;;}
.share_btn.shpkt {background: #ff6d82;}
.share_btn.shfdly {background: #72bf6b;}
.share_btn.shgp {background: #4298d4;}
.share_btn.shrp7 {background: #e45959;}


.share_btn.shtw:hover {color:#50a5dc;}
.share_btn.shfb:hover {color: #59699e;;}
.share_btn.shpkt:hover {color: #ff6d82;}
.share_btn.shfdly:hover {color: #72bf6b;}
.share_btn.shgp:hover {color: #4298d4;}
.share_btn.shrp7:hover {color: #e45959;}

/* ###　タイトル(ロゴ)+メニュー+読者登録ボタン ### */
#titlebar {
  top:0;
  position:fixed;
  transition: transform 0.5s ease;
  display: block;
  height: 50px;
  left: 0;
  width: 100%;
  z-index: 10001;
  background: rgba(0,0,0,0);
}

/* ### タイトル右の読者登録ボタン ### */
#titlebar .tg-right {
  text-decoration: none;
  height: 60px;
  right: 0;
  position: absolute;
  width: 100px;
  outline: 0;
  border: 0;
}

#titlebar .tg-right::before {
  padding: 5px 0 10px;
  font-family: FontAwesome;
  background: rgba(24,24,24,0.5);
  color: #fff;
  content: "\f0c9";
  display: block;
  font-size: 25px;
  height: 30px;
  right: 8px;
  top: 8px;
  border-radius: 5px;
  line-height: 36px;
  position: absolute;
  text-align: center;
  width: 45px;
}

#titlebar .tg-right::before {
  padding: 11px 0 10px;
  font-family: FontAwesome;
  background: rgba(24,24,24,0.5);
  color: #fff;
  content: "\f0c9";
  display: block;
  font-size: 25px;
  height: 34px;
  right: 15px;
  top: 15px;
  border-radius: 5px;
  line-height: 36px;
  position: absolute;
  text-align: center;
  width: 56px;
}

.page-index .archive-entry:nth-of-type(3){
  padding-top: 0.7em;
  clear: both;
  border-top:1px solid #3f3f3f;
  
}
.page-index .archive-entry:nth-of-type(1){
  width:48%;
  float:left;
  border:none !important;
}
.page-index .archive-entry:nth-of-type(2){
  width:48%;
  float:right;
  border:none !important;
}
.page-index .archive-entry:nth-of-type(1) .entry-thumb{
  display:none;
}
.page-index .archive-entry:nth-of-type(2) .entry-thumb{
  display:none;
}
.page-index .archive-entry:nth-of-type(1) .entry-thumb-link{
  position:relative;
  z-index: 1;
  display: block;
  background-position: center center;
  background-size: cover;
  margin-bottom: 10px;
  width: 100%;
  height: 100px;
  border: 1px solid #3f3f3f;
  border-radius: 5px;
}
.page-index .archive-entry:nth-of-type(2) .entry-thumb-link{
  position:relative;
  z-index: 1;
  display: block;
  background-position: center center;
  background-size: cover;
  margin-bottom: 10px;
  width: 100%;
  height: 100px;
  border: 1px solid #3f3f3f;
  border-radius: 5px;
}

.page-index .archive-entry:nth-of-type(1) .archive-entry-header,.page-index .archive-entry:nth-of-type(2) .archive-entry-header{
  width:100%;
}
.archive-entry:nth-of-type(1) .entry-title,.page-index .archive-entry:nth-of-type(2) .entry-title{
  margin-top: 0 !important
}
.page-index .archive-entry:nth-of-type(1) .date,.page-index .archive-entry:nth-of-type(2) .date{
  margin-top: 110px;
}

#top-editarea{
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}

/* ### スライドメニュー ### */
#gnav {
  border-top:1px solid #c5c5c5;
  border-bottom:1px solid #c5c5c5;
  background: #ffffff;
  font-size: 0;
  margin-top: 0;
  padding:0;
}

#gnav .menu a {
  display: block;
  color: #3f3f3f;
  font-size: 11px;
  font-weight: bold;
  padding: 10px 10px;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
  text-decoration:none;
}

#gnav .gnav-inner {
  width: 100%;
  padding: 0 10px;
  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% !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0em;  
}

/* エントリ内の見出し */
.entry-content h2{
  margin:20px 0 13px !important;
  font-size:17px !important;
  position: relative !important;
  color: white !important;
  background: #4e95a0 !important;
  line-height: 1.4 !important;
  border:none !important;
  padding: 0.5em 0.5em 0.5em 1.8em  !important;
}

.entry-content h2:before {/*疑似要素*/
  font-family: FontAwesome  !important;
  content: "\f14a"  !important;
  position: absolute  !important;
  border:none !important;
  left : 0.5em  !important; /*左端からのアイコンまでの距離*/
}

.entry-content h3 {
  font-size: 16px;
  position: relative;
  color: #3D3F44;
  border-bottom: 4px solid #f3f3f3;
  padding: 3px 10px;
  margin:30px 0 10px 0;
}
.entry-content h3::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 20%;
  height: 4px;
  background-color:#4e95a0;
  z-index: 1;
  content: '';
}

.entry-content h4 {
  font-size: 15px;
  color:#3D3F44;
  position: relative;
  padding-left: 1.2em;/*アイコン分のスペース*/
  line-height: 1.4;
  margin:20px 0 8px 0;
}

.entry-content h4:before{
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  font-size: 1em;
  left: 0;
  top: 0;
  color: #4e95a0;
}

/* ### SNSフォローボタン ### */
.flwme{
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}
.flwme:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #3f3f3f;
  border-radius: 2px;
}
.follow-btn{
  margin-top:25px;
  font-size:18px !important;
  text-align:center;
}
.follow-htn{
  background:#565656;
  border-bottom:2px solid #3f3f3f;
}
.follow-twt{
  background:#00ACEE;
  border-bottom:2px solid #0097D6;
}

.follow-fdy{
  background:#70CA3B;
  border-bottom:2px solid #55B31D;
}
.flwtxt{
  font-size:14px;
}
.flwbtn-menu{
  -webkit-transition: all .3s;
  transition: all .3s;
}
.flwbtn{
  color:#fff;
  border-radius: 5px;
  display:inline-block;
  
  width:calc(33.33333% - 8px);
  padding:7px 0 7px;
  color:#fff;
}
.flwbtn-menu{
  color:#fff;
  background:transparent;
  border:1px solid #fff;
  border-radius: 5px;
  display:inline-block;
  
  width:calc(33.33333% - 8px);
  padding:7px 0 7px;
}

.flwbtn:hover{
  border-bottom:none;
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
}
.follow-icon {
  padding: 0 0 3px 0;
  font-size: 21px !important;
  vertical-align: middle;
  line-height: 0; 
}

.follow-icon-menu{
  padding: 0 0 4px 0;
  font-size: 21px !important;
  vertical-align: middle;
  line-height: 0; 
}

/* ### フッター ### */
#footer{
  background:#3f3f3f;
}
#footer-title{
  margin-bottom:10px;
  font-size:14px;
}
#footer p{
  font-size:10px;
}

/* ### その他の細かな設定 ### */
.hatena-module{
  clear:both;
}

li:nth-child(1).urllist-item {
  padding-top: 23px;
}

.hatena-module-profile {
  margin-bottom: 25px;
}

.hatena-module-title2 {
  border-bottom: none !important;
}

.active{
  color: white;
  background: #3f3f3f;/*反応しているタブの背景色*/
}
.hatena-module-title2{
  border-bottom: 1px solid #3f3f3f;/*タブの下線*/
}

.search-module-input {
  padding: 5px;
  color: #fff;
  background: none;
  border: none;
  outline: none;
  height: 20px;
  width: 90%;
}
.search-form {
  font-size: 12px;
  border: 2px 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;
}
.search-module-button {
  background: transparent;
  width: 20px;
  height: 20px;
  border: none;
  outline: none;
  text-indent: -9999px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.htb-cnt {
  vertical-align: 10%;
  font-size: 10px;
}
.fb-cnt {
  vertical-align: 10%;
  font-size: 10px;
}
.twt-cnt{
  vertical-align: 7%;
  font-size: 10px;
}

.shwbtn {
  position:relative;
  background: #ECEEF1;
  padding: 7px 50px;
  text-align: center;
  font-size: 15px;
  border-radius: 5px;
  color: #fff;
  color:#454545;
}

.shwbtn:before {
  padding: 5px 12px;
  border-radius: 6px;
  font-family: FontAwesome;
  content: "\f078";
  position: absolute;
  font-size: 1em;
  left: 0;
  top: 0;
  color: #3f3f3f;
}

.table-of-contents{
  display:none;
}

.entry-title-link:hover{
  color: #5f5f5f;
}
.sns-btn:hover{
  color:#3f3f3f !important;
  background:#fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.entry-thumb-link {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.entry-thumb-link:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.entry-thumb,.entry-thumb-link{
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.entry-thumb:hover,.entry-thumb-link:hover{
  opacity: .5;
}

:not(.permalink)>.pager-next a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
}
:not(.permalink)>.pager-next a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
:not(.permalink)>.pager-next a:hover {
  color: #fff;
}
:not(.permalink)>.pager-next a:hover::after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  background: #333;
}
:not(.permalink)>.pager-next a::before,
:not(.permalink)>.pager-next a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
:not(.permalink)>.pager-next a,
:not(.permalink)>.pager-next a::before,
:not(.permalink)>.pager-next a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* 表示ボタン */

.openBtn {
  position: relative;
  cursor: pointer;
  padding: 5px 1px 5px 10px; 
  width:70%;
  color: #ffffff;
  background-color:#FF9E5E;
  border-radius: 6px;
  text-align:center;
}

.openBtn:before{ 
  padding: 5px 12px; 
  border-radius: 6px;
  font-family: FontAwesome;
  content: "\f078";
  position: absolute;
  font-size: 1em;
  left: 0;
  top: 0;
  color: #ffffff; 
  background-color:#FF9E5E;
}

.openBtn:hover {
  opacity: 0.7;
}
.textArea{
  display:none;
}
#title{
display:none
}
.sns-icon {
    font-size: 22px !important;
    line-height: 47px !important;
}

.page-index .social-buttons{
display:none;
}

.follow-btn a{
 text-decoration:none !important;
 color:#fff !important;
}

#sns-follow a{
 text-decoration:none !important;
 color:#fff;
}
#sns-follow a:hover{
 text-decoration:none !important;
 color:#3f3f3f;
}



@media screen and (max-width: 550px){
  .page-entry #blog-title{
    height: 220px;
  }
  .page-entry #tmptitle {
    margin: 35px 0 0;
  }
  .page-entry #sns-follow {
    display: none;
  }
  
  .page-entry #blog-title-inner:after {
    /*   display:none;*/
  }
  #titlebar .tg-right::before {
    padding: 5px 0 5px;
    width: 45px;
    right: 10px;
    top: 10px;
  }
}

@media screen and (min-width: 800px){
  #menu {
    width: 50%; /* メニューのwidth */
  }
  .entry-content{
    font-size:16px;
  }
  .entry-title{
    font-size:22px;
  }
  .archive-entries .entry-description {
    font-size: 12px !important;
    display: block;
  }
  .archive-entries .entry-title {
    font-size: 18px !important;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 10px !important;
  }
  .archive-entry {
    border-bottom: 1px solid #dddddd;
  }
  .page-index .archive-entry:nth-of-type(1) .entry-thumb-link,.page-index .archive-entry:nth-of-type(2) .entry-thumb-link {
    height: 150px;
  }
  .page-index .archive-entry:nth-of-type(1) .date, .page-index .archive-entry:nth-of-type(2) .date {
    margin-top: 160px;
  }
  .page-index .archive-entry:nth-of-type(1) .entry-thumb-link,.page-index .archive-entry:nth-of-type(2) .entry-thumb-link {
    height: 150px;
  }
  
  .page-index .archive-entry:nth-of-type(1) .date, .page-index .archive-entry:nth-of-type(2) .date {
    margin-top: 160px;
  }
  
  .archive-entry{
    border-bottom: 1px solid #3f3f3f;
  }
  
  .urllist-date-link time {
    padding: 1px 9px 1px 6px;
  }
}


@media screen and (min-width: 1000px){
  #tmptitle a {
    font-size: 40px;
  }
  #blog-title {
    height: 345px;
    background: url('https://cdn-ak.f.st-hatena.com/images/fotolife/c/codomisu/20170630/20170630123018.png') 0 0 no-repeat;
    background-size: cover;  
  }
  #sns-follow {
    margin-bottom: 38px;
    text-align: center;
    margin-top: -89px;
  }
  #content {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding-top: 37px;
  }
  #content-inner{
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
  }
  
  #main {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    float: left;
  }
  #box2 {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    float: right;
  }
  #menu {
    width: 40%; /* メニューのwidth */
  }
  .archive-entries .entry-description {
    font-size: 12px !important;
    display: block;
  }
  .archive-entries .entry-title {
    font-size: 18px !important;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 10px !important;
  }
  .archive-entry {
    border-bottom: 1px solid #dddddd;
  }
  
  .pager{
    text-align: right;
  }
  .entry-content {
    font-size: 16px;
    line-height: 27px;
  }
  .page-index .archive-entry:nth-of-type(1) .entry-thumb-link,.page-index .archive-entry:nth-of-type(2) .entry-thumb-link {
    height: 150px;
  }
  .page-index .archive-entry:nth-of-type(1) .date, .page-index .archive-entry:nth-of-type(2) .date {
    margin-top: 160px;
  }
  .page-index .archive-entry:nth-of-type(1) .entry-thumb-link,.page-index .archive-entry:nth-of-type(2) .entry-thumb-link {
    height: 150px;
  }
  
  .page-index .archive-entry:nth-of-type(1) .date, .page-index .archive-entry:nth-of-type(2) .date {
    margin-top: 160px;
  }
  
  .archive-entry{
    border-bottom: 1px solid #3f3f3f;
  }
  
  .urllist-date-link time {
    padding: 1px 9px 1px 6px;
  }
  
  .entry-title {
    margin: 0;
    line-height: 30px;
    font-size: 23px;
  }
  #gnav .menu a:hover {
    background-color: #3f3f3f;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  #tmptitle {
    margin: 50px 0 0;
  }
  #menu-profile h2 {
    font-size: 18px;
  }
  #menu-profile p {
    font-size: 11px;
  }
  #container {
    background: #f7f7f7;
  }
  #content{
    background: #fff;
  }
  .pg-canvas{
    display: none !important;
  }
}



@media screen and (min-width: 1240px){
  #tmptitle a {
    font-size: 45px;
  }
  #blog-title {
    height: 350px;
    background: url('https://cdn-ak.f.st-hatena.com/images/fotolife/c/codomisu/20170630/20170630123018.png') 0 0 no-repeat;
    background-size: cover;  
  }
  #sns-follow {
    margin-bottom: 33px;
    text-align: center;
    margin-top: -85px;
  }
  #content {
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding-top: 37px;
  }
  #content-inner{
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
  }
  #main {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    float: left;
  }
  #box2 {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    float: right;
  }
  
  .entry-content {
    font-size: 16px;
    line-height: 27px;
  }
  
  #tmptitle{
    font-size:40px;
  }
  
  .archive-entries .entry-description {
    font-size: 12px !important;
    display: block;
  }
  .archive-entries .entry-title {
    font-size: 18px !important;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 10px !important;
  }
  .archive-entry {
    border-bottom: 1px solid #dddddd;
  }
  
  
  #menu {
    width: 30%; /* メニューのwidth */
  }
  
  
  
  .archive-entry-header {
    width: -webkit-calc(100% -120px);
    width: calc(100% - 120px);
  }
  .page-archive .entry-thumb {
    width: 100px;
    height: 100px;
  }
  .pager{
    text-align: right;
  }
  .share_btn{
    width: 18.5%;
  }
  
  .entry-title {
    margin: 0;
    line-height: 30px;
    font-size: 23px;
  }
  #top-box {
    margin: 10px auto 0;
  }
  #top-box .breadcrumb {
    font-size: 12px;
  }
  .table-of-contents {
    position: relative;
    background-color: #ECEEF1;
    padding: 80px 100px 20px 100px !important;
  }
  .table-of-contents:before {
    top:30px;
    margin-bottom: 50px;
  }
  
  #titlebar .tg-right::before {
    padding: 11px 0 10px;
    font-family: FontAwesome;
    background: rgba(24,24,24,0.5);
    color: #fff;
    content: "\f0c9";
    display: block;
    font-size: 25px;
    height: 34px;
    right: 15px;
    top: 15px;
    border-radius: 5px;
    line-height: 36px;
    position: absolute;
    text-align: center;
    width: 56px;
  }
  
  .page-index .archive-entry:nth-of-type(1) .entry-thumb-link,.page-index .archive-entry:nth-of-type(2) .entry-thumb-link {
    height: 190px;
  }
  
  .page-index .archive-entry:nth-of-type(1) .date, .page-index .archive-entry:nth-of-type(2) .date {
    margin-top: 210px;
  }
  .archive-entry{
    border-bottom: 1px solid #3f3f3f;
  }
  
  .urllist-date-link time {
    padding: 1px 9px 1px 6px;
  }
  
  #gnav .menu a {
    display: block;
    color: #3f3f3f;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 20px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    text-decoration: none;
  }
  #gnav .menu a:hover {
    background-color: #3f3f3f;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  #title {
    margin: 50px 0 0;
  }
  #menu-profile h2 {
    font-size: 18px;
  }
  #menu-profile p {
    font-size: 11px;
  }
  #container {
    background: #f7f7f7;
  }
  #content{
    background: #fff;
  }
  .pg-canvas{
    display: none !important;
  }
}







@media screen and (min-width: 1450px){
  #blog-title {
    height: 355px;
    background: url('https://cdn-ak.f.st-hatena.com/images/fotolife/c/codomisu/20170630/20170630123018.png') 0 0 no-repeat;
    background-size: cover;  
  }
  #sns-follow {
    margin-bottom: 33px;
    text-align: center;
    margin-top: -85px;
  }
  #title a {
    font-size: 50px;
  }
  #content {
    width: 1450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding-top: 37px;
  }
  #content-inner{
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
  }
  #main {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
    float: left;
  }
  #box2 {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    float: right;
  }
  .entry-title {
    margin: 0;
    line-height: 30px;
    font-size: 24px;
  }
  #title{
    font-size:40px;
  }
  
  .entry-content {
    font-size: 17px;
    line-height: 27px;
  }
  
  .archive-entries .entry-description {
    font-size: 12px !important;
    display: block;
  }
  .archive-entries .entry-title {
    font-size: 18px !important;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 10px !important;
  }
  .archive-entry {
    border-bottom: 1px solid #dddddd;
  }
  
  
  #menu {
    width: 30%; /* メニューのwidth */
  }
  
  .archive-entry-header {
    width: -webkit-calc(100% -120px);
    width: calc(100% - 120px);
  }
  .page-archive .entry-thumb {
    width: 100px;
    height: 100px;
  }
  .pager{
    text-align: right;
  }
  .share_btn{
    width: 18.5%;
  }
  
  .entry-title {
    margin: 0;
    line-height: 30px;
    font-size: 24px;
  }
  #top-box {
    margin: 10px auto 0;
  }
  #top-box .breadcrumb {
    font-size: 12px;
  }
  .table-of-contents {
    position: relative;
    background-color: #ECEEF1;
    padding: 80px 100px 20px 100px !important;
  }
  .table-of-contents:before {
    top:30px;
    margin-bottom: 50px;
  }
  .page-index .archive-entry:nth-of-type(1) .entry-thumb-link,.page-index .archive-entry:nth-of-type(2) .entry-thumb-link {
    height: 190px;
  }
  .page-index .archive-entry:nth-of-type(1) .date, .page-index .archive-entry:nth-of-type(2) .date {
    margin-top: 210px;
  }
  .archive-entry{
    border-bottom: 1px solid #3f3f3f;
  }
  .urllist-date-link time {
    padding: 1px 9px 1px 6px;
  }
  #gnav .menu a {
    display: block;
    color: #3f3f3f;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 20px;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    text-decoration: none;
  }
  #gnav .menu a:hover {
    background-color: #3f3f3f;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #title {
    margin: 50px 0 0;
  }
  #menu-profile h2 {
    font-size: 18px;
  }
  #menu-profile p {
    font-size: 11px;
  }
  #container {
    background: #f7f7f7;
  }
  #content{
    background: #fff;
  }
  .pg-canvas{
    display: none !important;
  }
}

/* </system> */

body{
   line-height: normal !important;
}
    
#titlebar .tg-right {
   box-sizing: unset !important;
}

#gnav .gnav-inner {
   box-sizing: border-box !important;
}

.page-entry #blog-title {
    box-sizing: unset;
}

/* 吹き出しのCSS　*/
.entry-content .l-fuki,
.entry-content .r-fuki {
    position: relative;
    width: 80%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px;
    border-radius: 6px;
    border: 2px solid #999;
    box-shadow: 1px 1px 5px #aaa;
    background-color: #fff;
    z-index: 1;
}
.entry-content .l-fuki {
    margin: 20px 20% 40px 0;
}
.entry-content .r-fuki {
    margin: 20px 0 40px 19%;
}
.entry-content .l-fuki::before,
.entry-content .r-fuki::before {
    position: absolute;
    content: "";
    top: 16px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    background-color: #fff;
    z-index: 2;
}
.entry-content .l-fuki::before {
    right: -7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.entry-content .r-fuki::before {
    left: -7px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    top: -10px;
    border-radius: 40px;
    border: 3px solid #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 5px #aaa;
}
.entry-content .l-fuki::after {
    right: -110px;
}
.entry-content .r-fuki::after {
    left: -110px;
}
@media screen and (max-width: 620px) {
    .entry-content .l-fuki,
    .entry-content .r-fuki {
        width: 70%
    }
    .entry-content .l-fuki {
        margin-right: 30%;
    }
    .entry-content .r-fuki {
        margin-left: 30%;
    }
}
@media screen and (max-width: 478px) {
    .entry-content .l-fuki::after,
    .entry-content .r-fuki::after {
        width: 60px;
        height: 60px;
        border-radius: 30px;
    }
    .entry-content .l-fuki::after {
        right: -84px;
    }
    .entry-content .r-fuki::after {
        left: -84px;
    }
}
.monta1::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/i/imslotter/20161111/20161111020833.png);}
.monta2::after {background-image:url(https://cdn-ak2.f.st-hatena.com/images/fotolife/i/imslotter/20170725/20170725012727.jpg);}
.googlehome::after{background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/i/imslotter/20180115/20180115063641.jpg);}
.jk1::after{background-image:url(http://cdn-ak.f.st-hatena.com/images/fotolife/i/imslotter/20161121/20161121233212.png?1479739253);}
.jk2::after{background-image:url(http://cdn-ak.f.st-hatena.com/images/fotolife/i/imslotter/20161228/20161228171113.png?1482912680);}
.haha2::after{background-image:url(http://cdn-ak.f.st-hatena.com/images/fotolife/i/imslotter/20161228/20161228170741.png?1482912476);}
.haha1::after{background-image:url(http://cdn-ak.f.st-hatena.com/images/fotolife/i/imslotter/20161228/20161228170740.png?1482912475);}
.alexa::after{background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/i/imslotter/20180415/20180415160908.png);}

/********************************/
/*関連記事やまとめの時の強調*****/
/********************************/
.entry-content .emphasize-link {
  position: relative;
  margin: 36px 0 16px;
  padding: 16px 10px;
  border: 2px solid #df8182;
  background-color: #fffbf5;
}
.entry-content .emphasize-link p:last-child {
  margin-bottom: 0;
}
.entry-content .emphasize-link::before {
  position: absolute;
  top: -14px;
  left: 10px;
  padding: 0 10px 0 26px;
  content: "あわせて読みたい";
  background-color: #df8182;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.entry-content .emphasize-link::after {
  position: absolute;
  top: -18px;
  left: 4px;
  width: 28px;
  height: 28px;
  background-color: #df8182;
  border-radius: 14px;
  line-height: 25px;
  text-align: center;
  content: "\f010";
  font-size: 18px;
  font-family: "blogicon";
  color: #fff;
}

/*********************************/
/***まとめの時とか****************/
.entry-content .emphasize-point {
  position: relative;
  margin: 36px 0 16px;
  padding: 16px 10px;
  border: 2px solid #ee7917;
  background-color: #fffbf5;
}
.entry-content .emphasize-pont p:last-child {
  margin-bottom: 0;
}
.entry-content .emphasize-point::before {
  position: absolute;
  top: -14px;
  left: 10px;
  padding: 0 10px 0 26px;
  content: "Point!!";
  background-color: #ee7917;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.entry-content .emphasize-point::after {
  position: absolute;
  top: -18px;
  left: 4px;
  width: 28px;
  height: 28px;
  background-color: #ee7917;
  border-radius: 14px;
  line-height: 25px;
  text-align: center;
  content: "\f029";
  font-size: 18px;
  font-family: "blogicon";
  color: #fff;
}

/***************コード********************/
.entry-content .openBtn {
    color: #ffffff; /*ボタンの文字色*/
    background-color: #0D5661; /*ボタンの背景色*/
}



/*アマゾンページ*/
.img-hovering .caption {
    font-size:		 auto;
    color:			#fff;
    padding-top:		50px;
    padding-left:		0px;
}

.img-hovering .mask {
    width:			100%;
    height:			100%;
    position:		absolute;
    top:			0;
    left:			0;
    opacity:		0;
    background-color:	rgba(0,0,0,0);
    -webkit-transition:	all 0.6s ease;
    transition:		all 0.6s ease;
}
.img-hovering:hover .mask {
    opacity:		1;
    padding-left:	40px;
    padding-right: 40px;
}
.img-hovering:hover{
    transform: scale(1.5); 
    transition:	all 0.6s ease;
}

#new_sale
{
    height:10px;
}


/*食料品*/
.img-grocery {
    box-shadow: 0 0 8px gray;
}

.img-grocery:hover{
    box-shadow: 0 0 40px #494949;
    transition:	all 0.6s ease;
}

div.nyaan{
    /*border: solid #008080;*/
    border-bottom: solid 3px #bbb;
}

/*まとめページ*/


.img-items {
    display: inline-block;
    height: 160px;
    box-shadow: 0 0 8px gray;
}

.img-items:hover{
    box-shadow: 0 0 40px #494949;
    transition:	all 0.6s ease;
}


.img-top {
    box-shadow: 0 0 8px gray;
}

.img-top:hover{
    box-shadow: 0 0 40px #494949;
    transition:	all 0.6s ease;
}


div.nyaan{
    /*border: solid #008080;*/
    border-bottom: solid 3px #bbb;
}

.square_btn{
    display: inline-block;
    padding: 0.5em 3em;
    text-decoration: none;
    background: #00BFA5;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #00695C;
    border-radius: 3px;
}

.square_btn:hover{
    display: inline-block;
    padding: 0.5em 3em;
    text-decoration: none;
    background: #1DE9B6;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #00BFA5;
    border-radius: 3px;
}

.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}



/*****************カエレバ**************************/
.booklink-box, .kaerebalink-box {
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    padding: 22px 25px 22px 25px;
    width: 94%;
    margin: 0 auto 15px;
    border: 2px solid #dfdfdf;
    box-sizing: border-box;
    display: table;
}
.booklink-image, .kaerebalink-image {
    vertical-align: top;
    box-sizing: border-box;
    display: table-cell;
    width: 111px;
    text-align: center;
}
.booklink-image img, .kaerebalink-image img {
    max-width: 100%
}
.booklink-info, .kaerebalink-info {
    line-height: 125%;
    vertical-align: top;
    box-sizing: border-box;
    display: table-cell;
    padding-left: 25px;
}
.booklink-name, .kaerebalink-name {
    margin: 0 0 24px 0;
}
.kaerebalink-name a, .booklink-name a {
    color: #0066cc;
    text-decoration: underline;
}
.kaerebalink-name > a, .booklink-name > a {
    font-size: 15px;
}
.kaerebalink-name a:hover, .booklink-name a:hover {
    color: #FF9900;
}
.booklink-powered-date, .kaerebalink-powered-date {
    font-size: 8px;
    margin: 6px 0 0 0;
}
.booklink-detail, .kaerebalink-detail {
    font-size: 12px;
    margin: 0 0 14px 0;
}
.booklink-link2, .kaerebalink-link1 {}
.booklink-link2 a, .kaerebalink-link1 a {
    border-radius: 10px;
    display: block;
    padding: 10px 1px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 3px 3px 1px #dcdcdc;
    font-size: 14px;
    color: #fff;
}
.shoplinkamazon {
    width: 33.33%;
    padding: 0 5px 5px 0;
    box-sizing: border-box;
    float: left;
}
.shoplinkrakuten {
    width: 33.33%;
    padding: 0 5px 5px 0;
    box-sizing: border-box;
    float: left;
}
.shoplinkkindle {
    width: 33.33%;
    padding: 0 5px 5px 0;
    box-sizing: border-box;
    float: left;
}
.booklink-link2 a:hover, .kaerebalink-link1 a:hover {
    opacity: 0.7;
}
.shoplinkamazon a {
    color: #FF9901;
    border: 2px solid #FF9901;
}
.shoplinkrakuten a {
    color:#c20004;
    border: 2px solid #c20004;
}
.shoplinkkindle a {
    color:#007dcd;
    border: 2px solid #007dcd;
}
/************アプリーチ*******************/

.appreach {
text-align: left;
padding: 10px;
border: 1px solid #7C7C7C;
overflow: hidden;
}
.appreach:after {
content: "";
display: block;
clear: both;
}
.appreach p {
margin: 0;
}
.appreach a:after {
display: none;
}
.appreach__icon {
float: left;
border-radius: 10%;
overflow: hidden;
margin: 0 3% 0 0 !important;
width: 25% !important;
height: auto !important;
max-width: 120px !important;
}
.appreach__detail {
display: inline-block;
font-size: 20px;
line-height: 1.5;
width: 72%;
max-width: 72%;
}
.appreach__detail:after {
content: "";
display: block;
clear: both;
}
.appreach__name {
font-size: 16px;
line-height: 1.5em !important;
max-height: 3em;
overflow: hidden;
}
.appreach__info {
font-size: 12px !important;
}
.appreach__developper, .appreach__price {
margin-right: 0.5em;
}
.appreach__posted a {
margin-left: 0.5em;
}
.appreach__links {
float: left;
height: 40px;
margin-top: 8px;
white-space: nowrap;
}
.appreach__aslink img {
margin-right: 10px;
height: 40px;
width: 135px;
}
.appreach__gplink img {
height: 40px;
width: 134.5px;
}

/******test***/

.body-hover{
    width : 33%;
    display: flex;
	align-items: center;
}
.body-hover:hover{
    opacity:0.7;
    transition:	all 0.2s ease;
}

.progress {
    height: 30px;
    font-size: auto;
    background-color:#aaa;

}

.progressbar
{
    font-size: auto;
    line-height: 30px;
}
