@charset "utf-8";

/* PC：basic_sp.css
 * **************************************************
 * Body
 * Header
 * Global Navigation
 * Breadcrumb List
 * Content
 * Footer
 * No Visual Anchor (Anchor)
 * **************************************************
 */

 /* Body
------------------------------------------------------------------ */
/* Font：基本サイズ（16 * 0.625 = 10px） */
html {
	font-size: 62.5%;
}
body {
	color: #666666;
	font-family: "ゴシックMB101 R", "Gothic MB101 Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-size: 1.4em;
	line-height: 1.8;
}


 /* Header
------------------------------------------------------------------ */
#header {
	width: auto;
}


/* Global Navigation
------------------------------------------------------------------ */
#globalNav {
	position: relative;
}
#globalNav nav ul {
	list-style: none;
}


/* Breadcrumb List
------------------------------------------------------------------ */
#breadcrumb {
	display: none;
}


/* Content
------------------------------------------------------------------ */
#content {
	width: auto;
}


/* Footer
------------------------------------------------------------------ */
#footer {
	clear: both;
	width: auto;
}

#footer .copyRight {
	width: auto;
}


/* 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;
}
