/* Enter Your Custom CSS Here */
.single .post-content h2 {
font-size: 26px;
font-weight: bold;
background-color: #F8F6F2;
padding: 20px;
margin-bottom: 32px;
border-top: solid 1px #F4F3F0;
border-left: solid 6px #1cbec7;
border-right: solid 1px #F4F3F0;
border-bottom: solid 1px #F4F3F0;
}

.single .post-content h3 {
font-size: 22px;
font-weight: bold;
padding: 0 0 18px;
margin-bottom: 32px;
border-left: none;
border-bottom: solid 2px #1cbec7;
}

.single .post-content h4 {
font-size: 18px;
font-weight: bold;
padding-left: 14px;
border-left: solid 4px #1cbec7;
}



.side-widget .side-title {
  margin: 0 0 32px;
  font-size: 15px;
  color: #ffffff;/*変更部分：文字色のカラーコード*/
  background-color: #1CBEC7;/*変更部分：メニューの背景カラーコード*/
  border-radius: 3px;
  padding: 2px 10px;
  margin: 0
}


.footer-02 .footer-copy {
	text-align: center;
}