@charset "UTF-8";

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

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

/* シンプリシティー2　H2表記 */
.article h2 {
position: relative;
padding: .7em .75em;
background-color: #5297e5;
color: #FFF;
border-radius: 6px;
border-bottom: 0px
}
.article h2::after {
position: absolute;
top: 100%;
left: 30px;
content: '';
width: 0;
height: 0;
border: 10px solid transparent;
border-top: 15px solid #5297e5;
border-bottom: 0px
}
/* シンプリシティー2　H3表記 */
.article h3,
#comment-area h3,
#related-entries h3{
font-size:23px;
border-bottom: 3px solid #5297e5;
}
/* シンプリシティー2　H4表記 */
.article h4 {
border-left: 15px solid #5297e5;
border-bottom: 0px;
padding: 5px 0 5px 10px;
margin-bottom: 30px;
}
/* サイドバー見出し */
#sidebar h3{
font-size:20px;
border-bottom: 3px solid #5297e5;

}

/* 記事日付部分の背景色 */
.post-meta{
  background-color:#BCE9F4;
}

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

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

/* スライドインメニュー*/
a#footer-button-home{
  display: block;
}

a#footer-button-prev,
a#footer-button-next{
  display: none;
}

.menu-caption-menu::before{
content: 'カテゴリ ' !important;
}

.menu-caption-sidebar::before{
content: 'プロフィール' !important;
}

/*フロント固定ページのタイトルと日付を消す*/
#post-804 .entry-title {
 display:none;
}
#post-804 .post-meta {
 display: none;
}

/* リストタグの編集 */
#npcatch li {
    overflow: hidden;
    clear: both;
    margin: 0px 0px 10px 0px;
    border-bottom: #000000 solid 1px;
    background: none;
    padding: 0 0 5px 0px;}

#npcatch li a {
       text-decoration:none;
       color:#111;
}

#npcatch li a:hover {
       text-decoration:underline;
       color:#c03;
}

#npcatch li img {
       float:left;
       margin-right: 5px;
}

#npcatch {
      padding: 0;
      font-size:14.4px;
}

/*******************************
* トップページメインウィジェット追加
********************************/
.top_main_widget {
  background-color:#ffff;
  padding:10px;
  margin-bottom:10px;
}

/* simplicity2 グローバルメニュー文字幅 */
#navi ul{
text-align: center; /*センタリング*/
}
#navi ul li{
width: 210px; /*ここはサイト毎に調整してください*/
}