@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

body{
font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* マウスで薄くする */

a:hover img{
opacity:0.8;
filter:alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
}



/* グローバルナビセンタリング */
@media screen and (min-width: 1024px) {
  #navi-in{
    display: flex;
    justify-content: center;
  }
}

/* ヘッダー概要センタリング */
#header .alignleft {
    text-align: center;
    max-width: none;
    width: calc(100% - 60px);
}

#h-top #site-title a{
  margin-right: 0 !important;
}

#site-description{
  margin-right: 0;
}


/*---------------------------------
サイドバーのフォントサイズを変える
--------------------------------*/
#sidebar {
	font-size: 20px;
}

#sidebar h3 {
  color: yellow;  /*文字色*/
  background: #610B0B;  /*背景色*/
  font-size: 20px;
	

  padding: 1rem 3rem;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#591014), to(red));
  background-image: -webkit-linear-gradient(left, #591014 0%, red 100%);
  background-image: linear-gradient(to right, #591014 0%, red 100%);
}


/*---------------------------------
見出しいじくり
--------------------------------*/
.article h1 { 
  color: #ffffff;
	font-size: 14px;
}

.article h2 { 
  color: #ffffff;
}

.article h3 { 
  color: #ffffff;  
}

.article h4 { 
  color: #ffffff;  
}

.article h5 { 
  color: #ffffff;  
}


br{
　display: block !important;
}