/* <system section="theme" selected="8599973812282600018"> */
@charset "utf-8";
/*
  Theme:plain
  Responsive: yes
  Author:simonsnote
  URL:http://theme-plain.hatenablog.com
  Description:
    なるべくプレーンを心がけたテーマです。
 
 
    ユーザーがHTMLを記述する時のためにdivクラスを用意しています。具体的な使い方は~~~~~~に書いています。
 
    1. div class="ad-full", div class="ad-smallpc", div class="ad-tablet", div class="ad-mobile" の４つです。
    いずれもdisplay:flex、配置はspace-around、そしてflex-wrap:wrap;となります。つまり、中にいくらでも広告などのコンテンツを入れられます。
    画面のサイズによってad-full,ad-smallpc,ad-tablet,ad-mobileのいずれかひとつのみが表示され、他はdisplay:noneとなります。
 
    2. div class="title" （記事下HTMLとフッタHTML限定）
    「記事下」のHTML記述部分および「フッタ」のHTML記述部分に使います。囲んだ部分をサイドバーのタイトル部分と同じスタイルにします。
 
  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.
 */




/*---------------------------------------------------------------------------*/
/*---------------------------------グローバル----------------------------------*/
/*---------------------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
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 {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow:scroll;
}

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;
  -moz-appearance:button;
  -ms-appearance:button;
  -o-appearance:button;
  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-appearance:textfield;
    -ms-appearance:textfield;
    -o-appearance:textfield;
    appearance:textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    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 {
  -webkit-white-space: nowrap;
  -moz-white-space: nowrap;
  -ms-white-space: nowrap;
  -o-white-space: nowrap;
  white-space: nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
}

html,
body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'MS PGothic', sans-serif;
  color: #454545;
  background-color: #ffffff;
}

a{
    color: #505050;
    text-decoration:none;
}
a:hover {
    color: #111;
}


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:underline;
    color:#555 !important;
}
a.keyword:hover{
    color:#666 !important;
}




/*ボタン*/
.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;
}
/*---------------------------------------------------------------------------*/
/*--------------------------------グローバル終了--------------------------------*/
/*---------------------------------------------------------------------------*/




body
{position:relative;}




/* はてなグローバルヘッダ*/
#globalheader-container {
  background-color: #333;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}




/* container */
#container {
  width:100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  padding-top:calc(37px + 2em);
}
#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;
}
#container-inner
{position:relative;}




/*2カラムレイアウトのmargin-leftとwidthの調整*/
#top-box, #blog-title, .ontitle-menu
    {margin-left:calc((100vw - (730px + 2rem + (360px + 2rem))) / 2);}
#blog-title, #main, .ontitle-menu
    {box-sizing:border-box;width:730px;}




/* 2カラムレイアウト */
#content-inner {
    display:flex;justify-content:center;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -o-flex-wrap:wrap;
    flex-wrap:wrap;
}
#main {
    border:solid 1px rgba(0,0,0,.07);
    padding:0 2em;
    margin-top:2rem;
}

#box2 {
    font-size: 85%;
    line-height: 1.5;
    box-sizing:border-box;
    width:calc(360px + 2rem);
    margin-left:2rem;
    margin-top:-200px;
}




/* パンくず（カテゴリーページで表示されます） */
#top-box{
    font-size: 80%;
    text-decoration:none;
    margin-top:0.5em;
    display:inline-block;
    position:absolute;
}




/* header */
#blog-title {
  height:200px;
  display:table;
  background:rgba(0,0,0,.33);
  box-sizing:border-box;
}
#blog-title-inner{
    display:table-cell;
    vertical-align: top;
    text-align: left;
    padding: 2em;
    box-sizing:border-box;
}
#title{
    margin:0;
}
#title a {
  color: #111;
  font-size:100%;
}
#blog-description {
  font-weight: normal;
  font-size: 80%;
  margin-top:7px;
}




/* entry */
.entry-header {
  padding: 0 0 10px 0;
  margin-top:1em;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0,0,0,.13);
  position: relative;
}
.entry-title {
  margin: 0;
  line-height: 1.3;
  font-size: 160%;
}




/* 日付 */
.date {
  margin-bottom: 10px;
    font-size: 90%;
}




