@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/*トップ新着記事のサムネイルに枠線*/
.entry-card-thumb img {
	padding: 3px;
	border: solid 1px #ccc;
}

/* リンクの色 */
a:hover {
	color: #f90;
}

/*サイドバー新着記事*/
.widget-entry-card-update-date {
  display: none;
}

.widget_new_entries .display-none {
	display: block;
	padding-top: 0.2em;
	text-align: right;
	position: absolute;
   right: 0;
   bottom: 0;
}

.widget_new_entries .a-wrap {
  border: 1px solid rgba(255, 153, 0, 0.24);
}

.widget_new_entries .a-wrap:hover {
  transform: translateY(-4px);
  border: 1px solid #f90;
  transition-duration: 0.3s;
}

.widget_new_entries .a-wrap > div {
  border: 0;
} 

/*ボーダー*/
img[class^="wp-image-"] {
  background-color: #fff;
	padding: 3px;
	border: 1px solid #ccc;
}

/*キャプション*/
.wp-block-image figcaption {
	  text-align: center;
	  font-size: 0.8em;
		line-height: 1.6;
		margin: 0;
}

/*検索窓の文字サイズ*/
input::placeholder{
	font-size:0.8em;
}

/* サイドバードロップダウン */
.sidebar {
	font-size: 0.8em;
	line-height: 1.4;
}

.widget-entry-card {
font-size: 14px;
}

select#cat
{border:1px solid #0f1626;
font-size:13px;padding:8px;
;}

.sidebar h3 {
		position: relative;
		padding: 0.5em; 
}
.sidebar h3:after {content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 7px;
background: -webkit-repeating-linear-gradient(-45deg, #ff9933, #ff9933 2px, #fff 2px, #fff 4px);
background: repeating-linear-gradient(-45deg, #ff9933, #ff9933 2px, #fff 2px, #fff 4px);
}


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

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

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

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

/* 見出しのデザインリセット */
/*h2 */
.entry-content h2{
border:none;
background:none;
padding: 0;
}

/* 見出しのデザイン設定 */
/* h2 */
.entry-content h2{
color: #ff9933; /* 文字色 */
padding-top:30px; /* 文字と上部の間隔 */
padding-left:0px;/* 文字と左線の間隔 */
padding-bottom:0px;/* 文字と下部の間隔 */
}