@charset "utf-8";
/*
Theme Name:	Rebirth Child
Description:Rebirthの子テーマ（バージョンは対応する最後のRebirthのバージョン）
Author:		Sabaoh
Template:	rebirth_free001
Version:	1.3.1
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

.post_content a.wp-block-button__link {
	color : white;
}

figure.aligncenter {
	text-align: center;
}

.tcd_ad_widget::before {
    display: block;
    padding: 5px 20px;
    content: "広告";
    font-weight: bold;
    color: white;
    background-color: black;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1051px以上*/
@media screen and (min-width:1051px) {
	/*必要ならばここにコードを書く*/
	div.breadcrumbs {
		width: 990px;
		margin: 0 auto -30px;
		padding: 20px 15px 0;
	}

	#footer_info {
	  max-width: 400px;
	}

}

/*751px以上*/
@media screen and (min-width: 751px){
  /*必要ならばここにコードを書く*/
	#footer_info {
	  max-width: 400px;
	}
}

/*767px以下*/
@media screen and (max-width: 767px) {
  /*必要ならばここにコードを書く*/
}
