@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */


<link rel="shortcut icon" href="https://news.kcsf.co.jp/wp-content/themes/simplicity2-child/images/favicon.ico">

/*フッターの背景色*/

#footer {
  background-color: #eee;
  color: #000;
}


/*サイト・キャッチフレーズ*/
#site-description{
   display:none;
}

/*パンくずリストを消す */
.single-post #breadcrumb {
    display:none;
}


/*---------------------------------*/
/*記事タイトルを小さく           */
/*--------------------------------*/
.article h1 {
/*  margin: -2px 0px -14px 0px ;*/
  padding: 10px 10px 10px 10px ;
  color: #ffffff;
  font-size:15px;
  background: #2098a8;
  line-height:1.5em;
}

.article h2 {
  font-size:15px;
  background: #2098a8;
  color: #fff;
/*  padding: 10px 0px 12px 14px ; */
  border-left: none;
  box-shadow: 0 2px 5px #999;
}

.article h3 {
  font-size:10px;
  border-bottom: none;
  border-left: 7px solid #bc0019;
  padding: 8px 0px 8px 12px;
  box-shadow: 0 2px 5px #999;
}
 
.article h4 {
  font-size:10px;
  border-bottom: 2px dotted #bc0019;
  padding: 4px 0px;
}




/* 検索窓のずれを修正 */
#gsc-iw-id1 input[type="text"] {
    border: none;
    box-shadow: none;
/*    line-height: normal;   */
    line-height: 1;
}

/************************************/
/** googleカスタム検索用  */
/************************************/
#___gcse_0,
#___gcse_1{
    margin-bottom: 50px;
}
.gsc-input-box {
    border: none!important;
}
td#gs_tti50,
div#___gcse_1{
    border: 5px solid #eee;
    padding: 20px 10px;
    border-radius: 30px;
}
.cse .gsc-search-button-v2,
.gsc-search-button-v2{
    padding: 18px 21px!important;
    border: none!important;
    border-radius: 0!important;
    -moz-border-radius:  0!important;
    -webkit-border-radius: 0!important;
    border-color: none!important;
    background-color: none!important;
    background-image: none!important;
    background: none!important;
    position: absolute;
    right: 55px;
    bottom: 3px
}
.under_3col_side .gsc-search-button-v2{
    right: 18px;
}
#___gcse_1 .gsc-search-button-v2{
    bottom: -17px;
}
.gsc-search-button-v2 svg {
    fill: #aaa!important;
    width: 25px;
    height: 25px;
}
td.gsc-search-button{
    position: relative;
    width: 0;
}
.slabel {
    padding-left: 20px;
    margin-bottom: 10px;
}
.gsc-search-box-tools .gsc-search-box .gsc-input{
    padding-right: 0;
}

/* --------------------------------------------------------------------------- */
/* energy_t */
/* 2021.09.27 古川追記      */
/* --------------------------------------------------------------------------- */
#energy_t {
    width: 90%;
    border-collapse: collapse;
    border: solid 2px #445588;/*表全体を線で囲う*/
    text-align: center;
	font-size: 14px;
}
#energy_t th{
    padding: 10px;/*上下左右10pxずつ*/
    text-align: center;
    color: #FFFFFF;/*文字色*/
    background: #445588;/*背景色*/
    border: dashed 1px #FFFFFF;
    /*破線 1px*/
}
#energy_t td{
    padding: 5px 10px 5px 10px;
    text-align: left;
    border: dashed 1px #5588aa;
    /*破線 1px */
}
#energy_t td:nth-child(4) {
    text-align: center;
}
/* --------------------------------------------------------------------------- */
/* 2021.09.27 古川追記 終了  */
/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
/* energy2_t */
/* 2021.09.28 古川追記 */
/* --------------------------------------------------------------------------- */
#energy2_t {
    width: 90%;
    border-collapse: collapse;
    border: solid 2px #445588;/*表全体を線で囲う*/
    text-align: center;
	font-size: 14px;
}
#energy2_t td{
    padding: 5px 10px 5px 10px;
    text-align: left;
    border: dashed 1px #5588aa;
    /*破線 1px */
}
#energy2_t td:nth-of-type(1) {
    padding: 10px;/*上下左右10pxずつ*/
    text-align: left;
    color: #FFFFFF;/*文字色*/
    background: #445588;/*背景色*/
    border: dashed 1px #FFFFFF;
    text-align: center;
}
#energy2_t ul{
     margin: 10px 5px 10px -15px;  
    list-style-type: square;
}
#energy2_t ul li{
    margin: 5px 0px 5px 0px;
