/* <system section="theme" selected="12921228815711202753"> */
/*============================================================
14/08/07修正
・追加記述統合
・ コメント部分削除

【項目一覧】
  1.Reset
  2.Header
  3.entry
  4.entry-footer
  5.sidebar/各種モジュール設定
  6.Pager(ページ送り)
  7.最下部Footer (緑帯部分)
  8.About ページ
  9.archive ページ
  10.Retinaディスプレイ対応
  11.Media Queries - Small Tablet & Smartphone
  12.追加した文字装飾
  13.汎用
  14.Footer
  15.Sprite - CSSスプライト
============================================================*/

@charset "utf-8";
/*============================================================

  1.Reset

============================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
header,footer,nav,article,section,aside {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color:#333;
  font-size: 16px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
  line-height:1.5;
}
a {
  color:#195caa;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
a:active {
  color:#d35400;
}
img {
  -ms-interpolation-mode: bicubic;
}

/*============================================================

  2.Header

============================================================*/
#globalheader-container {
  background-color: #006b9f;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
/* container */
#container {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}
#container #content {
  display: block;
  *zoom: 1;
}
#content-inner {
  overflow: hidden;
}
#container #content:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.globalheader-off #container {
  padding-top: 0;
}

/* タイトル横の画像 */
#title-img {
  text-align: right;
  position: absolute;
  top: 18px;
  right: 0;
  left: 0;
  z-index: -1;
}

/* 2カラムレイアウト */
#main {
  width: 600px;
  float: left;
}
.page-static_page #main {
	padding-top: 20px;
}
@media (min-width: 768px){
.page-static_page #main {
	width: 600px;
	float: left;
	padding-top: 20px;
}
}
#box2 {
  width: 300px;
  float: right;
}
#blog-title {
  margin: 8px 0;
  padding: 20px 0;
}
#title {
  font-size: 125%;
  line-height: 1;
  height: 24px;
  margin: 0;
  padding: 3px 0 0 28px;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/c/cardmics/20140929/20140929005616.png) no-repeat left;
}
#title a {
  color: #454545;
}
#blog-description{
font-weight: normal;
font-size: 80%;
margin: 8px 0 0px 2px;
line-height: 120%;
}
/* ヘッダ画像を設定したとき */
.header-image-enable #title {
  padding-top: 70px;
}
.header-image-enable #title,
.header-image-enable #blog-description {
  padding-left: 20px;
}
/* パンくず(カテゴリーページで表示されます) */
#top-box {
  margin: 10px auto 20px;
  font-size: 90%;
}
#top-box .breadcrumb {
  padding: 10px;
  border-radius:4px;
  background:#f3f3f3;
}
.breadcrumb-inner {
    width: 960px;
    margin: 0 auto;
}

/* グローバルメニュー */
.menuWrap {
  background: linear-gradient(180deg, #ddd 0%, #fff 50%);
  border-bottom: 3px solid #0380BA;
}
#menu{
  list-style-type: none;
  height:34px;
  margin: 0 auto;
  padding: 0;
  height: 55px;
}
#menu li{
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  height: 100%;
  width: 16.66%;
}
#menu li a{
  position: relative;
  background: url(https://f.st-hatena.com/images/fotolife/b/benrista/20151129/20151129115054.gif?1448765475) no-repeat right bottom transparent;
  display: block;
  height: 44px;
  width: 95%;
  margin: 0;
  padding: 11px 0 0 5%;
  border-right: 1px solid #ddd;
  color: #333;
  font-size: 100%;
  text-decoration: none;
  text-align: left;
}
#menu li:first-child a {
    border-left: 1px solid #ddd;
}
#menu li:hover > a{
  background: url(https://f.st-hatena.com/images/fotolife/b/benrista/20151129/20151129115054.gif?1448765475) no-repeat right bottom #044F72;
  color: #ffffff;
}
#menu li:hover ul li:last-child a{
}
#menu li a span {
    color: #aaa;
    font-size: 0.5rem;
    display: block;
}

#menu li a img {
    height: 10px;
    position: absolute;
    bottom: 2px;
    right: 2px;
}

/* Comment: スマホのメニュー */
#second-menu {
  background-color: #eee;
  margin-bottom: 20px;
  width: 100%;
}

#second-menu ul {
  border-bottom: 1px solid #ccc;
  border-top: 5px solid #ff9600;
  list-style: none;
  padding: 0;
  height: 45px;
  margin: 0;
}

#second-menu ul li {
  display: inline-block;
  height: 100%;
  width: 33.33%;
}

#second-menu ul li a {
  color: #454545;
  display: block;
  text-align: center;
  height: 40px;
  width: 100%;
  padding-top: 5px;
}

#second-menu ul li a div {
  height: 35px;
  padding-top: 5px;
}

#second-menu ul li:nth-of-type(1) a div, 
#second-menu ul li:nth-of-type(2) a div {
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  box-shadow: 1px 0 0 #fff;
}

#second-menu ul li a span {
  position: relative;
  top: 6px;
}

/*グローバルメニュー下*/
#global2{
  margin-bottom:20px;
}
#global2 ul {
  margin-top: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  border-top: 3px solid #FF9600;
  border-bottom: 1px solid #f3eae4;
  background: #fbf8f6; /* Old browsers */
  box-shadow: none;
}
#global2 ul li{
  display: inline-block;
}

#global2 ul li a:before {
  content: "\00BB \0020";
  color:#cc0000;
}
#global2 ul li a {
  font-size: 100%;
  display: block;
  padding: .5em;
  text-decoration: none;
  color: #3f3f3f;
}
#global2 ul li a:hover{
  color: #acacac;
}

.menuToggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-width: 0;
  background-color: #fff;
  color: #000;
  border-radius: 3px;
  display: block;
  padding: 8px 10px;
  position: fixed;
  top: 8px;
  right: 3%;
  z-index: 160;
  outline: none;
  -webkit-box-shadow: 1px 1px 0 rgb(110, 110, 110);
  box-shadow: 1px 1px 0 rgb(110, 110, 110);
  font-size: 16px;
  line-height: 1;
}
.spNav__body {
  position: fixed;
  display: none;
  z-index: 10;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: #006b9f;
}
.spNav__title {
  background-color: #69b2d3;
  padding: 10px 4%;
  font-size: 14px;
  color: #fff;
  font-weight:bold;
}
.spNav__title--orange {
  background-color: #ff9600;
}
.spNav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #bbb;
}
.spNav__list li {
  float: left;
  width: 50%;
  border-top: 1px solid #bbb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.spNav__list li:nth-child(odd) {
  border-right: 1px solid #bbb;
}
.spNav__list li a {
  font-size: 14px;
  line-height: 1.4;
  display: block;
  padding: 10px;
  color: #444;
  background: #FAFAFA;
  background: -moz-linear-gradient(top,  #FAFAFA 0%, #E8E8E8 100%);
  background: -webkit-linear-gradient(top,  #FAFAFA 0%, #E8E8E8 100%);
  background: linear-gradient(to bottom,  #FAFAFA 0%, #E8E8E8 100%);
  white-space: nowrap;
  overflow: hidden;
}

.spNav__list li a i {
  margin: 0 .6em;
}

@media screen and (max-width: 787px) {
  body {
    padding-top: 50px;
  }
  #blog-title {
    position: fixed;
    z-index: 150;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 8px;
    top: 0;
    left: 0;
    right: 0;
    background-color: #006b9f;
    z-index: 140;
    height: 50px;
  }
  #title {
    font-size: 16px;
    vertical-align: middle;
    line-height: 0;
    padding-top: 26px;
  }
  #title a {
    color: #fff;
  }
  #blog-description {
    display: none;
  }
}

/*============================================================

  3.entry

============================================================*/
.entry {
  position: relative;
  margin-bottom: 40px;
}
.entry-header {
  padding: 0 0 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.entry-title {
  margin:-20px -8px -10px -6px;
  padding:10px 5px;
  line-height:145%;
  font-size:145%;
}
.entry-title a{
    color:#454545;
 }
.page-archive-section .entry-title {
  padding:0 0;
  background:none;
  font-size:120%;
}
.page-archive-section h1 a {
    color:#333;
}
/* 日付 */
.date {
  margin-bottom: 10px;
}
.date a {
  display:inline-block;
  color: #cc0000;
  text-decoration: none;
  font-size: 110%;
}
/* カテゴリ */
.categories {
  margin-top: 10px;
  font-size: 80%;
  background-image: url(https://f.st-hatena.com/images/fotolife/m/mmmmmiyazaki/20160112/20160112150644.jpg?1452578827);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 2em;
  background-size: 16px auto;
  line-height: 1;
}
.categories a {
  display:inline-block;
  margin:0 5px 0 0;
  color: #999999;
  line-height:1;
}
.categories.no-categories {
  margin: 0;
}

/* 「編集する」ボタン */
.entry-header-menu {
  position: absolute;
  top: -2px;
  left: 260px;
}
.entry-header-menu a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  padding: 4px 10px 4px;
  border-radius:4px;
  line-height: 18px;
  color: #fff;
  background-color: #e74c3c;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none !important;
}
.entry-header-menu a:hover {
  background-color: #c0392b;
}
/* entry-content の中の書式 */
.entry-content {
  line-height: 1.7;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.entry-content p {
  margin: 0 0 20px 0;
  font-size:115%;
}
.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 ul li,
.entry-content ol li{
    font-size:18.4px;
    }
.entry-content ul li p,
.entry-content ol li p{
    font-size:100%;
    margin:0;
    }
.entry-content dl {
  margin:0 0 1em 0;
  font-size: 18.4px;
}
.entry-content dl dt {
  font-weight:bold;
}
.entry-content dl dd {
  padding:0 0 0 2em;
}
.entry-content h1 {
  font-size: 160%;
}
.entry-content h2 {
  padding:10px 10px;
  border-radius:4px;
  font-size: 150%;
  background:#006b9f;
  color:#fff;
}
.entry-content h2 a {
  color:#fff;
}
.entry-content h3 {
  margin-top: 60px;
  padding-top: 16px;
  border-top: 5px solid #ccc;
  font-size: 145%;
  position: relative;
}
.entry-content h3:after {
  content:"";
  width:30%;
  height:5px;
  position:absolute;
  top:-5px;
  left:0;
  background:#006b9f;
}
.entry-content h4 {
  border-left:5px solid #006b9f;
  margin-top: 34px;
  padding: 10px 0 10px 16px;
  font-size: 130%;
}
.entry-content h5{
    margin: 40px 0 15px 0;
    font-size: 110%;
    color: #444;
}
.entry-content h6{
    margin-top:40px;
    font-size:120%;
}
.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;
  vertical-align:middle;
}
.entry-content table th {
  background: #f5f5f5;
}
.entry-content blockquote {
  border: 1px solid #ddd;
  margin: 20px 0 25px;
  padding: 20px 20px 20px 30px;
  background: #fafafa;
  position: relative;
}
.entry-content blockquote:before {
  display: inline-block;
  content: "“";
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 54px;
  color: #bbb;
  line-height: 1.0;
}
.entry-content blockquote p {
  margin: 15px 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;
}
.entry-content code {
  font-size: 90%;
  margin: 0 2px;
  padding: 0 5px;
  border: 1px solid #eaeaea;
  background-color: #f8f8f8;
  border-radius: 3px;
}
.entry-content .hatena-asin-detail li {
  line-height: 1.4;
}
.hatena-citation{
  font-size:80%;
}
.hatena-citation a{
  color:#999;
}

/* [:contents]で吐き出される記事のリスト　*/
.table-of-contents:before {
  display: block;
  font-family: 'FontAwesome';
  content: '\f002'; /* 虫眼鏡 */
  font-weight: bold;
  font-size: 120%;
  padding-left: 3px;
  position: absolute;
  top: 15px;
  left: 15px;
  color: #FF9600;
}
.table-of-contents:after {
  display: block;
  content: 'この記事の目次（もくじ）';
  font-weight: bold;
  font-size: 120%;
  position: absolute;
  top: 15px;
  left: 45px;
}

.table-of-contents {
  padding: 50px 25px 15px 45px;
  position: relative;
  background-color: #F6F6F6;
}
.table-of-contents li {
  list-style-type: decimal;
}
.table-of-contents > li:first-child {
  border-top: 1px dotted #CCC;
  padding-top: 10px;
}
.table-of-contents > li {
  font-weight: bold;
}
.table-of-contents ul {
  padding-left: 0.1em;
}
.table-of-contents ul > li:before {
  font-family: 'FontAwesome';
  content:'\f105';
  margin-right: 5px;
  color: #999;
}
.table-of-contents ul > li {
  list-style: none;
  font-size: 85%;
  font-weight: normal;
}
.table-of-contents ul > li:last-child {
  padding-bottom: 10px;
}
.table-of-contents ul > li a {
  color: #333333
}
/* 孫なし */
.table-of-contents > li > ul > li > ul { display:none; }
/* SP表示 */
@media screen and (max-width: 767px) {
  .entry-content .table-of-contents > li {
    font-size: 15px;
  }
  .table-of-contents ul > li {
    font-size: 12.75px;
  }
}

/*============================================================

  4.entry-footer

============================================================*/
.entry-footer {
  margin-top: 10px;
}
.entry-footer-section {
  font-size: 80%;
  color: #999999;
}
.entry-footer-section a {
  color: #999999;
}
.hatena-star-container {
margin-top: 0;
margin-bottom: 0;
min-height: 0;
}
.social-buttons,
.entry-footer-html {
  margin: 10px 0;
}

/* entry-footer内の告知 */
.intro-article-wrapper{
  list-style: none;
  margin: 8px 0;
  padding: 0;
}
.intro-article-wrapper .under_links{
  margin: 0 5px 5px 0;
  padding: 5px 0 10px 0;
  border-bottom: 1px dotted #ddd;
  line-height: 1.5;
}
.intro-article-wrapper .under_links a {
  display:inline-block;
  padding:3px 5px 7px 5px;
  border-radius:0;
  color:#195caa;
  text-decoration: none;
}
.intro-article-wrapper .under_links a:hover {
  text-decoration: underline;
}
.intro-article-wrapper img.intro-article{
  width: 100px;
  height: 100px;
  float: left;
  padding: 2px 10px 0 0;
}
/* footer下免責事項等 */
#bottom-editarea ul.footer {
  width: 100%;
  margin: 0 0 15px -40px;
  text-align: center;
}
#bottom-editarea ul li {
  font-size: 80%;
  display: inline-block;
  margin: 0 10px 0 0;
  list-style-type: none;
}
#bottom-editarea ul li:before {
  content:  "\00BB \0020";
}

