@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

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

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

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

/*550px以下*/
@media screen and (max-width: 550px){
	.blogcard {display:flex;flex-wrap: wrap;justify-content: center;}
	.blogcard-content {margin-left:0;}
	.blogcard-title {margin-bottom:5px;}
}
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/*WPのヘッダ・フッタ消し*/
.header.cf,
footer#footer {
display: none;
}
#container .breadcrumb {
	display: none;
}
#content {
	margin-top: 0;
	background: url(https://www.takumi-mat.jp/img/bg_body.jpg) center repeat-y;
}
.article ul li, .article ol li {
    margin: 0!important;
}
ul.single > li {
	margin: 0 auto!important;
}
@media screen and (min-width: 551px){
	.widget-entry-card {
		font-size: 13px;
	}
}