@charset "utf-8";

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

/* ======================================
	body [ ボディ ]
====================================== */
html {
	width: 100%;
}
/* Font：基本サイズ（16 * 0.875 = 14px） */
body {
	color: #3e3a39;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 23px;
	line-height: 1.8;
	min-width: 1024px;
	width: 100%;
}
.wrapper {
    overflow: hidden;
}
 /* リンク */
a {
	color: #3e3a39;
	word-break: break-all;
  text-decoration: underline;
	}
a:hover {
	text-decoration: none;
	cursor: pointer;
	}

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

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/* font */
.gothic {	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
.mplus {  font-family: 'M PLUS Rounded 1c', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";}
.stech {  font-family: 'Share Tech', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";}

/* ======================================
	header [ ヘッダ ]
====================================== */
header {
	position: relative;
	width: 750px;
	margin: 0 auto;
	overflow: hidden;
}


/* ======================================
	global [ グローバル ]
====================================== */
header #globalNavi {
	}

/* ======================================
	content [ コンテンツ ]
====================================== */
#content {
	margin: 0 auto;
	width: 750px;
  background: url("../images/bg.jpg") repeat-y 0 0;
  background-size: 750px;
	}
section {
	width: 100%;
	padding: 0;
	position: relative;
	box-sizing: border-box;
}

/* ======================================
	footer [ フッタ ]
====================================== */
#footer {
	margin: 0 auto;
	width: 750px;
  background: url("../images/bg.jpg") repeat-y 0 0;
  background-size: 750px;
	box-sizing: border-box;
	padding: 95px 0 105px;
	position: relative;
	text-align: center;
}
#footer .sns {
  display: flex;
	justify-content: center;
}
#footer .sns li:first-child {
  width: 80px;
  margin-right: 90px;
}
#footer .sns li:last-child {
  width: 99px;
}
#footer .copyRight {
	margin: 70px auto 0;
	font-size: 18px;
  text-align: center;
}

/* ======================================
	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;
}
/*↑2017.02.14追加*/
@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;
}