@charset "utf-8";

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

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

 /* リンク */
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;
}
.bold{
	font-weight: normal;
}

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

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

/* ======================================
	content [ コンテンツ ]
====================================== */
#content {
	margin: 0 auto;
	width: 1200px;
}
section {
	width: 100%;
	padding: 0;
	position: relative;
	box-sizing: border-box;
}

/* ======================================
	footer [ フッタ ]
====================================== */

/* ======================================
	font
====================================== */
/*Safariでヒラギノ角ゴシックをきれいに表示させるCSS*/
@font-face {
font-family: sans-serif;
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: sans-serif;
src: local(HiraginoSans-W6);
font-weight: bold;
}
@font-face {
font-family: 'Hiragino Kaku Gothic Pro W3';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'Hiragino Kaku Gothic Pro W3';
src: local(HiraginoSans-W6);
font-weight: bold;
}
@font-face {
font-family: 'ヒラギノ角ゴ Pro W3';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'ヒラギノ角ゴ Pro W3';
src: local(HiraginoSans-W6);
font-weight: bold;
}
@font-face {
font-family: 'ヒラギノ角ゴ ProN W3';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'ヒラギノ角ゴ ProN W3';
src: local(HiraginoSans-W6);
font-weight: bold;
}
@font-face {
font-family: 'ＭＳ Ｐゴシック';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'ＭＳ Ｐゴシック';
src: local(HiraginoSans-W6);
font-weight: bold;
}
@font-face {
font-family: 'MS P Gothic';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'MS P Gothic';
src: local(HiraginoSans-W6);
font-weight: bold;
}
@font-face {
font-family: 'MS PGothic';
src: local(HiraginoSans-W3);
font-weight: normal;
}
@font-face {
font-family: 'MS PGothic';
src: local(HiraginoSans-W6);
font-weight: bold;
}