/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/

/*マーカー*/
.marker {
    background: -moz-linear-gradient(transparent 80%, #FF64B1 80%);
    background: -webkit-linear-gradient(transparent 80%, #FF64B1 80%);
    background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.8, transparent), color-stop(0.8, #FF64B1));
    background: -o-linear-gradient(transparent 80%, #FF64B1 80%);
    background: linear-gradient(transparent 80%, #FF64B1 80%);
    text-decoration: none;
    color: #333;
    font-weight: bold;
  }
/*文字太字*/
.bold {
    font-weight: bold;
}

/*日付非表示*/
.related_article .date, .related-box li .date, .byline .date {
    display: none;
}
/* mobile fullslide タイトルリンク文字色 */
@media only screen and (max-width: 480px) {
#top_carousel h2.entry-title {
	color: #FF64B1;
}
}


/*ヴィジェット画像中央寄せ*/
.add .widget img {
    display: block;
    margin: 0px auto;
}