@charset "UTF-8";




/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く


/*サイドバー人気記事文字の大きさと順位の色
.widget_popular_ranking .popular-entrys-large-on .wpp-list li a.wpp-post-title {
    color: #fff;
    opacity: 1;
    display: block;
    font-size: 80%;
}
.widget_popular_ranking ul li::before {
    background: none repeat scroll 0 0 #777777 !important;
    color: #000 !important;
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    font-size: 85% !important;
    left: 3px !important;
    top: 3px !important;
    line-height: 1;
    padding: 6px 10px !important;
    position: absolute;
    z-index: 1;
    opacity: 0.9;
    border-radius: 2px;
    font-family: Arial;
    font-weight: bold;
}






/*サイドバー新着記事文字の大きさと順位の色
.widget_new_entries ul li, .widget_new_popular ul li, .widget_popular_ranking ul li {
    clear: left;
    float: none;
    margin-bottom: 10px;
    overflow: auto;
    border-bottom: 1px solid #ccc;
}
.widget_new_entries ul li img, .widget_new_popular ul li img, .widget_popular_ranking ul li img {
    border: medium none;
    display: inline;
    float: left;
    margin-top: 3px;
    margin-right: 8px;
    width: 75px;
    height: 75px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 5px #ccc;
}
.widget_new_entries a, .widget_new_popular a, .widget_popular_ranking a, .wpp-list a, .article-list .entry-title a {
    text-decoration: none;
    font-size: 90%;
}



/* H1タグ装飾 */
.article h1 {
  position: relative;
  padding: 1em 0;
}
.article h1::before,
.article h1::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
.article h1::before {
  top: 0;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.article h1::after {
  bottom: 0;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
}

/* H2タグ装飾 */
.article h2 {
  border-left :none;
   }
.article h2 {
  position: relative;
  padding: 1em 4em 1em 1em;
  -webkit-background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #eeeeee 0%);
  background: linear-gradient(-155deg, rgba(0, 0, 0, 0) 1.5em, #eeeeee 0%);
  border-radius: 6px;
}
.article h2::after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  width: 1.65507em;
  height: 3.5493em;
  background: -webkit-linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .2));
  background: linear-gradient(to left bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .2));
  border-bottom-left-radius: 6px;
  box-shadow: -.2em .2em .3em -.1em rgba(0, 0, 0, .15);
  -webkit-transform: translateY(-1.89424em) rotate(-40deg);
  transform: translateY(-1.89424em) rotate(-40deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}



/* H3タグ装飾 */
.article h3{
position: relative;
padding: 0.8em 2em;
border-top: solid 2px black;
border-bottom: solid 2px black;
}
.article h3:before, 
.article h3:after{
content: '';
position: absolute;
top: -7px;
width: 2px;
  height: -webkit-calc(100% + 14px);
height: calc(100% + 14px);
background-color: black;
}
.article h3:before {left: 7px;}
.article h3:after {right: 7px;}


/* H4タグ装飾 */
.article h4 {
  position: relative;
  padding-bottom: .5em;
}
.article h4::before,
.article h4::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  height: 4px;
}
.article h4::before {
  z-index: 2;
  width: 15%;
  background-color: #444;
}
.article h4::after {
  width: 100%;
  background: -webkit-repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
  background: repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px);
}


