@charset "utf-8";

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

/* ======================================
	body [ ボディ ]
====================================== */
html {
	width: 100%;
}
/* Font：基本サイズ（16 * 0.875 = 14px） */
body {
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    	font-size: 0.875em;
	line-height: 1.8;
	min-width: 1024px;
	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 {
	width: 100%;
}
	
/* ======================================
	global [ グローバル ]
====================================== */
header #globalNavi {
	}
	
/* ======================================
	content [ コンテンツ ]
====================================== */
#content {
	margin: 0 auto;
	/*position: relative;*/
	width: 100%;
	}
section {
	width: 100%;
	margin: 60px auto;
	padding: 0;
	position: relative;
}
section .inner {
	margin: 0 auto;
	padding: 0 30px;
	width: 960px;
	box-sizing: border-box;
}


/* share button */
.shareBtn {
	width: 100%;
	max-width: 1200px;
	margin: 10px auto 0;
	padding: 0 0 10px 0
}
header .shareBtn ul {
	text-align: right;
}
.shareBtn ul {
	margin: 0;
	width: 100%;
	text-align: center;
}
.shareBtn ul li {
	display: inline-block;
	margin: 0;
	vertical-align: top;
	}
.shareBtn ul li + li {
	margin: 0 5px 0 0;
}
.shareBtn ul li .fb-like > span {
	vertical-align: top!important;
	}
.btn + .shareBtn {
	margin-top: 100px;
}
	
	
/* ======================================
	footer [ フッタ ]
====================================== */
#footer {
	clear: both;
	margin: 10px auto;
	box-sizing: border-box;
	overflow: hidden;
	padding: 10px 40px;
	position: relative;
	text-align: center;
	width: 1000px;
	border-top: 1px solid #fff;
	}
/* Page Top */
#footer #pageTop {
	width: 111px;
	height: 40px;
	position: fixed;
	right: 30px; bottom: 10px;
	background: url(../images/common/pagetop.png) no-repeat center center;
	background-size: contain;
}
#footer #pageTop a {
	display: block;
}
#footer .logo img {
	width: 122px;
	height: 29px;
}
#footer .copy {
	color: #646464;
	padding: 10px 0;
}