/*
  Skin Name: simpledrops
  Description: drops2021
  Skin URI: https://wp-cocoon.com/
  Author: drops
  Author URI: https://nelog.jp/
  Screenshot URI: https://im-cocoon.net/wp-content/uploads/skin-template.png
  Version: 1.0.2
  Priority: 9900000
*/
/*以下にスタイルシートを記入してください*/

/*------------------------------------
  　　　　SNSシェアボタン
--------------------------------------*/
.button-caption { display: none; }
.sns-share-buttons a {
 font-size: 14px; /*ロゴサイズ*/ 
 border-radius: 3px; /*角の丸み*/
 height: 25px; /*ボタンの高さ*/
 box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.18); /*影*/
}

/************************************
**　ヘッダーメニュー
************************************/

.navi-in>ul li {/*ヘッダーメニューの高さ*/
line-height: 40px;
height: 40px;
}
.navi-in a{/*ヘッダーメニューのフォントサイズ*/
font-size:12px;
letter-spacing:3px;
}
#navi .navi-in a:hover {
transform: none!important;
}
.navi-in > ul .sub-menu a {
padding: 0;
}
.sub-menu{/*サブメニュー*/
box-shadow: 0px 2px 5px 0 rgba(0,0,0,.26);
}
.sub-menu .caption-wrap {/*サブメニューを仕切る点線*/
color:#333;
border-top: dotted #dddddd;
background:#fff;
padding:0 0 0 2em;
margin:0;
}
.navi-in > ul .sub-menu a:hover {
transform: none!important;
}
div#header-container {/*ヘッダー下の影非表示*/
box-shadow: none;
}
div.item-label{
font-weight:default;
}

/************************************
**　サイドバー
************************************/

/*ウィジェットタイトル*/
#sidebar .widget-sidebar-title {
background: #666666; /*背景色*/
color: #ffffff; /*文字色*/
font-size:12px;
font-weight:normal;
letter-spacing:3px;
line-height:8px;
}



/************************************
**　固定ページのもろもろを非表示
************************************/
/*全てをまとめて非表示*/
.home.page .entry-title,
.home.page .sns-share,
.home.page .sns-follow,
.home.page .date-tags,
.home.page .author-info{
  display: none;
}

/************************************
**タイトル
************************************/

/*記事タイトル*/

h1.entry-title{
font-size: 20px;
letter-spacing:3px;
border-top: dotted 1px #000000;
border-bottom: dotted 1px #000000;
padding:10px;
}

/*カテゴリタイトル*/
.archive-title :before {
  display: none;
}
.archive-title {
font-size: 20px;
letter-spacing:3px;
border-top: dotted 1px #000000;
border-bottom: dotted 1px #000000;
padding:10px;
}

/*エントリーカードタイトル*/

h2.entry-card-title{
font-size:16px;
border-bottom: dotted 1px #000000;
}

h2.archive-title{
font-size:16px;
border-bottom: dotted 1px #000000;
}

.new-entry-card-title{
font-size:14px;
}

.navi-entry-card-title{
font-size:14px;
}

/*記事内見出し*/

/* H1 */
.entry-content h1{
font-size:20px; /* 文字サイズ */
font-weight:normal;
letter-spacing:3px;
border-top: dotted 1px #000000;
border-bottom: dotted 1px #000000;
padding:5px;
}

/* H2 */
.entry-content h2{
font-size:18px; /* 文字サイズ */
font-weight:normal;
letter-spacing:3px;
background: #fff;
border: dotted 1px #000000;
padding:5px;
}

/* H3 */
.entry-content h3{
font-size:18px; /* 文字サイズ */
background: #666666;
font-weight:normal;
letter-spacing:3px;
color: #fff;
border: none;
padding:5px;
}

/* H4 */
.entry-content h4{
color: #000; /* 文字色 */
font-weight:normal;
font-size:16px; /* 文字サイズ */
padding: 5px;
letter-spacing:3px;
border-top: none;
border-bottom: dotted 1px #000000;
}

/* H5 */
.entry-content h5{
color: #ffffff; /* 文字色 */
font-weight:normal;
font-size:16px; /* 文字サイズ */
background: #95c595;
border: none;
padding: 5px;
letter-spacing:3px;
}

/* H6 */
.entry-content h6{
color: #000; /* 文字色 */
font-size:14px; /* 文字サイズ */
border-left:solid 26px;
border-left-color:#95c595;
border-bottom: none;
padding: 5px;
letter-spacing:3px;
}


/*---------------------------------
カテゴリの行間とフォントを小さくする
--------------------------------*/
.widget_categories ul li a{
	line-height: 0.8;
	font-size: 12px;
}

.widget_meta ul li a{
	line-height: 0.8;
	font-size: 12px;
}

/************************************
**　ページ送り
************************************/

.pagination-next {
 display: none;
}

.page-numbers{
	color: #000000;
 border-radius: 50%; /* 角を丸く */
 border-color: transparent;/* ページネーションの枠線を消す */
}
/* 色を変更 */
.pagination .current{
 background: #95c595;/* 背景色 */
 color: #fff; /* 文字の色 */
}
.pagination a:hover{
 background: #909090;/* 背景色 */
 color: #fff; /* 文字の色 */
}
.page-numbers.dots{
 background-color: #fff;}