@charset "UTF-8";
/* CSS Document */

body {
background-color:#fff;
}
.uc{
	text-align:center;
	padding:3em;
}
.topBar{
	height:3em;
	background-color:rgba(24, 101, 172, 0.95);
	
}
h1{
	font-size:2.5em;
	font-weight:bold;
	
}
h2{
	font-size:1.3em;
	font-weight:bold;
	padding:0.5em;
	background-color:#e6e6e6;
	margin-bottom:1em;
}
h3{
	font-size:1.2em;
	font-weight:bold;
}
table{
	width:100%;
	border-collapse:collapse;
	margin-bottom:1em;
	
}
th, td{
	padding:1em;
	border:1px solid #bbb;
}
th{
	background-color:antiquewhite;
	white-space:nowrap;
	text-align:center;
}
.table-scroll-x{
   overflow-x:scroll;
}
.kukuri{
	padding:1em;border:1px dotted #aaa;
	margin-bottom:2em;
	background-color:white;
}
.header{
	text-align:center;
	padding:1em;
	font-weight:bold;
	font-size:2em;
	color:darkblue;
}.news{
	margin-bottom:3em;
}
.applicationBtn{
	display:inline-block;
	width:50%;
	color:white;
	background-color:rgba(24, 101, 172, 0.95);
	margin:0.5em 0 1em 0;
	padding:0.5em 2em;
	border-radius:0.5em;
	text-align:center;
}
.applicationBtn a{
	color:white;
	text-decoration:none;
}

.wordBtn{
	display:inline-block;
	width:50%;
	color:white;
	background: linear-gradient(to right, color(display-p3 0.224 0.506 0.451), color(display-p3 0.592 0.757 0.463));
	margin:0.5em 0 1em 0;
	padding:0.5em 2em;
	border-radius:0.5em;
	text-align:center;
}
.wordBtn a{
	color:white;
	text-decoration:none;
}
.foot {
  clear: both;
  /*width:99%;*/
  border: 0;
  border-top: 1px solid #999;
  font-size: 12px;
  text-align: center;
  padding: 4em 0 8em 0;
  background-color:rgba(24, 101, 172, 0.95);
  margin: 0px auto;
  color: #fff;
}
.foot a {
  color: yellow;
  text-decoration: none;
}