body, html {
	height: 100%;
	width: 100%;
	margin: 0px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 1.42857;
	overflow: hidden;
	min-width: 570px;
}

* {
	box-sizing: border-box;
}

.container {
	width: 100%;
	height: 100%;
	background-color: rgb(229, 229, 229);
	padding-top: 105px;
	overflow: auto;
}

.col {
	width: 50%;
	position: relative;
	margin-left: 25%;
	min-width: 570px;
}

header {
	height: 140px;
	background-color: #ffffff;
	text-align: center;
	border-bottom: 1px solid rgb(229, 229, 229);
}
header img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

.contentBox {
	margin-top: 0px;
	width: 100%;
	background-color: #ffffff;
	min-height: 300px;
	position: relative;
	overflow: visible;
}

h1 {
	margin-top: 2em;
	font-weight: 200;
}

.js-qr {
	width: 160px;
	position: absolute;
	left: 40px;
	top: 4.4em;
	background-color: #fff;
}

.text {
	width: 100%;
	padding-left: 250px;
	padding-right: 4em;
	color: #555555;
	overflow: auto;
	overflow-x: hidden;
}

.notice {
	/* blue */
	color: rgb(62, 180, 221);
	font-weight: 500;
}

@media screen and (max-width: 1140px) {
    .col {
    	left: 50%;
    	margin-left: -285px;
    }
}
@media screen and (max-height: 500px) {
    .container {
    	padding-top: 10vh;
    }
}
@media screen and (max-height: 300px) {
    .container {
    	padding-top: 2vh;
    }
}