@charset "UTF-8";
/*
Theme Name: nikken-ee
Author: DreamNet team
Author URI: https://dream-net.org/
Description: 日研電工株式会社用テンプレート
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nikken-ee
*/

.no-post{ padding: 100px 0; text-align: center; font-size: 18px; color: #777;}
@media screen and (max-width: 480px){
  .no-post{ font-size: 5vw;}
}
.no-post .blc_ttl{ font-weight: bold; margin-bottom: 1em; font-size: 150%;}

.post-edit{ margin-top: 15px;}
.post-edit a{ color: #059A75 !important; text-decoration: underline !important; font-size: 14px;}

/* テーマで必須のクラス */
.sticky { display: block; }
.gallery-caption { font-size: 87.5%; }
.bypostauthor { color: #999; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }


/* ========================================================
　以下、ブロックエディターの設定
========================================================= */

/* 背景色 */
.has-black-background-color {
  background-color: #000000;
}
.has-light-gray-background-color {
  background-color: #f2f2f2;
}
.has-white-background-color {
  background-color: #FFFFFF;
}
.has-red-background-color {
  background-color: #CF2E2E;
}
.has-orange-background-color {
  background-color: #FF6900;
}
.has-yellow-background-color {
  background-color: #FCFF00;
}
.has-dark-blue-background-color {
  background-color: #003E73;
}
.has-light-blue-background-color {
  background-color: #0693E3;
}
.has-green-background-color {
  background-color: #2FB621;
}
.has-yellow-green-background-color {
  background-color: #85A750;
}
.has-beige-background-color {
  background-color: #f5f3eb;
}
.has-purple-background-color {
  background-color: #9B51E0;
}

/* 文字色 */
/*.has-black-color {
  color: #000000;
}
.has-light-gray-color {
  color: #f2f2f2;
}
.has-white-color {
  color: #FFFFFF;
}
.has-red-color {
  color: #CF2E2E;
}
.has-orange-color {
  color: #FF6900;
}
.has-yellow-color {
  color: #FCFF00;
}
.has-dark-blue-color {
  color: #003E73;
}
.has-light-blue-color {
  color: #0693E3;
}
.has-green-color {
  color: #2FB621;
}
.has-yellow-green-color {
  color: #85A750;
}
.has-beige-color {
  color: #f5f3eb;
}
.has-purple-color {
  color: #9B51E0;
}
*/
/* フォントサイズ */
.has-small-font-size {
  font-size: 12px!important;
}
.has-regular-font-size {
  font-size: 16px!important;
}
.has-large-font-size {
  font-size: 22px!important;
}
.has-huge-font-size {
  font-size: 36px!important;
}
