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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*スポンサーリンクのカスタマイズ*/
.ad-label {
    color: #bdc3c7;
    font-size: 10px;
}
.adarticle {
    text-align: center;
    font-size: 10px;
    color: #bdc3c7;
}

/*LINE風プロフィール*/
.sidebar-profile {
width: 90%;
font-size: .8em;
background-image: url("");
background-repeat: no-repeat;
background-size: 100% auto;
padding: 10% .5em 2em .5em;
margin: 1em 1em 1em 1em;
box-shadow: 0 2px 5px rgba(0,0,0,.13);
}
/* LINE風プロフフォローボタン*/
.flw_btn7 {
display: inline-block;
text-decoration: none;
color: #fff !important;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 23px !important;
margin:2px;
padding: 0px 0px 0px 3px;
border-radius: 12px;
text-align: center;
vertical-align: middle;
overflow: hidden;
font-weight: bold;
transition: .4s;
}
.flw_btn7:hover {
color: #fff !important;
opacity: 0.5;
}

/*SNSフォローボタンリンク矢印アイコン非表示*/
.flw_btn7 .anchor-icon{
	    display: none !important;
}

/* LINE風プロフフォローボタンの色*/
.flw_btn7.tw { background: #1da1f2 !important; }
.flw_btn7.fdly { background: #2bb24c !important; }
.flw_btn7.amzn { background: #f90 !important; }
.flw_btn7.iherb { background: #458500 !important; }
.flw_btn7.ra { background: #bf0000 !important; }
.flw_btn7.note { background: #2cb696 !important; }
.flw_btn7.booklog { background: #4ea6cc !important; }


/*「詳しいプロフィールを見る」まわり*/
.profile-center.more:before{
font-family:"FontAwesome";
content:"\f138";
color: #c4e4f5;
padding-right: 1em;
}


/*LINE風プロフ横幅が400px以上ある端末でのサイズ*/
@media only screen and (min-width: 400px){
.sidebar-profile {
width: 320px;
padding: 10% .5em 2em .5em;
}
}
.profile-center{
text-align: center;
	 padding-bottom:0.5em;
}

/*名前*/
.profile-name{
font-size: 1.2em;
font-weight: bold;
}
/*「詳しいプロフィールを見る」まわり*/
.profile-center.more:before{
font-family:"FontAwesome";
content:"\f138";
color: #c4e4f5;
padding-right: 1em;
}

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

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

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