@charset "UTF-8";
/* footerの文字をセンタリング */
footer{
	text-align: center;
}
/* 投稿画像の右と下に影を付ける */
img.size-large{
	box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.60);
    -moz-box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.60);
    -webkit-box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.60);
}
/* 役満和了日の背景画像 */
.hpb-posttype-yakumanhora{
	background-image: url( https://mahjongcommunity.club/wp-content/uploads/hpb-media/hikei.png );
	background-repeat: repeat;
}
/* 続きを読むの表示を消す */
.hpb-more-entry a{
	background-color: #fff;
}
/* カテゴリーの表示を消す */
footer.entry-meta{
	color: #fff;
}
.cat-links a{
	color: #fff;
}