@charset "utf-8";
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/
/* Webフォント：Noto Sans JP */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
 
body {
     font-family: 'Noto Sans JP', sans-serif;
     font-size: 100%;
	font-weight:300;
     letter-spacing: 0.1em;
}
/* 見出し装飾 */
.entry-content h2 {
  border-bottom: 5px solid #000 !important;
  padding: 12px 0px 12px 5px ;
  margin: 40px 0px 20px;
}
.entry-content h2:before{
  margin-right:20px;
 color: #1bb4d3 !important;
  font-family:"FontAwesome";
  content:"\f219";
}
/* 見出し装飾 */
.entry-content h3 {
  border-bottom: 3px solid #1BB4D3 !important;
  padding: 12px 0px 12px 5px ;
  margin: 30px 0px 20px;
}
/* ロゴを大きく */ 
.header.headercenter #logo img {
max-height: initial;
}
