@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
hr.diagonal_horizon, hr.diagonal_under {
	margin-top:0px;
	margin-bottom:0px;
	border: none;
}

h2.narrow{
	margin-top:0px;
	margin-bottom:0px;
	border-left: none;
	color: #ffffff;
	background-color: #ffffff;
	background-image: url(https://carandbike.masas-record-storage-container.com/wp-content/uploads/2020/05/hrimg-e1589005210938.png);
	padding: 0.25em 0.0em 0.25em 1.5em;
}

h3.narrow{
	margin-top:0px;
	margin-bottom:0px;
	border-left: none;
	color: #ffffff;
	background-color: #ffffff;
	background-image: url(https://carandbike.masas-record-storage-container.com/wp-content/uploads/2020/05/hrimg-e1589005210938.png);
	padding: 0.25em 0.0em 0.25em 1.5em;
}

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

/* 固定ページの投稿日を非表示 */
.home.page .post-date,
.post-71 .post-date,
.post-56 .post-date,
.post-43 .post-date,
.post-40 .post-date,
.post-30 .post-date,
.post-20 .post-date{
display: none;
}

/* 固定ページの投稿者名を非表示 */
.home.page .author-info,
.post-71 .author-info,
.post-56 .author-info,
.post-43 .author-info,
.post-40 .author-info,
.post-30 .author-info,
.post-20 .author-info{
display: none;
}

/* コンテンツの背景色を黒 */
.main{
    background-color: #000000;
}

.a-wrap {
    color: #ffffff;
}

/* サイドバーの背景色を黒 */
.sidebar {
    background-color: #000000;
}

/* ブログカードの背景色を白 */
.blogcard{
	background: #FFFFFF;
    color: #000000;
}

/* 目次文字色を白 */
.toc {
  background-color: #606060; 
}
.toc-title, .toc .toc-list li a ,.toc .toc-list li{
  color: #FFFFFF; 
}

.widget_recent_entries ul li a, 
.widget_categories ul li a, 
.widget_archive ul li a, 
.widget_pages ul li a, 
.widget_meta ul li a, 
.widget_rss ul li a, 
.widget_nav_menu ul li a {
    color: #FFFFFF;
}

/* 記事タグ文字色を白 */
.tag-link{
  background-color: #000000;
  color: #FFFFFF;	
}

/* 次のページ、ページ番号、コメント書き込み文字色を白 */
.comment-btn,
.pagination-next-link,
.page-numbers{
  background-color: #808080; /*背景色*/
  color: #FFFFFF; /*文字色*/
}

/* 現在のページ番号文字色を白 */
.pagination .current { /*現在のページ*/
  background-color: #FFFFFF;
  color: #000000;
}


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

.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;
	background-color: #ffffff;
}

.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){
  /*必要ならばここにコードを書く*/
}
