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

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


a{
	text-decoration: none;
}
a{
	color:#666;
}
a:hover{
	color: #ff7f50;
}
figure{
	overflow:hidden;
}
a img{
  transition:1s all;
}
a img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
}

#over-container{
  min-height:100vh;
  background-color:#007072;
}

#footer{
	margin-top:0px;
}

h1.entry-title{
  text-align:center;
}

figure.wp-block-table table{
	margin:auto;
}

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

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

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