/*
  Theme: STORES Magazine
  Author: STORES.jp, Inc.
  Description: STORES Magazine専用テーマ
  Responsive: yes
 */

/* fonts */
@import url(https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i&display=swap);

/* all.min.css */
@import url(https://cdn.blog.st-hatena.com/files/10328749687193364398/4207112889973797624);

/* add-style.css */
@import url(https://cdn.blog.st-hatena.com/files/10328749687193364398/26006613666310861);



body.page-entry .entry-footer {
  display: block;
}
body.page-entry .entry-footer .comment-box {
  display: none;
}
body.page-entry .entry-footer .entry-footer-section {
  display: none;
}
body.page-entry .entry-footer .social-buttons {
  display: none;
}
.stores_twitter_widget {
  padding: 0 60px 40px;
}
@media screen and (max-width: 559px) {
  .stores_twitter_widget {
    padding: 0;
  }
}
pre.code{
   font-size: 85%;
   background:#EEEEEE;
   max-height: 500px;
   white-space: pre;
   overflow: auto;
}
.marker {
  background: linear-gradient(transparent 50%, #fcc4c8 50%);
  
  
  .youtube {
display: inline-block;
position: relative;
overflow: hidden;
width: 320px;
height: 180px;
}
.youtube::before {
position: absolute;
content: "Click to Play";
color: #fff;
text-align: center;
font-size: 22px;
font-weight: bold;
line-height: 180px;
background: rgba(0, 0, 0, 0.6);
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
transition: all 0.3s;
}
.youtube:hover::before {
background: rgba(0, 0, 0, 0.7);
cursor: pointer;
transition: all 0.3s;
}