@charset "utf-8";
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/






見出し
.entry-content h2{
position: relative;
padding: 12px 18px;
background: #b8b0b0;/* 背景色 */
color: white;/* 文字色 */
}
.entry-content h2::before {
position: absolute;
content: '';
top: 100%;
left: 0;
border: none;
border-bottom: solid 15px transparent;
border-right: solid 20px rgb(149, 158, 155);
}

.entry-content h3{
border-left: transparent !important;
border-bottom: 2px solid;
border-radius: 0 !important;
color: #b8b0b0 !important;
}



はてなカード
.hatenablogcard{
  clear:both;
  width:100%;
  height:155px;
  margin:10px 0;
  max-width:680px;
}



/* フォローボタン7*/
.flw_btn7 {
display: inline-block;
text-decoration: none;
color: #fff !important;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 23px !important;
margin:2px;
padding: 0px 0px 0px 3px;
border-radius: 12px;
text-align: center;
vertical-align: middle;
overflow: hidden;
font-weight: bold;
transition: .4s;
}
.flw_btn7:hover {
color: #fff !important;
opacity: 0.5;
}
.flw_btn7.fb { background: #6680d8 !important; }
.flw_btn7.tw { background: #22b8ff !important; }
.flw_btn7.fdly { background: #6cc655 !important; }
.flw_btn7.ist { background: #e84cb6 !important; }


/* リンクカード　ラベル色を変える */
.related_article .ttl:before{
    background: #78BBE6 !important;
}



オリジナルボタン１
.btn-wrap.spbtn2 a{
border:solid 1px #ffbf7f;
background:#fff;
color:#ffbf7f;
border-radius:4px;
}
.btn-wrap.spbtn2 a:hover{
background:#fff;
color:#fff;
border:none;
}



オリジナルボタン
.btn-wrap.simple-original a {
border: 2px solid #3299ff;
background: none;
color: #3299ff;
}
.btn-wrap.simple-original a:hover {
border-color: #3299ff;
background: #3299ff;
color:#fcfcfc;
}


/* 文字サイズ変更 */
body {font-family: “Lato”, “ヒラギノ角ゴシック Pro”, “Hiragino Kaku Gothic Pro”, ‘メイリオ’ , Meiryo , Osaka, “ＭＳ Ｐゴシック”, “MS PGothic”, sans-serif;font-family: Arial,Helvetica,”游ゴシック”,YuGothic,”Hiragino Kaku Gothic ProN”,Meiryo,sans-serif;font-size: 110%;line-height: 1.5;color: #545B63;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;word-wrap: break-word;background: #f7f7f7;}


