@charset "utf-8";

/* 基本：レイアウトスタイル
 * **************************************************
 *
 * body
 * container
 * header
 * globalNavi
 * content
 * footer
 *
 * **************************************************
 */

/* ======================================
	body [ ボディ ]
====================================== */
/* Font：基本サイズ（16 * 0.75 = 12px） */
html {
	width: 100%!important;
}
body {
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    	font-size: 0.75em;
	line-height: 1.8;
	width: 100%!important;
	min-width: 100%;
	background: #e5edf4;
	}


 /* リンク */
a {
	color: #00a99d;
	text-decoration: underline;
	word-break: break-all;
	}
a:hover {
	text-decoration: none;	
	}	
		
 /* 明朝体 */
.serif,
h1,
h2,
h3,
.btn a,
.shopInfo {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.05em;
	}
p,
dd {
	text-align: justify;
	text-justify: inter-ideograph;
}

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


/* ======================================
	header [ ヘッダ ]
====================================== */
#header {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	position: relative;
	}	

	
/* ======================================
	global [ グローバル ]
====================================== */
header #globalNavi {
	}
	
/* ======================================
	content [ コンテンツ ]
====================================== */
#content {
	margin: 0 auto;
	/*position: relative;*/
	width: 100%;
	}
section {
	width: 100%;
	margin: 50px auto;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}
section .inner {
	margin: 0 auto;
	padding: 0 6%;
	box-sizing: border-box;
}



/* share button */
.shareBtn {
	padding: 0 0 10px 0;
	margin: 10px auto 0;
}
.shareBtn ul {
	text-align: center;
	padding: 0 2%;
}
header .shareBtn ul {
	text-align: right;
}
.shareBtn ul li {
	display: inline-block;
	margin: 0 0 0 1px;
	vertical-align: top;
	}
.shareBtn ul li .fb-like span {
	vertical-align: top;
	}
.btn + .shareBtn {
	margin-top: 50px;
}
	
/* ======================================
	footer [ フッタ ]
====================================== */
#footer {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
	border-top: 1px solid #fff;
	}
#footer .copy {
	width: 80%;
	margin: 0 auto;
	padding: 20px 5%;
	text-align: center;
	line-height: 1.4;
}
#footer .logo {
	width: 30%;
	margin: 0 auto;
}
#footer .copy {
	color: #646464;
	padding: 10px 0;
}

/* Page Top */
#footer #pageTop {
	width: 80px;
	height: 40px;
	position: fixed;
	right: 0; bottom: 10px;
	margin: 0;
	background: url(../images/common/pagetop.png) no-repeat center center;
	background-size: contain;
}
#footer #pageTop a {
	display: block;
}
