@charset "UTF-8";
/*
サイト 統一フォントサイズ　PC用
*/
/* 
    Created on : 2017/04/17, 13:55:54
    Author     : fukunaga
*/
/*　フォントスタイル　*/
html {
  font-size: 62.5%; /* 約10px */
  height: 100%;
}
body {
    font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, '游ゴシック体', 'Yu Gothic', YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 140%; /* 約14px */
    line-height: 1.65;
    color: #000;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
.x-small {
	font-size: 71.428571%; /* 約10px */
}
.small {
	font-size: 85.714285%; /* 約12px */
}
.large {
	font-size: 114.285714%; /* 約16px */
}
.x-large {
	font-size: 128.571428%; /* 約18px */
}
.xx-large {
	font-size: 150%; /* 約21px */
}
.xxx-large {
	font-size: 171.428571%; /* 約24px */
}
.xxxx-large {
	font-size: 185.714285%; /* 約26px */
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
    font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, '游ゴシック体', 'Yu Gothic', YuGothic, 'ＭＳ Ｐゴシック', sans-serif;
	letter-spacing: -0.03em;
}

/*デフォルトで、一部のブラウザは親から font-family や font-size を継承しない現象を回避*/
button, input, select, textarea {
    font-family : inherit;
    font-size   : 100%;
}

/*　フォントスタイル終わり　*/