@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
#content a:link{
	text-decoration:none;
}
#content article a:link{
	text-decoration:underline;
}
#content a.cat-link{
	background-color: #EFEFEF;
}
#content a.cat-link:hover{
	color:#EFEFEF;
	background-color: #333;
}
#content article strong{
	font-weight: bold;
}
#container .content{
	width:100%;
}
#container .footer_area h2{
	border: none;
    font-size: 130%;
    color: #222222;
    letter-spacing: 0.1em;
    padding: 0px 0 10px;
    margin-bottom: 10px;
}
.fz-18px{
	font-size: unset;
}
#container > .content:nth-child(3){
	background-color: unset;
}
.sidebar h2,
.sidebar h3{
	background: #EFEFEF;
}
#sidebar input[type="text"]{
	padding: 11px;
}
.author-widget-name{
	font-size: 1.5em;
    font-weight: 700;
    padding: 1rem 0;
}
.category #wrapper #content ul li:first-child {
    background-image: inherit;
    padding: inherit;
}
.category #wrapper #content ul{
	line-height: inherit;
}
.category #wrapper #content ul li {
    display: inherit;
    font-size: inherit;
    padding: inherit;
    background: inherit;
}
.category #wrapper #content h3 {
    border-bottom: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: bold;
    line-height: inherit;
    padding: 12px;
    margin: 16px 0;
	border-radius: var(--cocoon-badge-border-radius);
}
.article ul li,
.article ol li{
	list-style-type: auto;
}
.category .shop_header_block ul li {
    display: inline-block;
    font-size: inherit;
    padding: inherit;
    background: inherit;
}
.cat-link{
	margin-bottom: 5px;
}
.ect-vertical-card .entry-card-wrap:first-child {
    width: 100%;
}
.widget h2 {
    font-size: 24px;
	margin-bottom: 22px;
}
.tagcloud a{
	font-size: 16px;
	flex: inherit;
    display: inline-block;
}
 @media screen and (min-width: 769px) {
   div#container > article > section {
       width: 1160px;
       max-width: 100%;
       margin: auto;
   }
}

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
	#container .footer_area h2{
		padding: 5px 0 20px 10px;
	}
}
