/*
Theme Name: bloom_child
Version: 1.3.5
Author:MSG Corp
Template: bloom_tcd053
*/


/* スライダー */
.u-hidden-sm{
	display: none;
}
.u-visible-sm{
	display: block;
	margin-top: 20px;
}
.p-header-blog__item-title { 
	margin-top: 15px; 
	font-weight: bold;
}
.p-header-blog__item-meta{
	margin-top: 10px;	
}
.p-subject-category{
	display: inline-block;
	background-color: #f98866;
	padding: 8px 20px;
	border-radius: 15px;
}
.p-subject-category > span{
	color: #FFF;
	font-weight: bolder;
}

/* 新着記事のトップ */
.p-blog-list-large__item-overlay,
.p-article__overlay{
	background: rgba(0,0,0,0) !important;
}
.p-blog-list-large__item-overlay__inner{
	display: none;
}
.u-visible-xs{
	display: block;
	width: 98%;
}
.p-blog-list-large__item-title{
	margin-top: 11.64px;
}
.p-blog-list-large__item-thumbnail{
	padding-top: 68.75%;
}
.p-header-search__input{
	font-size: 16px;
}

/* 今月の特集記事 */
.p-footer-blog__item-overlay__inner{
	display: none;
}
.p-footer-blog__item-title{
	margin-top: 10px;
}

.p-float-category{
	display: none;
}

.p-widget-list__ranking .p-widget-list__item a{
	padding-top: 5px !important;
}
.p-widget-list__type1 .p-widget-list__item a{
	padding-top: 5px !important;
}
.p-widget-list__item-rank{
	top: 5px !important;
	line-height:25px !important;
	min-width: 25px !important;
	height: 25px !important;
}


/* 投稿ページ */
@media only screen and (max-width:991px){
	.p-entry__ad{
		display: none;
	}
	.p-entry__pickup{
		display: none;
	}
}

/* Rinker ボタンの色設定 */
div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink {
  background: #f4b850!important;/*Amazonリンクのボタンの色*/
}

div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink {
  background: #e98e6e!important;/*楽天リンクのボタンの色*/
}
div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink a {
  background-color: transparent!important;
}

div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink {
	/*Yahooショッピングのボタンの色*/
}

div.yyi-rinker-contents ul.yyi-rinker-links li.freelink1 {
  background: #f4b850!important;/*自由リンクのボタンの色*/
}
div.yyi-rinker-contents ul.yyi-rinker-links li.freelink1 a {
    background-color: transparent;
}