@charset "utf-8";
/*
Theme Name:  阪和エンジニアリング
Description: 阪和エンジニアリングの公式サイトです
Version: 1.0
Author: 阪和エンジニアリング

Index:
  Custum Style Setting
  Basic Styling
  Layout
  Navigation and Sidebar Widget
  Form Elements

*/

.news_entry_body strong { font-weight: bold;}
.news_entry_body em { font-style: italic;}
.news_entry_body del { text-decoration:line-through;}
.news_entry_body ul { list-style: disc; margin:0 1rem 1.5rem; }
.news_entry_body ol { list-style: decimal; margin:0 1rem 1.5rem; }
.news_entry_body li { list-style:inherit; margin-bottom:0.3em; }
.news_entry_body blockquote { margin: 2rem; padding: 2rem; background: #f6f6f6;}
.news_entry_body cite,.news_entry_body figcaption { font-size: 1.4rem; color: #555555;}
.news_entry_body h1,.news_entry_body h2,.news_entry_body h3,.news_entry_body h4,.news_entry_body h5,.news_entry_body h6{ font-size:2.2rem; line-height:1.55; font-weight: bold; }
.news_entry_body .wp-block-separator { min-height: 1px; border-bottom: none;}
.news_entry_body .wp-block-code,.news_entry_body .wp-block-verse { padding: 2rem 2rem; background: #4B4B4C;}
.news_entry_body .wp-block-table th,.news_entry_body .wp-block-table td{ padding: 1rem 1.5rem; border: solid 1px #999;}
@media screen and (max-width: 500px) {
  .news_entry_body ul { list-style: disc; margin:0 2rem 3rem; }
  .news_entry_body ol { list-style: decimal; margin:0 2rem 3rem; }
  .news_entry_body blockquote { margin: 4rem; padding: 4rem;}
  .news_entry_body cite,.news_entry_body figcaption { font-size: 2.8rem;}
  .news_entry_body h1,.news_entry_body h2,.news_entry_body h3,.news_entry_body h4,.news_entry_body h5,.news_entry_body h6{ font-size:4.4rem;}
  .news_entry_body .wp-block-code,.news_entry_body .wp-block-verse { padding: 4rem 4rem;}
  .news_entry_body .wp-block-table th,.news_entry_body .wp-block-table td{ padding: 2rem 3rem;}
}