@charset "utf-8";
/*@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);*/
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/

/* マーカー強調カスタマイズ */
.marker1 {
  background: linear-gradient(transparent 70%, #FFB96D 40%);
}




/* ------------------------------
WordPressプラグイン「WordPress Popular Posts」
------------------------------ */

/* 画像サイズ　レスポンシブ対応 */
.wpp-img img {
max-width: 100%;
width: 100%;
height: auto;
margin: 0px 0px 5px 0px;
box-shadow: 0 2px 5px #999;
}

/* 行の幅　縮める */
.wpp-container {
line-height: 2.1em;
margin: 0px 0px 30px 0px;
}



.example {/*親div*/
  position: relative;/*相対配置*/
  }

.example p {
  position: absolute;/*絶対配置*/
  color: white;/*文字は白に*/
  top: 0;
  left: 0;
  }

.example img {
  width: 100%;
  }

.widgettitle span {
    display: block;
    width: 100%;
	height: auto;
    padding: 0.75em 0.8em;
} 

/* --- ヘッダーラベル（背景色変更） --- */
.header-info a{
background-color: #00BCD4;
}