<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

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

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

/* 記事幅を調整　*/
.article{
 width:100%;
 margin: 0 auto;
}

/*グローバルナビの修飾 */
#navi {
 border-top:2px solid #D4D4D4;
 border-bottom:2px solid #D4D4D4;
}

/*ホバー時の線と文字の色を変更*/
#navi ul li a:hover{
    color: #809fbf !important;
　　　　　　　　background-color:white;
}
#navi ul li a:before{
   background:#809fbf !important;
}
#navi ul,#navi{
 background-color:white;
}

/*h2タグの変更*/
.article h2 {
  background-color: #809fbf;/* 見出し背景色 */
  border-left: 0 none;
  color: #fff;/* 文字の色 */
  padding: 15px 30px;/* 文字の位置 */
    margin-bottom: 35px;/* 見出し下の空白*/
}
/*h3タグの変更*/
.article h3 {
    border-bottom: 10px solid #809fbf;
    padding: 10px 0 0 0;
    margin-bottom: 30px;
}
/*h4タグの変更*/
.article  h4{
  border-bottom:5px dashed #809fbf;
}

/* 記事間に線を引く */
#main .entry {
 border-bottom: 1px solid #F0F0F0;
 padding-bottom: 15px;
}

/* 関連記事間に線を引く */
#main .related-entry {
 border-bottom: 1px solid #F0F0F0;
 padding-bottom: 10px; 
}

/* 新着記事カスタマイズ */
.widget_new_entries ul li, .widget_new_popular ul li, .widget_popular_ranking ul li {
    clear: left;
    float: none;
    margin-bottom: 10px;
    overflow: auto;
    border-bottom: 1px solid #ccc;
}
.widget_new_entries ul li img, .widget_new_popular ul li img, .widget_popular_ranking ul li img {
    border: medium none;
    display: inline;
    float: left;
    margin-top: 3px;
    margin-right: 8px;
    width: 75px;
    height: 75px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 5px #ccc;
}
.widget_new_entries a, .widget_new_popular a, .widget_popular_ranking a, .wpp-list a, .article-list .entry-title a {
    text-decoration: none;
    font-size: 90%;
}
/* 人気記事カスタマイズ */
.widget_popular_ranking .popular-entrys-large-on .wpp-list li a.wpp-post-title {
    color: #fff;
    opacity: 1;
    display: block;
    font-size: 80%;
}
.widget_popular_ranking ul li::before {
    background: none repeat scroll 0 0 #F3FF2B !important;
    color: #000 !important;
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    font-size: 85% !important;
    left: 3px !important;
    top: 3px !important;
    line-height: 1;
    padding: 6px 10px !important;
    position: absolute;
    z-index: 1;
    opacity: 0.9;
    border-radius: 2px;
    font-family: Arial;
    font-weight: bold;
}

/* mainとsidebarの枠線を消す */
#main,#sidebar{
 border:none !important;
}



/* メタ情報の大きさを変更し、右側へ*/
.post-meta,.entry .post-meta a  {
    font-size: 12px;
    line-height: 160%;
}
 
.entry .post-meta {
    text-align: right !important;
}


/* リストのタイトルの大きさを変更 */
.entry h2 a{
 font-weight: 700;
 font-size: 1.4rem !important;
 line-height: 1.4;
}

/* リストタグの間を修正 */
.article li {
  margin: 0 0 7px;
  line-height: 1.7;
  position: relative;
  padding-left: 10px;
}

/* 記事を読むボタンの装飾 */
.entry-read a,.related-entry-read a{
 color:#D4D4D4;
 font-size:15px;
 font-weight:bold;
 padding:3px 8px 3px 8px;
 text-decoration:none;
 transition: .4s;
 }

/* 記事を読むボタンの装飾 */
.entry-read a,.related-entry-read a{
 color:#D4D4D4;
 font-size:15px;
 font-weight:bold;
 padding:3px 8px 3px 8px;
 text-decoration:none;
 transition: .4s;
 }


/* サイドバーの見出し背景を修正 */
#sidebar h3{
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 5px;
  background: #ececec;
  font-weight: bold;
  color: #4D4D4D;
}

/* サムネイル画像にエフェクト */
.entry-thumb,.wpp-thumbnail{
  overflow: hidden;
}
.entry-thumb img,.wpp-thumbnail img{
  transition: 0.6s ;
}
 
.entry-thumb img:hover,.wpp-thumbnail:hover {
   opacity: 0.6;
   -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}

/*ブログタイトルh1テキスト化*/
#site-title a {
    overflow: hidden;
    display: block;
    width: 1000px;
    height: 140px;
    background: url("https://www.next-system.com/blog/wp-content/uploads/2021/05/nextsystemnews3.png") no-repeat;
    background-size: contain;
    text-indent: -9999px;
}
@media screen and (max-width: 1110px){
#site-title a {
    width: 650px;
    height: 91px;
}
}
@media screen and (max-width: 740px){
#site-title a {
    width: 100%;
    height: 12vw;
}
}

/* 関連記事レスポンシブ調整 */
#main .related-entry-title a{
	font-size: 0.8em;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
#main .related-entry-thumbnail {
	width: calc(33.333% - 1.2%);
	height: auto;
	margin-right:1.8%;
}
#main .related-entry-thumbnail:nth-of-type(3n) {
	margin-right:0;
}
#main .related-entry-thumbnail img {
	width:100%;
	height:100%;
}
@media screen and (max-width: 740px){
#main .related-entry-thumbnail {
	width: calc(50% - 1%);
}
#main .related-entry-thumbnail:nth-of-type(3n) {
	margin-right: 2%;
}
#main .related-entry-thumbnail:nth-child(odd) {
	margin-right:0;
}
#sidebar-widget .textwidget p {
	text-align: center;
}
}
</pre></body></html>