@charset "UTF-8";
@import url("../simplicity/style.css");

/*
	Theme Name: Simplicity child2
	Template: simplicity
*/

/* Simplicity子テーマ用のスタイルを書く */



body {
  font-family:
      YuGothic,'游ゴシック',
      'Hiragino Kaku Gothic ProN',
      Meiryo, '游ゴシック', sans-serif;
  font-size:1em;
  /*height:100vh;*/
}


/************************************
** index.phpのリスト
************************************/
.entry{
  clear:both;
  margin-bottom:30px;
  margin-right:10px;
  border-bottom: 1px dashed #000000;
}

/* Simplicityアーカイブタイトルフォント調整 */
.entry h2 a {
    font-size: 20px;
}


/* Simplicity記事タイトルフォント調整 */
.article h1{
  font-size: 24px;
}

/* Simplicityサイトタイトルフォント調整（大きさ30⇒24） */
#site-title a{
  display:block;
  text-decoration:none;
  color:#222;
  font-size:24px;
  line-height:100%;
  font-weight:normal;
}


/* Simplicityバナー広告中心へ */
.center{
 text-align: center;
}


/* サムネイル画像にエフェクト */
.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);
}

/* 見出しを変更 */

.article h1 {
 font-weight: 800;
 font-size: 1.8rem;
 line-height: 1.3;
}

.article h2 {
 font-size: 22px;
 line-height: 28px;
 padding: 15px 10px 12px 20px;
 background: #00075e;
 color: #FFF;
 margin: 25px 0;
 font-weight: 550;
 position: relative;
 border:none;
}
.article h2:before{
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 border-width: 0px 0px 16px 16px;
 border-style: solid;
 border-color: #FFF #E6E5DF #E6E5DF #FFF;
 background: #7BC8BC;
 display: block;
 width: 0;
}

.entry h2 a{
 font-weight: 700;
 font-size: 1.2rem;
 line-height: 1.4;
}

.article h3{
 font-size: 1.3rem;
 font-weight: 600;
 line-height: 1.3;
 padding: 5px 15px;
 border-left: 6px solid #00075e;
 border-bottom: none !important;
 color: #000;
 margin:35px 0px 30px;
}

.article h4{
 font-size: 1.1rem;
 font-weight: 600;
 line-height: 1.3;
 padding: 5px 15px;
 border-bottom: none !important;
 border-left: 2px solid #00075e;
 color: #000;
 margin:35px 5px 20px;
}

/* Simplicity子テーマ用のh4見出し サイドバー見出し*/
#sidebar h4 {
  font-size:20px;
  border-bottom:5px solid #00075e;
  padding:10px 0;
}

/* フォントを灰色にする */
/* body{　　　　*/
/* 　color:#555555 !important;　*/
/* }　　　*/

