@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	overflow: visible;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width: 100%;
	vertical-align: top;
}

/*--------------------------*/
#menu{
	width: 960px;
	margin:0 auto;
	background:#200807;
	position: relative;
	z-index:10;
	text-align:center;
}
#back_wrap {
	background: #fff;
	padding-top: 10px;
}
#back{
	width: 960px;
	margin: 0 auto;
	padding-bottom:0;
	text-align:center;
}
#iframe_wrap {
	background: #fff;
}

/*--------------------------*/
#to_top{
	clear:both;
	padding:20px 50px 20px 50px;
	text-align:right;
}
header {
	position: sticky;
	top: 0;
	z-index: 500;
}
.LyFoot{
	margin-top: 0 !important;
	background: #fff;
}
.backtotop a {
	background-color: transparent !important;
	padding: 0 !important;
	width: 120px;
}
@media screen and (max-width: 749px) {
	.backtotop a {
		width: 60px;
	}
}

/* ----- italiafair ----- */
#italiafair
#italiafair *,
#italiafair *::before,
#italiafair *::after {
	box-sizing: border-box;
}
#italiafair img {
	max-width: 100%;
	height: auto;
}

#italiafair {
	background: url(../img/bg_01.png) repeat-x 50% 0 #ffffc0;
	background-size: auto 6px;
}

.page_inner {
	margin: 0 auto;
	padding: 7.3vw 0 6.7vw;
}

.page_title {
	width: 82.4vw;
	margin: 0 auto 4vw;
	text-align: center;
}
h2.page_title {
	width: 84.13vw;
}

.lead {
	text-align: center;
}
.lead img {
	width: 84.13vw;
}

.note {
	max-width: 80.8vw;
	margin: 3.3vw auto 6vw;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 3.07vw;
	font-weight: bold;
	line-height: 1.3;
}

.area_list {
	margin: 4vw auto;
	width: 87.5vw;
}
.area_list li {
	position: relative;
	min-height: 2.8vw;
	padding: 6.67vw 0;
}
.area_list .title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	width: 84.27vw;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
}
.area_list .body {
	display: none;
}

.back_btn {
	margin: 3.3vw auto 0;
	width: 80vw;
	text-align: center;
}
