<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* bsj2021 common.css */

html{
	height:100%;
	overflow-y:scroll;
}

body{
	padding:0px;
	margin:0px;
	color: #313640;
	min-width:1000px;
	height:100%;
	font-size:14px;
	font-family: "Arial", "Helvetica", "Futura Std Book", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3","Meiryo" ,"CI" ,"lr oSVbN";
	line-height:180%;
	background-repeat:repeat-x;
}

.clearfix:after{/*clearfix設定*/
	content: "";
	display: block;
	clear: both;
}

img, ul, li, h1, h2, h3, h4, p, div{
	padding:0;
	margin:0;
	border:0;
}

ul, li{
	list-style-type:none;
}

.blank {
	clear:both;
	line-height:0px;
	font-size:0px;
}

.right{
	margin: 0 0 0 auto;
}

a:link,
a:active,
a:visited{
	color: #008140;
	text-decoration:none;
}

a:hover{
	color: #BBE2B2;/*BBE2B2 A1D4A1 F1FED2*/
	text-decoration:underline;
}

/*--header--*/
header{
	line-height:140%;
	clear:both;
	margin:0px auto 0px auto;
}

header h1 a:hover{
	opacity:1.0;
}

/*--#left_contents--*/
/*--#language--*/
ul#language{
	width:230px;
	height:45px;
	margin:0px 0px 25px 0px;
}

ul#language li a{
	width:110px;
	display:block;
	color: #313640;
	text-align:center;
	font-size:110%;
	font-weight:bold;
	background-color:rgba(239,234,64,0.50);
	border-radius:22.5px;
	padding:8px 0px;
}

ul#language li a:hover{
	background-color:rgba(239,234,64,1.0);
}

ul#language li.en a{
	float:left;
}

ul#language li.ja a{
	float:right;
}

ul#language li.current a{
	background-color:rgba(239,234,64,1.0);
}

/*--nav--*/
nav #global{
	width:230px;
	background-color:#313640;
	line-height:120%;
	border-radius:5px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

ul.menu{
	width:210px;
	list-style-type:none;
	padding:0px;
	margin:0px 10px 0px 10px;
}

ul.menu a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:15px;
	line-height: 130%;
	display:block;
	list-style-type:none;
	text-decoration:none;
	padding:15px 5px 15px 5px;
	border-bottom:#282D37 1px solid;
    position: relative;
}
ul.menu a:after{
	content: '';
    width: 5px;
    height: 5px;
    margin-top:  -3px;
    border-top: 2px solid #008140;
    border-right: 2px solid #008140;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
   	top: 50%;
    right: 5px;
}

#menu05 a::before,
#menu06 a::before,
#menu08 a::before,
#menu14 a::before,
#menu15 a::before,
#menu16 a::before {
	content: 'NEW';
	margin-top: -10px;
	padding: 2px 5px;
	font-size: 85%;
	animation: blinkAnimeS2 2s infinite alternate;
	position:  absolute;
	top: 50%;
	right: 20px;
}



ul.menu li:first-child a{
	/*border-top-left-radius:5px;
	border-top-right-radius:5px;*/
}

ul.menu li:last-child a{
	/*border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;*/
	border-bottom:none;
}

ul.menu li a:hover{
	background-color:#A8D4BE;
}

nav .sponsor_banner {
	margin-top: 30px;
	text-align: center;
}
nav .sponsor_banner a {
	margin-bottom: 10px;
	display: block;
}
nav .sponsor_banner img {
	vertical-align: bottom;
}
nav .sponsor_banner img:hover {
	opacity: 0.8;
}

.arrow01{
    position: relative;
    display:block;
    color: #5E6899;
    vertical-align: middle;
}
.arrow01::before,
.arrow01::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
	padding: 0px 0px 0px 0px;
}

.type01::after{
	display:block;
    width: 5px;
    height: 5px;
	font-weight:bold;
	right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	border-top: 2px solid #008140;
    border-right: 2px solid #008140;
	margin-right:5px;
}

.type01d::after{/*--drawerボタン--*/
	display:block;
    width: 5px;
    height: 5px;
	font-weight:bold;
	right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	border-top: 2px solid #008140;
    border-right: 2px solid #008140;
	margin-right:20px;
}

.type01d2::after{/*--drawerボタン--*/
	display:block;
    width: 5px;
    height: 5px;
	font-weight:bold;
	right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
	margin-right:20px;
}

/*--メニュー個々--*/


/*--サブメニュー--*/
ul#submenu{
	width:230px;
	list-style-type:none;
	background-color:#26945D;
	padding:0px;
	margin:0px -10px 0px -10px;
}

ul#submenu li.menu_02 a{
	width:200px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:15px;
	lineheight:200%;
	display:block;
	list-style-type:none;
	text-decoration:none;
	padding:17px 5px 17px 5px;
	border-bottom:#008140 1px solid;
	margin:0px 10px 0px 10px;
}

ul#submenu li.menu_02_wide a{
	width:200px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:15px;
	lineheight:200%;
	display:block;
	list-style-type:none;
	text-decoration:none;
	padding:10px 5px 10px 5px;
	border-bottom:none;
	margin:0px 10px 0px 10px;
}

ul#submenu li.menu_02 a:hover{
	color:#FFFFFF;
}

/*--footer--*/
footer{
	background-color:#313640;
}

footer a:link,
footer a:active,
footer a:visited{
	color: #F1FED2;
	text-decoration:underline;
}

footer a:hover{
	color: #F1FED2;
	text-decoration:none;
}

footer #foot_center{
	color:#FFFFFF;
}


footer #foot_center .copyright p{
	color:#18276D;
}

.text p {
	margin-bottom: 10px !important;
}
.text ul {
	margin-left: 10px;
}
.text ul li {
	margin: 4px 0 4px 20px;
	list-style: disc outside;
}

del {
    background-image: linear-gradient(#fe3464, #fe3464);
    background-position: 0 40%;
    background-size: 100% 3px;
    background-repeat: repeat-x;
    color: #000;
    text-decoration: none;
}</pre></body></html>