@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
nav#navi, .menu-header .sub-menu{
	font-weight: bold;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*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){
  /*必要ならばここにコードを書く*/
}
/************************
/ エントリーカード
/************************/
.entry-card-wrap:hover { /*マウスオン時*/
background-color: #eafff4; /*背景色*/
-webkit-transform: translateY(-3px);
-ms-transform: translateY(-3px);
transform: translateY(-3px);
box-shadow: 0 0 5px #3d5069; /*影の色*/
}
.widget-entry-card:hover { /*マウスオン時*/
background-color: #eafff4; /*背景色*/
}
/************************
/　おすすめカード
/************************/
#recommended .navi-entry-card-title {
color: #fff; /*文字色*/
font-size: 20px; /*文字サイズ*/
font-weight:bold; /*太字*/
letter-spacing:0.5px; /*余白*/
text-decoration: none;
line-height: 1.4;
text-shadow: 0 0 7px rgba(0,0,0.3); /*文字の影*/
}
/*
#recommended .navi-entry-card-thumb img{
width:170px;
height:120px;
}
*/
