@charset "shift_jis";
body {
	font-size: 12px;
	line-height: 15px;
	color: #003366;
	margin: 0px 0px 15px;
	padding: 0px;
	background-color: #E9EFFD;
	/*background-image: url(../img/top/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;*/
}
#container {
	width: 970px;
	margin: 0 auto;
}
#topflash #canvas {
	background-image: url(../img/top/top_bg.jpg);
}

h1 {
	display: none;
}
#topflash {
	margin-right: auto;
	margin-left: auto;
	width: 970px;
	padding: 0px;
	background-image: url(../img/top/top_bg.jpg);
}
#topmenu #bnarea IMG {
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	height: 40px;
	width: 100px;
	border-style: none;
}

#copyright .txt {
	padding-right: 10px;
	padding-left: 10px;
}
#copyright .hd {
	background-image: url(../img/top/copyright_hd.jpg);
	height: 10px;
	width: 920px;
}
#copyright .ft {
	background-image: url(../img/top/copyright_ft.jpg);
	height: 10px;
	width: 920px;
}
#topmenu {
	margin: 0px auto;
	clear: both;
	width: 920px;
	background-color: #FFFFFF;
	background-image: url(../img/top/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 30px;
	border-radius: 0 0 10px 10px;
}
#topmenu .ft {
	background-image: url(../img/top/menu_ft.jpg);
	height: 5px;
	width: 920px;
	margin: 0px;
	padding: 0px;
}
#topmenu #navi {
	margin: 0px 15px 15px;
	padding: 5px;
	background-color: #99CDFF;
	text-align: center;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#topmenu #navi A {
	text-decoration: none;
	color: #FF0066;
	margin-right: 3px;
	margin-left: 3px;
}
#topmenu #navi A:hover {
	color: #0033FF;
	text-decoration: underline;
}
#topmenu #navi .txt {
	text-align: center;
}


#box__info {
	display: flex;
	padding: 0 15px;
	gap: 15px;
}
#box__info #news {
	width: 560px;
	padding: 0px;
}
#box__info #news h3 {
	background-image: url(../img/top/news_tit.png);
	text-align: left;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 560px;
}
#box__info #news .txt {
	background-image: url(../img/top/news_bg.png);
	width: 560px;
	padding-right: 20px;
	padding-left: 20px;
	height: 115px;
}
#box__info #news .txt > div {
	width: 520px;
	padding-right: 20px;
	padding-left: 10px;
	height: 115px;
	overflow-y: auto;
}
#box__info #news .txt dt {
	background-color: rgba(255,255,255,.5);
	padding: 2px 5px;
	margin-bottom: 3px;
}
#box__info #news .txt dd {
	padding: 0 5px;
	margin-bottom: 5px;
}
#box__info #news .txt dd.bnr {
	padding: 15px 0 0;
}
#box__info #news .txt dd.bnr a {
	background-color: rgb(0,0,238);
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 3px 5px;
	border-radius: 2px;
}
#box__info #news .ft {
	width: 560px;
	background-image: url(../img/top/news_ft.png);
	height: 15px;
}
#box__info #sns {
	width: 315px;
}
#box__info #sns h3 {
	background-image: url(../img/top/sns_tit.png);
	text-align: left;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 315px;
}
#box__info #sns .txt {
	background-image: url(../img/top/sns_bg.png);
	width: 315px;
	height: 115px;
	overflow-y: auto;
	position: relative;
}
#box__info #sns .txt > div {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#box__info #sns .ft {
	width: 315px;
	background-image: url(../img/top/sns_ft.png);
	height: 15px;
}

.box__bnr {
	margin: 0 auto;
	padding: 30px 0;
}
.box__bnr table {
	margin: 0 auto;
}
.box__bnr table tr > td:first-child {
	text-align: left;
}
.box__bnr table tr > td:nth-child(2) {
	text-align: right;
}
.box__bnr table img {
	margin-bottom: 5px;
}



/* top popup */
.popup {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: .5em;
	background-repeat: repeat-x;
	background-position: center top;
	margin: auto;
	padding: 10px;
	max-width: 100vw;
	max-height: 100vh;
	aspect-ratio: 1 / 1;
}
.popup * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 0;
}
.popup img {
	max-width: 100%;
	max-height: 100%;
}
.popup a {
	display: block;
}
@media (max-width: 799px) {
	.popup {
	}
}


