/* <system section="theme" selected="17391345971647514061"> */
/*
  Theme: comfort
  Author: taku
  Description:
  カード型デザインのレスポンシブテーマです。
  Responsive: yes
 */

/* <system section="background" selected="undefined"> */

/* </system> */
@charset "utf-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {

  margin: 0;
}
article,
aside,
details,
figcaption,urllist-image-link related-entries-image-link
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}


button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.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;
}

html,
body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Mplus 1p', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  color: #454545;
  /*デフォルトの背景色変更が利くように、background-colorは指定しない*/
}

p {
    font-family: "Noto Sans Japanese";
}

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%;
}

/* container */

#container {
    margin-bottom: 30px;
    padding-top: 37px;
}

#container #content {
  display: block;
  max-width: 1000px; /*タイトルとメニューを除いた部分の幅*/
  width: 100%;
  margin-top: 20px; /*一番上の余白*/
  margin-left: auto;
  margin-right: auto;
  *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: 70%;
  padding: 0 20px;
  box-sizing: border-box;
  float: left;
}

#box2 { /*文字サイズ等は別の位置に記載*/
  width: 30%;
  box-sizing: border-box;
  float: right;
}















































/* header */

#blog-title {
  margin: 0;
  padding: 10px 0;
  width: 100%;
  text-align: left;
  background: #cf5b61;
  position: relative;
}

#blog-title-content { /*タイトルと概要を含むボックス*/
  max-width: 920px; /*画面幅が広い場合*/
  width: 90%; /*画面幅が狭い場合に左にくっ付くのを防ぐ*/
  margin: 0 auto; /*ボックスを中央配置*/
}

#title {
  margin: 0;
  font-weight: bold;
}

#title a {
  color: #eee;
}

#blog-description {
    font-weight: normal;
    font-size: 80%;
    margin: 0;
    color: #eee;
}

/*ヘッダ画像*/

#top-editarea {
   line-height: 0; /*余白調節*/
}

#top-editarea .header-img {
   position: relative; /*画像の上にのせる文字がabsolute*/
}

#top-editarea .header-img img.hatena-fotolife {
   width: 100%; /*はみ出さないように*/
   pointer-events: none; /*クリックを無効に*/
}

/* デフォルトでヘッダ画像を設定したときのタイトル */
.header-image-enable #title {
  padding-top: 70px;
}

.header-image-enable #title,
.header-image-enable #blog-description {
  padding-left: 20px;
}

/*スライドメニュー*/
#slide-nav {
	font-size: 0;
	font-weight: bold;
	padding: 0 0 0;
}

#slide-nav .menu a {
	display: block;
	color: #3d3f44;
	font-size: 15px;
	font-weight: bold;
    line-height: 35px;
	text-align: center;
	overflow: hidden;
	padding: 0 6px;
	box-sizing: border-box;
	text-decoration: none;
}

#slide-nav .slide-nav-inner {
	width: 100%;
	height: 35px;
	padding: 0 6px;
	overflow-x: auto;
	overflow-y: hidden;
	box-sizing: border-box;
	text-align: center;
	white-space: nowrap;
	margin: 0 auto;
	background-color: #dfe5e7;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
#slide-nav .menu {
	display: inline-block;
}

/* パンくず（カテゴリーページで表示されます） */

#top-box {
  margin: 20px auto 20px;
  font-size: 90%;
}

#top-box .breadcrumb {
  border: 1px solid #dddddd;
  padding: 10px;
}

/* entry */

.entry {
  position: relative;
  margin-bottom: 100px;
  margin: 0;
}

.entry-content {
    padding: 0 20px 0 40px; /*記事左右の余白*/
    box-sizing: border-box;
}

.entry-header {
  padding: 0 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}

.entry-title {
  font-size: 120%;
  margin: 0 0 .6em;
  line-height: 1.4;
}

/* 日付 */

.date {
  font-weight: bold;
  margin-bottom: 10px;
}

.date a {
  color: #333333; /*色を黒に*/
  text-decoration: none;
  font-size: 90%;
}

/* カテゴリ */

.categories {
  margin-top: 10px;
  font-size: 80%;
}

.categories a {
  color: #999999;
}