@media screen and (max-width: 767px){
  #bottom-editarea ul li {
    line-height: 1.8;
  }
  #bottom-editarea ul li:before {
    color: #CC0000;
  }
}

.awasete h3{
  border-left:10px solid #006b9f;
  margin:45px 0 6px 0;
  padding:0 0 0 20px;
  font-size: 140%;
}

/* Milliard設定 */
.ssImg{
    height: 80px;
    width: 80px;
    padding: 0;
}
.ssTitle{
    font-size: 85%;
}
.ssPanel{
    border-top: 1px solid rgb(228, 228, 228) !important;
    border-bottom: none !important;
    width: 49% !important;
    height: 120px !important;
    float: left !important;
    margin-right: 1% !important;
    padding:10px 0px 3px 0px !important;
}
.ssLimitedContainerHeader > div > div > div{
     background-color:#f5f5f5;
     background-image: url("https://f.st-hatena.com/images/fotolife/c/cardmics/20140713/20140713164336.gif?1405237429");
     font-weight: bold;
     color: #454545;
     font-size:120%;
     padding: 6px 5px 4px 5px !important;
     margin-top: 15px;
}
.ssOriginalTemplateImgContainer{
    padding-left:0px !important;
}
.awasete{
    margin:0 0 -40px 0;
}

/*スマホ*/
@media screen and (max-width:767px){
   .ssPanel{
    width: 100% !important;
  }
}

/*============================================================

  5.sidebar/各種モジュール設定

============================================================*/
#box2 {
  font-size: 85%;
  line-height: 1.5;
}
.hatena-module {
    font-size: 100%;
    margin:0 0 30px 0;
}
.hatena-module-title,
.hatena-bookmark-widget-title {
  margin:0 0 5px 0;
  padding:3px 0;
  background-color:#f5f5f5;
  background-image: url("https://f.st-hatena.com/images/fotolife/c/cardmics/20140713/20140713164336.gif?1405237429");
  font-weight: bold;
  font-size: 120%;
}
.hatena-module-title {
  padding: 0 0 0 5px;
  line-height: 36px;
}

/* .hatena-module-title:before, */ /* Comment: コメントアウト,デザインを復活させるには、このコメントアウトを取り払う */
.hatena-bookmark-widget-title:before {
  content:"◆";
  margin:0 1px 0 5px;
  font-family:sans-serif;
  color:#006b9f;
}
.hatena-module-title a,
.hatena-bookmark-widget-title a {
  color: #454545;
  text-decoration: none;
}
.hatena-module-title a:hover,
.hatena-bookmark-widget-title a:hover {
  color:#0d6b91;
  text-decoration: underline;
}
.hatena-module-body{}

/* hatena-module */
.hatena-module-html .hatena-module-title:before {
  color: #09AAF4;
  content: '\f09d';
  font: normal normal normal 14px/1 FontAwesome;
  margin: 0 0 0 1em;
}
.hatena-module-profile .hatena-module-title:before {
  color: #09AAF4;
  content: '\f007';
  font: normal normal normal 14px/1 FontAwesome;
  margin: 0 0 0 2px;
}
.hatena-module-search-box .hatena-module-title:before {
  color: #09AAF4;
  content: '\f002';
  font: normal normal normal 14px/1 FontAwesome;
  margin: 0 0 0 2px;
}
.hatena-module-links .hatena-module-title:before {
  color: #09AAF4;
  content: '\f0c1';
  font: normal normal normal 14px/1 FontAwesome;
  margin: 0 0 0 1em;
}
.hatena-module-recent-entries .hatena-module-title:before {
  color: #09AAF4;
  content: '\f1ea';
  font: normal normal normal 14px/1 FontAwesome;
  margin: 0 0 0 2px;
}
.hatena-module-archive .hatena-module-title:before {
  color: #09AAF4;
  content: '\f073';
  font: normal normal normal 14px/1 FontAwesome;
  margin: 0 0 0 2px;
}
.hatena-module-category .hatena-module-title:before {
  color: #09AAF4;
  content: '\f02c';
  font: normal normal normal 14px/1 FontAwesome;
  margin: 0 0 0 2px;
}
.hatena-module-category .hatena-urllist li {
  display: inline;
}
.hatena-module-category .hatena-urllist li a {
  display: inline;
}

