@charset "UTF-8";

body{
	color:#333;
	background-color:#eee;
	font-family: 'Kosugi Maru', sans-serif;
}

a:link {
	color: orangered;
} /*未訪問のリンクの色*/
a:visited {
	color: orangered;
} /*訪問済みのリンクの色*/
a:hover {
	color:darkred;
} /*カーソルが乗っているリンクの色*/
a:active {
	color:red;
} /*クリック中のリンクの色*/
#menu {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	/*background: rgba(0, 0, 0, 0.5);*/
	/*background-color: rgba(32,32,32,0.70);*/
	
	border-bottom: 1px solid #000;
	padding: 10px;
	text-align: center;
	font-family: 'Bitter', serif;
	background-color:rgba(6,11,40,0.70)
}
@media screen and (max-width: 991px) {
  #menuH {
    display:none;
  }
}
#menu ul {
	list-style-type: none;
}
#menu li {
	line-height: 0.8em;
	display: inline-block;
	margin-right: 20px;
	font-size: 0.8em;
}
#menu li a {
	/*font-family: 'Marvel', sans-serif;*/
	color: #fff;
	text-decoration: none;
}
#menu li .share {
	position: relative;
	top: 4px;
}
.space{
	height:90px;
}
.uc{
	width:100%;
	height:6em;
	text-align:center;
	border:1px dotted #aaa;
}
#wrapper {
    position: relative;
    width: 100%;
}
#wrapper:before {
    content:"";
    display: block;
    padding-top: 100%; /* 高さ固定 */
}
#content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	overflow-y:scroll;
}

#content2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	/*overflow-y:scroll;*/
}
.newsTitle{
	font-weight:bold;
	color:darkblue;
}
.newsDate{
	font-size:0.75em;
	margin-bottom:0.25em;
}
.top01{
	font-weight:bold;
	margin-bottom:0.5em;
	color:midnightblue;
}
.top02{
	margin-left:0.5em;
}
.jobBtn{
	border:1px solid #030;border-radius:3px;background-color:lightseagreen;
}
/*.jobBtn a{
	color:white;
	font-weight:bold;
	text-decoration:none;
}*/
h2 {
	color: darkgreen;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom:1em;
	
}
h3 {
	color: green;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom:1em;
}
h4 {
	color: midnightblue;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom:1em;
}
table{
	border-collapse:collapse;
	width:100%;
	margin-bottom:1em;
	color:#333;
}
th, td{
	border:1px solid #999;
	text-align:center;
	padding:1em;
	
}
th{
	background-color:rgba(123,227,252,0.33);
	
}
td{
	background-color:rgba(255,255,255,0.33);
}
.opPic{
	float:right;margin:0 0 1em 1em;border:1px solid #aaa;width:25%;height:auto;
}
.backToIndex{
	text-align:center;
	margin:2em 0;
}
.leafe1{
	padding:1em;
	background-color:darkgreen;
	color:white;
	text-align:center;
	border-radius: 1em 0.25em 1em 0.25em / 1em 0.25em 1em 0.25em;
}
.leafe2{
	padding:1em;
	background-color:limegreen;
	color:white;
	text-align:center;
	border-radius: 1em 0.25em 1em 0.25em / 1em 0.25em 1em 0.25em;
}
#footer {
	padding: 0.5em;
	color: #333;
	font-size: 12px;
}
#footer a {
	color: #FF7A12;
	text-decoration: none;
}
#back {
	position: fixed;
	z-index: 100;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
	border-top: 1px solid #ccc;
	padding: 10px;
	text-align: center;
}
.kakomi {
	margin-bottom: 1em;
	padding: 1.5em;
	border: 1px dotted #999;
	background-color: rgba(255,255,255,0.50);
	color: #000;
	border-radius:3px;
}
.kakomi2 {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #999;
	background-color: rgba(0,0,0,0.50);
	color: #fff;
}
.btn {
	border: 2px solid #fff;
	border-radius: 10px;
	padding: 1em;
	margin: 1em auto;
	width:100%;
	text-align: center;
	background-color: #8edeec;
}
.btn a {
	color: #274ea3;
	text-decoration: none;
	font-weight: bold;
}
.btn2 {
	border: 1px solid #fff;
	padding: 15px;
	margin: 2em auto;
	width: 239px;
	text-align: center;
	background-color: #e6e6e6;
}
.btn2 a {
	color: #f00;
	text-decoration: none;
	font-weight: normal;
}




.caseBtn{
	width:41%;
	
	border:1px #111 solid;
	padding:3%;
	text-align:center;
	border-radius:10px;
}

#newsArea {
	text-align: left;
	padding: 1em;
	border: 2px solid #fff;
	background-color: rgba(255,255,255,0.66);
	max-width: 650px;
	min-height:450px;
	margin: 0 auto;
}
.newsDate {
	font-size: 0.9em;
	line-height: 1.3em;
	margin-bottom: 1em;
	color: #333;
}
.newsText {
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 1em;
	color: #000;
}
#banner1 {
	padding: 1em;
	border: 1px solid #000;
	text-align: center;
	height: 60px;
	background-color: rgba(0,0,0,0.42);/*margin-bottom:1em;*/
}
#banner1 img {
	margin: 0 5px;
}
#banner2 {
	padding: 1em;
	border: 1px solid #000;
	text-align: center;
	/*height:60px;*/
	height: auto;
	background-color: rgba(255,255,255,0.49);
}
#banner2 img {
	margin: 0 5px;
}
.callBox {
	margin-bottom: 1em;/*padding: 1em;*/
	/*border: 1px dotted #999;*/
	/*background-color: rgba(0,0,255,0.50);*/
	
}
.link_button {
	width: 200px;
	height: auto;
	padding: 12px;
	background-color: #5BA4D7;
	color: #fff;
	border: 3px solid #fff;
	border-radius: 12px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	margin: 10px;
	float: left;
}
.link_button_results {
	width: 200px;
	height: auto;
	padding: 12px;
	background-color: #5BA4D7;
	color: #fff;
	border: 3px solid #fff;
	border-radius: 12px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	margin: 10px;
	/*float: left;*/
	
}
.accepted {
	margin: 1em auto;
	background-color: rgba(0,0,0,0.5);
}
.caseNumber {
	text-align: center;
	white-space: nowrap;
}
.caseName {
	text-align: left;
	white-space: nowrap;
}
.caseInst {
	text-align: left;
}
.caseTitle {
	text-align: left;
}
.sponsored{
	width:33.3%;
	float:left;
	text-align:center;
}




#bannerArea {
    text-align: center;
    padding: 8px;
    border: 1px dotted #1F1F3E;
    background-color: rgba(0,0,0,0.25);
}
.banner {
    width: auto;
    height: 54px;
    margin: 8px;
    border: 1px solid #fff;
}
li a {
    color: #fff;
}

.covid19{
	border:1px dotted #aaa;
	padding:1em;
	margin-bottom:1em;
}
