/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
    background: #fff;
    height: 100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* General Style */
body {
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	background: #fff;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	overflow-y: scroll;
	overflow-x: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100%;
}
.ie7 body {
	overflow:hidden;
}
a {
	color: #333;
	text-decoration: none;
}
.clr {
	clear: both;
}

.clearfix {
    clear: both;
}

.container { position: relative; text-align: center; padding: 0 10px; }
.container .logo { }
.container .txt { font-size: 20px; margin-top: 70px; }
.container .np { margin-top: 70px; text-align: center; }
.container .np a { display: inline-block; }

@media screen and (max-width: 767px) {
.container .logo img { max-width: 200px; }
.container .txt { font-size: 16px; margin-top: 40px; }
.container .np { margin-top: 40px; }
}