@charset "UTF-8";

/* basic */
html, body, div, img, ul, li, table, tr, td, th, small, address, p, span, a, h1, h2, h3, h4, h5, h6  {
	margin: 0;
	padding: 0;
}

table {
	border: 0;
	border-spacing: 0;
}

ul, ol {
	list-style: none;
}

a {
	outline : none;
}
p {
	line-height:1.7em;
}

img{
	border: none;
}

input {
	outline : none;
}

html,body { height:100%;font-size: 100%; }

body {
	background : #ffffff;
	color:#000000;
	font-size: 14px;
	font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HGS明朝E",serif;
	width: 100%;
	-webkit-text-size-adjust : none;
}

#bodyContent {
/*	background: url(../img/shared/bg_white.gif) repeat left top;
	overflow: hidden;*/
	min-width: 960px;
	width: 100%;
}

/* header */
.wave {
	height: 200px;
	position: absolute;
	z-index: 40;
	top: -82px;
	width: 100%;
	min-width: 960px;
}

canvas {
/*	z-index: 70;*/
}

.canvas_wave_bg {
	display: none;
}

#logoMarche {
	margin: 22px 58px 0 0;
	float: left;
}

#headerContent {
	/* background: url(../img/shared/bg_menu_x.png) repeat-x center top; */
	background-color: #fcf99f;
	left: 0;
	height: 92px;
	position: absolute;
	top: 0;
	width: 100%;
	min-width: 960px;
	z-index: 50;
}

#headerContent ul {
	position: relative;
	width: 788px;
}

#headerContent li {
	height: 18px;
	position: relative;
	overflow: hidden;;
}

#headerContent li.current a img {
	top: -18px !important;
}

#headerContent li.nav1 {
	width: 186px;
}

#headerContent li.nav2 {
	width: 165px;
}

#headerContent li.nav3 {
	width: 139px;
}

#headerContent li.nav4 {
	width: 150px;
}
#headerContent li.nav5 {
	width: 132px;
}

#headerContent li.back {
	background: none !important;
	position: absolute;
	top: 28px;
}

#headerContent li.back div {
	background: #77c3d7;
	height: 1px;

}

#headerContent ul a img {
	left: 0;
	position: absolute;
	top: 0;
}

#headerContent ul a:hover img {
	top: -18px;
}

.bgMenu {
	background: url(../img/shared/bg_menu.png) repeat-x center top !important;
}

#headerContent header {
	margin: 0 auto;
/*	overflow: hidden;*/
	width: 1100px;
	zoom: 1;
}

#headerContent header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}

#headerContent header ul {
	background: url(../img/shared/navi_spr.png) no-repeat right top; /* navi separater right */
	float: left;
	font-size: 0;
	line-height: 0;
	margin: 37px 0 0;
}

#headerContent header li {
	background: url(../img/shared/navi_spr.png) no-repeat left top;
	float: left;
	padding-left: 2px;
}

/* header blue */
#headerBlue {
	/* background: url(../img/shared/bg_blue.png) repeat-x center top; */
	background-color: #B3E8FC;
	left: 0;
	height: 407px;
	margin-top: 30px;
	position: absolute;
	top: 0;
	width: 100%;
	min-width: 960px;
	z-index: 30;
}

/* body */
#bodyContent {
	padding-top: 104px;
	position: relative;
	margin: 0 auto;
	min-height: 1080px;
	width: 960px;
	zoom: 1;
	z-index: 40;
}

#bodyContent:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}

/* footer shop */
#footerContent {
	display: flex;
	gap: 50px;
	justify-content: center;
	width: 100%;
	max-width: 800px;
	margin: 50px auto 0;
	padding-bottom: 30px;
}


/* btnGoTop */
#btnGoTop {
    height: 80px;
    right: 20px;
    overflow: hidden;
    position: fixed;
    bottom: 20px;
    width: 80px;
    z-index: 500;
}

#btnGoTop a img {
	left: 0;
	top: 0;
	position: absolute;
}

#btnGoTop a:hover img {
	top: -80px;
}

#btnLow {
	background: url(../img/shared/bg_low_dot.png) repeat-x left top;
	clear: both;
	text-align: center;
	paddin-top: 3px;
	position: relative;
	width: 100%;
	zoom: 1;
	z-index: 100;
	margin-bottom: 50px;
}

#btnLow:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}

#btnLow div {
	overflow: hidden;
	margin: 0 auto;
	width: 1050px;
}

#btnLow ul {
	margin: 39px 0 0;
	width: 1050px;
}

#btnLow li {
	float: left;
	height: 39px;
	position: relative;
	margin-right: 14px;
	overflow: hidden;
	width: 192px;
}

#btnLow li a img {
	left: 0;
	top: 0;
	position: absolute;
}

#btnLow li a:hover img {
	top: -39px;
}
#btnLow li.current img{
	top: -39px;
}

#fcLink {
	position: relative;
}

#fcLink .rollover {
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 10;
}

#fcLink .linkTop {
	display: block;
	height: 22px;
	margin-left: 5px;
	margin-top: 24px;
	position: relative;
	width: 67px;
}