@charset "UTF-8";

/*
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

/*見出し h2*/
.article h2 { 
  border-bottom: 2px solid #ff9966; /*下線*/
  border-left: 15px solid #ff9966; /*左線*/
  padding: 15px 15px; /* 文字の位置 */
  margin-bottom: 35px; /* 見出し下の空白*/
}

/*見出し h3*/
.article h3 {
    border-bottom: 10px solid #FFEBCD; /*下線*/
    padding: 10px 0 0 0; /* 文字の位置 */
    margin-bottom: 30px; /* 見出し下の空白*/
}

/*見出し h4*/
/*ワンポイントを付ける*/
.article h4 {
  border-bottom: none; /*下線*/
  position: relative;
  color: #111;
  font-size: 20px;
  line-height: 1;
  margin: 30px 0 0 5px;
  padding: 14px 5px 10px 20px;
}
.article h4:before {
  content: "";
  position: absolute;
  background: #FFEBCD;
  top: 0;
  left: 5px;
  height: 12px;
  width: 12px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.article h4:after {
  content: "";
  position: absolute;
  background:#ff9966;
  top: 15px;
  left: 0px;
  height: 8px;
  width: 8px;
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}


/* 記事一覧の記事間に線を引く */
#main .entry {
 border-bottom: 1px solid #F0F0F0;
 padding-bottom: 15px;
}



/* フォントを灰色にする */
body {
  color: #333333 !important;
}

/* 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-read a{
 color:#fff;
 font-size:14px;
/* background-color:#FF837B; */
/* border:1px solid #FF837B; */
 background-color:#ff9966;
 border:1px solid #ff9966;
 border-radius:2px;
 padding:3px 10px 3px 5px;
 text-decoration:none;
 }
.entry-read a:hover{
 color:#fff;
 background-color:#FFC3BF;
 border:1px solid #FFC3BF;
}
.entry-read {
  text-align: left;
  margin-right: 10px;
}

/* サイドバーの見出し背景色 フォント(できるだけいいフォント)　*/
#sidebar h3{
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 5px;
  background: #ff9966;　
  font-weight: bold;
  color: #ffffff;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

