@charset "utf-8";
/*------------------------------------------------------
 コンテンツページ用
------------------------------------------------------*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, small {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: auto;
}
body, td, th, h1, h2, h3, h4, h5, h6 {
	font-family: "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", "CI", Meiryo, Osaka, "lr oSVbN", "MS PGothic", sans-serif;
	font-weight: normal;
	font-size: 90%;
	line-height: 1.2;
}
article, aside, hgroup, header, footer, figure,  figcaption, nav, section, aside {
	display: block;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ol, ul {
	list-style-type: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
html, body {
	width: 100%;
}
a {
	outline: none;
}
a:hover img {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  -ms-filter: "alpha(opacity=80)";
}
a:focus {
	outline: none;
}
header, article, section, footer {
	display: block;
}
table{
	border-collapse: collapse;
	border-spacing:0;
}
th,td {
	margin: 0;
	padding: 0;
}
th {
	text-align: left;
}
body {
	-webkit-text-size-adjust: none;
	line-height: 18px;
	color: #222;
	background: #FFF;
	position: relative;
}
/* =======================================
　　HEADER
======================================= */
header {
	-webkit-background-size: 320px 170px;
	overflow:hidden;
	width: 320px;
	margin: 0 auto;
}

header #nav {
	overflow: hidden;
	background-image:url(../img/bg_head_nav.png);
	background-size:contain;
}
header #nav li {
	height:30px;
	width:160px;
	text-align:center;
	float:left;
}
header #logo {
	background-image:url(../img/bg_head.png);
	background-size:contain;
	height:90px;
	padding-top:10px;
	text-align:center;
}
header #gNav li {
	float:left;
}

#wrap {
	width: 320px;
	margin: 0 auto;
}


/* =======================================
　　FOOTER
======================================= */
footer {
	width: 320px;
	margin: 0 auto;
	font-size:90%;
}
#fotContact {
	text-align:center;
	background: #F4EFE5 url(../img/bg_foot.png) top left repeat-x;
	padding:20px 0;
}
#fotContact h1 {
	padding-bottom:20px;
}
#fotContact h2 {
	margin-bottom:20px;
	font-weight:bold;
	font-size:90%;
}
#fotContact p {
	font-size:90%;
}
#fotContact small {
	font-size:70%;
}
footer a {
	color:#000;
}