/* 最新の記事 */
.recent-entries-item-inner {
  overflow: hidden;
}
.recent-entries-image-link {
  float: left;
}
.recent-entries-title-link {
  margin-left: 92px !important;
}


/* 日付 */
.recent-entries-date-link a {
  color: #FF9600;
  margin: 12px 0 -12px 0 !important;
}

/* プロフィール */
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 10px 10px 0;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  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%;
  overflow:hidden;
}
.hatena-module-profile .profile-description p {
  margin-top: 0;
}
.hatena-module .hatena-follow-button-box {
  padding-left:74px;
}
/* urllist module
    リンク・最新記事・最近のコメント・月別アーカイブ・カテゴリモジュールは .hatena-urllist という共通の class が振られます
*/
.hatena-urllist {
  list-style: none;
  margin: 0 0 0 0;
  line-height:1.4;
  padding: 0 0 0 0;
}

/* ^Comment:20:57 2015/11/26;FireFoxとIEでは崩れて、Chromeではきちんと表示される。
aタグのblock指定に問題があるかも、あとBox-sizingかdisplay:list-item的ななにか。 */
.hatena-module-archive .hatena-urllist li,
.hatena-module-recent-entries .hatena-urllist li,
.hatena-module-links .hatena-urllist li {
border-bottom: 1px dotted #ddd;
line-height: 1.5;
list-style-position: inside;
list-style-type: disc;
font-size:95%;
color: #a3a3a3;
}
.hatena-module-archive .hatena-urllist li,
/*.hatena-module-recent-entries .hatena-urllist li a,*/
.hatena-module-links .hatena-urllist li a {
  display:block;
  padding: 8px 5px;
}

/*追加*/
.hatena-module-recent-entries .hatena-urllist li a {
display: block;
margin: 12px 0;
}
.urllist-with-thumbnails li .urllist-image {
margin: 4px 14px 8px 0;
float: left;
}
.hatena-module-category .hatena-urllist li {
  display:inline-block;
  margin:0 -5px 0 0;
}
.hatena-module-category .hatena-urllist li a {
  display:inline-block;
  font-size:75%;
  padding:1px 2px;
  border-radius:0px;
  background:#fff;
  color:#666;
}

