@charset "UTF-8";

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

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

pre {
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
  word-break: break-all;
  line-height: 120%;
}

/*ヘッダーブログタイトル文字上からの余白*/
#site-title{

}

/*ヘッダー文字の大きさの変更*/
#site-title a{
font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
color:#fff;
font-size:32px;
font-weight:bold;
}

#site-description {
color:#eee;
}

/* 記事中の画像をセンタリング */
/*Amazonアフィリエイトが影響受けるのでコメントアウト
.entry-content p > img {
  display: block;
  margin:0 auto;
  text-align: center;
}
*/

/* Youtube動画をセンタリング */
/* Amazonアフィリエイトが影響を受けるのでコメントアウト
iframe {
    display: block;
    margin: 0px auto;
}
*/

/* シンタックスハイライト用 */
.hljs {
  padding: 0;
}

.article h2 {
    font-size: 22px;
    line-height: 28px;
    padding: 15px 10px 12px 20px;
    background: #48617b;
    color: #FFF;
    margin: 25px 0;
    font-weight: 550;
    position: relative;
    border: none;
}

.article h3 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.3;
    padding: 5px 15px;
    border-left: 6px solid #48617b;
    border-bottom: none;
    color: #000;
    margin: 35px 0px 30px;
}

.mybold {
  font-weight: bold;
}

.myboldred {
  font-weight: bold;
  color:#ff0000;
}

#cat {
  margin-top: -20px;
  width:100%;
  border: 1px solid #ccc;
  line-height: 1.42857;
  font-size: 16px;
}
