@charset "utf-8";

/*.contents_body {
	padding-top: 120px;
}*/

.topheader {

	color: #262626;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.topheader img {
	width: 65px;
	padding: 5px;
}
.headerlogo {
	font-size: 30px;
	padding: 5px 20px 0 20px;
	font-weight: bold;
	color: #ffc229;
	/*color: #f8a51f;*/
}
.topheaderleft {
	padding-bottom: 5px;
	font-family: "Kiwi Maru", serif;
	font-size: 1.5em;
	color: rgb(190, 190, 190);
}
.topheaderleft a {
	color: rgb(190, 190, 190);
	text-decoration: underline;
}