.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: 95%;
  line-height: 1.7;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}

.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: 140%;
}

.entry-content h2 {
  font-size: 130%;
}

.entry-content h3 {
  font-size: 125%;
}

.entry-content h4 {
  font-size: 120%;
}

.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;
    padding: 0; /*記事左右の余白に合わせる*/
    box-sizing: border-box;
}

.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;
}

/* サイドバーここから */

#box2 {
  font-size: 90%;
  line-height: 1.5;
}

.hatena-module {
  margin-bottom: 60px;
}

.hatena-module-title {
    font-weight: bold;
    background-color: #ddd;
    font-size: 17px;
    height: 43px;
    line-height: 43px;
    padding: 0 15px;
    margin-bottom: 5px;
    overflow: hidden;
}

.hatena-module-title a {
  color: #454545;
  text-decoration: none;
}

.hatena-module-title a:hover {
  text-decoration: underline;
}

.hatena-module {
    background-color: #eee;
    margin-bottom: 20px;
}

.hatena-module-body {
    padding: 0 5px 5px 5px; /*モジュール内の左右下の余白*/
    font-weight: 500; /*box2内のすべての文字を少し太字にする*/
    line-height: 1.9; /*box2内のすべての行間*/
}

/* 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: 90%;
}

.hatena-module-profile .profile-description p {
  margin-top: 0;
}

/* urllist module

    リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通の class が振られます

*/

.hatena-urllist {
  list-style: none;
  margin: 0;
  padding: 0 0 0 5px; /*リンク、月別アーカイブ等のリンクの左側の余白。サムネアリのリンクでは解除する。*/
  line-height: 0;
  width: 100%;
  box-sizing: border-box
}

.hatena-urllist li {
}

.hatena-urllist li a {
  line-height: 1.8;
  /*color: #454545;*/
  text-decoration: none;
}

/* Search module */

.hatena-module-search-box .search-form {
  border: 1px solid #dddddd;
  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%;
  font-weight: normal; /*box2のweightをboldにしているため*/
}

.hatena-module-search-box .search-module-button{background:transparent url(https://cdn.blog.st-hatena.com/images/theme/search.png?version=263e782f4058acf5109a8ca03f06e0)no-repeat right center;}

.hatena-module-search-box .search-module-button {
  width: 20px;
  height: 20px;
　background: transparent url("https://hatenablog.com/theme/hogehoge.css") no-repeat 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;
}

/*-----ボックス２の記事リンク全て-----*/

#box2 .hatena-module-recent-entries li, #box2 .entries-access-ranking li, #box2 .hatena-module-related-entries li {
    display: inline-block;
    line-height: 1.7; /*サムネの説明文の行間の高さ*/
    overflow: hidden; /*はみ出した文字は隠す*/
    text-decoration: none;
    height: 75px; /*サムネの高さに揃える*/
    margin: 0 0 5px 0;
    padding: 0;
    width: 100%;
    background-color: #fdfdfd;
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

#box2 .hatena-module-recent-entries img.urllist-image.recent-entries-image, #box2 .entries-access-ranking img.urllist-image, #box2 .hatena-module-related-entries img.urllist-image {
    width: 75px; /*サムネの大きさ*/
    height: 75px;
    float: left;
    margin: 0 5px 0 0;
}

#box2 .hatena-module-recent-entries li a, #box2 .hatena-module-entries-access-ranking li a, #box2 .hatena-module-related-entries li a {
    font-size: 13px;
    text-decoration: none;
    color: #666;
    font-weight: bold;
    vertical-align: middle; /*ボックスの中央に配置*/
}

#box2 .hatena-module-recent-entries .hatena-module-body, #box2 .hatena-module-entries-access-ranking .hatena-module-body, #box2 .hatena-module-related-entries .hatena-module-body {
   line-height: 0; /*上下を詰めて余白はmarginを使う*/
   padding: 0 5px 0 5px; /*一番下の余白をなくす*/
}
#box2 .hatena-module-recent-entries .hatena-urllist, #box2 .hatena-module-entries-access-ranking .hatena-urllist, #box2 .hatena-module-related-entries .hatena-urllist {
   padding: 0; /*リスト左のpaddingを解除*/
}


