@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.8
*/

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

/* 目次用css */
hr.diagonal_horizon, hr.diagonal_under {
	margin-top:0px;
	margin-bottom:0px;
	height: 12px;
	background-image: url(https://ramen.masas-record-storage-container.com/wp-content/uploads/2020/03/hr_bar.png);
}

h2.narrow{
	margin-top:0px;
	margin-bottom:0px;
	border-left: none;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 0em 0em 0em 1em;
}

h3.narrow{
	margin-top:0px;
	margin-bottom:0px;
	border-left: none;
	color: #FFFFFF;
	background-color: #FFA500;
	padding: 0em 0em 0em 1em;
}

/* ホーム用固定ページのタイトルを非表示 */
.post-19 .entry-title{
display: none;
}

/* 固定ページの投稿日を非表示 */
.home.page .post-date,
.post-24 .post-date,
.post-19 .post-date,
.post-16 .post-date,
.post-13 .post-date{
display: none;
}

/* 固定ページの投稿者名を非表示 */
.home.page .author-info,
.post-24 .author-info,
.post-19 .author-info,
.post-16 .author-info,
.post-13 .author-info{
display: none;
}

/* Amazon Affiliate */
.box_amazon_affiliate
{
	padding: 10px;
	margin-bottom: 10px;
	border: 1px
	dotted #333333;
	border-radius: 5px;

}

.image_amazon_affiliate
{
	margin: 2px 40px 2px;
}

.productname_amazon_affiliate
{
	margin: 10px;
	font-size: 15px;
	font-weight: bold;
}

.custom_button_amazon_affiliate
{
	background-color: #e47911;
	color: white;
	font-weight: normal;
	padding: 0px 100px;
	border-radius: 10px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	position: relative;
	box-shadow: 0 3px 0 #c65b00;
	font-size: 15px;
}

/* Rakuten Affiliate */
.box_rakuten_affiliate
{
	padding: 10px;
	margin-bottom: 10px;
	border: 1px
	dotted #333333;
	border-radius: 5px;

}

.image_rakuten_affiliate
{
	margin: 2px 40px 2px;
}

.productname_rakuten_affiliate
{
	margin: 10px;
	font-size: 15px;
	font-weight: bold;
}

.custom_button_rakuten_affiliate
{
	background-color: #ff3300;
	color: white;
	font-weight: normal;
	padding: 0px 100px;
	border-radius: 10px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	position: relative;
	box-shadow: 0 3px 0 #990000;
	font-size: 15px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px){
  /*必要ならばここにコードを書く*/
}

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

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

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