#flyerWrapper img {
	display: block;
	width: 100%;
}

#flyerWrapper {
	max-width: 1200px;
	margin: 0 auto;
}

#flyerWrapper a {
	cursor: zoom-in;
	cursor: -webkit-zoom-in;
}

#comment {
	margin: 10px auto 5px;
	padding: 10px;
	background: #03aa72;
	font-size: 23px;
	text-align: center;
	color: #fff;
}

#caution {
	text-align: center;
	font-size: 14px;
	color: #333;
}

#flyerModal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 1000;
	cursor: pointer;
}

#flyerModal div {
	position: absolute;
	width: 80%;
	height: 80%;
	top: 10%;
	left: 10%;
	z-index: 1001;
}

#flyerModal::before {
	position: absolute;
	top: 10%;
	right: 10%;
	margin: -40px 0 0;
	content: '×';
	font-size: 30px;
	color: #fff;
}

.dragscroll {
	overflow: auto;
	cursor : -webkit-grab;
	cursor : -moz-grab;
	cursor : -o-grab;
	cursor : grab;
}

.dragscroll:active {
	cursor : -webkit-grabbing;
	cursor : -moz-grabbing;
	cursor : -o-grabbing;
	cursor : grabbing;
}
