/* page.css */
.flexb {
	display: flex;
    flex-direction: column;
    height: 100%;
}

.imcol {
	width: 70px;
	float: left;
}
.imcol img {
	width: 90%;
	height: auto;
	padding: 2px;
}
.txcol {
	float: right;
}
.txcol span {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 30px;
}

.notice {
	background: #ffffff;
	max-width: 700px;
	text-align: left;
	display: inline-block;
	padding: 15px;
	margin-top: 50px;
}
