@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/* 目次用css */
hr.diagonal_horizon {
	background-size: 20px 20px;
	border-top: 1px solid #FF0000;
	color: #ff0000;
	margin-top:40px;
	margin-bottom:0px;
}

hr.diagonal_under {
	background-size: 20px 20px;
	border-top: 1px solid #FF0000;
	color: #ff0000;
	margin-top:1px;
	margin-bottom:0px;
}

hr.h2 {
	height: 6px;
	background-color: #0010ff;
	background-image: -webkit-linear-gradient(-45deg, #0010ff 25%, transparent 25%, transparent 50%, #0010ff 50%, #0010ff 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #0010ff 75%, transparent 75%, transparent);
}

hr.h3 {
	height: 6px;
	background-color: #4d8cf9;
	background-image: -webkit-linear-gradient(-45deg, #4d8cf9 25%, transparent 25%, transparent 50%, #4d8cf9 50%, #4d8cf9 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #ffffff 25%, transparent 25%, transparent 50%, #ffffff 50%, #4d8cf9 75%, transparent 75%, transparent);
}

/* 更新日非表示css */
.post-update {
    display: none;
}

h2.narrow{
	margin-top:0px;
	margin-bottom:0px;
	border-left: none;
	color: #ffffff;
	background-color: #FF0000;
	background-image: url(https://hamburger.masas-record-storage-container.com/wp-content/uploads/2020/03/hrimg-1-e1584266598140.png);
	padding: 0em 0em 0em 1em;
}

h3.narrow{
	margin-top:0px;
	margin-bottom:0px;
	border-left: none;
	color: #FFFFFF;
	background-color: #FF0066;
	background-image: url(https://hamburger.masas-record-storage-container.com/wp-content/uploads/2020/03/hrimg-1-e1584266598140.png);
	padding: 0em 0em 0em 1em;
}

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

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

/* 固定ページの投稿者名を非表示 */
.home.page .author-info,
.post-92 .author-info,
.post-50 .author-info,
.post-27 .author-info,
.post-19 .author-info,
.post-14 .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){
  /*必要ならばここにコードを書く*/
}
