/*大学ノート風目次*/
.entry-content .table-of-contents  {
    position: relative;
    margin: 0;
    display: inline-block;
    background: #FFF3E0;
    /* 薄いオレンジ色 */
    padding: 1em 1em 1.2em 1em;
    border-top: 1px solid #d9d9d9;
    border-right: 0;
    border-bottom: 1px solid #d9d9d9;
    border-left: 0;
}
.entry-content .table-of-contents a {
    color: #5a5a5a;
    display: block;
    text-decoration: none;
    background: linear-gradient(transparent 0, transparent 93%, #d8d8d8 100%);
    background-size: 100% 2em;
    line-height: 2em;
}
.entry-content .table-of-contents > li::before  {
    font-family: "blogicon";
    content: "\f024";
    font-weight: normal;
    color: #99ccb7;
    position: absolute;
    top: 2px;
    left: -20px;
}
.entry-content .table-of-contents li  {
    list-style-type: none;
    margin: 0 0 0 1.4em;
    position: relative;
    font-size: 1.1em;
}
.entry-content .table-of-contents li ul  {
    margin: 0;
    padding: 0;
}
/* 中見出しの位置調整 */
.entry-content .table-of-contents li  {
    margin-left: 10px;
    /* 中見出しを左に10px移動 */
}
/* 小見出しの位置調整 */
.entry-content .table-of-contents li ul li  {
    list-style-type: none;
    color: #99ccb7;
    font-size: .9em;
    margin-left: 20px;
    /* 小見出しを左に20px移動 */
}

/*目次のデザインここまで*/

/*appreach新コードここから*/
.appreach  {
    text-align: left;
    padding: 10px;
    border: 1px solid #7C7C7C;
    overflow: hidden;
}
.appreach:after  {
    content: "";
    display: block;
    clear: both;
}
.appreach p  {
    margin: 0;
}
.appreach a:after  {
    display: none;
}
.appreach__icon  {
    float: left;
    border-radius: 10%;
    overflow: hidden;
    margin: 0 3% 0 0 !important;
    width: 25% !important;
    height: auto !important;
    max-width: 120px !important;
}
.appreach__detail  {
    display: inline-block;
    font-size: 20px;
    line-height: 1.5;
    width: 72%;
    max-width: 72%;
}
.appreach__detail:after  {
    content: "";
    display: block;
    clear: both;
}
.appreach__name  {
    font-size: 16px;
    line-height: 1.5em !important;
    max-height: 3em;
    overflow: hidden;
}
.appreach__info  {
    font-size: 12px !important;
}
.appreach__developper, .appreach__price  {
    margin-right: 0.5em;
}
.appreach__posted a  {
    margin-left: 0.5em;
}
.appreach__links  {
    float: left;
    height: 40px;
    margin-top: 8px;
    white-space: nowrap;
}
.appreach__aslink img  {
    margin-right: 10px;
    height: 40px;
    width: 135px;
}
.appreach__gplink img  {
    height: 40px;
    width: 134.5px;
}
.appreach__star  {
    position: relative;
    font-size: 14px !important;
    height: 1.5em;
    width: 5em;
}
.appreach__star__base  {
    position: absolute;
    color: #737373;
}
.appreach__star__evaluate  {
    position: absolute;
    color: #ffc107;
    overflow: hidden;
    white-space: nowrap;
}
/*appreachここまで*/
/*画像の高さオート*/
img  {
    height: auto;
}
.entry-content a  img  {
    cursor: pointer;
}
span.author.vcard  {
    display: none;
}
/*上に戻る*/
#page-top  {
    display:none;
    position:fixed;
    right:10px;
    bottom:20px;
    margin: 0;
    padding: 0;
    text-align:center;
}
#move-page-top {
    color:rgba(246, 135, 116, 1);
    text-decoration:none;
    display:block;
    cursor:pointer;
}
#move-page-top:hover {
    color:rgba(0, 0, 0, 6);
}
@media only screen and (min-width: 400px) {
    #page-top {
        right:50%;
        margin-right: -450px;
    }
}
/* <system section="theme" selected="17680117126992954131"> */
/* Responsive: yes */
#blog-title, #footer, .archive-heading::before, .categories::before, .entry-content h3::before, .entry-content h4::before, .entry-content h5::before, .entry-footer .hatena-module-title::after, .hatena-module .hatena-module-title, .hatena-module-search-box .search-module-button, .leave-comment-title, .page-about .entry-content dt::before, .page-index .entry-see-more, .pager a, .search-result-form .search-result-button {
  background: #FF6F61
}
body {
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
  color: #212121;
  background: #FAFAFA;
  line-height: 2em;
  font-size: 16px
}
.archive-heading::after, .archive-heading::before, .categories::after, .categories::before, .date a::before, .entry-content h3::before, .entry-content h4::before, .entry-content h5:before, .entry-footer .hatena-module .hatena-module-title::after, .entry-footer .hatena-module .hatena-module-title::before, .hatena-module .hatena-module-title::before, .page-about .entry-content dt::before, .page-archive .archive-entry::before, .page-index .entry::before, .page-index h3::before, .page-index h4::before, .page-index h5::before, .pager a::before, .pager-next a::before, .pager-prev a::before, .table-of-contents::before {
  content: '';
  position: absolute
}
a {
  color: #056CC6;
  transition: all .1s
}
a:hover {
  color: #214E93
}
a.keyword {
  text-decoration: underline dotted #EEE
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
  color: #424242
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #BDBDBD
}
#globalheader-container {
  background-color: #EEE
}
#container #content {
  width: 1024px;
  margin: 0 auto;
  display: block
}
#main {
  float: left;
  width: 700px;
  margin: 24px 0
}
#box2 {
  width: 300px;
  float: right;
  margin: 24px 0 2em
}
#blog-title {
  letter-spacing: .2em;
  box-shadow: 0 1px 5px 0 #00042;
  position: relative
}
.header-image-enable #blog-title #blog-title-inner, .header-image-only #blog-title #blog-title-inner {
  background-position: center!important;
  background-size: cover;
  height: 100%
}
#blog-title-content {
  width: 1024px;
  margin: 0 auto;
  box-sizing: border-box
}
#title {
  line-height: 64px;
  margin: 0;
}
#blog-title-content {
  padding: 72px 0;
  width: 100%;
}

#title a, #blog-description{
  display: inline-block;
  width: 100%;
  text-align: center
}
#title a {
  font-size: 1.1em;
  color: #FFF
}

