@import url('sanitize.css');

html {
	font-size: 62.5%;
}

p {
	background-image: url('data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==');
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a.pageacr {
	position: relative;
}

a.pageacr#sect-campaign1 {
	top: -90px;
}

a.pageacr#sect-campaign2 {
	top: -90px;
}

a.pageacr#sect-campaign3 {
	top: -90px;
}

a.pageacr#sect-eventsearch {
	top: -70px;
}

a.pageacr#sect-webnazo {
	top: -60px;
}

a.pageacr#sect-special {
	top: -70px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
p,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

html,
body {
	position: relative;
	background-color: #000;
}

#g-header {
	position: fixed;
	z-index: 10;
	top: 0;
	width: 100%;
	height: 33px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background-color: #000;
}

#g-header.hide {
	top: -33px;
}

#g-header .logo {
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -26.5px;
}

#g-header .btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 33.5px;
	height: 33.5px;
}

#g-header .btn img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#g-footer {
	padding-bottom: 40px;
	background-color: #002e71;
	background-image: url(../image/ft_escape.png);
	background-repeat: no-repeat;
	background-position: center 59px;
	-moz-background-size: 320px 145px;
	-o-background-size: 320px 145px;
	background-size: 320px 145px;
}

#g-footer .btnTop {
	position: relative;
	top: -25px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	margin: 0 auto 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
}

#g-footer .share {
	zoom: 1;
	width: 168px;
	margin: -7px auto 0;
}

#g-footer .share:after {
	display: block;
	clear: both;
	content: '';
}

#g-footer .share .tw {
	float: left;
	overflow: hidden;
	width: 74px;
	height: 74px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
}

#g-footer .share .fb {
	float: right;
	overflow: hidden;
	width: 74px;
	height: 74px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
}

#g-footer .logo {
	display: block;
	width: 76px;
	height: 54px;
	margin: 90px auto 0;
}

#g-footer .credit {
	font-size: 8px;
	line-height: 1.5;
	width: 300px;
	margin: 20px auto 25px;
	text-align: center;
	color: #fff;
}

#g-footer .copyright {
	margin: 25px auto 0;
	text-align: center;
}

.remodal {
	padding: 70px 0;
	background-color: #cf151c;
}

.remodal .line {
	display: block;
	margin-top: 25px;
	margin-bottom: 40px;
}

.remodal .remodal-close {
	top: -4px;
	right: -3px;
	left: auto;
	width: 40px;
	height: 40px;
	background-image: url(../image/remodal-close.png);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: 21px 14.5px;
	-o-background-size: 21px 14.5px;
	background-size: 21px 14.5px;
}

.remodal .remodal-close:hover {
	background-color: transparent;
}

.remodal .remodal-close:after {
	content: none;
}

.waves-effect.waves-red .waves-ripple {
	background-color: rgba(244, 67, 54, .7);
}

.waves-effect.waves-yellow .waves-ripple {
	background-color: rgba(252, 241, 0, .7);
}

.waves-effect.waves-blue .waves-ripple {
	background-color: rgba(0, 136, 210, .7);
}