@media screen and (min-width: 768px) {
  .hatena-module-recent-entries .hatena-urllist li a,
  .hatena-module-category .hatena-urllist li a,
  .hatena-module-links .hatena-urllist li a {
    text-decoration: none;
  }
  
  .hatena-module-recent-entries .hatena-urllist li a:hover,
  .hatena-module-links .hatena-urllist li a:hover,
  .hatena-module-category .hatena-urllist li a:hover {
    text-decoration: underline;
  }
}
/* 検索 module */
.hatena-module-search-box .search-form {
  background:#f3f3f3;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.hatena-module-search-box .search-module-input {
  padding: 5px;
  color: #454545;
  background: none;
  border: none;
  outline: none;
  height: 30px;
  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: 10px;
  right: 5px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.hatena-module-search-box .search-module-button:hover {
  -moz-opacity: 0.85;
  -khtml-opacity: 0.85;
  -webkit-opacity: 0.85;
  opacity: 0.85;
  filter: alpha(opacity=50);
}
@media screen and (max-width: 767px){
  .hatena-module-search-box .search-form {
    margin-top: 30px;
  }
  .hatena-module-search-box .search-module-input {
    font-size: 100%;
  }
}

/* はてな 人気記事*/
.hatena-bookmark-widget-title img {
  display:none;
}
.hatena-bookmark-widget-notheme {
  width:100% !important;
}
.hatena-bookmark-widget-notheme .hatena-bookmark-widget-body ul {
  margin:0;
  padding:0;
  list-style:none;
}
.hatena-bookmark-widget-notheme .hatena-bookmark-widget-body ul > li {
  border-bottom: 1px dotted #ddd;
  line-height: 1.5;
  position:relative;
}
.hatena-bookmark-widget-notheme .hatena-bookmark-widget-body ul > li > a {
  display:block;
  padding: 8px 65px 8px 5px;
  text-decoration: none;
}
.hatena-bookmark-widget-notheme .hatena-bookmark-widget-body ul > li > a:hover {
  background:#006b9f;
  color:#fff;
}
.hatena-bookmark-widget-notheme .hatena-bookmark-widget-body ul > li > a {
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
.hatena-bookmark-widget-notheme .hatena-bookmark-widget-body .hatena-bookmark-count {
  position:absolute;
  top:50%;
  right:5px;
  margin-top:-0.85em;
}
.hatena-bookmark-widget-notheme .hatena-bookmark-widget-body .hatena-bookmark-count a {
  display:inline-block;
  padding:2px;
  border-radius:2px;
  background:#F63;
  color:#fff;
  font-size:80%;
  text-decoration:none;
}
.hatena-bookmark-widget-footer {
  display:none;
}
/* ピックアップ記事 */
.pickup h2{
 padding-left:2.4%;
color:#fff;
background-color: #ff9600;
text-align: left;
height: 36px;
line-height: 38px;
font-size: 18px;
}
.pickup ul{
margin: 5px 5px 0 -40px;
list-style: none;
font-size:100%;
line-height:100%;
}
.pickup ul li:first-child{
padding-top: 2px;
}
.pickup ul li {
color: #0b55a1;
min-height: 60px;
display: inline-block;
width: 100%;
margin-top: 5px;
border-bottom : 1px dotted #ccc;
position: relative;
}
.pickup ul li a {
  display: block;
  padding: 10px 0;
  margin-bottom: 5px;
}
.pickup ul li a img.thumb{
width: 80px;
max-height: 50px;
display:block;
float: left;
margin: 0 8px 6px 0;;
border:0;
vertical-align:bottom;
}
.pickup ul li a:hover {
  text-decoration: none;
}
.pickup ul li a:hover h3 {
  text-decoration: underline;
}
.pickup h3.card_name{
display: block;
font-size: 100%;
font-weight: bold;
line-height:100%;
}
.pickup ul li p{
display: block;
padding: 6px 0 0 0;
line-height: 165%;
font-size: 85%;
color: #000;
}
.readmore {
    margin:0;
    text-align: center;
}
.readmore a{
  color: #666;
  display: block;
  border: 1px solid #FFE3BB;
  border-radius: 5px;
  padding: 15px 0;
  background: #FBF8F6;
  position: relative;
  font-weight:bold;
}
.readmore a:after {
  color:#666;
  font-family: "FontAwesome";
  content: "\f054";
  text-align: right;
  position: absolute;
  right: 15px;
}

.hatena-module-recent-entries{
margin: 0 0 10px 0;
}


/* 右上のリンク module */
.mod_side-menu {
  border: 8px solid #f2f2f2;
  margin-bottom: 16px;
}
.mod_side-menu dt {
  color: #fff;
  padding: 10px;
}
.mod_side-menu dt em {
  font-style: normal;
}
.mod_side-menu dt em span {
  font-weight: bold;
}
.mod_side-menu .title01 {
  background-color: #888;
}
.mod_side-menu .title02 {
  background-color: #0380BA;
}
.mod_side-menu .title01 .fa {
  margin-right: 7px;
  margin-left: 2px;
}
.mod_side-menu .title02 .fa {
  color: #FFA100;
  margin-right: 5px;
}
.mod_side-menu ul {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-content: flex-start;
  -webkit-align-content: flex-start;
  align-items: stretch;
  -webkit-align-items: stretch;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
}
.mod_side-menu li {
  list-style: none;
  box-sizing: border-box;
  width: 50%;
  border-bottom: 1px solid #ddd;
  display: flex;
  display: -webkit-flex;
}
.mod_side-menu li:nth-child(2n) {
  border-left: 1px solid #ddd;
}
.mod_side-menu li:nth-child(2n+1) {
}
.mod_side-menu li a {
  display: block;
  width: 100%;
  padding: 8px 5px;
  line-height: 1.6;
  align-self: stretch;
  -webkit-align-self: stretch;
  overflow: hidden;
  color: #333;
}
.mod_side-menu li a .icon-wrap {
  display: table-cell;
  vertical-align: text-top;
  text-align: center;
}
.mod_side-menu li a .icon {
  display: inline-block;
  width: 1.6em;
  color: #aaa;
}
.mod_side-menu li a .icon-wrap + span {
  display: table-cell;
}

/* ソーシャルリンク module */
.sns-link ul {
  display: table;
  width: 100%;
  padding: 0;
}
.sns-link li {
  display: table-cell;
  line-height: 1;
  width: 33.3333%;
}
.sns-link li > a {
  display: block;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.sns-link li > a:hover {
  filter: alpha(opacity=80);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=80)";  /* ie 8 */
  -moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.8;              /* Safari 1.x */
  opacity:0.8;
}
.sns-link .sns-link_hatena a {
  background-color: #38393D;
  margin-right: 1px;
}
.sns-link .sns-link_feedly a {
  background-color: #83BD57;
  margin-right: 1px;
}
.sns-link .sns-link_twitter a {
  background-color: #63AEEC;
}
.sns-link a > i {
  font-size: 16px;
  margin-right: 5px;
}
.sns-link .sns-link_hatena i {
  margin-left: -7px;
}
.sns-link .sns-link_feedly i,
.sns-link .sns-link_twitter i {
  margin-left: -5px;
}

/* ピックアップ */
.recent-entries-item-inner .bookmark-widget-counter {
  display: inline-block !important;
  margin: 0 0 10px 92px !important;
}

/*============================================================

  6.Pager(ページ送り)

============================================================*/
.pager {
  margin: 0 0 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 80%;
  text-align: center;
  display: table;
  width: 100%;
}
.pager:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  font-size: 0;
}
.pager a {
  display: block;
  margin: 0;
  color: #333;
  text-decoration: none;
  line-height: 1.4;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.pager a:hover {
  color: #006b9f;
  text-decoration: none !important;
}
.pager .pager-prev {
  display: table-cell;
  padding: 20px 0;
}
.pager .pager-next {
  display: table-cell;
  padding: 20px 0;
}
.pager .pager-prev a:before,
.pager .pager-next a:before {
  font-family: "FontAwesome";
  font-size: 28px;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  color: #DDD;
  line-height: 1;
}
.pager .pager-prev a:before {
  content: '\f0a8';
}
.pager .pager-next a:before {
  content: '\f0a9';
}
.pager a:hover:before {
  color: #006b9f;
}
.pager-arrow {
  display: none;
}
.pager .pager-arrow {
  font-size: 18px;
  color: #ff9600;
}

/* ページトップへ戻るボタン */
#pagetop {
  position:fixed;
  bottom:30px;
  right:30px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background-color: #aaa;
  padding: 10px;
  border-radius: 8px;
}
#pagetop:before {
  display: block;
  font-size: 35px;
  font-family: "FontAwesome";
  font-weight: normal;
  content: '\f062';
  color: #fff;
  line-height: 1;
}
#pagetop:hover {
  cursor:pointer;
  filter: alpha(opacity=60);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)";  /* ie 8 */
  -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6;              /* Safari 1.x */
  opacity:0.6;
  zoom:1;
}
/* pager SP */
@media screen and (max-width: 787px) {
  .pager {
    margin: -10px 0 40px 0;
  }
  .pager .pager-prev {
    border-right: 1px solid #ddd;
    padding: 0;
  }
  .pager .pager-next {
    padding: 0;
  }
  .pager .pager-prev a {
    padding: 20px 5px 20px 0;
  }
  .pager .pager-next a {
    padding: 20px 0 20px 5px;
  }
  #pagetop {
    bottom:20px;
    right:20px;
    padding: 10px 15px 12px 15px;
    line-height: 1;
    filter: alpha(opacity=90);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=90)";  /* ie 8 */
    -moz-opacity:0.9;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.9;              /* Safari 1.x */
    opacity:0.9;
  }
  #pagetop span { display: none; }
  #pagetop:hover {
    filter: alpha(opacity=50);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=50)";  /* ie 8 */
    -moz-opacity:0.5;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.5;              /* Safari 1.x */
    opacity:0.5;
  }
}

