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

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

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
.affiliateTitle{
	font-size: 1.1rem;
    font-weight: 700;
}
.affiliateAmazon{
	background-color: #f79901;
	border: 1px solid #949495;
    box-shadow: inset 0 2px 0 rgb(255 255 255 / 20%), inset 0 -2px 0 rgb(0 0 0 / 5%);
    border-radius: 0.5rem;
    display: block;
    color: white;
    letter-spacing: 0.1rem;
    padding: 10px 8px;
    text-align: center;
}
.affiliateRakuten{
	background-color: #cc0000;
	border: 1px solid #949495;
    box-shadow: inset 0 2px 0 rgb(255 255 255 / 20%), inset 0 -2px 0 rgb(0 0 0 / 5%);
    border-radius: 0.5rem;
    display: block;
    color: white;
    letter-spacing: 0.1rem;
    padding: 10px 8px;
    text-align: center;
}
.affiliateKindle {
    background-color: #0074c1;
	border: 1px solid #949495;
    box-shadow: inset 0 2px 0 rgb(255 255 255 / 20%), inset 0 -2px 0 rgb(0 0 0 / 5%);
    border-radius: 0.5rem;
    display: block;
    color: white;
    letter-spacing: 0.1rem;
    padding: 10px 8px;
    text-align: center;
}
.affiliateKobo {
    background-color: #990000;
	border: 1px solid #949495;
    box-shadow: inset 0 2px 0 rgb(255 255 255 / 20%), inset 0 -2px 0 rgb(0 0 0 / 5%);
    border-radius: 0.5rem;
    display: block;
    color: white;
    letter-spacing: 0.1rem;
    padding: 10px 8px;
    text-align: center;
}