@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@500&display=swap');

/* CSS Document */

/*common.css*/

/*全体のレイアウト*/
body {
	background:url(../images/bg.jpg) top center fixed no-repeat;
	background-color: #e6e2dc;
	color: #433;
	line-height: 150%;
}

a:link {
	color: #033;
}
a:visited {
	color: #033;
}
a:hover {
	color: #330;
}
a:active {
	color: #330;
}

#full {
	position: relative;
	width: 100%;
	min-height: 100vh;
	background: url("../images/header/top.jpg") no-repeat left bottom / cover;
}

/* ヘッダー */
#header {
	font-family: 'Montserrat', sans-serif;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-size: 4.0em;
	color: #437d91;
	position: absolute;  
	top: 30px;  
	left: 50%;  
}

/* container */

#topcontainer {
	display: flex;
	position: absolute;  
	top: 120px;  
	left: 50%;  
}
#topnavi {
	display: inline;
	font-family: 'Montserrat', sans-serif;
	font-size: 3.0em;
	line-height: 1.0em;
	padding: 0;
	margin: 0;
	position: relative;
}
#topnavi ul {
	margin: 0 30px;
	list-style: none;
}

#topnavi ul li {
	margin-bottom: 14px;
}

#topnavi a {
	text-decoration: none;
}

#topnavi .subbannerwrap ul {
	margin: 0 auto;
}
#topnavi .subbannerwrap li {
	list-style-type: none;
}
#topnavi .subbannerlogo {
	float:left;
	height: 50px;
	margin: 0 20px 20px 0;
}

#topfooter {
	width: 100%;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	bottom: 0;
}

/* メインコンテンツ */
#whatsnew {
	top: 320px;  
	left: 35px;  
	width: 310px;
	height: 240px;
	margin: 0 0 20px 0;
	padding: 5px;
	background-color: #fff;
	filter: alpha(opacity=80);
	opacity: 0.8;
	overflow: auto;
	scrollbar-base-color: #fff;
	text-align: left;
}
#whatsnew .button {
    border: 1px solid #033;
    padding: 10px;
    margin: 5px 15px;
    text-align: center;
}
#whatsnew .button a {
    text-decoration: none;
    display: block;
} 
#whatsnew li {
	list-style-type: none;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.0em;
	color: #033;
	line-height: 2em;
	width: 288px;
	height: 51px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	text-align: center;
	padding: 0;
}

h4 {
	font-size: 14px;
	color: #900;
}

.date	{
	font-size: 10px;
	text-decoration: none;
	text-align: left;
}

.maintext {
	text-align: left;
}

.linkatt	{
	font-size: 10px;
	padding-right: 30px;
	text-align: right;
}