@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;
	}
}

/* ----- italiafaircp25 ----- */
#italiafaircp25
#italiafaircp25 *,
#italiafaircp25 *::before,
#italiafaircp25 *::after {
	box-sizing: border-box;
}
#italiafaircp25 {
	background-color: #ffffc0;
}
#italiafaircp25 img {
	max-width: 100%;
	height: auto;
	display: block;
}

.receipt_area {
	width: 500px;
	margin: 0 auto;
	padding: 0 0 70px;
}
.receipt_area h2 {
	width: 87.7%;
	margin: 5.5% auto 3%;
}

.btn_list {
	margin: 0 30px;
}
.btn_list li {
	margin-bottom: 16px;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	background-color: rgba(0,0,0,0.6);
	display: none;
}
.modal .inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	max-height: 100%;
	overflow-y: auto;
	padding: 50px 0;
	box-sizing: border-box;
}
.modal .window {
	position: relative;
	width: 500px;
	margin: 0 auto;
}
.modal .close_btn {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 60px;
	height: 60px;
	cursor: pointer;
}
.modal .window a {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 35px;
	width: 90%;
	margin: 0 auto;
}

.back_btn {
	margin: 13% auto 0;
	width: 450px;
}

.backtotop a {
	display: block;
	background-color: #fff !important;
	padding: 5px !important;
}
