@charset "utf-8";

/* PC：basic-pc.css
 * EC
 * **************************************************
 * Hide (非表示)
 * Common
 * Body (Font Size)
 * Container
 * Img
 * Header
 * Global Navigation (Nav)
 * Content
 * Footer
 * **************************************************
 * Media Queries min-width: その他　 (調整)
 * **************************************************
 */

/* Hide
------------------------------------------------------------------ */

/*  Common
------------------------------------------------------------------- */
/* padding、borderの値を含めない */
* {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* Body
------------------------------------------------------------------ */
/* Font：基本サイズ（16 * 0.625 = 10px） */
body {
	position: relative;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 62.5%;
	line-height: 1.7;
}

/* Container
------------------------------------------------------------------ */
.container {
	/* overflow: hidden; */
}

 /* Img
------------------------------------------------------------------ */
#content .main img {
}

 /* Header
------------------------------------------------------------------ */
#header {
}
#header:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* Global Navigation
------------------------------------------------------------------ */
#globalNav {
	width: 100%;
}
#globalNav:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#globalNav nav ul {
	list-style: none;
}
#globalNav nav ul li {
}

/* Content
------------------------------------------------------------------ */
#content {
}
#content:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* Footer
------------------------------------------------------------------ */
#footer {
	clear: both;
}
#footer:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#footer .copyRight {
}