/*    font-size: 15px; */
   /*   float: left;  */
/*    vertical-align: top; */
  /*  color : #ff3333; */ 
}
/* --------------------------------------------------------------------------- */
/* 2021.09.28 古川追記 終了  */
/* --------------------------------------------------------------------------- */
/************************************/
/** アンカー  */
/************************************/
a {
  color: #2098A8;
  word-wrap: break-word;
  text-decoration:none;
}

a:hover {
  color: #C03;
	  text-decoration:none;

}

.widget_new_entries a,
.widget_new_popular a,
.widget_popular_ranking a,
.wpp-list a,
.entry-read a,
.related-entry-read a,
.article-list .entry-title a{
  color:#111;
}

.widget_new_entries a,
.widget_new_popular a,
.widget_popular_ranking a,
.wpp-list a,
.article-list .entry-title a{
  text-decoration:none;
}

.widget_new_entries a:hover,
.widget_new_popular a:hover,
.widget_popular_ranking a:hover,
.wpp-list a:hover,
.entry-read a:hover,
.entry .post-meta a:hover,
.related-entry-read a:hover,
.entry a:hover,
.related-entry-title a:hover,
.navigation a:hover,
#footer a:hover,
.article-list .entry-title a:hover,
.blog-card-title a:hover{
  color:#c03;
}

#footer .credit a:hover{
  color: inherit;

}

.widget_new_entries a:hover,
.widget_new_popular a:hover,
.widget_popular_ranking a:hover,
.wpp-list a:hover:hover{
  text-decoration:underline;
}


/*---------------------------------*/
/*トップページの日付・更新日を非表示にする  */
/*--------------------------------*/
#post-1 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-111 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-2791 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-3817 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-3950 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-4007 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-4825 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-4947 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-4982 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-4983 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-6269 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-6271 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-6213 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-6257 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-6251 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-6260 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-6345 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-7054 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-7068 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-7102 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-7153 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-7186 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-7212 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-7229 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-7251 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-7265 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-7276 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-7289 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-7318 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-7337 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-7142 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる */
#post-11920 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる、日付を消去*/
#post-25499 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れる、日付を消去*/

/* --------------------------------------------------------------------------- */
/* ニュースの注目点、トップページ　　　　　　　　　　　　　　　　　　　　　　　*/
/* 2021.11.22 古川追記                                                         */
/* --------------------------------------------------------------------------- */
div#two-pic {
  /* margin: auto; */
 /*  text-align: left;  */
  text-align: center;
   width: 100%;
}
div#left-pic {
   display: inline-block;
  text-align: center;
   padding: 0px;
}
div#right-pic {
   display: inline-block;
  text-align: center;  
   padding: 0px;
}


/* --------------------------------------------------------------------------- */
/* パンくずリスト                　　　　　　　　　　　　　　　　　　　　　　　*/
/* 2021.12.30 古川追記                                                         */
/* --------------------------------------------------------------------------- */

.bread_crumb {
    margin: 0 0 0 -30px;
/*    border-bottom:1px solid #eee; */
    padding:0px 0 10px 0;
    clear: both;
    height: 20px;
  /*  background: #f8f8f8; */
}
.bread_crumb li {
    font-size:12px;
    color:rgb(180,180,180);
    float:left;
    /*margin-right:1em;*/
    list-style: none outside none;
}
.bread_crumb li:after {
    content : '>';
    padding-left:10px;
    margin-right:10px;
}
.bread_crumb li:last-child:after {
    content : '';
}
.bread_crumb li a {
    color:rgb(120,120,120);
}
.bread_crumb li.current {
}