/*============================================================

  7.最下部Footer (緑帯部分)

============================================================*/
#footer {
  padding: 15px 5px;
  background:#006b9f;
  color: #fff;
  line-height: 1.5;
  font-size: 80%;
  text-align: center;
}
#footer p {
  margin: 0;
}
#footer a {
  color: #fff;
}
/*============================================================

  8.About ページ

============================================================*/
.page-about dt {
  padding:10px 10px;
  border-radius:4px 4px 0 0;
  background:#eee;
  font-weight: bold;
}
.page-about dd {
  padding:10px !important;
  border:1px solid #eee;
  border-top:none;
  border-radius:0 0 4px 4px;
  margin-left: 0;
  margin-bottom: 30px;
}
/*============================================================

  9.archive ページ

============================================================*/
.page-archive #main section {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
/* SP */
@media screen and (max-width: 767px) {
  .page-archive #main section {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.page-archive #main p + section {
  margin-top:20px;
}
.page-archive #main h1 {
  font-size: 100%;
  margin-bottom: 0;
}
.page-archive #main ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.page-archive #main ul li {
  padding: 8px 0;
  border-bottom: 1px solid #dddddd;
}
/*14/8/04 追加*/
.page-archive .archive-entries .archive-entry {
    margin-bottom: 3em;
    }
.page-archive .archive-entries .entry-title a{
    color:#000088;
    font-size: 140%;
    line-height:150%;
    font-weight:bold;
    }
.page-archive .archive-entries .categories {
    margin: 0 0 10px 0;
    }
.page-archive .archive-entries .entry-description {
    font-size: 95%;
    margin: 0 0 5px;
    line-height: 150%;
    }
/*エフェクト(ベンダープレフィックス)*/
.hatena-module-recent-entries .hatena-urllist li a,
.hatena-module-links .hatena-urllist li a,
.hatena-module-category .hatena-urllist li a,
.pager a {
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
}
/*============================================================

  10.Retinaディスプレイ対応

============================================================*/
@media (-webkit-min-device-pixel-ratio: 2) {
  .hatena-module-search-box .search-module-button {
    background: transparent url(https://cdn.blog.st-hatena.com/images/theme/search@2x.png?version=d521df40822702b2798181e2322e97) no-repeat right center;
    background-size: 20px 20px;
  }
}
/*============================================================

  11.Media Queries - Small Tablet & Smartphone

============================================================*/
@media (max-width: 767px) {
  #globalheader-container {
    position: static;
  }
  #container {
    word-wrap: break-word;
    overflow: hidden;
    padding-top: 0;
  }
  #main {
    width: 100%;
    float: none;
  }
  #box2 {
    width: 100%;
    float: none;
  }
  #box2-inner {
    width: 100%;
  }
  .entry-title {
  margin:-20px -8px -10px -6px;
  padding:10px 5px;
  background:url(https://img.f.hatena.ne.jp/images/fotolife/t/tsunagime/20131016/20131016125539.png) repeat top left;
  line-height:150%;
  font-size:120%;
  }
  .hatena-module {
    width: 100%;
    float: none;
  }
  .entry-header-menu {
    top: -30px;
    left: 0px;
  }
  .hatena-module-recent-entries.category-Pick {
    display:none;
  }
  .entry-content blockquote {
  border: 1px solid #ddd;
  margin: 0 0 10px;
  padding: 10px 10px 10px 25px;
  background:#fafafa;
  position:relative;
  }
  .entry-content blockquote:before {
  display:inline-block;
  content:"“";
  position:absolute;
  top:10px;
  left:5px;
  font-family:sans-serif;
  font-size:42px;
  color:#999;
  line-height:1.0;
  }
  .hatena-module-category {
    display: none;
  }
  .rightCat,
  .mod_side-menu {
    border-width: 0;
    width: 109%;
    position: relative;
    left: -4.3%;
  }
  .page-archive .archive-entries .entry-title a{
    color:#000088;
    font-size: 120%;
    line-height:150%;
    font-weight:bold;
  }
  .page-archive .archive-entries .entry-description {
    font-size: 80%;
    margin: 0 0 5px;
    line-height: 140%;
  }
  
    #title-img {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 4%;
    padding-left: 4%;
  }
  
  .intro-article-wrapper .under_links a:hover {
    background-color: transparent;
    color: #195caa;
    text-decoration: underline;
  }

  .pager a:hover {
    background-color: #eee;
    color: #195caa;
    text-decoration: underline;
  }
  
  .pickup h2 {
    position: relative;
    left: -4.2%;
    width: 108%;
    line-height: 46px;
    height: 46px;
  }
  
  .hatena-module-title {
    background-color: #eeeeee!important;
  }
  
  .footerAbout__list li {
    width: 85%;
    margin: 0 auto !important;
  }
  
  .l-table {
    margin: 0 auto;
    width: 85%;
  }
  
  #bottom-editarea .footerNav__column:last-of-type {
      position: relative;
      left: 1rem;
  }
  
  #rctCard {
    padding: 0 !important;
  }

  .cat-item-10 {
    background-size: auto 75% !important;
  }
  
  .rightCat .rightCatContent .rctList li {
    background-size: auto 80%;
    border-bottom: 1px solid #ddd;
    line-height: 1.8;
    background-position: 5%;
      position: relative;
  }
  
  .rightCat .rightCatContent .rctList li:after {
      content: '';
      position: absolute;
      right: 2%;
      top: 30%;
      z-index: -1;
      background-size: contain;
      width: 16px;
      background-image: url(https://img.f.hatena.ne.jp/images/fotolife/b/benrista/20151112/20151112134824.png);
      height: 16px;
  }
  
  .rightCat .rightCatContent .rctList_02 {
    border-left: 1px solid #ddd;
    box-sizing: border-box;
  }
  
  .rightCat .rightCatContent .rctList li:last-of-type{
    border-bottom: none;
  }

/*#blog-title,*/
  #menu,
  #bottom-editarea .l-footer__inner,
  .l-inner,
  #wrapper,
  .hatena-module-html,
  .hatena-module-profile .hatena-module-body,
  .hatena-module-search-box .hatena-module-body {
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 4%;
    padding-left: 4%;
  }
  
  #content {
    width: 100%;
  }
  
  .hatena-module-archive .hatena-urllist li,
  .hatena-module-recent-entries .hatena-urllist li,
  .hatena-module-links .hatena-urllist li {
    padding-left: 4%;
    padding-right: 4%;
  }
  
  .urllist-with-thumbnails .urllist-item-inner {
    position: relative;
  }
  
  .urllist-with-thumbnails .urllist-item-inner .urllist-title-link {
    padding-right: 22px;
  }
  
  .urllist-with-thumbnails .urllist-item-inner:after {
    height: 10px;
    width: 10px;
    border-right: 4px solid #eee;
    border-top: 4px solid #eee;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    right: 5px;
    top: 40%;
    z-index: -1;
  }
  .hatena-module-title {
    line-height: 46px;
  }
  .list-double ul {
    width: 100%;
    float: none;
  }
}

