@charset "utf-8";

html{
	width:100%;
	height:100%;
	overflow:hidden;
}

body{
	width:100%;
	height:100%;
	font-family: "Arial", "メイリオ";
	background:#FFFFFF;
	padding-top:200px;
	margin:0;
}

.header_teacher{
	width:100%;
	height:50px;
	background:#54aec2;
	position:fixed;
	top:0;
	left:0;
	border-bottom:4px solid #003d8c;
}

.header_doctoral_course{
	width:100%;
	height:50px;
	background:#93c254;
	position:fixed;
	top:0;
	left:0;
	border-bottom:4px solid #568c00;
}

.header_medical_staff{
	width:100%;
	height:50px;
	background:#8e54c2;
	position:fixed;
	top:0;
	left:0;
	border-bottom:4px solid #8a008c;
}

.header_researcher{
	width:100%;
	height:50px;
	background:#c28254;
	position:fixed;
	top:0;
	left:0;
	border-bottom:4px solid #8c5400;
}

h1{
	width:346px;
	margin:15px auto;
}

.input{
	background-color:#F1F1F1;
	width:490px;
	margin:15px auto;
	padding:20px;
	text-align:right;
	border-radius:5px;
	font-weight:bold;
}

input{
	width:70%;
	margin:0 0 20px 10px;
	outline:none;
	padding:10px;
	font-size:18px;
	color:#000;
	border:1px solid rgba(0,0,0,0.3);
	border-radius:4px;
}

input:focus{
	background:#E8E8E8;
}

.button_teacher{
	border:0;
	padding:4px 8px;
	font-size:20px;
	font-weight:bold;
	line-height:normal;
	background-color:#54aec2;
	border-radius:4px;
	color:#FFFFFF;
	width:200px;
	margin:0 auto;
	display:block;
}

.button_teacher:hover{
	background-color:#b3b3b3;
	transition-duration:1s;
}

.button_doctoral_course{
	border:0;
	padding:4px 8px;
	font-size:20px;
	font-weight:bold;
	line-height:normal;
	background-color:#93c254;
	border-radius:4px;
	color:#FFFFFF;
	width:200px;
	margin:0 auto;
	display:block;
}

.button_doctoral_course:hover{
	background-color:#b3b3b3;
	transition-duration:1s;
}

.button_medical_staff{
	border:0;
	padding:4px 8px;
	font-size:20px;
	font-weight:bold;
	line-height:normal;
	background-color:#8e54c2;
	border-radius:4px;
	color:#FFFFFF;
	width:200px;
	margin:0 auto;
	display:block;
}

.button_medical_staff:hover{
	background-color:#b3b3b3;
	transition-duration:1s;
}

.button_researcher{
	border:0;
	padding:4px 8px;
	font-size:20px;
	font-weight:bold;
	line-height:normal;
	background-color:#c28254;
	border-radius:4px;
	color:#FFFFFF;
	width:200px;
	margin:0 auto;
	display:block;
}

.button_researcher:hover{
	background-color:#b3b3b3;
	transition-duration:1s;
}

.dl_btn{
	width:172px;
	margin:50px auto;
}

.seifutoukei{
	width:82px;
	margin:0 auto;
}

.footer_teacher{
	width:100%;
	height:23px;
	background:#54aec2;
	box-sizing:border-box;
	position:absolute;
	bottom:0;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
}

.footer_doctoral_course{
	width:100%;
	height:23px;
	background:#93c254;
	box-sizing:border-box;
	position:absolute;
	bottom:0;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
}

.footer_medical_staff{
	width:100%;
	height:23px;
	background:#8e54c2;
	box-sizing:border-box;
	position:absolute;
	bottom:0;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
}

.footer_researcher{
	width:100%;
	height:23px;
	background:#c28254;
	box-sizing:border-box;
	position:absolute;
	bottom:0;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
}