@charset "UTF-8";
/* CSS Document */
body{
    color:#355491;
    /*background:linear-gradient(#44a5d3, #1e526b);*/
	/*background: linear-gradient(60deg, rgb(255, 211, 255), rgb(198, 248, 255));*/
	background-color:white;
}
.kukuri{
	border:1px dotted #aaa;
	padding:1em;
	margin-bottom:1em;
}
.cvit{
	width:100%;
	padding:0.5em;
	background-color:red;
	color:white;
	margin-bottom:1em;
}
.banner{
	width:100%;height:auto;margin-bottom:1em;box-sizing: border-box;border:1px solid #eee;
}
table{
	width:100%;
	border-collapse:collapse;
	margin-bottom:1em;
}
th{
	text-align:center;
	background-color:#e6e6e6;
}
th,td{
	padding:0.66em;
	border:1px solid #aaa;
}
.FUSmenu a{
    color:#fff;
    text-decoration:none;
}

.topics{
    font-size:1.2em;
    font-weight:bold;
    color:darkblue;
}
.topBtn{
    border:1px solid #999;
	border-radius:0.5em;
    padding:1em;
    text-align:center;
    margin-bottom:1em;
    background-color:#036;
	/*background-color:#223a70;*/
	/*background-color:#d32d26;*/
	/*background:linear-gradient(#f0f8fd, #5db2e8);*/
}

.topBtn a{
    color:midnightblue;
    text-decorationk:none;
}

.topBtn a:hover{
    text-decoration:underline;
    
}
.newsText{
    font-weight:bold;
}

.videoArea{
    position:relative;
    width:100%;
    height:0;
    padding-top:56.25%;
}
.videoArea iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.move{
	text-align:center;padding:1em;border:1px dotted #999;border-radius:4px;background-color:#e6e6e6;
}
.finish{
	opacity: 0.25;
		
		
}
