/* <system section="theme" selected="12921228815715016151"> */
@charset "utf-8";


/* ===============  import css =============== */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,300italic,300,500italic,700,700italic,900italic,900,100,100italic);



/* =============== reset css =============== */

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,
ol,
ul,
li,
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;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}


/* =============== common =============== */

a {
  color: #666;
  text-decoration: none;
}
a:hover {
  color: #878787;
  text-decoration: underline;
}
a:active {
  color: #666;
}
a:visited {
  color: #666;
}


/* =============== base =============== */

body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  background: transparent;
  color: #111;
}
#globalheader-container {
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
}
#container {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background: #fff;
}
#container-inner {
  text-align: left;
}
#blog-title {
  width: 100%;
}
#blog-title-inner{
  width: 960px;
  margin: 110px auto 100px auto;
}
#title {
  font-size: 150%;
  font-family: 'Roboto', sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
#title a {
  color: #111;
  text-decoration: none;
}
#blog-description {
  font-size: 11px;
}
/* @Custom Header-image */
.header-image-enable #blog-title #title {
  padding: 20px 0 0 20px;
}
.header-image-enable #blog-title,
.header-image-only #blog-title {
  padding: 30px 0;
}
#content{
  width: 960px;
  margin: 50px auto 30px auto;
}
#content-inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#wrapper {
  width: 640px;
  float: left;
}
.page-archive #wrapper,
.page-about #wrapper {
  padding-right:0px;
  border-right: none;
  background: none;
}
.entry {
  /*margin-bottom: 80px;*/
}
.entry a{
  text-decoration:underline;
}
.entry-inner{
  margin-bottom: 80px;
}
.entry-header {
  position: relative;
}
.date {
  /*min-height: 100px;*/
  /*border-right: 1px solid #CCC;*/
  font-size: 78%;
  margin-bottom: 7px;
  font-family: 'Roboto', sans-serif;
}
.date a {
  text-decoration: none;
}
/*.entry .date-month + .hyphen{
}
.date .date-year,
.date .date-month{
  font-family: 'Roboto', sans-serif;
}*/
.date .date-day{
}
.entry-title {
  margin-bottom: 5px;
  line-height: 1.5;
}
.entry-title a {
  color: #111;
  text-decoration: none;
}
.categories {
  padding: 0 0 10px 0;
}
.categories a {
  font-size: 65%; 
  text-decoration: none;
  padding-left: 17px;
  padding-right: 8px;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kgsi/20131224/20131224005831.png) no-repeat left -4px;
  color:#888888;
}
.categories a:hover{
  text-decoration: underline; 
}

