@charset "utf-8";

/* PC：basic-sp.css
 * おまかせプラン ver.6
 * **************************************************
 * Hide (SP：非表示)
 * Common
 * Body (Font Size)
 * Container
 * Img
 * Header
 * Global Navigation (Nav)
 * Content (Main)
 * Footer
 * No Visual Anchor (Anchor)
 * **************************************************
 */

/* 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:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 62.5%;
	line-height: 1.7;
}

/* Container
------------------------------------------------------------------ */
.container {
	overflow:hidden;
}
.container:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

 /* Img
------------------------------------------------------------------ */
.main img {
}

 /* Header
------------------------------------------------------------------ */
#header {
	overflow:hidden;
	position: relative;
}
#header:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* Global Navigation
------------------------------------------------------------------ */
#globalNav {
	clear: both;
	width: 100%;
}
#globalNav:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* Content
------------------------------------------------------------------ */
#content {
}
#content:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* Footer
------------------------------------------------------------------ */
#footer {
	clear: both;
	width: 100%;
}
#footer:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#footer .copyRight {
	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;
}