/* 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: bold;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 5px;
}

.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}

/*box2内のリンク色*/

#box2 a {
  color: #333333;
}

#box2 a:visited {
    color: #666;
}








/* archive ページ */

.page-archive .archive-entries .archive-entry {
  margin-bottom: 3em;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.page-archive .archive-entries .entry-title {
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0 0 .5em;
}

.page-archive .archive-entries .categories {
  margin: 0 0 .5em;
}

.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: 2px;
  line-height: normal; /*初期値に戻す*/
}

.page-archive .archive-entries .archive-entry {
    background-color: #f5f5f5; /*archiveの背景色*/
    width: 46%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px;
    display: inline-block;
    margin: 0 0 2% 2%;
    padding: left;
    vertical-align: top; /*基準点を上に*/
}

.date.archive-date {
    display: none;
}

.page-archive .archive-entries {
    font-size: 100%;
    margin: 0; /*記事一覧下の不要な余白を消す*/
    line-height: 1.7em;
}

.page-archive .entry-thumb {
    width: 100px;
    height: 100px;
}

.page-archive .archive-entries .entry-description {
    margin: 0;
    line-height: 1.6;
    height: 100px;
    overflow: hidden;
    font-size: 13px;
}

/*記事下の関連記事*/

#entry-footer-secondary-modules .hatena-module .hatena-module-body {
    padding: 0;
}

#entry-footer-secondary-modules .hatena-urllist {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    line-height: 0;
}

#entry-footer-secondary-modules .hatena-urllist li {
    height: 80px;
    width: 48.5%;
    display: inline-block;
    margin: 0 0 1% 1%;
    background-color: #fdfdfd;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

#entry-footer-secondary-modules .hatena-urllist li:nth-child(2n) {
    float: right;
    margin: 0 1% 1% 0;
}

#entry-footer-secondary-modules .urllist-with-thumbnails li .urllist-image {
    margin: 0;
    float: left;
    height: 80px;
    width: 80px;
    margin-right: 5px;
}

#entry-footer-secondary-modules .hatena-urllist li a {
    font-size: 13px;
    text-decoration: none;
    color: #666;
    font-weight: bold;
    line-height: 2;
}

#entry-footer-secondary-modules .hatena-urllist .urllist-entry-body {
    display: none; /*タイトルのみを表示する*/
}

#entry-footer-secondary-modules .hatena-urllist .urllist-date-link {
    display: none; /*日付は表示しない*/
}


























/*  import media queries */

/* Media Queries - Retina Display */

@media (-webkit-min-device-pixel-ratio: 2) {
  .hatena-module-search-box .search-module-button {
　background: transparent url("https://hatenablog.com/theme/hogehoge.css") no-repeat center!important;
    background-size: 20px 20px;
  }

}

@media (min-width: 768px) and (max-width: 1024px) {
  #main {
    width: 68%;
    padding: 0;
    box-sizing: border-box;
    float: left;
}

#box2 { /*文字サイズ等は別の位置に記載*/
  width: 32%;
}

#box2 .hatena-module-recent-entries li, #box2 .entries-access-ranking li, #box2 .hatena-module-related-entries li {
    height: 65px; /*サムネの高さに揃える*/
    line-height: 1.5; /*サムネの説明文の行の高さ*/
}

#box2 .hatena-module-recent-entries img.urllist-image.recent-entries-image, #box2 .entries-access-ranking img.urllist-image, #box2 .hatena-module-related-entries img.urllist-image {
    width: 65px;
    height: 65px;
}

#box2 .hatena-module-recent-entries li a, #box2 .hatena-module-entries-access-ranking li a, #box2 .hatena-module-related-entries li a {
    font-size: 11px;
}

#box2 .urllist-category-link {
    color: red;
}

.entry-content {
    padding: 0 20px; /*記事幅*/
}

/*アーカイブここから*/

.page-archive .archive-entries {
　　 text-align: left;
    padding-left: 7px;
    box-sizing: border-box;
}

.page-archive .archive-entries .archive-entry {
    width: 48%;
    margin: 0 0 7px 0;
    padding: 7px;
    text-align: left;
}

