<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@media screen and (min-width: 992px){

html{height:100%;min-height: 100%;}
body{height:100%;min-height: 100%;background:#fff;}


#wrapper{
	height:100%;
	min-height:100%;
	overflow: hidden;
	height: auto; 

}
body &gt; #wrapper {
	height: auto;
}

header{
	width:260px;
	float:right;
	z-index:10;
	height: 100%; 
	min-height: 100%;
	padding-bottom:32767px;
	margin-bottom:-32767px;
	background-color:#fff;
	box-shadow: 10px 0 20px 5px #000;
	-moz-box-shadow: 10px 0 20px 5px #000;
	-webkit-box-shadow: 10px 0 20px 5px #000;
	-o-box-shadow: 10px 0 20px 5px #000;
	-ms-box-shadow: 10px 0 20px 5px #000;
}
header.sub{
	margin-top:-10px;
}
header:after {
	display : table;
	clear : both;
	content : '';
}
header a{
	text-decoration:none;
	color:#000;
}

body &gt; header {
	height: auto;
}
#logo span{
	font-size:14px;
}
.logo_img{
	width:95%;
	display:block;
	margin:5px 10px 0 10px;
}
.logo_img2{
	width:480px;
	display:block;
	margin:5px 10px 0 10px;
}
header small{
	display:block;
	text-align:right;
	margin:0 10px;
}


#hamburger_area{
	display:none;
}







#menu_area{
	background-color:#fff;
	display:block;
	width:260px;
	height:100%;
	min-height:100%;
	position:absolute;
	top:60px;
	right:0;
	z-index:999999;
	margin:0 0 120px 0;
}
nav &gt; #menu_area {
	height: auto;
}
#menu_area_overflow{
	background-color:#fff;
	height:100%;
	min-height:100%;
}


#menu_area ul li{
	border-bottom:solid 1px #ddd;
	margin:0 0 0 8px;
	padding:15px 10px 10px 10px;
	font-size:16px;
}


#menu_area ul li.lnk{
	background-image:url(../images/y2.png);
	background-position:230px center;
	background-repeat :no-repeat;
}
#menu_area ul li.ht{
/*	border-left:solid 12px #1170bf;	*/
	background-position:218px center;
	background-color:#1170bf;
	color:#fff;
	font-weight:bold;
}
#menu_area ul li.sttl{
	font-weight:bold;
/*	border-left:solid 5px #ccc; */
	background-position:225px center;
}

#menu_area ul a li{
	text-decoration:none;
	color:#333;
}
#menu_area ul a{
	text-decoration:none;
}
#menu_area ul a li:hover{
	background-color:#E0E9F7;
	color:#000;
}




#title{
	background-size:cover;
	background-color:#fff;
	height:350px;
	color:#fff;
	margin:0;
	padding:0;
	margin-right:260px;
}
#title h1{
	margin:0;
	padding:100px 0 0 0;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	text-shadow: 0 0 10px #ddf;
	line-height:1.2;
	color:#1170bf;
}





#main{
	background-color:#fff;
	margin:0;
	padding:0;
	margin-right:260px;
	z-index:1;
	border:1px solid #fff;
}
#main_act{
	margin-left:10px;
	margin-right:20px;
}

footer{
	background-color:#EFEEEF;
	margin:10px 0 0 0;
	padding:10px 0 20px 0;
	margin-right:260px;
	text-align:center;
}



#under-nav{
	display:block;
	width:260px;
	position: fixed;
	bottom:0;
	right:0;
	z-index:9999999;
	overflow:hidden;
	background-color:#1170bf;
	opacity:1;
}
.under2{
	float:left;
	width:50%;
	text-align:center;
	padding:15px 0 8px 0;
}
.under2 img{
	height:35px;
}
.under2 a{
	color:#fff;
	text-decoration:none;
}
.under2 span{
	display:block;
	margin:5px 0 0 0;
}


.under3{
	float:left;
	width:84px;
	text-align:center;
	padding:15px 0 8px 2px;
}
.under3 img{
	height:28px;
}
.under3 a{
	display: inline-block;
	color:#1170bf;
	text-decoration:none;
	background-color: rgba(255,255,255,1);
	width:90%;
	padding:10px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.under3 span{
	display:block;
	margin:5px 0 0 0;
	font-weight:bold;
}


#bottomborder{
width:100%;}

#leftttable{
width:50%;
}

#righttable{
width:48%;
}

#rightborder{
border-right: 1px solid #1170bf !important ;
width:48%;
}


/* main */
.sp_only{display:none;}
.tab_only{display:none;}
.pc_only{display:block;}
/* main */


#main_vot h1.pc_mt30{
margin-top:30px;
}

#main_vot .pctab_none{
display:none;
}


#main_vot .tleft_sp{
margin-left:50px;
}

#main_vot .personbox {
margin: 5px 100px 5px 5px;

}

}</pre></body></html>