#blog-description {
  line-height: 36px;
  font-size: .9em;
  margin: 0;
  color: #EEE;
  opacity: .6
}
.categories a, .date a {
  color: #616161;
  display: inline-block;
  line-height: 36px;
  text-decoration: none
}
.header-image-only #blog-title-content {
  padding: 8em 0 16em
}
.header-image-enable #blog-title {
  margin: 0 0 2em
}
.header-image-enable #blog-title-content {
  padding: 8em 0
}
#top-editarea {
  margin-bottom: 1em
}
.breadcrumb {
  font-size: .9rem;
  padding: .6em;
  background: #FFF;
  border-bottom: #f5f5f5 1px solid
}
.breadcrumb-inner {
  max-width: 1024px;
  margin: 0 auto
}
.entry {
  margin-bottom: 24px;
  box-shadow: 0 6px 40px rgba(0, 0, 0, .125);
  border-radius: 5px;
  float: left;
  position: relative;
  background: #fff;
  width: 100%
}
.entry-header {
  padding: 72px 24px 0
}
.date {
  margin-bottom: .5em;
  font-size: .9rem
}
.date a {
  position: absolute;
  z-index: 2;
  top: 40px;
  left: -12px;
  border-radius: 0 5px 5px 0;
  background: #FAFAFA;
  width: 120px;
  text-align: center;
  box-shadow: 5px 0 20px rgba(0, 0, 0, .125);
  transition: .3s ease
}
.date a::before {
  bottom: -12px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 6px solid;
  border-color: #BDBDBD #BDBDBD transparent transparent;
  box-sizing: border-box
}
.date a:hover {
  background: #E0E0E0
}
.page-entry .date a,.page-index .date a {
  top: 24px
}
.entry-title {
  margin: 0 0 .3em;
  font-size: 1.3rem
}
.categories {
  font-size: .9em;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 5
}
.categories a {
  margin-left: 10px;
  border-radius: 3px;
  float: right
}
.categories::after, .categories::before {
  top: 0;
  left: -36px;
  width: 36px;
  height: 36px
}
.categories::before {
  border-radius: 50%
}
.categories::after {
  width: 24px;
  height: 24px;
  margin: 6px
}
.entry-header-menu {
  position: absolute;
  top: 64px;
  right: 15px
}
.entry-header-menu a {
  display: inline-block;
  padding: 0 15px;
  border: 1px solid #9E9E9E;
  background: #fff;
  border-radius: 24px;
  color: #9E9E9E;
  font-size: .8em
}
.entry-content {
  padding: 24px
}
.entry-content p {
  margin-bottom: 1em
}
.entry-content img, .entry-content video {
  max-width: 100%;
  height: auto
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin: 1em 0 .5em;
  padding: .2em .3em;
  position: relative
}
.entry-content h1 {
  font-size: 1.7rem
}
.entry-content h2 {
  font-size: 1.5rem
}
.entry-content h3 {
  font-size: 1.4em;
  border-bottom: 3px #EEE solid
}
.entry-content h3::before {
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px
}
.entry-content h4 {
  font-size: 1.2em;
  padding-left: .6em
}
.entry-content h4::before {
  top: 0;
  left: -4px;
  width: 4px;
  height: 100%
}
.entry-content h5 {
  font-size: 1.1em;
  padding: 0 0 0 24px;
  line-height: 36px
}
.entry-content h5::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 0;
  top: 12px
}
.entry-content h6 {
  font-size: .9rem
}
.entry-content dd, .entry-content ol, .entry-content ul {
  margin: 0 0 1em 1.5em;
  padding: 0
}
.entry-content dd li ol, .entry-content dd li ul, .entry-content ol li ol, .entry-content ol li ul, .entry-content ul li ol, .entry-content ul li ul {
  margin-bottom: 0
}
.entry-content table {
  border-collapse: collapse;
  border-bottom: 1em;
  margin-bottom: 1em;
  width: 100%;
  overflow: auto;
  display: block
}
.entry-content table td, .entry-content table th {
  border: 1px solid #ddd;
  padding: 8px 10px
}
.entry-content table th {
  background: #f5f5f5
}
.entry-content .hatena-asin-detail, .entry-content blockquote {
  border-radius: 5px;
  padding: 24px;
  background: #EEE;
  border: none;
  margin: 12px 0
}
.entry-content blockquote p:first-child {
  margin-top: 0
}
.entry-content blockquote p:last-child {
  margin-bottom: 0
}
.entry-content code, .entry-content pre {
  font-family: Monaco, Consolas, 'Courier New', Courier, monospace, sans-serif
}
.entry-content pre {
  background: #1C1D21;
  white-space: pre-wrap;
  color: #EEE;
  line-height: 1.3;
  padding: 18px
}
.entry-content pre>code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none;
  background-color: transparent
}
.entry-content code {
  font-size: 90%;
  margin: 0 2px;
  padding: 0 5px;
  background-color: #f5f5f5;
  border-radius: 3px
}
.entry-content hr {
  width: 20%;
  border: 0;
  border-top: 3px #333 solid;
  margin: 2em auto
}
.entry-content .table-of-contents {
  padding: 1em 1em 1em 2.5em;
  margin: 1em 0;
  background: #EEE;
  border-radius: 5px;
  position: relative
}
.table-of-contents::before {
  z-index: 1;
  height: 0;
  width: 0;
  right: 0;
  top: 0;
  border-top: 18px solid #fff;
  border-left: 18px solid #bdbdbd;
  border-right: 18px solid #fff;
  border-bottom: 18px solid #bdbdbd;
  border-radius: 0 0 0 5px
}
.leave-comment-title, .page-index .entry-see-more {
  display: inline-block;
  line-height: 36px;
  width: 150px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .25);
  color: #FFF;
  text-decoration: none;
  border-radius: 18px;
  text-align: center;
  transition: .2s ease
}
.page-index .entry-see-more {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  right: 24px
}
.entry-see-more:hover, .leave-comment-title:hover {
  box-shadow: 0 5px 12px rgba(0, 0, 0, .4);
  color: #FFF
}
.entry-footer .leave-comment-title {
  display: inline-block !important
}
.entry-footer {
  padding: 24px
}
.entry-footer .social-buttons {
  margin-bottom: 1em
}
.entry-footer-section {
  color: #999;
  font-size: .9rem
}
.entry-footer-section a {
  color: #999
}
.entry-footer .hatena-module .hatena-module-title {
  background: 0 0;
  color: #424242;
  padding-left: 48px;
  text-align: left;
  font-weight: 700
}
.entry-footer .hatena-module .hatena-module-title::before {
  z-index: 2;
  left: 0;
  width: 24px;
  height: 24px;
  margin: 6px
}
.entry-footer .hatena-module .hatena-module-title::after {
  position: absolute;
  content: '';
  top: 14px;
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%
}
.entry-footer .hatena-urllist li {
  width: 320px;
  float: left;
  height: 100px;
  margin-bottom: 12px;
  padding: 0;
  background: #EEE;
  border-radius: 5px;
  overflow: hidden
}
.entry-footer .hatena-urllist li:nth-of-type(odd) {
  margin-right: 12px
}
.entry-footer .urllist-with-thumbnails li .urllist-image-link {
  display: block;
  width: 100px;
  height: 100px;
  float: left;
  border-radius: 5px 0 0 5px;
  overflow: hidden
}
.entry-footer .urllist-with-thumbnails li .urllist-image {
  width: auto;
  height: 100%
}
.entry-footer .urllist-date-link, .entry-footer .urllist-entry-body {
  display: none
}
.comment-content, .comment-content p, .pager, .pager a {
  display: inline-block
}
.entry-footer .hatena-urllist li .urllist-title-link {
  padding: 38px 0 38px 12px;
  width: calc(100% - 132px);
  margin-top: 50px
}
.comment-box {
  padding-top: 24px;
  clear: both
}
.comment-box .comment {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  line-height: 1.7;
  font-size: .9rem
}
.comment-box .entry-comment {
  padding: 10px 0;
  position: relative
}
.comment-box .read-more-comments {
  padding: 10px 0
}
.comment-box .hatena-id-icon {
  position: absolute;
  top: 40px;
  left: 0;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%
}
.comment-user-name {
  margin: 0 0 .4em
}
.comment-user-name a {
  color: #424242;
  text-decoration: none
}
.comment-content {
  margin: 0 0 .4em 62px;
  padding: 6px 20px;
  word-wrap: break-word;
  background: #EEE;
  border-radius: 18px 18px 18px 0
}
.comment-content p {
  margin: 0;
  line-height: 24px
}
.comment-metadata {
  color: #999;
  margin: 0 0 0 62px;
  font-size: .8rem
}
.comment-metadata a {
  color: #999
}
.pager {
  width: 100%
}
.pager-next, .pager-prev {
  transition: .3s ease;
  width: 50%;
  margin: 0
}
.pager-prev {
  float: left
}
.pager-next {
  float: right;
  text-align: right
}
.pager-next a:hover, .pager-prev a:hover {
  margin: 0 -12px
}
.pager a>span {
  font-size: 0
}
.pager a {
  width: auto;
  color: #FFF;
  text-decoration: none;
  position: relative;
  line-height: 48px;
  padding: 0 24px;
  border-radius: 24px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .25);
  transition: .3s ease
}
.pager-prev a {
  padding-left: 42px
}
.pager-next a {
  padding-right: 42px
}
.pager a::before {
  width: 12px;
  height: 12px;
  background: 0 0;
  border-left: 2px #FFF solid;
  border-top: 2px #FFF solid;
  top: 16px
}
.pager-prev a::before {
  transform: rotate(-45deg);
  left: 24px
}
.pager-next a::before {
  transform: rotate(135deg);
  right: 24px
}
.pager-arrow {
  display: none
}
.page-entry .pager a {
  font-size: .8em
}
.hatena-module {
  box-sizing: border-box;
  margin-bottom: 3em;
  font-size: .9rem
}
.hatena-module .hatena-module-title {
  position: relative;
  margin-bottom: .6em;
  color: #FFF;
  line-height: 64px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 12px;
  text-align: center;
  padding: 0 12px 0 24px
}
.hatena-module .hatena-module-title::before {
  top: 14px;
  left: 12px;
  width: 36px;
  height: 36px;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h48v48H0z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M36.9%2014.6l-17%2017-8.7-8.7-4.3%204.2%2013%2013%2021.2-21.2-4.2-4.3z%22%2F%3E%3C%2Fsvg%3E)
}
.hatena-module-profile .id, .hatena-module-profile .profile-description {
  display: inline-block;
  width: calc(100% - 76px)
}
.hatena-module-profile .hatena-module-title::before {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h48v48H0z%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2219.9%22%20r%3D%224%22%20fill%3D%22none%22%20stroke%3D%22%23FFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M17%2031a7%207%200%200%201%2014%200M40%209H8a2%202%200%200%200-2%202v24a2%202%200%200%200%202%202h12l4%204%204-4h12a2%202%200%200%200%202-2V11a2%202%200%200%200-2-2z%22%2F%3E%3C%2Fsvg%3E)
}
.hatena-module-search-box .hatena-module-title::before {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-2%7Bfill%3Anone%3Bstroke%3A%23FFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A2px%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cpath%20id%3D%22Rectangle%22%20fill%3D%22none%22%20d%3D%22M0%200h48v48H0z%22%2F%3E%3Cg%20id%3D%22icon_data%22%3E%3Cpath%20d%3D%22M25.7%2035.5a14.2%2014.2%200%200%201-3.7.5%2014%2014%200%201%201%209.9-4.1M40%2040l-8.1-8.1%22%20class%3D%22cls-2%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E)
}
.hatena-module-entries-access-ranking .hatena-module-title::before {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h48v48H0z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M20%206l-9%2020h8l-6%2020%2023-26h-8l8-14H20z%22%2F%3E%3C%2Fsvg%3E)
}
.archive-heading::after, .categories::after, .hatena-module-category .hatena-module-title::before {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h48v48H0z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M16%2025.8l8.5-8.5a4%204%200%200%201%205.7%205.7l-12%2012A8%208%200%201%201%206.8%2023.7L22.4%208.2a12%2012%200%200%201%2017%2017L23.9%2040.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)
}
.hatena-module-archive .hatena-module-title::before {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-2%7Bfill%3Anone%3Bstroke%3A%23FFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A2px%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%3E%3Cpath%20id%3D%22Rectangle%22%20fill%3D%22none%22%20d%3D%22M0%200h48v48H0z%22%2F%3E%3Cg%20id%3D%22icon_data%22%3E%3Cpath%20d%3D%22M16%2010H8a2%202%200%200%200-2%202v28a2%202%200%200%200%202%202h32a2%202%200%200%200%202-2V12a2%202%200%200%200-2-2h-2M22%2010h10M16%206v8M32%206v8M6%2021h28%22%20class%3D%22cls-2%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E)
}
.hatena-module-recent-comments .hatena-module-title::before {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h48v48H0z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M30.1%2034H40a2%202%200%200%200%202-2V10a2%202%200%200%200-2-2H8a2%202%200%200%200-2%202v22a2%202%200%200%200%202%202h10l6%206%22%2F%3E%3Ccircle%20fill%3D%22%23FFF%22%20cx%3D%2216%22%20cy%3D%2222%22%20r%3D%222%22%2F%3E%3Ccircle%20fill%3D%22%23FFF%22%20cx%3D%2224%22%20cy%3D%2222%22%20r%3D%222%22%2F%3E%3Ccircle%20fill%3D%22%23FFF%22%20cx%3D%2232%22%20cy%3D%2222%22%20r%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)
}
.hatena-module-circles .hatena-module-title::before {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h48v48H0z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23FFF%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M10%2040V8l28%2010-20.9%2010.8%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)
}
.hatena-module-links .hatena-module-title::before {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill%3Anone%3Bstroke%3A%23FFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A2px%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h48v48H0z%22%2F%3E%3Cpath%20d%3D%22M27%2012h9v9M32%2026v8H14V16h8M24%2024l11-11%22%20class%3D%22b%22%2F%3E%3C%2Fsvg%3E)
}
.hatena-module-recent-entries .hatena-module-title::before {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-2%7Bfill%3Anone%3Bstroke%3A%23FFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A2px%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cpath%20id%3D%22Rectangle%22%20fill%3D%22none%22%20d%3D%22M0%200h48v48H0z%22%2F%3E%3Cg%20id%3D%22icon_data%22%3E%3Cpath%20d%3D%22M24%206a18%2018%200%201%201-8.73%202.25M24%2016v8l6.98%206%22%20class%3D%22cls-2%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E)
}
.hatena-module-authors-list .hatena-module-title::before {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-2%7Bfill%3Anone%3Bstroke%3A%23FFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A2px%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cpath%20id%3D%22Rectangle%22%20fill%3D%22none%22%20d%3D%22M0%200h48v48H0z%22%2F%3E%3Cg%20id%3D%22icon_data%22%3E%3Ccircle%20cx%3D%2224.13%22%20cy%3D%2214.13%22%20r%3D%226%22%20class%3D%22cls-2%22%2F%3E%3Cpath%20d%3D%22M8.93%2040.65v-3c0-5.79%204.23-10.5%209.45-10.5h11.49c5.22%200%209.45%204.71%209.45%2010.5v3%22%20class%3D%22cls-2%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E)
}
.hatena-module-related-entries .hatena-module-title::before {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.cls-2%7Bfill%3Anone%3Bstroke%3A%23FFF%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke-width%3A2px%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cpath%20id%3D%22Rectangle%22%20fill%3D%22none%22%20d%3D%22M0%200h48v48H0z%22%2F%3E%3Cg%20id%3D%22icon_data%22%3E%3Cpath%20d%3D%22M25%2046H7.9A1.9%201.9%200%200%201%206%2044.1V21%22%20class%3D%22cls-2%22%2F%3E%3Cpath%20d%3D%22M42%208.46V36a2%202%200%200%201-2%202H16a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2h24M24%2012h8M24%2020h8M24%2028h2%22%20class%3D%22cls-2%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E)
}
.hatena-module-title a {
  color: #FFF;
  text-decoration: none
}
.hatena-module-title a:hover {
  text-decoration: underline
}
.hatena-module-profile .profile-icon {
  float: left;
  margin: 0 12px 10px 0;
  border-radius: 50%
}
.hatena-module-profile .id {
  font-weight: 700
}
.hatena-module-profile .id a {
  color: #424242;
  text-decoration: none
}
.hatena-module-profile .profile-description p {
  margin: 0;
  font-size: .9em;
  line-height: 24px
}
.archive-module-calendar tr::after, .archive-module-calendar tr::before {
  content: none
}
.hatena-urllist {
  list-style: none;
  margin: 0;
  padding: 0
}
.hatena-urllist li {
  position: relative;
  padding: .4em 0;
  height: 72px;
  overflow: hidden;
  transition: .3s ease
}
.hatena-urllist li.archive-module-month, .hatena-urllist li.archive-module-year {
  height: auto
}
.urllist-with-thumbnails li:hover {
  opacity: .6
}
.hatena-urllist li .urllist-image {
  width: 100%;
  height: 72px;
  object-fit: cover
}
.hatena-urllist li:hover .urllist-image {
  transform: scale(1.05)
}
.hatena-urllist li:last-child {
  margin-bottom: 0;
  border: none
}
#box2 .urllist-with-thumbnails li .urllist-image, .urllist-with-thumbnails li .urllist-image {
  height: 72px;
  margin: 0;
  transition: .1s ease
}
.urllist-with-thumbnails li .urllist-image-link {
  display: block;
  width: 120px;
  height: 72px;
  float: left;
  border-radius: 5px;
  overflow: hidden
}
.hatena-urllist li .urllist-title-link {
  display: inline-block;
  text-decoration: none;
  padding: 24px 12px;
  line-height: 16px;
  width: 100%;
  margin-top: 36px;
  transform: translateY(-50%);
  color: #424242;
  font-weight: 700;
  font-size: .9em;
  box-sizing: border-box;
  float: left
}
.urllist-with-thumbnails li .urllist-title-link {
  padding: 24px 0 24px 12px;
  width: calc(100% - 132px)
}
.hatena-urllist .urllist-category-link {
  display: none
}
.urllist-date-link a{
  position: absolute;
  top: 11px;
  left: 6px;
  background: rgba(255,255,255,.8);
  color: #454545;
  padding: 0 10px;
  line-height: 18px;
  text-decoration: none;
  border-radius: 9px;
  font-size: .9em
}
.hatena-urllist .urllist-entry-body {
  margin-top: .3em
}
.hatena-module-category .hatena-urllist li, .hatena-module-links .hatena-urllist li {
  height: 36px
}
.hatena-module:not(.hatena-module-archive) .hatena-urllist:not(.urllist-with-thumbnails) li:hover{
  background: #EEE;
  border-radius: 5px;
  opacity: 1
}
.hatena-module-category .hatena-urllist li a, .hatena-module-links .hatena-urllist li a {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 12px;
  line-height: 36px;
  color: #424242;
  text-decoration: none;
  font-weight: 700
}
.search-result {
  margin-bottom: 1.5em
}
.hatena-module-search-box .search-form, .search-result-form {
  position: relative;
  border-width: 0 0 2px;
  border-bottom: solid #ddd;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: 0 0
}
.hatena-module-search-box .search-module-input, .search-result-form .search-result-input {
  flex: 1 0;
  padding: 5px;
  background: 0 0;
  color: #333;
  border: none;
  height: 42px;
  font-size: 1em
}
.hatena-module-search-box .search-module-button, .search-result-form .search-result-button {
  top: 2px;
  width: auto;
  height: 36px;
  border-radius: 18px;
  padding: 0 24px;
  border: none;
  outline: 0;
  opacity: 1;
  text-indent: 0;
  color: #FFF;
  cursor: pointer;
  font-size: 1em;
  transition: .2s
}
.hatena-module-search-box .search-module-button:hover, .search-result-form .search-result-button:hover {
  opacity: .7
}
.page-about .entry-content dl {
  margin-top: 0
}
.page-about .entry-content dt {
  position: relative;
  margin-bottom: 24px;
  padding-left: 12px;
  font-weight: 700;
  font-size: 1.1em;
  line-height: 36px
}
.page-about .entry-content dt::before {
  height: 100%;
  width: 5px;
  top: 0;
  left: -5px
}
.page-about .entry-content dd {
  margin-left: 0;
  margin-bottom: 2em
}
.archive-header-category {
  margin-bottom: 24px
}
.archive-heading {
  position: relative;
  line-height: 64px;
  margin-top: 0;
  padding-left: 76px
}
.archive-heading::after, .archive-heading::before {
  top: 8px;
  left: 0;
  width: 48px;
  height: 48px
}
.archive-heading::before {
  border-radius: 50%
}
.archive-heading::after {
  width: 32px;
  height: 32px;
  margin: 8px
}
.page-archive .archive-entry {
  width: 338px;
  height: 324px;
  margin-bottom: 24px;
  border-radius: 5px;
  box-shadow: 0 6px 40px #0002;
  float: left;
  position: relative;
  background: #fff;
  padding-top: 180px
}
.page-archive .archive-entry:nth-child(even) {
  margin-left: 24px
}
.page-archive .archive-entry::before {
  width: 100%;
  height: 140px;
  top: 300px;
  left: 0;
  background: linear-gradient(transparent 0, #FFF 50%);
  z-index: 2;
  border-radius: 0 0 5px 5px
}
.page-archive .archive-entry-header {
  margin-top: 24px
}
.page-archive .date {
  font-size: .8em;
  margin: 5px .5em 0
}
.page-archive .date a {
  top: 24px
}
.page-archive .categories {
  top: 380px
}
.page-archive .entry-title {
  display: block;
  font-size: 1.1em;
  text-align: center;
  margin: 0 .5em
}
.page-archive .entry-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: bottom;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
  transition: .2s ease
}
.page-archive .entry-thumb:hover {
  box-shadow: 0 0 0 10px rgba(255, 255, 255, .6) inset
}
.page-archive .entry-description {
  display: block;
  padding: 24px 24px 0;
  margin: 0;
  height: 126px;
  font-size: .8em;
  line-height: 1.6em;
  position: relative;
  overflow: hidden
}
.page-archive .social-buttons {
  position: absolute;
  z-index: 3;
  bottom: 0;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: 64px;
  padding: 0 24px;
  border-top: 1px #EEE solid
}
.page-archive .star-container{
  position: absolute;
  bottom: 32px;
  transform: translateY(50%)
}
#footer {
  text-align: center;
  font-size: 1em;
  color: #FFF;
  padding: 30px;
  clear: both
}
#footer a {
  color: #FFF;
  text-decoration: none
}
#footer p {
  margin: .5em auto
}
@media (max-width:1024px) {
  #blog-title-content {
    width: 100%
  }
  #container #content {
    width: 100%
  }
  #box2, #main {
    width: 94%;
    margin: 24px 3%
  }
  #box2-inner {
    margin: 0
  }
  .page-archive .archive-entry {
    width: calc(50% - 12px);
    height: 274px;
    padding-top: 230px
  }
  .page-archive .entry-thumb {
    height: 230px
  }
  .pager-next, .pager-prev {
    transition: .3s ease;
    width: 100%;
    margin: 0
  }
  .pager-prev{
    margin-bottom: 12px
  }
  .entry-footer .hatena-urllist li {
    width: 100%
  }
}
@media (max-width:480px) {
  #title a {
    font-size: 1.1em
  }
  .page-archive .archive-entry:nth-child(even) {
    margin-left: 0
  }
  .page-archive .archive-entry {
    width: 100%;
    height: 294px;
    padding-top: 210px
  }
  .page-archive .entry-thumb {
    height: 210px
  }
  .page-archive .categories {
    top: 372px
  }
  .page-entry #container #content {
    width: 100%
  }
  .page-entry #main {
    width: 100%;
    margin: 0 0 24px
  }
  .page-entry .entry {
    border-radius: 0
  }
  .page-entry .date a {
    left: 24px;
    box-shadow: none;
    background: #EEE;
    border-radius: 5px
  }
  .page-entry .date a::before {
    display: none;
    bottom: 72px
  }
}
/* </system> */
/* <system section="background" selected="blur-04"> */
body {
    background-image: url('https://cdn.blog.st-hatena.com/images/theme/backgrounds/2014/blur-02.jpg?version=e0e0a3993d8aff6a6344f19dd784d5');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}