/* カテゴリ */
.categories a, .urllist-category-link{
    margin:2px;
    font-size: 70%;
    background: rgba(0,0,0,.07);
    padding: 2px 5px;
    display: inline-block;
    color:#666;
}
.categories a:hover, .urllist-category-link:hover{
    color:#333;
}
.categories .no-categories {
  margin: 0;
}
.entry-categories{
    text-align:right;
}



/* entry-content の中の書式 */
.entry-content {
  font-size: 95%;
  line-height: 1.7;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,.13);
}

.entry-content a{
    text-decoration:underline;
    color:#1487bd;
}
.entry-content a:hover{
    color:#0f5373;
}
.entry-content a:visited{
    color:#789dae;
}

.entry-content p {
  margin: 0 0 1em 0;
}

.entry-content span[itemtype="http://schema.org/Photograph"]{
    display: block;
    text-align: center;
}
.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 rgba(0,0,0,.13);
  padding: 5px 10px;
}
.entry-content table th {
  background: #f5f5f5;
}
.entry-content blockquote {
  border: 1px solid rgba(0,0,0,.13);
  margin: 0 0 10px;
  padding: 20px;
}
.entry-content blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content pre {
    background:#333;
    color:#fff;
    padding:1em;
    -webkit-white-space:pre;
    -moz-white-space:pre;
    -ms-white-space:pre;
    -o-white-space:pre;
    white-space:pre;
    box-sizing:border-box;
    width:100%;
    max-width:96vw;
}
.entry-content pre > code {
  margin: 0;
  padding: 0;
  -webkit-white-space:pre;
  -moz-white-space:pre;
  -ms-white-space:pre;
  -o-white-space:pre;
  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;
}





/* コメント */
.comment-box
{padding:1em;}
ul.comment
{padding:0;margin:0;border-top:solid 1px rgba(0,0,0,.07);}
ul.comment li
{display:block;border-bottom:solid 1px rgba(0,0,0,.07);}
.read-more-comments
{font-size:90%;padding:0.5em;}
.leave-comment-title
{display:inline-block;font-size:90%;margin-top:1em;}



/* entry-footer */
.entry-footer
{display: flex;
 flex-direction: column;}

.entry-footer > *
{order:0;}

.customized-footer
{display: flex;
 flex-direction: column;}

.customized-footer > *
{order:0;}

.entry-footer > div
{margin:0.5rem 0;}
.customized-footer > div{
    margin:0.5rem 0;
}
.entry-footer-html{
    background:rgba(0,0,0,.07);
    padding:1em;
}




