@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
a {
	color: #333;
}

.search-edit, input[type="text"] {
	border-color: #444;
}

.search-submit {
	color: #444;
}

.cat-label {
	background-color: #ffec47;
	color: #333;
}

.footer-bottom-logo img {
    height: auto;
}

/*******　投稿ページFV（アイキャッチ）の設定　*******/
.eye-catch {
	overflow: hidden;
	height: 400px;
	width: 100% !important;
}

.eye-catch img {
	position: absolute;
	top: 50%;
	-webkit-transform : translate(0,-50%);
	transform : translate(0,-50%);
	width: 100% !important;
}

/*******　目次の設定　*******/
.toc {
	width: 80%;
}

/*******　タグの見出し　*******/

/*.tag .archive-title:after {
	content: ' を含む記事一覧';
}*/

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

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

/*768px以下*/
@media screen and (max-width: 768px){
  /*必要ならばここにコードを書く*/
a:hover {
	color: #333;
}
	
/*******　投稿ページFV（アイキャッチ）の設定　*******/
.eye-catch {
	height: 200px;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	/*******　目次の設定　*******/
	.toc {
		width: 90%;
	}
}
