@charset "utf-8";

/* PC：basic_pc.css
 * **************************************************
 * Body
 * Header
 * Content
 * Footer
 * No Visual Anchor
 * **************************************************
 */
 
  /* Body
------------------------------------------------------------------ */
/* Font：基本サイズ（16 * 0.625 = 10px） */
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 62.5%;
	line-height: 1.7;
}


 /* Header
------------------------------------------------------------------ */
#header {
	width: 100%;
}
/* shareBtn */
.shareBtn {
	position:relative; top: 10px; left: 0;
}


/* Content
------------------------------------------------------------------ */
#content {
	clear: both;
	width: 100%;
}


/* Footer
------------------------------------------------------------------ */
#footer {
	clear: both;
	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;
}
