/* Header */
/* --------------------------------------- */
#masthead {
	overflow: auto;
	clear: both;
	background-color: #FFFFFF;
}
#masthead .masthead-left {
	width: calc(100% - 3.6em - 390px);
	float: left;
	padding: 2.2em 1.8em;
}
@media (max-width: 768px) {
	#masthead .masthead-left {
		clear: both;
		padding: .8em;
		width: calc(100% - 1.6em);
	}
}
#masthead .masthead-left h1 {
	margin: 0;
	padding: 0;
}
#masthead .masthead-left .mgiro {
	display: inline-block;
	color: #333333; 
	text-decoration: none;
	font-size: 14px;
	margin-top: 12px;
}
#masthead .masthead-left .iso {
	display: block;
	color: #2892a7;
	text-decoration: none;
	padding-top: 15px;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 10px;
}
@media (max-width: 1200px) {
	#masthead .masthead-left .iso {
		line-height: 1em;
	}
}
#masthead .masthead-right {
	width: 360px;
	float: right;
	padding: 1.8em 1.8em 1.8em 0;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}
@media (max-width: 768px) {
	#masthead .masthead-right {
		clear: both;
		padding: .8em;
		width: calc(100% - 1.6em);
	}
}
#masthead .masthead-right a {
	color: #3391D6;
	text-decoration: none;
}
#masthead .masthead-right a:hover {
	color: #333333;
	text-decoration: underline;
}
/* --------------------------------------- */

/* QRCode */
/* --------------------------------------- */
#qrcode {
	width: 100px;
	height: 100px;
	float: right;
	mix-blend-mode: darken;
}
/* --------------------------------------- */
