@charset "utf-8";

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

.topheader {
	/*background-color: #dddddd;
	background-image: repeating-linear-gradient(45deg, #d7d7d7, #d7d7d7 4px, #cbcbcb 4px, #cbcbcb 8px);*/
	  background-image: linear-gradient(0deg, #ffffff, #dedede);
	color: #262626;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	/*background-color: antiquewhite;*/
}
.topheader img {
	width: 65px;
	padding: 5px;
}
.headerlogo {
	font-size: 30px;
	padding: 5px 20px 0 20px;
	font-weight: bold;
	/*color: #f8a51f;*/
}
.topheaderleft {
	padding-bottom: 5px;
	font-family: "Kiwi Maru", serif;
}
.topheaderleft a {
	color: rgb(19, 28, 190);
}