@charset "utf-8";

/* PC：basic-pc.css
 * おまかせプラン ver.6
 * **************************************************
 * Hide (非表示)
 * Common
 * Body (Font Size)
 * Container
 * Img
 * Header
 * Global Navigation (Nav)
 * Content
 * Footer
 * No Visual Anchor (Anchor)
 * Print (Hide・Accordion : Open)
 * **************************************************
 * 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;
    color: #737373;
}

/* Container
------------------------------------------------------------------ */
.container {
	overflow: hidden;
	position: relative;
}
.container:after {
}

 /* 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 {
}

/* 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;
}

/* Print (Hide・Accordion : Open)
------------------------------------------------------------------ */
@media print {
	#header,
	#pageTop {
		display:none !important;
	}
	#content,
	#footer {
		margin-left:0 !important;
	}	
	/*  Content Tab */
	#content .tbCnt {
		display: block !important;
	}
	/* もっと詳しく */
	#subPage .main .moreContent dd {
		display: block !important;
	}
	/* よくある質問 */
	#subPage .main .faqCnt,
	#subPage .main .faqCnt dd {
		display:block !important;
	}
}

