@charset "utf-8";

/* PC：basic_sp.css
 * 裏天満天神横丁（2017-1001）
 * **************************************************
 * Body (Font Size)
 * Container
 * Img
 * Header
 * Content (Main)
 * Footer
 * No Visual Anchor (Anchor)
 * **************************************************
 * Media Queries min-width: その他　 (調整)
 * **************************************************
 */

/* 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.6;
	background: url(../images/common/bg_base.jpg) repeat center top;
}

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

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

 /* Header
------------------------------------------------------------------ */
#header {
	width: 100%;
}
#header .inner {
	margin: 0;
	padding: 0;
}
#header .inner:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/* Content (Main)
------------------------------------------------------------------ */
#content {
	clear: both;
	display: block;
	width: 100%;
}
#content .inner {
	margin: 0 auto;
}
#content .inner:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/* Footer
------------------------------------------------------------------ */
#footer {
	clear: both;
	width: 100%;
}
#footer .inner {
	margin: 0 auto;
	padding: 2% 5% 3% 5%;
}
#footer .inner: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;
}

