html {
	font-family:museo_sans700, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}

footer,
header,
menu,
section {
	display: block;
}

a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: bold;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

img {
	border: 0;
}

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

td,
th {
	padding: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family:museo_sans700, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	background-color: #ffffff;
}

a {
	color: #E30C3E;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #E30C3E;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

img {
	vertical-align: middle;
}

@font-face {
	font-family: 'museo_sans700';
	src: url("../fonts/museosans_700-webfont.eot");
	src: url("../fonts/museosans_700-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/museosans_700-webfont.woff") format("woff"), url("../fonts/museosans_700-webfont.ttf") format("truetype"), url("../fonts/museosans_700-webfont.svg#museo_sans700") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'proxima_nova_rgbold';
	src: url("../fonts/proxima_nova_bold-webfont.eot");
	src: url("../fonts/proxima_nova_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima_nova_bold-webfont.woff") format("woff"), url("../fonts/proxima_nova_bold-webfont.ttf") format("truetype"), url("../fonts/proxima_nova_bold-webfont.svg#proxima_nova_rgbold") format("svg");
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-size: 16px;
}

p {
	margin: 0 0 12px;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 12px;
}
ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0;
}

.header {
	position: relative;
	background-color: #f3f3f3;
	height: 65px;
}
.header__logo {
	position: absolute;
	top: 4px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 130px;
}
.header_logo-img {
	display: block;
	max-width: 100%;
	height: auto;
}

@media (min-width: 858px) {
	.header {
		overflow: hidden;
		*zoom: 1;
		height: 121px;
	}
	.header__logo {
		position: static;
		float: left;
		margin-top: 20px;
		width: 191px;
	}
}
.heading-title {
	background: #e30c3e;
	color: #fff;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	font-family: museo_sans700, sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
}
@media (min-width: 858px) {
	.heading-title {
		background: #e30c3e;
		color: #fff;
		padding: 26px 0;
		margin: 0;
		text-align: center;
		font-family: museo_sans700, sans-serif;
		font-weight: normal;
		font-size: 35px;
		line-height: 58px;
	}
}

.footer {
	color: #454049;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height:17px;
	text-align: left;
	padding: 10px;
	background-color: #f3f3f3;
	border-top: 1px solid #c8c7ca;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEDEEEE', endColorstr='#FFFFFFFF');
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #edeeee), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
	background-image: -webkit-linear-gradient(top, #edeeee 0%, #ffffff 50%, #ffffff 100%);
	background-image: -moz-linear-gradient(top, #edeeee 0%, #ffffff 50%, #ffffff 100%);
	background-image: -o-linear-gradient(top, #edeeee 0%, #ffffff 50%, #ffffff 100%);
	background-image: linear-gradient(top, #edeeee 0%, #ffffff 50%, #ffffff 100%);

}
.footer__link {
	padding:0 10px 10px 0;
	float:right;
}
.footer__nav {
	float:left;
	padding-right:10px;
}
.footer__nav-list {
	list-style: none;
	margin: 0;
}
.footer__nav-item {
	display: inline-block;
	margin: 3px;
}
.footer__nav-item > a {
	color: #454049;
	text-decoration: none;
}
.footer__nav-item > a:hover, .footer__nav-item > a:focus {
	color: #454049;
	text-decoration:underline;
}
.footer__nav-item > a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.footer__sns-btns {
	float:right;
}
.sns-btns > a {
	color: #454049;
	font-size: 16px;
	text-decoration: none;
}
.sns-btns > a:hover, .sns-btns > a:focus {
	color: #454049;
	text-decoration: none;
}
.sns-btns > a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.sns-btns__btn {
	display: inline-block;
	margin: 5px;
}
.footer__copyrights {
	font-size: 10px;
	padding: 10px;
}
@media (min-width: 768px) {
	.footer {
		padding:20px;
	}
	.footer__link {
		padding:0 20px 10px 0;
		float:right;
	}
	.footer__nav {
		float:left;
		padding-right:50px;
	}
	.sns-btns > a {
		font-size: 26px;
	}

	.footer__copyrights {
		text-align: left;
		font-size: 14px;
	}
}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
	url('../fonts/icomoon.woff') format('woff'),
	url('../fonts/icomoon.ttf') format('truetype'),
	url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-style: normal; /*modified!!!!!!!!!!!!!!!!!!*/
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.top__hero-img-sec {
	width: 100%;
	height: 210px;
	background-image: url("/img/waazu-main-a-w800-v1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #ccc;
}
.top__title {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.top__desc {
	padding: 20px 20px 0;
	text-align: center;
	font-size: 14px;
}
.top__msg {
	padding: 30px 20px;
	text-align: center;
	font-size: 16px;
	text-transform:uppercase;
	font-weight: bold;

}
@media (min-width: 768px) {
	.top__hero-img-sec {
		width: 100%;
		height: 365px;
		background-image: url("/img/waazu-main-a-w1600-v1.jpg");
	}
	.top__desc {
		margin:0 auto;
		padding: 80px 20px 20px 20px;
		max-width:800px;
		font-size: 20px;
	}
	.top__msg {
		padding: 30px 20px 80px 20px;
		font-size: 24px;
	}
}

.info {
	border-top: 1px solid #cecece;
	margin: 0 auto;
	color: #555256;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color:#f3f3f3;
}
.info .in {
	padding: 40px 10px 30px 10px;
}
.info .in:after {
	content: '';
	clear: both;
	display: block;
}
.info .in .privacy-brackets-list ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.info .in .privacy-brackets-list li {
	padding: 0 8px 5px 8px;
}
.info .in .privacy-brackets-list li .ttl-txt {
	font-weight: bold;
}
.info .in .privacy-brackets-list li .desc-txt {
	padding: 0 8px 0 25px;
}
.info .in .privacy-table {
	table-layout: fixed;
	word-wrap: break-word;
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	width: 95%;
	margin-bottom: 20px;
	border-bottom: 1px solid #d6d9db;
}
.info .in .privacy-table th, .info .in .privacy-table td {
	padding: 10px 18px 10px 25px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #d6d9db;
}
.info .in .privacy-table th {
	font-weight: bold;
}
.info .in .privacy-table .left-cell {
	width: 25%;
}
.info p {
	margin: 0 0 18px;
}
@media (min-width: 768px) {
	.info .in {
		margin: 0 auto;
		max-width: 800px;
		padding: 40px 10px 30px 10px;
	}
}

.not-found__desc {
	padding: 20px 20px 40px 20px;
	text-align: center;
	font-size: 14px;
}
@media (min-width: 768px) {
	.not-found__desc {
		margin:0 auto;
		padding: 80px 20px 80px 20px;
		max-width:800px;
		font-size: 24px;
	}
}
