@charset "utf-8";

/* 基本：レイアウトスタイル
 * **************************************************
 *
 * body
 * container
 * header
 * globalNavi
 * content
 * footer
 *
 * **************************************************
 */

/* ======================================
	body [ ボディ ]
====================================== */
/* Font：基本サイズ（16 * 0.875 = 14px） */
html {
	width: 100%!important;
}
body {
	color: #000;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.875em;
	line-height: 1.8;
	width: 100%!important;
	min-width: 100%;
  letter-spacing: 0.05em;
}
section {
}

 /* リンク */
a {
	color: #00A99D;
	text-decoration: underline;
	word-break: break-all;
	}
a:hover {
	text-decoration: none;
	}

 /* フォント */
.kokoro {	font-family: 'kokoro', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.sacra {	font-family: 'Sacramento', cursive;}
.abril {	font-family: 'Abril Fatface', cursive;}
.noto {	font-family: 'Noto Serif JP', serif;}

p,
dd {
	text-align: justify;
	text-justify: inter-ideograph;
}

/* Clearfix */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {    clear:both;}
.cf {    zoom:1;}

/* PC/SP */
.d_pc {    display: none!important;}

/* ======================================
	content [ コンテンツ ]
====================================== */
#content {
	margin: 0 auto;
	width: 100%;
}
/* ======================================
	footer [ フッタ ]
====================================== */