.author,
.entry-footer-time{
  font-size: 65%;
}
.entry-footer {
}
.entry-footer-section,
.social-buttons {
  margin-bottom: 15px;
}
.pager {
  margin: 15px 0;
  font-size: 65%;
}
.pager a{
  color: #EEEEEE;
  padding: 7px 15px 7px 15px;
  text-align: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  background: #111;
}
#footer {
  width: 100%;
  padding: 10px 0 30px 0;
}
#footer-inner{
  width: 960px;
  margin: 0 auto;
  font-size: 78%;
  text-align: center;
}
#footer address {
  display: inline;
}
#footer .services {
  display: inline;
  margin: 0 7px;
}
#footer a{
  text-decoration: none;
  color: #333;
}
#footer img {
  vertical-align: middle;
}
.entry-header-menu{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 78%;
  font-weight: bold;
}
.entry-header-menu a{
  display: block;
  background: url(https://cdn-ak.f.st-hatena.com/images/fotolife/k/kgsi/20131224/20131224005831.png) no-repeat left -42px;
  padding:3px 0 3px 18px;
  text-decoration: none;
}
.entry-header-menu a:hover{  
  text-decoration:underline;
}


/* =============== comment =============== */

.entry-comment {
  list-style: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 85%;
}
.comment-user-name .hatena-id-icon {
  vertical-align: middle;
  margin-right: 0.2em;
}
.comment-user-name {
  margin-bottom: 7px;
}
.comment-user-name a {
  color: #222;
  font-weight: bold;
}
.comment-content {
  line-height: 1.5em;
  margin-bottom: 7px;
  word-wrap: break-word;
}
.comment-user-name,
.comment-content {
  font-size: 80%;
}
.comment-metadata,
.comment-metadata a {
  font-size: 65%;
  color: #aaa;
}
.leave-comment-title {
  font-weight: bold;
  margin: 10px 0;
  display: block;
  text-align: center;
  padding: 15px 10px 15px 10px;
  background: #111;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;

}
a.leave-comment-title{
  display: block;
  text-decoration: none;
  color: #FFF;
  font-size: 65%;
}
.leave-comment-title:hover {
  background: #666;
}

/* Entry-Content */
.entry-content {
  font-size: 80%;
  line-height: 2.04;
  letter-spacing: 0.01em;
}
.entry-content p {
  margin: 0.7em 0 1em 0;
}
.entry-content img {
  max-width: 100%;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 1.2em 0 0.4em 0;
  line-height: 1.7;
}
.entry-content h1 {
  font-size: 140%;
}
.entry-content h2 {
  font-size: 130%;
}
.entry-content h3 {
  font-size: 120%;
}
.entry-content h4 {
  font-size: 110%;
}
.entry-content h5 {
  font-size: 100%;
}
.entry-content h6 {
  font-size: 90%;
}
.entry-content ul,
.entry-content ol,
.entry-content dd {
  margin: 0 0 0 1.5em;
  padding: 0;
}
.entry blockquote {
  padding: 10px;
  margin: 1em 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.entry blockquote p {
  margin-top: 0;
  margin-bottom: 0;
}
.hatena-asin-detail, .itunes-embed {
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.entry-content table {
  border-collapse: collapse;
  border-spacing: 0;
}
.entry-content table th,
.entry-content table td {
  border: 1px solid #ddd;
  padding: 5px 10px;
}
.entry-content table th {
  background: #fafafa;
}
pre {
  color: #CCC;
  font-size: 85%;
  padding: 10px;
  background: #111;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

a.keyword {
  text-decoration: none;
  border-bottom: 1px solid #DEDEDE;
  color: #222;
}
pre.lang-aa {
  font-size: 100%;
  line-height: 1.4;
}
.hatena-asin-detail li {
  line-height: 1.4;
}


/* =============== side bar =============== */

#box2 {
  width: 220px;
  float: right;
  font-size: 78%;
  word-wrap: break-word;
}
.hatena-module {
  margin-bottom: 30px;
}
.hatena-module-title {
  font-size: 108%;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.hatena-module-title a {
  color: #222;
  text-decoration: none;
}
.hatena-module-title a:hover {
  text-decoration: underline;
}
.hatena-module .profile-icon {
  margin-bottom: 5px;
}
.hatena-module .id {
  display: block;
  margin-bottom: 5px;
}
.profile-description {
  margin-bottom: 5px;
}
.hatena-module-body li {
  list-style: none;
  margin-bottom: 0.65em;
}
.hatena-module-body {
  line-height: 1.5;
}
.hatena-urllist{
}
.hatena-urllist a{
}
/* @Module::Search */
form.search-form input {
  background: #E9E9E9;
  border: 0px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
}
.search-form .search-module-input {
  width: 170px;
  padding: 7px;
  margin: 0;
  font-size: 78%;
}
.search-form .search-module-button {
  height: 23px;
  width: 23px;
  border: none;
  text-indent: -999px;
  cursor: pointer;
  background: url('https://cdn.blog.st-hatena.com/images/theme/search_g.png?version=e0e0a3993d8aff6a6344f19dd784d5') 50% 50% no-repeat;
}
/* @About */
.page-about dt {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-bottom: 2px;
}
.page-about dd {
  margin-left: 0;
  margin-bottom: 30px;
}
.page-about .entry-content img.profile-icon {
  height: 16px;
  width: 16px;
}


/* =============== archive =============== */

.page-archive #main {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.page-archive #main-inner {
  font-size: 80%;
  text-align: left;
}
.page-archive #main-inner p {
  margin-bottom: 1em;
}
.page-archive #main-inner h1 {
  font-size: 120%;
  margin: 1em 0 0.5em 0;
}
.page-archive #main-inner h1 a {
  color: #000;
  text-decoration: none;
}
.page-archive #main-inner h1 a:hover {
  text-decoration: underline;
}
.page-archive #main-inner section {
  margin-bottom: 30px;
}

.page-archive #main-inner .entry-title:hover {
  text-decoration: underline;
}
.page-archive #main-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-archive #main-inner li {
  margin: 0;
  padding: 0 0 10px 0;
}
.page-archive #main-inner li .categories {
  font-size: 65%; 
  margin-top: 10px;
  display: block;
}


/* =============== about =============== */

.page-about #wrapper{
  background: none;
}
.page-about .entry-content{
  width: auto;
  left: 0px;
}


/* =============== category =============== */

.breadcrumb {
  width: 960px;
  margin:30px auto 30px auto;
  font-size: 80%;
}
.breadcrumb span:last-child{
  color: #999;
}


