@charset "UTF-8";

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

/* Simplicity子テーマ用のスタイルを書く */
/* 記事と記事の間に線を引く */
#main .entry {
    border-bottom: 1px dotted #333333;
    padding-bottom: 15px;
}
/* 関連記事と関連記事の間に線を引く */
#main .related-entry {
    border-bottom: 1px dotted #333333;
    padding-bottom: 15px;
}
/* 「記事を読む」ボタンの装飾 */
.entry-read a{
 color:#fff;
 font-size:14px;
 background-color:#20b2aa;
 border:1px solid #20b2aa;
 border-radius:2px;
 padding:3px 10px 3px 5px;
 text-decoration:none;
 }
 
.entry-read a:hover{
 color:#fff;
 background-color:#9fd2c3;
 border:1px solid #9fd2c3;
}
/* 「記事を読む」ボタンを右へ移動 */
.entry-read {
  text-align: right;
  margin-right: 10px;
}
/* 関連記事の「記事を読む」ボタンを右へ移動 */
.related-entry-read {
  text-align: right;
  margin-right: 10px;
}
/* 見出しタグの変更（h1） */
.article h1 {
	border-bottom:5px solid #57B196;
	padding:10px 0;
}
/* 見出しタグの変更（h2） */
.article h2 {
    background-color: #57B196;
    border-left: 0 none;
    color: #fff;
    padding: 15px 30px;
}
/* 見出しタグの変更（h3） */
.article h3 {
  font-size:23px;
  border-bottom:3px solid #57B196;
  padding:10px 0;
}
/*---------------------------------
ポインタを乗せた時の下のラインと文字色を変更
--------------------------------*/
#navi ul li a:hover{
 color: #ffffff !important;
}
#navi ul li a:before{
  background:#000000 !important;
}
/*---------------------------------
固定ページの日付を非表示にする
--------------------------------*/
#post-213 .post-meta,#post-213 .post-meta,#post-213 .post-meta{ 
 display: none; 
} /* ●●には記事IDを入れます */

/*---------------------------------
フッターポインタを乗せた時の下のラインと文字色を変更
--------------------------------*/
#footer a {
	color: black !important;
}

/*---------------------------------
固定ページの日付を非表示にする
--------------------------------*/
#post-376 .post-meta,#post-376 .post-meta,#post-376 .post-meta{
 display: none; 
}/* ●●には記事IDを入れます */


/*---------------------------------
画像を正しく表示する
--------------------------------*/
#the-content table img {
  width: 100%;
  height: auto;
}