.page-archive .archive-entries .archive-entry:nth-child(even) {
    margin-left: 4px; /*偶数列のみ*/
}

.page-archive .archive-entries .entry-title {
  font-size: 14px;
}

.page-archive .entry-thumb {
    width: 80px;
    height: 80px;
}

.page-archive .archive-entries .entry-description {
    line-height: 1.9;
    height: 80px;
    font-size: 11px;
}

/*記事下の関連記事*/

#entry-footer-secondary-modules .hatena-urllist li {
    height: 70px;
}

#entry-footer-secondary-modules .urllist-with-thumbnails li .urllist-image {
    height: 70px;
    width: 70px;
}

#entry-footer-secondary-modules .hatena-urllist li a {
    font-size: 12px;
}}

@media screen and (min-width: 600px) and (max-width: 767px) {

#container #content {
    margin-top: 9px;
}

#main {
  width: 60%;
  padding: 0;
}

.entry-content {
    padding: 0 10px; /*記事幅*/
}

#box2 { /*文字サイズ等は別の位置に記載*/
  width: 40%;
}

.hatena-module {
    margin-bottom: 9px;
}

.page-archive .archive-entries .archive-entry {
    width: 96%;
    overflow: hidden;
    padding: 7px;
    margin: 0 2% 2% 2%;
}

.page-archive .archive-entries {
    font-size: 95%;
    margin: 0; /*記事一覧下の不要な余白を削除*/
    line-height: 1.6em;
}

/*記事下の関連記事*/

#entry-footer-secondary-modules .hatena-urllist li {
    width: 100%; /*一列にする*/
    margin: 0 0 5px 0;
}

#entry-footer-secondary-modules .hatena-urllist li:nth-child(2n) {
    float: none;
    margin: 0 0 5px 0;
}

#entry-footer-secondary-modules .hatena-urllist {
    padding: 0 5px;
}}

/* Media Queries - Small Tablet & Smartphone */
@media only screen and (max-width: 599px) {

#globalheader-container {
    position: static;
}

#container {
  width: 100%;
  word-wrap: break-word;
  overflow: hidden;
  padding-top: 0;
}

#main {
  width: 100%;
  float: none;
}

#box2 {
  width: 100%;
  padding: 0;
  float: none;
}
  
#box2-inner {
  width: 100%;
}

.hatena-module {
  width: 100%;
  float: none;
}

.entry-header-menu {
  top: -30px;
  left: 0px;
}
  
#slide-nav {
	background-color: #dfe5e7;
	height: 33px;
	width: 100%;
	padding-left: 30px;
	overflow: scroll;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
  
#slide-nav .menu a {
  font-size: 14px;
  font-weight: bold;
  padding: 0px 6px;
  line-height: 33px;
}

#slide-nav .slide-nav-inner {
	margin: 0 auto;
	background-color: #dfe5e7;
	position: relative;
	height: 33px;
}

/*id="menu-scroll"*/

#slide-nav .slide-nav-inner {
    position: relative;
    animation: slideIn 1s ease-out 0s 1 normal forwards;
    -webkit-animation: slideIn 1s ease-out 0s 1 normal forwards;
}

@keyframes slideIn {
  0% {}
  100% {
    -webkit-transform: translate(-30px); 
    transform: translate(-30px);}
}

@-webkit-keyframes slideIn {
 0% {}
  100% {
    -webkit-transform: translate(-30px); 
    transform: translate(-30px);}
}

/*記事一覧の上の余白*/

#container #content {
    margin-top: 2%;
}

/*記事一覧*/

#main {
    width: 100%;
    padding: 0;
}

.page-archive .archive-entries .archive-entry {
    background-color: #eee;
    width: 96%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 5px;
    display: inline-block;
    margin: 0 2% 2% 2%;
    padding: left;
    vertical-align: top;
}

.page-archive .archive-entries {
    font-size: 95%;
    margin: 0; /*記事一覧下の不要な余白を削除*/
    line-height: 1.6em;
}

.hatena-module {
    background-color: #eee;
    margin-bottom: 0;
}

/*記事ページ内の設定*/

.entry-title {
    font-size: 110%; /*pc表示は130%*/
}

.entry-content {
    padding: 0 10px; /*記事左右の余白*/
}

