/*
Theme Name:PORIPU tears for SANGO
Template:sango-theme
Theme Name:sango-theme-poripu
Theme URI:https://oldno07.com/poripu/
Author: マサオカ
Author URI:https://oldno07.com/
Description: SANGOの子テーマです。SANGO親テーマをインストールした状態で、本子テーマを適用してください。使い方は<a href="https://oldno07.com/poripu/">デモサイト</a>を御覧ください。
Version:1.25
/*--------------------------------------
ここから下にCSSを追加してください
--------------------------------------*/





div#text-2{
    background: none;
}



.site_headdiscription{
	display:none!important;
}


/*--------------------------------------
  見出しh2
--------------------------------------*/
.entry-content h2{
  background: #354b9d; /*背景色*/
  padding: 0.5em;/*文字周りの余白*/
  color: white;/*文字を白に*/
  border-radius: 0.5em;/*角の丸み*/
}
/*--------------------------------------
  見出しh3
--------------------------------------*/
.entry-content h3 {
  position: relative;
  padding: 0.25em 0;
  border-left: none;
}
h3:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(53, 75, 157), transparent);
  background: linear-gradient(to right, rgb(53, 75, 157), transparent);
}




/* トップページの幅 */
@media only screen and (min-width: 1230px) {
  .wrap {
    width: 1180px;
  }
  .d-5of7 {
    width: 70%;/*メインコンテンツ幅*/
  }
  .d-2of7 {
    width: 30%;/*サイドバー幅*/
  }
}