@media screen and (min-width: 768px) {
  #blog-title,
  #menu,
  #content,
  #bottom-editarea .l-footer__inner,
  .l-inner {
      width: 960px;
      margin-right: auto;
      margin-left: auto;
  }
  #title-img {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
  
}

@media screen and (max-width: 960px) {
    .pcNav {
        width: 960px;
    }
}

/*============================================================

  12.追加した文字装飾

============================================================*/
.redtxt {
  font-size: 10px;
  color: #cc0000;
  background-color: #ffff99;
  font-weight:bold;
  padding: 0 1px;
}
.redbold{
  color:#ff0505;
  font-weight:bold;
}
.redcolor{
  color:#ff0505;
}
.orangecolor{
  color:#ff9600;
}
.column{
  padding: 20px;
  margin: 20px 0;
  background-color: #FFF9F0;
  border-left: 6px solid #ff9600;
}
.column p {
  margin: 0 0 8px 0;
  font-size:100%;
}
.column ul li,
.column ol li,
.column2 ul li,
.column2 ol li{
  font-size:100%;
}
.column ul li p,
.column ol li p,
.column2 ul li p,
.column2 ol li p{
    font-size:100%;
}
.column2{
  padding: 20px;
  margin: 20px 0;
  background-color: #FFF1EE;
  border-left: 6px solid #d32800;
}
.column2 p {
  margin: 0 0 8px 0;
  font-size:100%;
}
/*============================================================

  13.汎用

============================================================*/
.l-left {
  float: left;
}
.l-right {
  float: right;
}
.cBoth {
  clear: both;
}
.l-table {
  display: table;
  table-layout: fixed;
}
.l-tableRow {
  display: table-row;
}
.l-tableCell {
  display: table-cell;
  vertical-align: top;
}
/* リスト2列 */
.list-double {
  width: 100%;
  overflow: hidden;
  clear: both;
}
.list-double ul {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

/* 行間 */
.list-gyoukan li {
  margin-bottom: 20px;
}
.list-gyoukan li:last-child {
  margin-bottom: 0;
}
/* アイコン付リスト */
.list-pdf,.list-video,
.list-attention,.list-check {
  padding: 0;
}
.list-pdf li,
.list-video li,
.list-attention li,
.list-check li {
  list-style: none;
}
.list-attention li,
.list-video li,
.list-pdf li,
.list-check li {
  text-indent: -1.25em;
  padding-left: 1.5em;
}
.list-attention li p,
.list-video li p,
.list-pdf li p,
.list-check li p {
  display: inline;
}
.list-pdf li:before,
.list-video li:before,
.list-attention li:before,
.list-check li:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  margin-right: 5px;
}
.list-attention li:before {
  content: '\f071';
  color: #FF9600;
}
.list-video li:before {
  content: '\f1c8';
}
.list-pdf li:before {
  content: '\f1c1';
}
.list-check li:before {
  content: '\f046';
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

/*============================================================

  14.Footer

============================================================*/
/* はてなブログにおけるマイルール... */
#bottom-editarea .footerAbout {
  background-color: #f0e6df;
}
#bottom-editarea .footerAbout a {
  color: #3f3f3f;
}
#bottom-editarea .footerAbout__list {
  margin: 0 auto;
}

/* フッターナビゲーション */
#bottom-editarea .footerNav {
  background-color: #fbf8f6;
}
#bottom-editarea .footerNav__column {
  border-left: 1px solid #006b9f;
  padding: 0 0 0 60px;
  vertical-align: top;
}
#bottom-editarea .footerNav__column:first-child {
  border-left-width: 0;
  padding-left: 0;
}
#bottom-editarea .footerNav__title {
  font-weight: bold;
  margin-bottom: .5em;
  font-size: 20px;
}
#bottom-editarea .footerNav__list {
  list-style: none;
  padding: 0 60px 0 0;
  margin: 0;
}
#bottom-editarea ul.footerNav__list li {
  display: block;
  margin: 0 auto .5em;
  font-size: 13px;
}
#bottom-editarea ul.footerNav__list li:before {
  content: none;
}
#bottom-editarea ul.footerNav__list li a {
  color: #000;
  display: block;
  position: relative;
  padding: .2em 0;
}
#bottom-editarea ul.footerNav__list > li a:before {
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f138';
  display: inline-block;
  color: #000;
  font-size: 14px;
  line-height: 1;
  margin-right: .5em;
}

#bottom-editarea ul.footerNav__list > li ul {
  margin: .5em 0 1.2em;
  padding: 0 0 0 1.2em;
}
#bottom-editarea ul.footerNav__list > li ul li a:before {
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f054';
  display: inline-block;
  color: #888;
  font-size: 8px;
  line-height: 13px;
  margin-right: .8em;
}
#bottom-editarea ul.footerNav__list > li ul li a:after {
  display: none;
}
/* コピーライト */
#bottom-editarea .footerContent {
  background-color: #006b9f;
  border-top: 2px solid #ff9600;
  color: #fff;
}
#bottom-editarea .footerContent p {
  line-height: 1.8;
  letter-spacing: .02em;
  margin-bottom: 1em;
}
#bottom-editarea .footerContent p:last-child {
  margin-bottom: 0;
}
#bottom-editarea .footerContent__notice {
  font-size: 12px;
}
#bottom-editarea .footerContent__copyRight {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  #bottom-editarea .l-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #bottom-editarea .footerNav__column {
    border-width: 0;
    padding-left: 0;
    margin-bottom: 20px;
  }
  #bottom-editarea ul li {
    display: block;
    margin-bottom: .2em;
  }
  #bottom-editarea .footerNav__title {
    margin-bottom: 16px;
    font-size: 14px;
    margin-bottom: 1em;
  }
  #bottom-editarea .footerNav__list {
    padding-right: 10px;
  }
}