.entry-footer {
    margin-top: 10px;
}

#box2 .hatena-module-recent-entries li, #box2 .entries-access-ranking li, #box2 .hatena-module-related-entries li {
    line-height: 1.9;
    height: 80px;
}

#box2 .hatena-module-recent-entries img.urllist-image.recent-entries-image, #box2 .entries-access-ranking img.urllist-image, #box2 .hatena-module-related-entries img.urllist-image {
    width: 80px; /*サムネの大きさ*/
    height: 80px;
}

/*記事下の関連記事*/

#entry-footer-secondary-modules .hatena-urllist li {
    width: 100%; /*一列にする*/
    margin: 0 0 5px 0;
}

#entry-footer-secondary-modules .hatena-urllist li:nth-child(2n) {
    float: none;
    margin: 0 0 5px 0;
}

#entry-footer-secondary-modules .hatena-urllist {
    padding: 0 5px;
}}

/* Media Queries - Smartphone */
/* </system> */

/* <system section="background" selected="undefined"> */
/* </system> */

/* ---------行間------------ */
.entry-content p { margin:0.5}

/*タイトルのフォント*/
#title a{
    font-family: 'Nico Moji', sans-serif;
    color: #454545; /*タイトルの文字色*/
}
#blog-title {
    background-color: #0000; /*ヘッダー色*/}
h2#blog-description {
    color: #454545; /*説明文の文字色*/ }    

/* -------記事タイトルのカスタマイズ---------- */

/*パンくずリストを正しい*/
.categories a{
    display: inline-block;
    float: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    line-height: 8px;
    border: 0pt;
}

