@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
.header {
	height: 60px;
	width: 100%;
	background-color: white;
	position: fixed;
	top: 0;
	box-shadow: 0 0 5px;
}
.header-left {
	float: left;
}
.header-right {
	float: right;
}
.clear {
	clear: both;
}
.header-logo {
	height: 50px;
	margin-top: 5px;
}
.header-right a {
	line-height: 60px;
	color: #5a5c5f;
	margin-left: 0px;
	font-size: 12px;
	padding: 2px;
	font-family: sans-serif;
}
.header-right a:hover {
	background-color: #e2f1ff;
	transition: background-color 0.5s;
}
.container {
	min-width: 400px;
	padding:  0 30px;
	margin-left: auto;
	margin-right: auto;
}
.main-visual {
	padding-top: 74px;
	padding-bottom: 24px;
	background-image: url("images/mtbs_main_01.jpg");
	background-size: cover;
	color: white;
	text-align: center;
}
.top-title {
	font-family: sans-serif;
	font-size: 80px;
}
.top-subtitle {
	font-family: sans-serif;
	font-size: 30px;
}
.main {
	padding-top: 10px;
	background-image: url("images/mtbs_main_02.jpg");
	background-size: cover;
	text-align: center;
}
.main p {
	margin-top: 50px;
	font-family: sans-serif;
	font-size: 18px;
	color: #602a20;
	background-color: white;
	padding: 30px;
	margin-left: 210px;
	margin-right: 210px;
}
.mascot {
	margin-right: 900px;
	margin-top: 10px;
}
.footer {
	height: 180px;
	width: 100%;
	background-image: url("images/footer-back.jpg");
	background-size: cover;
}
.footer h3 {
	font-family: serif;
	font-size: 20px;
	color: #602a20;
	padding-top: 5px;
	text-align: center;
}
.footer p {
	font-family: serif;
	font-size: 15px;
	color: #602a20;
	padding-top: 5px;
	text-align: center;	
}