@charset "utf-8";

/* PC：basic_pc.css
 * **************************************************
 * Body
 * Header
 * Header Bottom
 * Content
 * Footer
 * No Visual Anchor (Anchor)
 * **************************************************
 */

 /* Body
------------------------------------------------------------------ */
/* Font：基本サイズ（16 * 0.625 = 10px） */
html {
	font-size: 62.5%;
}
body {
	color: #333333;
	font-family:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", 
    "BIZ UDPGothic", "BIZ UDゴシック", "Yu Gothic UI", "Meiryo UI", "Yu Gothic", "YuGothic", Meiryo, "MS PGothic", sans-serif;
	font-size: 16px;
  line-height: 1.75;
  letter-spacing: .02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


 /* Header
------------------------------------------------------------------ */
#header {
	background: url(../images/common/bg_header.jpg) repeat left top;
	width: 100%;
}


/* Header Bottom
------------------------------------------------------------------ */
#headerBottom {
	background: #ffffff;
	height: 50px;
}


/* Content
------------------------------------------------------------------ */
#content {
	padding: 50px 0 0 0;
	width: 100%;
}
#content:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}


/* Footer
------------------------------------------------------------------ */
#footer {
        padding: 35px 0 40px 0;
        width: 100%;
}


/* No visual Anchor
------------------------------------------------------------------- */
div.novisualAnchor {
	overflow:hidden;
	width:0;
	height:0;
	font-size:1px;
	line-height:1px;
	/* except MacIE \*/position: absolute;/* end */
	left:0;
	top:0;
	color:#fff;
}
div.novisualAnchor a{
	font-size: 1px;
	line-height: 1px;
	color: #fff;
	text-decoration: none;
}
