@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*コンテンツ内の背景色変更*/
.main{
    background-color: #faf8f6;
}

/* カテゴリーラベル非表示 */
.entry-category {
display: none;
}

/*固定ページの日付非表示*/
.page .date-tags,
.page .author-info {
display: none;
}

/* 枠デザイン1 */
.box-1{
	margin: 2em auto;
	padding:2em;/*内側余白*/
	position: relative;
	padding:1.5em;
	z-index: 0;
	background-color:#efede9;/*背景色*/
}

.box-1:before{
	position: absolute;
	border: 2px dashed #A7A297;/*破線の太さ・色*/
	content: '';
	display: block;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin:5px;
	z-index: -1;
	border-radius:10px;
}

/* YARPP CSS */
.yarpp-related a {
  color: #000000;
}

a:hover {
  color: #000000;
}

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

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

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