@charset "utf-8";
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/

/* 見出し装飾 */
.entry-content h2{
  color: #3E3E3E !important;
  background-color: #ffffff !important;
  border-bottom: 2px solid #009944 !important;
  padding: 12px 0px 5px 5px ;
  margin: 20px 0px 20px;

}

.entry-content h3 {
  background: #ffffff !important;
  border-left: 7px solid #009944 !important;
  padding: 3px 0px 3px 0px ;
  margin: 30px 0px 20px;
}

.entry-content {
user-select:none;
-moz-user-select:none;
-webkit-user-select:none;
-khtml-user-select:none;
}




/* 関連記事リンクカード内ラベルのカスタマイズ */
.related_article .meta:before{
font-family: "FontAwesome",sans-serif!important;
 content: "\f0a4  "'あわせて読みたい'!important;
 font-size: 13px;
border-radius: 0.2em;}



@media only screen and (max-width: 480px) {
.entry-content h2 {
    font-size: 1.05em;
}

.entry-content h3 {
    font-size: 1.05em;
}

}



