@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

.article h1 {
 color: #5c6b80;
 font-weight: 800;
 font-size: 1.5rem;
 line-height: 1.3;
}
 
.article h2 {
 font-size: 22px;
 line-height: 28px;
 padding: 15px 10px 12px 17px;
 background: #2c7cff;
 color: #FFF;
 margin: 25px 0;
 font-weight: 550;
 position: relative;
 border:none;
}
 
.article h3,
#comment-area h3,
#related-entries h3{
 font-size: 1.3rem;
 font-weight: 600;
 padding: 5px 17px;
 border-bottom:5px solid #2c7cff;
}
 
.article h4 {
 font-size: 1.2rem;
 font-weight: 600;
 border-left: 6px solid #2c7cff;
 border-bottom: 0px;
 padding: 5px 0 5px 12px;
}