/* snsボタン */
/* シェアボタン */
.share-area {
margin: 20px 0;
}
.share-button a {
display: inline-block;
width: 52px;
height: 52px;
padding: 4px 0;
line-height: 18px;
font-size: 16px;
font-weight: bold;
text-align: center;
color: #fff;
text-decoration: none;
vertical-align: bottom;
transition: all 0.4s;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.share-button a:hover {
opacity: 0.6;
transition: all 0.4s;
}
.share-area i,
.share-area .lg {
font-size: 24px;
}

.share-button .hatena-bookmark-button .lg {
font-size: 32px;
}
.share-button .hatena-bookmark-button {
padding-top: 5px;
padding-bottom: 6px;
}
.share-button .twitter-button .lg {
font-size: 27px;
}
.share-button .twitter-button {
padding-top: 8px;
}
.share-button .facebook-button .lg {
font-size: 26px;
}
.share-button .facebook-button {
padding-top: 4px;
}
.share-area .small-text {
font-size: 11px;
}
.share-area .fa-spin {
font-size: 8px;
color: #fff;
}
.share-button .hatena-bookmark-button {
background: #00A4DE;
}
.share-button .facebook-button {
background: #405BA7;
}
.share-button .twitter-button {
background: #55ACEE;
}
.share-button .googleplus-button {
background: #C53727;
}
.share-button .pocket-button {
background: #EE4256;
}
/*フォローボタン*/
.follow-btn{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.follow-btn a {
    display: inline-block;
    height: 45px;
    line-height: 22px;
    width: 25%;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}
.follow-btn .hatena {
    color: #3D3F44;
    border: 2px solid #3D3F44;
    background: #ffffff; 
}
.follow-btn .twitter {
    color: #00ACEE;
    border: 2px solid #00ACEE;
    background: #ffffff; 
}
.follow-btn .feedly { 
    color: #70CA3B;
    border: 2px solid #70CA3B;
    background: #ffffff;
}
.follow-btn .hatena:hover {
    color: #ffffff;
    background: #3D3F44;
    transition: all .3s;
}
.follow-btn .twitter:hover {
    color: #ffffff;
    background: #00ACEE;
    transition: all .3s;
}
.follow-btn .feedly:hover {
    color: #ffffff;
    background: #70CA3B;
    transition: all .3s;
}
.text-small{
    font-size: 10px;
}

/* ヨメレバ・カエレバ*/
.booklink-box, .kaerebalink-box{
    padding:25px;
    margin-bottom: 10px;
    border:double #CCC;
    overflow: hidden;
    font-size:small;
}
.booklink-image, .kaerebalink-image{
    margin:0 15px 0 0;
    float:left;
    min-width: 160px;
    text-align: center;
}
.booklink-image img, .kaerebalink-image img{
    margin:0 auto;
    text-align:center;
}
.booklink-info, .kaerebalink-info{
    margin:0;
    line-height:120%;
    overflow: hidden;
}
.booklink-name, .kaerebalink-name{
    margin-bottom:24px;
    line-height:1.5em;
}
.booklink-powered-date, .kaerebalink-powered-date{
     font-size:8px;
     margin-top:10px;
     font-family:verdana;
     line-height:120%;
}
.booklink-detail, .kaerebalink-detail{font-size: 12px;}
.booklink-powered-date, .kaerebalink-detail{margin-bottom:15px;}
.booklink-link2, .kaerebalink-link1{margin-top:10px;}
.booklink-link2 a,
.kaerebalink-link1 a{
    width:30%;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    display:inline-block;
    margin:5px 2px 0 0;
    padding:10px 1px;
    text-align:center;
    float:left;
    text-decoration:none;
    font-weight:800;
    text-shadow:1px 1px 1px #dcdcdc;
    font-size:12px;
    color: #fff !important;
}
.booklink-link2 a:hover,
.kaerebalink-link1 a:hover{opacity: 0.6;}
.booklink-link2 a:active
.kaerebalink-link1 a:active{
    position:relative;
    top:1px;
}
/*ボタンを変えるときはここから*/
.shoplinkamazon a{color:#FF9901 !important;border: 1px solid #FF9901 !important;}
.shoplinkrakuten a{color:#c20004 !important;border: 1px solid #c20004 !important;}
.shoplinkkindle a{color:#007dcd !important;border: 1px solid #007dcd !important;}
.shoplinkkakakucom a{color:#314995 !important;border: 1px solid #314995;}
.shoplinkyahoo a{color:#7b0099 !important;border: 1px solid #7b0099 !important;}
/*ここまでを変更*/
.shoplinkyahoo img{display:none;}
.shoplinkyahoo a{font-size:10px;}
.booklink-footer{display: none;}

@media screen and (max-width: 680px) {
.booklink-box, .kaerebalink-box{padding:15px;}
.booklink-image, .kaerebalink-image{
    width: 100px !important;
    min-width: initial;
}
.booklink-name > a, .kaerebalink-name > a{
    font-size: 15px;
    font-weight: bold;
}
.booklink-name, .kaerebalink-name{margin-bottom:12px;}
.booklink-powered-date, .kaerebalink-powered-date{margin-top:5px;}
.booklink-link2 a,
.kaerebalink-link1 a{
    width:calc(100% - 4px);
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    margin: 2px 0px;
    padding:10px 0px;
}
}

/*更新日の表示用*/
.lastmod {
    color: #808080;
    background-color: #FFF;
    padding: 2px 3px;
    text-decoration: none;
    display: inline;
    margin-left: 5px;
}
.lastmod::before {
    margin-right: 5px;
    padding-left: 3px;
    font-family: blogicon;
    content: '\f02b';
}
.entry-date a {
    padding: 2px 2px !important;
}
.entry-date a::before {
    margin-right: 5px;
    padding-left: 3px;
    font-family: blogicon;
    content: '\f043';

}

/*目次の表示用*/
.table-of-contents ul ul{
    display: none;
}
.table-of-contents:before{
    content: "INDEX";
    font-size: 110%;
}
.table-of-contents{
    padding: 20px 10px 20px 40px;
    border-radius: 5px;
    background: #f0f0f0;/*背景色はここから変更*/
}

/*見出しの変更h3*/
h3 {
color: #010079;
text-align: left;
padding: 0.25em;
border-top: solid 2px #6cb4e4;
border-bottom: solid 2px #6cb4e4;
background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
/*見出しの変更h4*/
h4 {
color: #010079;
text-shadow: 0 0 5px white;
padding: 0.3em 0.5em;
background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

/*見出しの変更h5*/
h5 {
color: #010079;
text-shadow: 0 0 5px white;
padding: 0.3em 0.5em;
background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
