@charset "UTF-8";

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

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


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*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){
  /*必要ならばここにコードを書く*/
}

.sidebar h3{/*サイドバー見出し*/
	
	color:#bdc55e;/*文字色*/
	background:#fff;/*背景色*/
	border-bottom:2px solid #bdc55e;/*下線*/
	padding:0;
	line-height:1;
}

/*600px以上*/
@media screen and (min-width: 600px){

/* エントリーカード */
.entry-card-thumb {
    width: 200px;
    height:112px;
    margin-top:0px;
}
.card-thumb img {
    width: 200px;
    height: 112px;
	
}
.a-wrap {
    text-decoration: none;
   
    color: #333;
    padding: 0px;
    margin-bottom: 11px;
}
.entry-card-title {
    font-size: 22px;
    margin-bottom: 5px;
    padding-right:5px;
	padding-top:15px;
    line-height: 1.2;
    font-weight: bold;
}
.entry-card-content {
    margin-left: 0px;
}
	
.e-card-info > span {
    margin-right: 10px;
    margin-bottom: 5px;
}
.entry-card{
    margin-bottom: 20px;
	
}
/* サイドバー新着記事 */	
.widget-entry-cards.not-default figure img {
    width: 100%;
    height: 180px;
}	

/* 一覧マウスオーバー時の文字と背景カラー */		
.entry-card-wrap:hover{
  background-color: #f7f7f7;
  color: #4e94f7;
	}
	
twitterwidget,
iframe[id^="twitter-widget-"] {
  border: solid 1px #0000FF !important;
  border-radius:5px !important;
  margin-bottom:39px !important;
}
/* 関連記事 */		
.related-entry-card-title {
    font-size: 22px;
    line-height: 1.2;
    
    font-weight: bold;
    padding-top: 10px;
}
	
.timeline-InformationCircle-widgetParent {
    
    display: none !important;
}
.timeline-Footer {

    display: none !important;
}
	
	
/*1024px以上のヘッダーの説明文*/
@media screen and (min-width: 1024px){
.tagline {
    text-align: center;
    font-size: 16px;
    position: relative;
    top: -15px;
}
}

}