/* </system> */
#blog-title, #footer, .archive-heading::before, .categories::before, .entry-content h3::before, .entry-content h4::before, .entry-content h5::before, .entry-footer .hatena-module-title::after, .hatena-module .hatena-module-title, .hatena-module-search-box .search-module-button, .leave-comment-title, .page-about .entry-content dt::before, .page-index .entry-see-more, .pager a, .search-result-form .search-result-button  {
    background: #f59f47;
}
/* タイトルイメージ調整 */
.header-image-only #blog-title #blog-title-inner  {
    height: 150px;
    /* 画像の高さ */
    background-size: cover;
}
/*アイコン非表示*/
.page-archive .archive-entry  {
    height: 260px
}
/*記事下アイコン非表示*/
.archive-entry-tags .social-buttons {
    display: none
}
.page-archive .social-buttons .archive-entry-tag-link  {
    display: none
}
@media (max-width: 1024px) {
    .page-archive .archive-entry {
        height: 210px!important
    }
}
@media (max-width: 480px) {
    .page-archive .archive-entry {
        height: 230px !important
    }
}
/*グローバルメニュー*/
#menu  {
    position: relative;
    width: 100%;
    padding-left: 0px;
    height: 40px;
    background: #666050;
    /*グローバルメニュー背景色*/
}
.menu-inner {
    width: 968px;
    margin: 0 auto;
    height: 40px;
}
#menu li  {
    list-style-type: none;
    float: left;
    height: 40px;
    text-align: left;
}
#menu li a  {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    color: #ffffff;
    /*グローバルメニュー文字色*/
    font-size: 80%;
    font-weight: bold;
    line-height: 40px;
    text-decoration: none;
}
#menu li:hover a  {
    color: #5e97ff;
    background: #ffffff;
    transition: all .5s;
    text-decoration: none;
}
.menu-toggle {
    display: none;
}
/*パソコン１カラム*/
@media screen and (max-width:968px) {
    .menu-inner {
        width: 768px;
    }
}
/*タブレット*/
@media screen and (max-width:768px) {
    #top-editarea {
        height: initial;
        background: #666050;
        /*MENU背景色*/
        text-align: right;
        /*MENUの文字の位置*/
        width: 100%;
    }
    .menu-toggle {
        color: #ffffff;
        /*MENUの文字色*/
        display: inline-block;
        padding: 5px;
        margin: 3px;
    }
    #menu  {
        width: 100%;
        display: none;
        height: initial;
        padding: 0;
        margin: 0;
    }
    .menu-inner {
        width: 100%;
        height: initial;
        position: static;
        margin: 0;
    }
    #menu li {
        float: none;
        height: 35px;
        width: 100%;
        list-style-type: none;
        background: #00DFFC;
        /*リスト文字の背景色*/
        margin: 0 auto;
        text-align: left;
        /*リストの文字の位置*/
    }
    #menu li a  {
        height: initial;
        color: #666050;
        /*リスト文字色*/
        display: block;
        text-decoration: none;
    }
    #menu li:hover a {
        color: initial;
        background: initial;
        text-decoration: none;
    }
}
/* 吹き出しのCSS　*/
.entry-content .l-fuki,
.entry-content .r-fuki  {
    position: relative;
    width: calc(100% - 82px);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px;
    border-radius: 6px;
    border: 2px solid #ddd;
    box-shadow: 0 3px 8px -2px rgba(0,0,0,.16);
    background-color: #fff;
    z-index: 1;
    box-sizing: border-box;
}
.entry-content .l-fuki  {
    margin: 20px auto 36px 0;
}
.entry-content .r-fuki  {
    margin: 20px 0 36px auto;
}
.entry-content .l-fuki::before,
.entry-content .r-fuki::before  {
    position: absolute;
    content: "";
    top: 16px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    background-color: #fff;
    z-index: 2;
}
.entry-content .l-fuki::before  {
    right: -7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.entry-content .r-fuki::before  {
    left: -7px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.entry-content .l-fuki::after,
.entry-content .r-fuki::after  {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    top: -6px;
    border-radius: 50%;
    border: 3px solid #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 1px 1px 5px #aaa;
    box-sizing: border-box;
}
.entry-content .l-fuki::after  {
    right: -82px;
}
.entry-content .r-fuki::after  {
    left: -82px;
}
@media screen and (min-width: 478px)  {
    .entry-content .l-fuki::after,
    .entry-content .r-fuki::after  {
        width: 80px;
        height: 80px;
    }
    .entry-content .l-fuki,
    .entry-content .r-fuki  {
        width: calc(100% - 106px);
    }
    .entry-content .l-fuki::after  {
        right: -106px;
    }
    .entry-content .r-fuki::after  {
        left: -106px;
    }
}
.jp::after  {
    background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/U/UberPartnerJP/20210311/20210311195536.png);
}
.franky::after  {
    background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/U/UberPartnerJP/20210311/20210311210153_120.jpg);
}
.chopper::after  {
    background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/U/UberPartnerJP/20210311/20210311210312_120.jpg);
}
.enel::after  {
    background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/U/UberPartnerJP/20210311/20210311210241_120.jpg);
}
.nami::after  {
    background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/U/UberPartnerJP/20210311/20210311211006_120.jpg);
}
.brook::after  {
    background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/U/UberPartnerJP/20210311/20210311211200_120.jpg);
}
.luffy::after  {
    background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/U/UberPartnerJP/20210311/20210311210347_120.jpg);
}
.linlin::after  {
    background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/U/UberPartnerJP/20210311/20210311211414_120.jpg);
}
.usopp::after  {
    background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/U/UberPartnerJP/20210311/20210311211927_120.jpg);
}
.doflamingo::after  {
    background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/U/UberPartnerJP/20210311/20210311211947_120.jpg);
}
.moria::after  {
    background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/U/UberPartnerJP/20210311/20210311212058_120.jpg);
}
.buggy::after  {
    background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/U/UberPartnerJP/20210311/20210311212003_120.jpg);
}
.jinbe::after  {
    background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/U/UberPartnerJP/20210311/20210311212155_120.jpg);
}
.robin::after  {
    background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/U/UberPartnerJP/20210311/20210311224048_120.jpg);
}
.zoro::after  {
    background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/U/UberPartnerJP/20210311/20210311210615_120.jpg);
}
.sanji::after  {
    background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/U/UberPartnerJP/20210312/20210312181517_120.jpg);
}
.hakase::after  {
    background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/U/UberPartnerJP/20220513/20220513002423_120.jpg);
}
.solana1::after  {
    background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/U/UberPartnerJP/20220513/20220513002534_120.jpg);
}
.solana2::after  {
    background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/U/UberPartnerJP/20220513/20220513002839_120.jpg);
}
.solana3::after  {
    background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/U/UberPartnerJP/20220513/20220513002912_120.jpg);
}
/* ポイント箇条書き */
.list01  {
    counter-reset:number;
    /*数字をリセット*/
    list-style-type: none!important;
    /*数字を一旦消す*/
    padding:0.5em;
    background: #b3ed8c;
}
.list01 li  {
    position: relative;
    padding-left: 30px;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 30px;
}
.list01 li:before {
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: counter(number);
    /*以下数字のデザイン変える*/
    display:inline-block;
    background: ##F0487C;
    color: white;
    font-family: 'Avenir','Arial Black','Arial',sans-serif;
    font-weight:bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    /*以下 上下中央寄せのため*/
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.list02  {
    counter-reset:number;
    /*数字をリセット*/
    list-style-type: none!important;
    /*数字を一旦消す*/
    padding:0;
}
.list02 li  {
    position: relative;
    padding: 0.5em;
    line-height: 1.5em;
    background: #b3ed8c;
    border-left : solid 35px ##F0487C;
    margin-bottom: 5px;
}
.list02 li:before {
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: counter(number);
    /*数字のデザイン変える*/
    display:inline-block;
    color: white;
    font-family: 'Avenir','Arial Black','Arial',sans-serif;
    font-weight:bold;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -35px;
    width: 35px;
    height: 1em;
    line-height: 1;
    text-align: center;
}
.list03  {
    border: solid 2px ##F0487C;
    padding: 0.5em;
    position: relative;
    margin-top: 2em;
}
.list03 li  {
    line-height: 1.5;
    padding: 0.5em 0 0.5em 1.4em;
    border-bottom: dashed 1px silver;
    list-style-type: none!important;
}
.list03 li:last-of-type  {
    border-bottom: none;
}
.list03 li:before  {
    /*リスト内のアイコン*/
    font-family: "FontAwesome";
    content: "\f138";
    /*アイコン種類*/
    position: absolute;
    left : 0.5em;
    /*左端からのアイコンまで*/
    color: ##F0487C;
    /*アイコン色*/
}
.list03 li:after  {
    /*タイトルタブ*/
    background: ##F0487C;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: -2px;
    bottom: 100%;
    padding: 1px 7px;
    content: "POINT";
    /*タブの文字*/
    letter-spacing: 0.05em;
    /*字間*/
}
.list04  {
    border: solid 2px ##F0487C;
    border-radius: 5px;
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
}
.list04 li  {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none!important;
}
.list04 li:before  {
    font-family: "FontAwesome";
    content: "\f138";
    /*アイコンの種類*/
    position: absolute;
    left : 1em;
    /*左端からのアイコンまでの距離*/
    color: ##F0487C;
    /*アイコン色*/
}
/* タイトル付きBOX */
.box01  {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #0099F6;
}
.box01 .box-title  {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 16px;
    background: #0099F6;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box01 p  {
    margin: 0;
    padding: 0;
}
.box01 ul li  {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none!important;
}
.box01 ul li:before  {
    /*疑似要素*/
    font-family: "FontAwesome";
    content: "\f138";
    /*アイコンの種類*/
    position: absolute;
    font-size: 16px;
    left : 1.0em;
    /*左端からのアイコンまでの距離*/
    color: #0099F6;
    /*アイコン色*/
}
.box02  {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #0099F6;
    border-radius: 8px;
}
.box02 .box-title  {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 17px;
    background: #FFF;
    color: #0099F6;
    font-weight: bold;
}
.box02 p  {
    margin: 0;
    padding: 0;
}
.box02 ul li  {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none!important;
}
.box02 ul li:before  {
    /*疑似要素*/
    font-family: "FontAwesome";
    content: "\f00c";
    /*アイコンの種類*/
    position: absolute;
    font-size: 16px;
    left : 1.0em;
    /*左端からのアイコンまでの距離*/
    color: #0099F6;
    /*アイコン色*/
}
/* ヘッダー下おすすめ記事 */
.toprecommend-toptitle {
    /*おすすめ記事のタイトル*/
    background: yellow;
    /*お好きな色*/
    text-align: center;
    color: #000;
    /*お好きな色*/
    margin-bottom:-1em;
    padding-top:1em;
    font-weight: bold;
    /*太文字*/
}
.toprecommend  {
    /*おすすめ記事の大枠*/
    background: #ffffff;
    /*お好きな色*/
    width: 100%;
    /* コンテンツ幅と合わせる */
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    margin: 0em auto;
    text-align:center;
    padding-bottom:2em;
    margin-bottom:2em;
}
.toprecommend-box  {
    /*おすすめ記事1つの枠*/
    width: 24%;
    height: 250px;
    padding: 8px;
    margin-left: 1em;
    background: #fff;
    /*お好きな色*/
    box-sizing: border-box;
    margin: 2em 0.5em;
    border-radius: 3px;
}
.toprecommend-box:hover {
    /*触れた時*/
    background: Deepskyblue;
    /*お好きな色*/
}
.last-box  {
    margin-right:1em;
}
.toprecommend-image img  {
    width: 100%;
    height: 180px;
    /*画像の高さをいじるところ*/
    object-fit: cover;
}
.toprecommend-boxtitle a {
    display:block;
    font-size:85%;
    font-weight: bold;
    /*太文字*/
    color:#555;
    /*お好きな色*/
    line-height: 1.5!important;
}
.page-entry .toprecommend-container,
.page-entry .toprecommend-toptitle,
.page-archive-category .toprecommend-container,
.page-archive-category .toprecommend-toptitle
{
    display:none;
    /*記事ページなどには表示しない*/
}
/* パソコン */
@media screen and (max-width: 1100px)  {
    .toprecommend-image img  {
        width: 100%;
        height: 150px;
        /*画像の高さをいじるところ*/
        object-fit: cover;
    }
}
/* タブレット・スマートフォン向け */
@media screen and (max-width: 768px)  {
    .toprecommend  {
        flex-wrap: wrap;
        justify-content: space-between;
        padding:1em;
    }
    .toprecommend-box  {
        width: 47%;
        height: 150px;
        margin:0.5em auto;
    }
    .toprecommend-box:nth-child(2n)  {
        margin-right:0.5em;
    }
    .toprecommend-image img  {
        width: 100%;
        height: 180px;
        /*画像の高さをいじるところ*/
        padding:0;
        object-fit: cover;
    }
    .toprecommend-boxtitle a {
        font-size:75%;
    }
}
</style>
/* カテゴリーをタグ風に */
.hatena-module  {
    clear: both;
    overflow: hidden;
}
.hatena-module-category .hatena-module-body ul.hatena-urllist li  {
    float: left;
}
/* category css */
.hatena-module-category .hatena-module-body ul.hatena-urllist li  {
    float: left;
    list-style-type: none;
    margin: 0 2px 2px;
    padding: 1px;
    background-color: #ffffff;
    /* 背景色 */
    text-decoration: none;
    border-radius: 10px 10px 10px 10px
}
.hatena-module-category .hatena-module-body ul.hatena-urllist li a {
    color: #203744;
    /* 文字色 */
    font-size:9px;
    /* 文字ｻｲｽﾞ */
}
/* アプリーチ */
.appreach  {
    text-align: left;
    padding: 10px;
    border: 1px solid #7C7C7C;
    overflow: hidden;
}
.appreach:after  {
    content: "";
    display: block;
    clear: both;
}
.appreach p  {
    margin: 0;
}
.appreach a:after  {
    display: none;
}
.appreach__icon  {
    float: left;
    border-radius: 10%;
    overflow: hidden;
    margin: 0 3% 0 0 !important;
    width: 25% !important;
    height: auto !important;
    max-width: 120px !important;
}
.appreach__detail  {
    display: inline-block;
    font-size: 20px;
    line-height: 1.5;
    width: 72%;
    max-width: 72%;
}
.appreach__detail:after  {
    content: "";
    display: block;
    clear: both;
}
.appreach__name  {
    font-size: 16px;
    line-height: 1.5em !important;
    max-height: 3em;
    overflow: hidden;
}
.appreach__info  {
    font-size: 12px !important;
}
.appreach__developper, .appreach__price  {
    margin-right: 0.5em;
}
.appreach__posted a  {
    margin-left: 0.5em;
}
.appreach__links  {
    float: left;
    height: 40px;
    margin-top: 8px;
    white-space: nowrap;
}
.appreach__aslink img  {
    margin-right: 10px;
    height: 40px;
    width: 135px;
}
.appreach__gplink img  {
    height: 40px;
    width: 134.5px;
}
.appreach__star  {
    position: relative;
    font-size: 14px !important;
    height: 1.5em;
    width: 5em;
}
.appreach__star__base  {
    position: absolute;
    color: #737373;
}
.appreach__star__evaluate  {
    position: absolute;
    color: #ffc107;
    overflow: hidden;
    white-space: nowrap;
}
/* 記事中文字サイズ */
.entry-content  {
    font-size: 18px;
    /* 文字サイズ */
    line-height: 2.0;
    /* 行の高さ */
}
@media screen and (max-width: 480px) {
    .entry-content p  {
        font-size: 15px;
    }
}
/* このブログについてを消す */
div.profile-about  {
    display: none;
}
/* ボタンについて */
.my-btn  {
    text-align: center;
}
.my-btn a  {
    display: inline-block;
    width: 50%;
    margin: 20px auto;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: #fff!important;
    text-decoration: none;
    font-size: 15px;
    line-height: 27px;
    font-weight: bold;
    background: #E63A36;
    border-bottom: 4px solid #C62828;
    position: relative;
    overflow: hidden;
}
/* ボタンを凹ませる */
.my-btn a:active  {
    transform: translateY(4px);
    /*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    /*影を小さく*/
    border-bottom: none;
}
/* ボタンをキラッとさせる */
.my-btn a:before  {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 100) 81%, rgba(255, 255, 255, 0) 100%);
    animation: shine 4s infinite;
    /* inifiniteによりずっと続ける */
}
@keyframes shine  {
    33%  {
        left: 100%;
    }
    100%  {
        left: 100%;
    }
}
/* テキストの後ろにarrow */
.my-btn a:after  {
    content: '»';
    display: inline-block;
    color: #fff;
    padding-left: 10px;
    font-size: 20px;
}
/* 767px（iPad）以下 */
@media (max-width: 767px)  {
    .my-btn a  {
        width: 90%;
    }
}
/* ボタンをキラッとさせる ここまで*/
/* ボタンについて2 */
.my-btn2  {
    text-align: center;
}
.my-btn2 a  {
    display: inline-block;
    width: 50%;
    margin: 20px auto;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: #fff!important;
    text-decoration: none;
    font-size: 15px;
    line-height: 27px;
    font-weight: bold;
    background: #36abe6;
    border-bottom: 4px solid #367ce6;
    position: relative;
    overflow: hidden;
}
/* ボタンを凹ませる */
.my-btn2 a:active  {
    transform: translateY(4px);
    /*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    /*影を小さく*/
    border-bottom: none;
}
/* ボタンをキラッとさせる */
.my-btn2 a:before  {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 100) 81%, rgba(255, 255, 255, 0) 100%);
    animation: shine 4s infinite;
    /* inifiniteによりずっと続ける */
}
@keyframes shine  {
    33%  {
        left: 100%;
    }
    100%  {
        left: 100%;
    }
}
/* テキストの後ろにarrow */
.my-btn2 a:after  {
    content: '»';
    display: inline-block;
    color: #fff;
    padding-left: 10px;
    font-size: 20px;
}
/* 767px（iPad）以下 */
@media (max-width: 767px)  {
    .my-btn2 a  {
        width: 90%;
    }
}
/* ボタンをキラッとさせる2 ここまで*/
/* ボタンについて3*/
.my-btn3  {
    text-align: center;
}
.my-btn3 a  {
    display: inline-block;
    width: 50%;
    margin: 20px auto;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: #fff!important;
    text-decoration: none;
    font-size: 15px;
    line-height: 27px;
    font-weight: bold;
    background: #6BD66B;
    border-bottom: 4px solid #00483A;
    position: relative;
    overflow: hidden;
}
/* ボタンを凹ませる */
.my-btn3 a:active  {
    transform: translateY(4px);
    /*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    /*影を小さく*/
    border-bottom: none;
}
/* ボタンをキラッとさせる */
.my-btn3 a:before  {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 100) 81%, rgba(255, 255, 255, 0) 100%);
    animation: shine 4s infinite;
    /* inifiniteによりずっと続ける */
}
@keyframes shine  {
    33%  {
        left: 100%;
    }
    100%  {
        left: 100%;
    }
}
/* テキストの後ろにarrow */
.my-btn3 a:after  {
    content: '»';
    display: inline-block;
    color: #fff;
    padding-left: 10px;
    font-size: 20px;
}
/* 767px（iPad）以下 */
@media (max-width: 767px)  {
    .my-btn3 a  {
        width: 90%;
    }
}
/* ボタンをきらっとさせる3ここまで */
/* ボタンについて4*/
.my-btn4  {
    text-align: center;
}
.my-btn4 a  {
    display: inline-block;
    width: 50%;
    margin: 20px auto;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: #fff!important;
    text-decoration: none;
    font-size: 15px;
    line-height: 27px;
    font-weight: bold;
    background: #ff6600;
    border-bottom: 4px solid #D03F3F;
    position: relative;
    overflow: hidden;
}
/* ボタンを凹ませる */
.my-btn4 a:active  {
    transform: translateY(4px);
    /*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    /*影を小さく*/
    border-bottom: none;
}
/* ボタンをキラッとさせる */
.my-btn4 a:before  {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 100) 81%, rgba(255, 255, 255, 0) 100%);
    animation: shine 4s infinite;
    /* inifiniteによりずっと続ける */
}
@keyframes shine  {
    33%  {
        left: 100%;
    }
    100%  {
        left: 100%;
    }
}
/* テキストの後ろにarrow */
.my-btn4 a:after  {
    content: '»';
    display: inline-block;
    color: #fff;
    padding-left: 10px;
    font-size: 20px;
}
/* 767px（iPad）以下 */
@media (max-width: 767px)  {
    .my-btn4 a  {
        width: 90%;
    }
}
/* ボタンをきらっとさせる4ここまで */
/* 蛍光ペン風(黄)+太字にする */
.entry-content em  {
    background: linear-gradient(transparent 50%, #FED44C 40%);
    font-style: normal;
    font-weight: bold;
}
/* テーマ絢爛のカラーを変更する */
#blog-title, #footer, .archive-heading::before, .categories::before, .entry-content h3::before, .entry-content h4::before, .entry-content h5::before, .entry-footer .hatena-module-title::after, .hatena-module .hatena-module-title, .hatena-module-search-box .search-module-button, .leave-comment-title, .page-about .entry-content dt::before, .page-index .entry-see-more, .pager a, .search-result-form .search-result-button  {
    background: #F0487C;
}
/*　jQuery更新日表示　*/
.lastmod  {
    margin-left: 0px;
    padding: 5px ;
    display: inline;
    text-decoration: none;
    font-size: 90%;
    color: gray;
    background-color: transparent;
}
.lastmod::before  {
    margin-right: 5px;
    margin-left: 15px;
    padding-left: 3px;
    font-size: 90%;
    content: "\f02b";
    font-family: blogicon;
    vertical-align: top;
}
.lastmod::after  {
    margin-right: 5px;
    margin-left: 3px;
    padding-left: 3px;
    font-size: 85%;
    content: "更新";
}
.entry-date a  {
    background-color: transparent;
    padding: 5px ;
    display: inline;
    text-decoration: none;
}
/* 表 */
.entry-content table {
    width:-moz-fit-content;
    /* Firefox */
    width:fit-content;
    /* other browsers */
    margin-block-start:1em;
    margin-inline-start:1em;
}
.entry-content table th {
    background: #ff9999;
    text-align:center
}
.entry-content table td,.entry-content table th {
    border:1px solid #000;
    padding:.5em;
    font-size:14px;
    text-align:left;
}
/* 表ここまで */
/* スクロール */
#scroll1 {
    box-sizing: border-box;
    　/* スクロール用の箱 */
    overflow-x: scroll;
    /* 横スクロール */
    -webkit-overflow-scrolling: touch;
    border-right:3px solid #E0E0E0;
    /* 右端の線の太さ・種類・色コード */
}
/* スクロールここまで */
/*=================================================================================
カエレバ・ヨメレバ・トマレバ
=================================================================================*/
.cstmreba  {
    width: 98%;
    height:auto;
    margin:36px 0;
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Helvetica, Meiryo, sans-serif;
    line-height: 1.5;
    word-wrap: break-word;
    box-sizing: border-box;
    display: block;
}
/* WordPressで自動挿入されるPタグの余白を対処 */
.cstmreba p  {
    margin: 0;
    padding: 0;
}
.cstmreba a  {
    transition: 0.8s ;
    color:#285EFF;
    /* テキストリンクカラー */
}
.cstmreba a:hover  {
    color:#FFCA28;
    /* テキストリンクカラー(マウスオーバー時) */
}
.booklink-box, .kaerebalink-box, .tomarebalink-box  {
    width: 100%;
    background-color: #fff;
    /* 全体の背景カラー */
    overflow: hidden;
    border: 1px solid #ddd;
    /* 外枠 */
    border-radius: 0px;
    box-sizing: border-box;
    padding: 12px 8px;
}
/* サムネイル画像ボックス */
.booklink-image,
.kaerebalink-image,
.tomarebalink-image  {
    width:150px;
    float:left;
    margin:0 14px 0 0;
    text-align: center;
}
.booklink-image a,
.kaerebalink-image a,
.tomarebalink-image a  {
    width:100%;
    display:block;
}
/* サムネイル画像 */
.booklink-image a img, .kaerebalink-image a img, .tomarebalink-image a img  {
    margin:0 ;
    padding: 0;
    text-align:center;
}
.booklink-info, .kaerebalink-info, .tomarebalink-info  {
    overflow:hidden;
    line-height:170%;
    color: #333;
}
/* infoボックス内リンク下線非表示 */
.booklink-info a,
.kaerebalink-info a,
.tomarebalink-info a  {
    text-decoration: none;
}
/* 作品・商品・ホテル名 リンク */
.booklink-name>a,
.kaerebalink-name>a,
.tomarebalink-name>a  {
    border-bottom: 1px dotted ;
    font-size:16px;
}
/* powered by */
.booklink-powered-date,
.kaerebalink-powered-date,
.tomarebalink-powered-date  {
    font-size:10px;
    line-height:150%;
}
.booklink-powered-date a,
.kaerebalink-powered-date a,
.tomarebalink-powered-date a  {
    border-bottom: 1px dotted ;
    color: #333;
}
.booklink-powered-date a:hover,
.kaerebalink-powered-date a:hover,
.tomarebalink-powered-date a:hover  {
    color:#333;
}
/* 著者・住所 */
.booklink-detail, .kaerebalink-detail, .tomarebalink-address  {
    font-size:12px;
}
.kaerebalink-link1 img, .booklink-link2 img, .tomarebalink-link1 img  {
    display:none !important;
}
.kaerebalink-link1, .booklink-link2, .tomarebalink-link1  {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}
.booklink-link2>div,
.kaerebalink-link1>div,
.tomarebalink-link1>div  {
    float:left;
    width:31%;
    min-width:125px;
    margin:0.5% 1%;
}
/***** ボタンデザインここから ******/
.booklink-link2 a,
.kaerebalink-link1 a,
.tomarebalink-link1 a  {
    width: 100%;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: bold;
    line-height: 180%;
    padding:3% 1%;
    margin: 1px 0;
    border-radius: 4px;
    box-shadow: 0 2px 0 #ccc;
    background: -moz-linear-gradient(top,#fafafa,#EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#eee));
}
.booklink-link2 a:hover,
.kaerebalink-link1 a:hover,
.tomarebalink-link1 a:hover  {
    text-decoration: underline;
}
/* トマレバ */
.tomarebalink-link1 .shoplinkrakuten a  {
    color: #76ae25;
}
/* 楽天トラベル */
.tomarebalink-link1 .shoplinkjalan a  {
    color: #ff7a15;
}
/* じゃらん */
.tomarebalink-link1 .shoplinkjtb a  {
    color: #c81528;
}
/* JTB */
.tomarebalink-link1 .shoplinkknt a  {
    color: #0b499d;
}
/* KNT */
.tomarebalink-link1 .shoplinkikyu a  {
    color: #bf9500;
}
/* 一休 */
.tomarebalink-link1 .shoplinkrurubu a  {
    color: #000066;
}
/* るるぶ */
.tomarebalink-link1 .shoplinkyahoo a  {
    color: #ff0033;
}
/* Yahoo!トラベル */
/* カエレバ */
.kaerebalink-link1 .shoplinkyahoo a  {
    color:#ff0033;
}
/* Yahoo!ショッピング */
.kaerebalink-link1 .shoplinkbellemaison a  {
    color:#84be24 ;
}
/* ベルメゾン */
.kaerebalink-link1 .shoplinkcecile a  {
    color:#8d124b;
}
/* セシール */
.kaerebalink-link1 .shoplinkwowma a  {
    color:#ea5404;
}
/* Wowma */
.kaerebalink-link1 .shoplinkkakakucom a  {
    color:#314995;
}
/* 価格コム */
/* ヨメレバ */
.booklink-link2 .shoplinkkindle a  {
    color:#007dcd;
}
/* Kindle */
.booklink-link2 .shoplinkrakukobo a {
    color:#d50000;
}
/* 楽天kobo */
.booklink-link2  .shoplinkbk1 a  {
    color:#0085cd;
}
/* honto */
.booklink-link2 .shoplinkehon a  {
    color:#2a2c6d;
}
/* ehon */
.booklink-link2 .shoplinkkino a  {
    color:#003e92;
}
/* 紀伊國屋書店 */
.booklink-link2 .shoplinkebj a  {
    color:#f8485e;
}
/* ebookjapan */
.booklink-link2 .shoplinktoshokan a  {
    color:#333333;
}
/* 図書館 */
/* カエレバ・ヨメレバ共通 */
.kaerebalink-link1 .shoplinkamazon a,
.booklink-link2 .shoplinkamazon a  {
    color:#FF9901;
}
/* Amazon */
.kaerebalink-link1 .shoplinkrakuten a ,
.booklink-link2 .shoplinkrakuten a  {
    color: #c20004;
}
/* 楽天 */
.kaerebalink-link1 .shoplinkseven a,
.booklink-link2 .shoplinkseven a  {
    color:#225496;
}
/* 7net */
/***** ボタンデザインここまで ******/
.booklink-footer  {
    clear:both;
}
/***  解像度480px以下のスタイル ***/
@media screen and (max-width:480px) {
    .booklink-image,
    .kaerebalink-image,
    .tomarebalink-image  {
        width:100%;
        float:none;
    }
    .booklink-link2>div,
    .kaerebalink-link1>div,
    .tomarebalink-link1>div  {
        width: 49%;
        margin: 0.5%;
    }
    .booklink-info,
    .kaerebalink-info,
    .tomarebalink-info  {
        text-align:center;
        padding-bottom: 1px;
    }
}
/* 目次の表示非表示　*/
.show-area {
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 0;
}
/* 目次の表示非表示ここまで　*/