@charset "utf-8";
body {
	padding: 0;
	margin: 0;
}

a{
	text-decoration:none;
	color: white;
	font-weight: bold;
}

.header {
	/*background-color: cadetblue;*/
	height: 80px;
}

.header .logo {
	height: 60px;
	padding: 10px;
	width: auto;
}

.header .rightDiv {
	position: absolute;
	top: 0px;
	right: 0px;
}

.header .rightDiv .login {
	cursor: pointer;
	float: right;
	padding: 30px;
	background-color: #2B3E7A;
	line-height: 20px;
	color: white;
	font-weight: bold;
}

.header .rightDiv .regist {
	cursor: pointer;
	float: right;
	padding: 30px;
	line-height: 20px;
	background-color: #3286CB;
	color: white;
	font-weight: bold;
}

.footer {
	background-color: #2B3E7A;
	height: 80px;
	display: block;
	vertical-align: middle;
}

.footer .rightDiv {
	margin-left: auto;
	margin-right: auto;
}

.footer .rightDiv .div00 {
	float: left;
	height: 80px;
	width: 20%;
	/*background-color: #3286CB;*/
	line-height: 20px;
	color: white;
	font-weight: bold;
}

.footer .rightDiv .div01 {
	cursor: pointer;
	width: 20%;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	/*background-color: #3286CB;*/
	line-height: 20px;
	color: white;
	font-weight: bold;
	text-align: center;
}

.active {
	background-color: #3286CB;
}

.md-close {
	border: none;
	padding: 0.6em 1.2em;
	background: #3285CB;
	color: #fff;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 3px 2px;
	border-radius: 2px;
}

.md-overlay {
	background-color: rgba(50, 134, 203, 0.1);
}

.md-content {
	background: #2E5A9A;
}