@media screen and (min-width: 768px) {
  #bottom-editarea .l-footer__inner {
    padding: 20px 40px;
  }
}
/*============================================================

  15.Sprite

============================================================*/
.sprite {
    background-image: url(https://f.st-hatena.com/images/fotolife/b/benrista/20151204/20151204001256.png?1449155624);
    background-repeat: no-repeat;
    display: block;
}
.sprite-box {
    width: 16px;
    height: 16px;
    background-position: -1px -1px;
    float: left;
    margin-right: 9px;
}
.sprite-buil {
    width: 16px;
    height: 16px;
    background-position: -52px -1px;
    float: left;
    margin-right: 9px;
}
.sprite-car {
    width: 16px;
    height: 16px;
    background-position: -103px -1px;
    float: left;
    margin-right: 9px;
}
.sprite-card-g {
    width: 16px;
    height: 16px;
    background-position: -121px -1px;
    float: left;
    margin-right: 9px;
}
.sprite-card-s {
    width: 16px;
    height: 16px;
    background-position: -1px -19px;
    float: left;
    margin-right: 9px;
}
.sprite-earth {
    width: 16px;
    height: 16px;
    background-position: -52px -19px;
    float: left;
    margin-right: 9px;
}
.sprite-hospital {
    width: 16px;
    height: 16px;
    background-position: -100px -52px;
    float: left;
    margin-right: 9px;
}
.sprite-men {
    width: 16px;
    height: 16px;
    background-position: -1px -85px;
    float: left;
    margin-right: 9px;
}
.sprite-money {
    width: 16px;
    height: 16px;
    background-position: -52px -85px;
    float: left;
    margin-right: 9px;
}
.sprite-pen {
    width: 16px;
    height: 16px;
    background-position: -103px -85px;
    float: left;
    margin-right: 9px;
}
.sprite-phone {
    width: 16px;
    height: 16px;
    background-position: -121px -85px;
    float: left;
    margin-right: 9px;
}
.sprite-school {
    width: 16px;
    height: 16px;
    background-position: -19px -34px;
    float: left;
    margin-right: 9px;
}
.sprite-track {
    width: 16px;
    height: 16px;
    background-position: -70px -34px;
    float: left;
    margin-right: 9px;
}
.sprite-wakaba {
    width: 16px;
    height: 16px;
    background-position: -139px -100px;
    float: left;
    margin-right: 9px;
}
.sprite-women {
    width: 16px;
    height: 16px;
    background-position: -157px -100px;
    float: left;
    margin-right: 9px;
}
.sprite-yen {
    width: 16px;
    height: 16px;
    background-position: -67px -118px;
    float: left;
    margin-right: 9px;
}
@media screen and (max-width: 767px) {
 .sprite-box {
    width: 31px;
    height: 31px;
    background-position: -19px -1px;
    margin-top: -3px;
    margin-right: 0;
    margin-left: 5px;
 }
 .sprite-buil {
    width: 31px;
    height: 31px;
    background-position: -70px -1px;
    margin-top: -3px;
    margin-right: 0;
    margin-left: 5px;
 }
 .sprite-car {
    width: 31px;
    height: 31px;
    background-position: -103px -19px;
    margin-top: -3px;
    margin-right: 0;
    margin-left: 5px;
 }
 .sprite-card-g {
    width: 31px;
    height: 31px;
    background-position: -1px -52px;
    margin-top: -3px;
    margin-right: 0;
    margin-left: 5px;
 }
 .sprite-card-s {
    width: 31px;
    height: 31px;
    background-position: -34px -52px;
    margin-top: -3px;
    margin-right: 0;
    margin-left: 5px;
 }
 .sprite-earth {
    width: 31px;
    height: 31px;
    background-position: -67px -52px;
    margin-top: -3px;
    margin-right: 0;
    margin-left: 5px;
 }
 .sprite-hospital {
    width: 31px;
    height: 31px;
    background-position: -118px -52px;
    margin-top: -3px;
    margin-right: 0;
    margin-left: 5px;
 }
 .sprite-men {
    width: 31px;
    height: 31px;
    background-position: -19px -85px;
    margin-top: -3px;
    margin-right: 0;
    margin-left: 5px;
 }
 .sprite-money {
    width: 31px;
    height: 31px;
    background-position: -70px -85px;
    margin-top: -3px;
    margin-right: 0;
    margin-left: 5px;
 }
 .sprite-pen {
    width: 31px;
    height: 31px;
    background-position: -103px -103px;
    margin-top: -3px;
    margin-right: 0;
    margin-left: 5px;
 }
 .sprite-phone {
    width: 31px;
    height: 31px;
    background-position: -139px -1px;
    margin-top: -3px;
    margin-right: 0;
    margin-left: 5px;
 }
 .sprite-school {
    width: 31px;
    height: 31px;
    background-position: -151px -34px;
    margin-top: -3px;
    margin-right: 0;
    margin-left: 5px;
 }
 .sprite-track {
    width: 31px;
    height: 31px;
    background-position: -151px -67px;
    margin-top: -3px;
    margin-right: 0;
    margin-left: 5px;
 }
 .sprite-wakaba {
    width: 31px;
    height: 31px;
    background-position: -1px -118px;
    margin-top: -3px;
    margin-right: 0;
    margin-left: 5px;
 }
 .sprite-women {
    width: 31px;
    height: 31px;
    background-position: -34px -118px;
    margin-top: -3px;
    margin-right: 0;
    margin-left: 5px;
 }
 .sprite-yen {
    width: 31px;
    height: 31px;
    background-position: -136px -118px;
    margin-top: -3px;
    margin-right: 0;
    margin-left: 5px;
 } 
}

.entry-tags {
    display: none;
}
.archive-entry-tag {
    display:none;
}

/* SNSボタン */
.share-flat .share-flat-inner .twitter-search{ font-size: 12px; padding:4px; line-height: 0px;}.share-flat .share-flat-inner .twitter-search .share-text{    font-size: 12px;}.share-flat{margin:10px 0;}.share-flat-inner a {    position: relative;    padding:6px 0 4px 0;    display: inline-block;    width: 15%;    height: 40px;    line-height: 20px;    border-radius: 4px;    font-size: 16px;    text-align: center;    color: #ffffff;    text-decoration: none;}.share-flat .small-text{    font-size: 10px;}.share-flat .hatena-bookmark-button{    background: #00A4DE;}.share-flat .twitter-button{    background: #1DA1F2;}.share-flat .facebook-button{    background: #405BA7;}.share-flat .pocket-button{    background: #EE4256;}.share-flat .share-flat a:active{opacity: 0.6;}