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

/*殿堂入りウィジェット*/
ul.dendoiri li{
	list-style:none;
	position:relative;
	border-bottom:1px solid #ddd;
	margin: 0;
	margin-bottom:0.5em;
		}

.dendoiri-thumbnail {
			display: inline;
			float: left;
			margin: 0 5px 0 0;
			border: none;
		}

/*TOPPAGEへ戻るボタン*/
.pagetop {
	  text-align: center;

/*キャプションの色をクレイジースタディカラーにする*/
.wp-caption p.wp-caption-text {
    font-size: 0.75em;
    margin: 4px 0;
    text-align: center;
    color: #f28ea2;
}

/*キャプションの枠を消す*/
.wp-caption {
	max-width: 100%;
	background: #fff;
	margin-bottom: 1.8em;
	border-radius: 3px;
}

/*外部リンクにした時でてくり矢印のやつ消す*/
.entry-content a[target="_blank"]:after {
}

/*トップページの投稿者名表示*/
.byline .writer,
.byline .writer a {
	font-weight: bold;
	color: inherit;
	text-decoration: none;
}

/* 目立つボタン */
.btn-wrap.lightning a {
  	background: #BA3B53;
   	border-color: #BA3B53;
}

/* 目立つボタン */
.btn-wrap.lightning a {
	background: #BA3B53;
	border-color: #BA3B53;
	color: #fff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
.btn-wrap.lightning a:hover {
	background: #EC7373;
	color: #fff;
}