<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* bsj2020 index.css */

main{
	width:770px;
	float:right;
}

/*--#top-image--*/
main #top-image{
	width:770px;
	height:430px;
	background:url(../img/main-back.jpg) no-repeat;
}

main #top-image .ti-left{
	width:465px;
	height:360px;
	float:left;
	padding:35px 0px 35px 0px;
	background:url(../img/gunma-chan.png) no-repeat;
	background-size: 70px auto;
	background-position: 60px 170px;
	position: relative;
}

main #top-image .ti-left .gunma-chan-text {
	position: absolute;
	top: 250px;
	left: 140px;
	font-size: 12px;
	line-height: 120%;
}
main #top-image .ti-left .gunma-chan-text-en {
	top: 260px;
}

main #top-image .ti-left ul.outline{
	width:425px;
	height:99px;
	margin:160px 0px 0px 40px;
}
main #top-image .ti-left ul.outline_en{
  margin:130px 0px 0px 40px;
}

main #top-image .ti-right{
	width:305px;
	height:430px;
	float:right;
}

main #top-image .ti-right p{
	font-size:85%;
	text-align:right;
	margin:85px 10px 0px 0px;
}

main #top-image .ti-right a{
	color:#FFFFFF;
}

main #top-image .ti-right a:hover{
	color:#FFDAB2;
	text-decoration:underline;
}

.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
	left: 0;
  width: 100%;
	z-index: 100;
}
.modal_bg{
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  position: absolute;
}
.modal_content{
	width: 80%;
	height: 80%;
  background: #fff;
	border-radius: 10px;
  padding: 50px 70px;
  position: relative;
  top: 50%;
	left: 50%;
  transform: translate(-50%,-50%);
	text-align: center;
}
.modal_scroll {
  height: 100%;
  overflow-y: scroll;
}

span.js-modal-close {
  position: absolute;
	right: 30px;
	top: 30px;
	font-size: 40px;
	cursor: pointer;
	color: #333333;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.top_text {
	margin: 30px 0 30px 30px;
	border: 2px solid red;
	background-color: #FFEFEF;
	padding: 20px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box;
}

/*--#info--*/

main #info{
	width:690px;
	height:260px;
	background-color:#FFFFFF;
	font-family: "Futura Std Book", "Lucida Grande", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3","Meiryo" ,"CI" ,"lr oSVbN", "Arial";
	padding:20px 20px 20px 20px;
	margin:40px 0px 0px 40px;
}

main #info .info-head{
	width:690px;
	height:22px;
	color:#FF8600;
	font-size:21px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	border-bottom:#FF8600 1px dashed;
	margin:0px 0px 20px 0px;
}

main #info .info-head img{
	vertical-align:top;
}

main #info .info-text{
	width:690px;
	height:217px;
	font-size:14px;
	line-height:175%;
	overflow-y:scroll;
	margin:0px 0px 0px 0px;
}

.info-text dl{
	width:670px;
	clear:both;
	padding-bottom:0px;
	margin:0px 0px 10px 0px;
}

.info-text dt{
	width:100px;
	display: list-item;
	list-style: disc outside;
	float:left;
}
.info-text.info-en dd {
	padding-left: 20px;
}

.info-text dd{
	width:560px;
	word-break:break-all;
	margin-left:100px;
}

/*--button--*/
#top-bt{
	margin:30px 0px 0px 0px;
}

/*#top-bt a{
	background:url(../img/confit-logo.png) no-repeat 50% 50%;
}*/



.blue-button {
	width: 500px;
	margin: 0 auto;
	display: block;
	background-color: #E8F6FF;
	border: 2px solid #248ACD;
	color: #248ACD !important;
	font-size: 20px;
	font-weight: bold;
	border-radius: 10px;
	text-align: center;
	padding: 20px 0;
}
.orange-button {
	width: 500px;
	margin: 0 auto;
	display: block;
	background-color: #fae2c9;
	border: 2px solid #FF8600;
	color: #FF8600 !important;
	font-size: 14px;
	font-weight: normal;
	border-radius: 10px;
	text-align: center;
	padding: 10px 0;
}
.orange-button-top {
	width: 730px;
	display: block;
	background:url(../img/confit-logo.png) no-repeat 3% 50% #fae2c9;
	border: 2px solid #FF8600;
	color: #FF8600 !important;
	font-size: 18px;
	font-weight: bold;
	border-radius: 10px;
	text-align: center;
	padding: 20px 20px;
	margin: 0px 0px 0px 40px;
}

.orange-button-top02 {
	width: 730px;
	display: block;
	background-color:#fae2c9;
	border: 2px solid #FF8600;
	color: #FF8600 !important;
	font-size: 18px;
	font-weight: bold;
	border-radius: 10px;
	text-align: center;
	padding: 20px 20px;
	margin: 0px 0px 0px 40px;
}

.orange-button.size-s {
	width: 235px;
}
.button-group {
	width: 500px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.button-group .fl {
	float: left;
}
.button-group .fr {
	float: right;
}</pre></body></html>