@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 {
  color: #6649A8;   
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #8C77D9;
}

/* フッター住所の整形 */
#footer .footer-in .widget {
  text-align: center !important;
}
/* フッター上段（ウィジェット部分）の下の余白を詰める */
#footer .footer-in {
  padding-bottom: 0 !important;
}

/* コピーライト部分の上の余白を詰める */
#footer .footer-bottom {
  margin-top: 0 !important;
  padding-top: 0.1em !important;
}

/* 全体のフッター余白調整 */
#footer {
  padding-bottom: 0.1em !important;
}

/* * * * * * * * * * * *
 * 松田追加　ここまで  *
 * * * * * * * * * * * */


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

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

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