/* sidebar */
.hatena-module {
  margin-bottom:1em;
  padding:1rem;
  background:rgba(0,0,0,.07);
  box-sizing:border-box;
}
.hatena-module-title, .entry-footer-html div.title, #bottom-editarea div.title/*div.titleはユーザー記述用クラス*/{
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 120%;
}
.hatena-module-title a {
  color: #454545;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}

.profile-description a
{text-decoration: underline;}


/* urllist module（リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通のクラスが振られます）*/
.hatena-urllist {
  list-style:none;
  margin:0;
  padding:0;
}
.hatena-urllist li {
  padding:8px 0;
  border-bottom:1px solid rgba(0,0,0,.13);
}
.urllist-title-link
{font-size:100%;line-height:1.8;}
.urllist-entry-body
 {font-size:70%;}


/* Search module */
.search-form{
    display:flex;justify-content:space-between;
    background:#fff;padding:0 0.5em;border:solid 1px rgba(0,0,0,.13);
}
.search-form input
 {line-height:1.5em;}
.search-module-input
 {box-sizing:border-box;width:100%;border:none;background:transparent;outline:none;}
.search-module-button
{padding:0;background:transparent;border:none;cursor:pointer;color:#505050;}
.search-module-button:hover
 {color:#111;}



/* Pager */
.pager
{display:block;font-size:90%;margin-bottom:1em;}
.pager > span
{max-width:100%;}
.pager-prev
{float:left;}
.pager-next
{float:right;}
.pager::after
{display:block;clear:both;content:" ";visibility:hidden;}



/* About ページ */
.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid rgba(0,0,0,.13);
}
.page-about dd
 {margin:5px 0 30px 0;}




/* archive ページ */
.page-archive #main{background:rgba(0,0,0,.07);}
.archive-entry {
  margin-bottom: 2em;
  padding:1em;
  background:#fff;
  border:solid 1px rgba(0,0,0,.07);
}
.archive-header-category, .search-result{
    padding:1em;
    margin:0;
}
.archive-entries .entry-title {
  font-size: 130%;
  margin: 0 0 .5em;
}
.archive-entries .categories {
  margin: 0 0 .5em;
}
.archive-entries .entry-description {
  margin: 0 0 1em;
  line-height: 1.7em;
  font-size: 95%;
}
.page-archive .categories a {
  *display: inline;
  *zoom: 1;
}




/*トップページ*/
.page-index #main{
    padding:0;
    border:none;
    background:none;
}
.page-index .entry-inner{
    padding:2em;
    margin-bottom:2em;
    border:solid 1px rgba(0,0,0,.07);
}




/*広告などユーザー挿入コンテンツ用のdivクラス設定*/
div.ad-full > ins, div.ad-smallpc > ins, div.ad-tablet > ins, div.ad-mobile > ins
 {margin-bottom:1em;}

div.ad-full{display:flex;justify-content:space-around;align-content:space-around;
            -webkit-flex-wrap:wrap;
            -moz-flex-wrap:wrap;
            -ms-flex-wrap:wrap;
            -o-flex-wrap:wrap;
            flex-wrap:wrap;}
div.ad-smallpc{display:none}
div.ad-tablet{display:none}
div.ad-mobile{display:none}

@media (min-width: 1096px) and (max-width: 1175px) {
    div.ad-full{display:none}
    div.ad-smallpc{display:flex;justify-content:space-around;align-content:space-around;
        -webkit-flex-wrap:wrap;
        -moz-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        -o-flex-wrap:wrap;
        flex-wrap:wrap;}
    div.ad-tablet{display:none}
    div.ad-mobile{display:none}
}
@media (min-width: 768px) and (max-width: 1095px) {
    div.ad-full{display:none}
    div.ad-smallpc{display:none}
    div.ad-tablet{display:flex;justify-content:space-around;align-content:space-around;
                  -webkit-flex-wrap:wrap;
                  -moz-flex-wrap:wrap;
                  -ms-flex-wrap:wrap;
                  -o-flex-wrap:wrap;
                  flex-wrap:wrap;}
    div.ad-mobile{display:none}
}
@media (max-width: 767px) {
    div.ad-full{display:none}
    div.ad-smallpc{display:none}
    div.ad-tablet{display:none}
    div.ad-mobile{display:flex;justify-content:space-around;align-content:space-around;
                  -webkit-flex-wrap:wrap;
                  -moz-flex-wrap:wrap;
                  -ms-flex-wrap:wrap;
                  -o-flex-wrap:wrap;
                  flex-wrap:wrap;}
}




/*--------------------import media queries--------------------*/
/* Media Queries - smallpc */
@media (max-width: 1175px) {
    #box2
    {width:calc(300px + 2rem);margin-left:1vw;}
    #top-box, #blog-title, .ontitle-menu
    {margin-left:calc((100vw - (730px + 1vw + (300px + 2rem))) / 2);}
}

/* Media Queries - tablet */
@media (max-width: 1095px) {
    #box2
    {width:30vw;}
    #blog-title, #main, .ontitle-menu
    {width:67vw;}
    #top-box, #blog-title, .ontitle-menu
    {margin-left:calc((100vw - (67vw + 1vw + 30vw)) / 2);}

    #main
    {padding:0 1em;}
    .archive-entry
    {margin-bottom:1em;}
}

/* Media Queries - mobile */
@media (max-width: 767px) {
    #box2
    {width:100%;
     margin-left:0;
     margin-top:2em;}
    #blog-title, #main, .ontitle-menu
    {width:100vw}
    #top-box, #blog-title, .ontitle-menu
    {margin-left:0;}
    #top-box
    {padding-left:1em;
     margin-top:-3.4em;
     height:3em;
     display: table;}
    .breadcrumb
    {display:table-cell;
     vertical-align:bottom;
     margin:0;}


    #container
    {padding-top:37px;}
    #main
    {margin-top:0em;}

    .page-index #main
    {padding-top:0;}
    .page-index .archive-entry
    {margin-bottom:-1px;}

    .page-archive #main
    {padding:0;
     border:none;}
    .archive-header-category, .search-result
    {padding:0.5em 0 0.5em 1.5em;}
    .archive-entry
    {margin:0;
     border-bottom:none;
     border-top: solid 1px rgba(0,0,0,.07);}
    .hatena-module
    {margin-bottom:0;}
}
/* </system> */