@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){
  /*必要ならばここにコードを書く*/
}

  /*レスとレスの間隔狭める*/
p {
    margin: 0.5em 0;
}

.main{
	border-radius:0px;
}


/*サイドバー見出し*/
.sidebar h3{
	font-size:18px;
    color: #f3f3f3;
    border-top:1px solid gold;
	border-bottom:1px solid gold;
	padding:10px 0 10px 10px;
	line-height:1;
	background: url(http://gadgetino.net/wp-content/uploads/2019/01/sideback01.jpg) center no-repeat;
	margin: 0 0 16px 0;
}
/*サイドバー*/
.sidebar {
       
    padding: 0px;
    border-radius: 0px;
    background-color: #fff;
    border: #e0dede solid 1px !important;
}

.widget-entry-cards .a-wrap {
    padding: 0px 0px;
}
/* サイドバー新着記事 */	
.widget-entry-cards.not-default figure img {
    width: 100%;
    height: 200px;
}	
/*リンク用オリジナル*/
.sidelink{
	text-decoration: none;
	padding-left:10px;
}

.article h2 {
    font-size: 24px;
    padding: 15px;
    background-color: #f3f4f5;
    border-top: solid #4cbccf 2px;
    border-bottom: solid #4cbccf 2px;
}
/*リンク文字太さと間隔*/
.widget {
    margin-bottom: 10px;
    font-weight: bold;
}

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

/* サイド、リンクの間隔 */
.widget {
    margin-bottom: 20px;
}	
	
/* エントリーカード */
.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;
   
    border: solid 1px #a4c455;

}


/* 一覧マウスオーバー時の文字と背景カラー */		
.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;
}

/* rss */
.widget ul {
    padding: 3px;
    margin: 0;
    list-style: none;
    zindexborder: silver double 3px;
    font-size: 14px !important;
	font-weight:600;
	text-align:left;
}
.blogroll-channel a.blogroll-link {
    font-size: 16px;
	}
	
/*カテゴリー*/
select {
    padding: 5px;
    border: 2px solid #ccc;
    font-size: 18px;
    width: 100%;
    height: 45px;
}
/*検索*/
.search-edit, input[type="text"] {
    padding: 12px;
    border: 2px solid #ccc;
    font-size: 18px;
    width: 100%;
    height: 45px;
}
/*ページ送り*/
.pagination-next-link{
		display:none;
		
	}	
	
@media screen and (min-width: 1000px){
/* グローバルナビ */
nav#navi, .menu-header .sub-menu{
    font-weight: bold;
	height:37px;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,0.2);
	background: url(http://gadgetino.net/wp-content/uploads/2018/12/ga-navi01.jpg) center no-repeat;
}

.menu-header .sub-menu .item-label{
    font-size: 80%;
}
.menu-header .item-label{
    color: #fff !important;
}

.menu-header .current-menu-item>a .item-label,
.menu-header .current-post-item>a .item-label,
.menu-header .current-menu-ancestor>a .item-label,
.menu-header .current-post-ancestor>a .item-label,
.menu-header .item-label:hover{
    color: #DA4E24 !important;
    transition: all .2s ease;
}
.navi-in a:hover {
    color: #333;
    border: #6c6c6c solid 1px;
    height: 37px;
    background-color: #fff;
}
/* リンク */

}
}