@charset "UTF-8";

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

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


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

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

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

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

/* ------------------------------------- */
/*       かんたんリンク カスタマイズ     */
/* ------------------------------------- */

a.easyLink-info-btn-amazon {
    background: #f6a306 !important; /* 背景色 */

}

a.easyLink-info-btn-rakuten {
    background: #cf4944 !important; /* 背景色 */

}

a.easyLink-info-btn-yahoo {
    background: #51a7e8 !important; /* 背景色 */
   
}
/*画像サイズ自動化*/　/*一時的にオフにしてみる*/
/*main img{
    max-height: 60vh;
    width: auto;
}*/
