@charset "UTF-8";

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

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

/* --------------------------------------------------------------
FONT FAMILIES
-------------------------------------------------------------- */
@font-face{
    font-family: 'yasaGoBold';
    src: url('../fonts/yasaGothic_bold.ttf')format('truetype');
   font-weight: bold;
   font-style: normal;
}
.yasaGoBoldClass{
  font-family: 'yasaGoBold';
  }
@font-face{
    font-family: 'yasaGo';
    src: url('../fonts/yasaGothic.ttf')format('truetype');
   font-weight: normal;
   font-style: normal;
}
.yasaGoClass{
  font-family: 'yasaGo';
  }

h1,h2,h3,h4{
  font-family: 'yasaGoBold';
  }

h2.entry-subtitle{
}

h3.entry-subtitle{
  margin-left: 0.5em;
}
