@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

/* タイトルfont */
#site-title a{
  font-family: 'Times New Roman', cursive;
  font-size: 70px;
/*  letter-spacing: 0em;*/
  font-weight:bold;
  color: #000;
/*  opacity: 0.85;*/
  display: block;
}

#site-title {
  margin-top: 100px;
  margin-bottom: 30px;
}

#site-description {
  font-family: 'メイリオ', sans-serif;
  font-weight: normal;
  letter-spacing: 0em;
/*  font-family: "quicksand";*/
  padding-top: 10px;
  margin-top: 10px;
  font-size: 1.5em;
  color: #000;
}