/* =============== edit erea =============== */

#top-editarea{
  width: 960px;
  margin:30px auto;
}
#bottom-editarea{
  width: 960px;
  margin:0 auto 30px auto;
}
/* </system> */
body {font-family: system-ui, -apple-system, BlinkMacSystemFont,  "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif; }
#spNav,.alert{-moz-box-sizing:border-box}#title a,.pager a{-webkit-transition:all .25s}.small,small{font-size:83%}.bold{font-weight:700}.alignR{text-align:right}.alignL{text-align:left}#asideCloseBtn a,#blog-title-inner,.adSection,.alignC,.btn,.profile-description{text-align:center}.text-error{color:#d32f2f}.text-success{color:#75ac00}.marker-yellow,.marker_yellow{background:linear-gradient(rgba(0,0,0,0) 60%,#fff986 60%)}.marker-blue,.marker_blue{background:linear-gradient(rgba(0,0,0,0) 60%,#8ceeff 60%)}.marker-pink,.marker_pink{background:linear-gradient(rgba(0,0,0,0) 60%,#ffbbf6 60%)}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-decoration:none!important;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:3px}.pager,.pager:after{display:block}.pager,blockquote h2{font-size:83%}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:dotted thin;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled]{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled{pointer-events:none}.btn-default{background-color:#f4f4f4;color:#444;border-color:#ddd}.btn-default.hover,.btn-default:active,.btn-default:hover{background-color:#e7e7e7}.btn-default.disabled,.btn-default[disabled]{background-color:#fff!important;border-color:#ccc!important}.btn-primary{color:#FFF!important;background-color:#3c8dbc;border-color:#367fa9}.btn-primary.hover,.btn-primary:active,.btn-primary:hover{color:#FFF;background-color:#367fa9}.btn-primary.disabled,.btn-primary[disabled]{background-color:#337ab7!important;border-color:#2e6da4!important}.alert{padding:.5em 1em;border:1px solid transparent;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}#globalheader-container{color:#fff;background:#00aabd}#wrapper{width:700px}#box2{width:200px}.pager:after{visibility:hidden;font-size:0;height:0;clear:both;content:"."}#title,.pager a{display:inline-block}.pager-prev{float:left}.pager-next{float:right}.pager a{color:#FFF;background-color:#00aabd;padding:.8em 1.4em;transition:all .25s}.pager a:hover{color:#FFF;background-color:#777;text-decoration:none}#blog-title-inner{margin:60px auto 100px}#title{font-size:120%;line-height:1.4;padding:0 .5em .2em;letter-spacing:.5em;border-bottom:4px solid #00aabd}#title a{color:#00aabd;transition:all .25s}#blog-description,#title a:hover{color:#777}a:hover{color:#33a6b8}.entry-title{font-size:220%;border-bottom:3px solid #71C7E8;padding-bottom:3px;margin-bottom:5px}.entry-title a{color:#222;-webkit-transition:all .25s;transition:all .25s}.entry-date{margin-bottom:0}.entry-content{color:#4f5759;font-size:105%;line-height:2}.entry-content h1{border-bottom:1px solid #71C7E8;padding-bottom:3px}.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{color:#232627; margin-top:2em;margin-bottom:0.6em;}.entry-content h2,.entry-content h3,.entry-content h4{line-height:1.6}.entry-content h2+h3,.entry-content h2+h4,.entry-content h2+h5,.entry-content h2+h6,.entry-content h3+h4,.entry-content h3+h5,.entry-content h3+h6,.entry-content h4+h5,.entry-content h4+h6,.entry-content h5+h6{margin-top:0}.entry-content p+pre.code{margin-top:-.5em}pre.code+dl,pre.code+ol,pre.code+pre.code,pre.code+table,pre.code+ul{margin-top:1em}.entry-content hr{display:block;border:none;background-color:#71C7E8;margin:1.5em auto;max-width:8em;width:30%;height:1em}.entry-content li{margin-bottom:.25em}.entry .row{position:relative;margin-left:-8px;margin-right:-8px}.entry .row:after{display:block;content:"";clear:both}.entry .row>.col{display:block;float:left;padding-left:8px;padding-right:8px;box-sizing:border-box}.entry .row>.half{width:50%}.entry .row>.third{width:33.333%}.entry .row>.quarter{width:25%}.entry .row>.two-thirds{width:66.666%}.entry .row>.three-quarters{width:75%}.entry-content blockquote pre.code{margin-top:0!important}.entry blockquote{position:relative;border:none;border-radius:0;border-left:5px solid #ddd}.entry blockquote:before{content:'“';display:block;color:#ddd;font-size:2em;position:absolute;top:-1.2rem;left:.1em}a.leave-comment-title{color:#777;-webkit-transition:all .25s;transition:all .25s}.leave-comment-title{background-color:#ddd}.leave-comment-title:hover{background-color:silver}.messageBox{margin-bottom:10px;padding:12px 18px 10px;color:#FFF;background-color:#cacfd2;border-radius:4px}.messageBox a{color:#FFF}.messageBox a:hover{color:#eaeaea}.messageBox.error{background-color:#d2322d}.messageBox.warning{background-color:#f1c40f}#spNav{position:fixed;top:37px;left:10px;display:none;padding:5px;width:40px;height:40px;overflow:hidden;background-color:#FFF;border-radius:2px;z-index:100;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .25s;transition:all .25s}#spNav .bar,.about-subscription-count,.profile-icon{display:block}#spNav .bar{margin:3px auto 0;background-color:#666;width:24px;height:4px;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}#spNav .bar:first-child{margin-top:6px}.showNav #spNav .bar-middle{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.showNav #spNav .bar-top{-webkit-transform:translate3d(-50%,7px,0) rotate(45deg) scaleX(1.2);-ms-transform:translate3d(-50%,7px,0) rotate(45deg) scaleX(1.2);transform:translate3d(-50%,7px,0) rotate(45deg) scaleX(1.2)}.showNav #spNav .bar-bottom{-webkit-transform:translate3d(-50%,-7px,0) rotate(-45deg) scaleX(1.2);-ms-transform:translate3d(-50%,-7px,0) rotate(-45deg) scaleX(1.2);transform:translate3d(-50%,-7px,0) rotate(-45deg) scaleX(1.2)}.showNav #spNav{position:absolute;left:0;width:100%;background-color:#F1D343}.showNav #spNav span{background-color:#4f5759}pre{color:#424242;background:#F4F4F4}pre.code{color:#EBEBEB;background:#353030}.synIdentifier{color:#81A2BE}.synStatement{color:#B5BD68}.synConstant{color:#8ABEB7}.synType{color:#F0C674}.synPreProc{color:#cb4b16}.synSpecial{color:#C66}.synComment{color:#767779}.hatena-module-search-box .hatena-module-body{position:relative}.hatena-module-search-box .search-module-input{padding:0 0 0 1em;line-height:28px;height:28px;border:1px solid transparent;background-color:#E2E2E2;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .25s;transition:all .25s}.hatena-module-search-box .search-module-input:focus{outline:0;border-color:#EFCC24}.hatena-module-search-box .search-module-button{position:absolute;top:0;right:0;padding:0 .5em;border:none;background-color:#EFCC24;line-height:28px;height:28px;cursor:pointer}.profile-icon-link{display:block;margin:0 auto;width:92px;height:92px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;transition:.5s all ease-in-out;transform:rotate(0) scale(1)}.profile-icon-link:hover{transform:rotate(1980deg) scale(.3)}.profile-icon{padding:4px;background-color:#FFF;border:2px solid #A2C4CC;border-radius:50%;width:80px;height:80px}.info .subscriber .profile-icon{display:inline-block;width:100%;height:100%;transition:.2s all ease-in-out;transform:scale(1)}#asideCloseBtn a,#js-pageTop{-webkit-transition:all .25s;display:block}.info .subscriber:hover .profile-icon{transform:scale(1.5);}#asideCloseBtn{position:relative;display:none}#asideCloseBtn a{color:#777;font-weight:700;line-height:40px;letter-spacing:.1em;background-color:#ddd;border-radius:3px;padding:0;margin:0;transition:all .25s}#asideCloseBtn a:hover{text-decoration:none;background-color:silver}#bottom-editarea{width:100%;overflow:hidden}.footerAD img{width:100%;height:auto;max-width:100%}.adSection ins,.entry-footer-html ins,.footerAD ins{background:0 0!important}.entry-footer .google-afc-image{float:left;margin-top:0;margin-right:15px}.entry-footer .customized-footer{padding-top:0;padding-left:20px}.comment-box{clear:both}.archive-entries .entry-title{border:none;margin-top:0}.archive-entries .date{margin-bottom:3px}.page-archive #main-inner h1{margin-top:0}.page-archive #main-inner section{margin-bottom:36px}#js-pageTop{position:fixed;bottom:30px;right:10px;padding:0;width:40px;height:40px;overflow:hidden;background-color:#FFF;border-radius:2px;z-index:101;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;transition:all .25s}#js-pageTop .bar{position:absolute;display:block;background-color:#666;width:18px;height:4px;-webkit-transition:all .25s;transition:all .25s}#js-pageTop .bar-top{-webkit-transform:translate3d(17px,17px,0) rotate(45deg);-ms-transform:translate3d(17px,17px,0) rotate(45deg);transform:translate3d(17px,17px,0) rotate(45deg)}#js-pageTop .bar-bottom{-webkit-transform:translate3d(6px,17px,0) rotate(-45deg);-ms-transform:translate3d(6px,17px,0) rotate(-45deg);transform:translate3d(6px,17px,0) rotate(-45deg)}#js-pageTop:hover{background-color:#71C7E8;text-decoration:none}#js-pageTop:hover .bar{background-color:#FFF}#js-pageTop.scroll{-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0)}#js-pageTop.scroll .bar{background-color:#71C7E8}#js-pageTop.scroll .bar-top{-webkit-transform:translate3d(17px,17px,0) rotate(60deg) scaleX(1.4);-ms-transform:translate3d(17px,17px,0) rotate(60deg) scaleX(1.4);transform:translate3d(17px,17px,0) rotate(60deg) scaleX(1.4)}#js-pageTop.scroll .bar-bottom{-webkit-transform:translate3d(6px,17px,0) rotate(-60deg) scaleX(1.4);-ms-transform:translate3d(6px,17px,0) rotate(-60deg) scaleX(1.4);transform:translate3d(6px,17px,0) rotate(-60deg) scaleX(1.4)}#js-pageTop.scrollEnd{bottom:-100px}@media (min-width:1040px){aside#box2{display:block!important}}@media (min-width:1280px){#blog-title-inner,#content,#footer-inner{width:1200px}#wrapper{width:900px}aside#box2{width:240px}}@media (max-width:1039px){#wrapper,aside#box2{float:none;width:100%}#spNav{display:block}.shoeNav #footer,.showNav #wrapper{display:none}.showNav aside#box2{display:block}.hatena-module-profile .hatena-module-title,.hatena-module-search-box .hatena-module-title,aside#box2{display:none}#blog-title-inner,#footer-inner{width:auto;text-align:center}#content{margin-left:auto;margin-right:auto;width:93.75%;max-width:700px}aside#box2{position:absolute;top:77px;left:0;padding:25px 25px 0;background-color:#FFF;border:1px solid #E9E9E9;z-index:100;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.hatena-module-search-box .search-module-input{font-size:100%;padding:7px 1.2em 7px 1em;line-height:40px;height:40px}.hatena-module-search-box .search-module-button{padding:0 1em;line-height:40px;height:40px}.hatena-module-profile{text-align:center}.hatena-follow-button-box{display:inline-block;vertical-align:top}.hatena-module-category li,.hatena-module-recent-entries li{position:relative;margin:0;padding:0;border-bottom:1px solid #AFB7B9}.hatena-module-category .hatena-urllist a,.recent-entries-item a{display:block;padding:.75em .5em;background-color:#FFF;-webkit-transition:background-color .25s;transition:background-color .25s}.hatena-module-category .hatena-urllist a:hover,.recent-entries-item a:hover{color:#FFF;text-decoration:none;background-color:#71C7E8}#asideCloseBtn{display:block}}

.adcalRibbon {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 83%;
  border-radius: .1rem;
  background-color: #efa1be;
  margin-bottom: 1em;
  padding: .25em 1em .25em .65em;
  box-sizing: border-box;
}
.adcalRibbon::before,
.adcalRibbon::after {
  content: "";
  width: 20%;
  height: 1.5em;
  display: block;
  position: absolute;
  color: #fff;
  background-color: #efa1be;
  border-right: 1px solid #efa1be;
  right: -13px;
  box-sizing: border-box;
}
.adcalRibbon::before {
  top: 0;
  transform: skewX(-40deg);
}
.adcalRibbon::after {
  bottom: 0;
  transform: skewX(40deg);
}
.adcalRibbon_inner {
  position:relative;
  z-index: 1;
}
.adcalRibbon_title {
  padding-right: .5em;
  margin-right: .5em;
  border-right: 1px solid currentColor;
}
.adcalRibbon a {
  color: #fff;
}
.adcalRibbon a:hover {
  color: #fff;
  text-decoration: underline currentColor;
}

.google-auto-placed {
  border: 1px solid #e5e2ea;
}
.google-auto-placed ins {
  background: transparent;
}
/*
.google-auto-placed:before {
  display: block;
  content: "自動配信広告";
  font-size: 10px;
  font-weight: bold;
  padding: 0.25rem;
  background: #91d2e1;
  color: #FFF;
}
*/