
#content {
	width: 100vw;
}

#header {
	width: 100vw;
	background-size: 100vw auto;
	height: calc( 211 / 800 * 100vw );
}

#header #App {
	width: 221px;
	height: 221px;
}

#header #PrivacyPolicy {
	width: 221px;
	height: 221px;
}

#header #passwordManager {
	background-size: 200px;
	width: 221px;
	height: 221px;
}

#header #fireBrigade {
	background-size: 200px;
	width: 221px;
	height: 221px;
}

#lineW800 {
	width: calc( 100vw - 10px );
	height: 1px;
	padding: 10px 0;
	display: block;
}

#appList {
	width: calc( 100vw - 10px );
}

#langbar {
	width: 100vw;
	text-align: right;
}

#ja {
	width: 80px;
	height: 50px;
	padding: 5px 3px 5px 3px;
	display: inline-block;
	line-height: 80px;
	font-size: 8pt;
	text-align: center;
}

#fr {
	width: 80px;
	height: 50px;
	padding: 5px 3px 5px 3px;
	display: inline-block;
	line-height: 80px;
	font-size: 8pt;
	text-align: center;
}

#en {
	width: 80px;
	height: 50px;
	padding: 5px 3px 5px 3px;
	display: inline-block;
	line-height: 80px;
	font-size: 8pt;
	text-align: center;
}

div.leftButton {
	padding: 5px 10px 5px 10px;
	display: inline-block;
	font-size: 12pt;
	float: left;
	line-height: 40px;
	height: 40px;
}
div.rightButton {
	float: initial;
}

div.ads {
	width: calc( 100vw - 10px );
	display: inline-block;
}

div.lineBlock {
	height: 50px;
	margin: 5px 0;
}
div.langBlock {
	height: 60px;
}

div.leftBlock {
	padding: 5px;
	display: inline-block;
	font-size: 12pt;
	float: left;
	line-height: 40px;
	height: 40px;
}
div.rightBlock {
	padding: 5px;
	display: inline-block;
	font-size: 12pt;
	float: right;
	line-height: 40px;
	height: 40px;
}

.twitter-timeline {
	width: calc( 100vw - 10px ) !important;
}

div.bottomLink a {
	color: #333333;
	font-size: small;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
}

div.bottomLink a:hover {
	color: #000000;
	text-decoration: underline;
}

div.copyright {
	color: #999999;
	font-size: xx-small;
	text-decoration: none;
}