@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */
#sidebar h3{
background-color: #499eda;
   color: #fff;
   padding: 10px;
   text-align: center;
   font-size: 16px;
   border-radius: 3px;
}
/*見出し（h1）
===================================*/
.article h1 {
   background-color: #499eda;
   color: #fff;
   padding: 15px 30px;
   font-size: 23px;
   letter-spacing: 0.05rem;
   border-left: none;
}
/*見出し（h2）
===================================*/
.article h2 {
   background-color: #499eda;
   color: #fff;
   padding: 15px 30px;
   font-size: 23px;
   letter-spacing: 0.05rem;
   border-left: none;
}

/*見出し（h3）
===================================*/
.article h3 {
 border-bottom: 5px solid #499eda;
 padding: 10px 0;
}
/* simplicity2 グローバルメニュー文字幅 */
#navi ul{
text-align: center; /*センタリング*/
}
#navi ul li{
width: 210px; /*ここはサイト毎に調整してください*/
}