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

body{
/*	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
/*	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
	font-family:'Meiryo UI','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	background-color:#ffffff;
	margin:0;
    padding:70px 0 50px 0;
}

* html body{  
	overflow:hidden;
}

a{
	outline:none;
}

a:link{		/*まだアクセスしたことのないリンクに適用*/
	color:#422960;
	text-decoration:none;
}
a:visited{ 	/*既にアクセスしたことのあるリンクに適用*/
	color:#422960;
	text-decoration:none;
}
a:hover{	/*マウスが上に乗っている状態のリンクに適用*/
	color:#7e318e;
	text-decoration:underline;
}
a.active{	/*選択されている状態のリンクに適用*/
	color:#422960;
	text-decoration:underline;
}

/*======================================= header =======================================*/

div#header {
    position: fixed !important;  
    position: absolute;  
    top: 0;
    left: 0;
    width: 100%;  
    height: 120px;  
    background-color: #ffffff;  
    color: #422960;
}
#head_logo{
	padding-top:40px; 
}
#head_logo2{
	padding-top:40px;
	text-align:right; 
}
hr.dot {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999999;
}
div#header0805 {
    position: fixed !important;  
    position: absolute;  
    top: 0;
    left: 0;
    width: 100%;  
    height: 180px;  
    background-color: #ffffff;  
    color: #422960;
}
hr.dot0805 {
    border: 0;
    border-bottom: 1px dashed #333333;
    background: #ffffff;
}
/*======================================= header =======================================*/



/*======================================== menu ========================================*/
#menu ul{
	margin: 0; 
	padding: 0; 
	list-style: none;
	position: relative;
}

/*#menu li{ 
	display: inline; 
	padding: 0; 
	margin: 0; 
	position: relative;
	font-size: 13px;
	text-align: center;
}
*/
#menu li{ 
	float: left;
	display: block; 
/*	border: 1px solid #666;
	background-color: #ccc;
*/	padding: 1px;
	text-decoration: none;
	color: #422960;
	width: 105px; 
	margin: 3px;
	text-align: center;
	font-size: 12px;
}

#menu li a{
	float: left;
	display: block; 
/*	border: 1px solid #666;
	background-color: #ccc;
*/	padding: 0px;
	text-decoration: none;
	color: #422960;
	width: 105px; 
	margin: 1px;
	text-align: center;
	font-size: 12px;
}
#menu li a:hover{
/*	background-color: #2d56be;
*/	text-decoration: underline;
	color: #111111;
	font-size: 12px;
	text-align: center;
}
#menu0805 ul{
	margin: 0; 
	padding: 0; 
	list-style: none;
	position: relative;
}

#menu0805 li{ 
	float: left;
	display: block; 
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
/*	background-color: #ccc;
*/	padding: 0px;
	text-decoration: none;
	color: #422960;
	width: 120px;
	height:30px; 
	margin: 0px;
	text-align: center;
	font-size: 12px;
	line-height:30px; 
}
#menu0805 li+ li{ 
	float: left;
	display: block; 
	border-left: none;
	border-right: 1px solid #999999;
/*	background-color: #ccc;
*/	padding: 0px;
	text-decoration: none;
	color: #422960;
	width: 120px;
	height:30px; 
	margin: 0px;
	text-align: center;
	font-size: 12px;
	line-height:30px; 
}

#menu0805 li a{
	float: left;
	display: block; 
/*	border-left: 1px solid #333333;
	background-color: #ccc;
*/	padding: 0px;
	text-decoration: none;
	color: #422960;
	width: 120px;
	height:30px; 
	margin: 0px;
	text-align: center;
	font-size: 12px;
}
#menu0805 li a:hover{
	background-color: #666666;
	text-decoration: underline;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}
/*======================================== menu ========================================*/



/*====================================== contents ======================================*/
* html div#contents{
	height:100%;
	overflow:auto;
}

#tp_banner{
	text-align:center;
	padding-bottom:25px; 
	padding-top:60px; 
}
.bgc_w{
	background-color:#fff;
	padding-left:30px; 
	padding-right:30px; 
	padding-top:40px; 
	padding-bottom:40px; 
}
.bgc_g{
	background-color:#efefef;
	padding-left:30px; 
	padding-right:30px; 
	padding-top:40px; 
	padding-bottom:40px; 
}
.ti{
	font-size:24px;
	color:#422960;
	font-weight:bold; 
}
.tp_tx{
	line-height:180%; 
	color:#111111;
	padding-top:5px; 
	padding-left:15px; 
	font-size:13px; 
}
.tp_img{
	padding-top:5px; 
	padding-bottom:10px; 
}
.img_tx{
	line-height:180%; 
	color:#999999;
	padding-left:20px; 
	font-size:12px; 
}
.min_tx{
	line-height:180%; 
	color:#999999;
	padding-top:3px; 
	padding-left:20px; 
	padding-right:20px; 
	font-size:12px; 
}
.ti_sec{
	font-size:20px;
	color:#422960;
	line-height:170%;
	font-weight:bold;
	padding-bottom:10px; 
	padding-top:60px; 
}
.ct_img{
	padding-top:5px; 
	padding-bottom:10px;
}
.subti ul{
	margin:0;
	padding:0;
}
.subti li{
	padding-left:25px;
	list-style:outside none;
	background-image:url("/wizberry/common/images/circle.png");
	background-repeat:no-repeat;
	background-position:0px 3px;
	font-size:16px; 
	line-height:180%; 
	font-weight:bold; 
	color:#422960; 
}
.subti_tx{
	line-height:180%; 
	color:#111111;
	padding-top:3px; 
	padding-bottom:15px;
	padding-left:25px;  
	font-size:12px; 
}
.tipro_tx{
	padding-left:40px; 
	line-height:180%; 
	color:#111111;
	font-size:15px; 
	font-weight:bold;
}
.subpro_tx{
	padding-left:60px; 
	line-height:170%; 
	color:#111111;
	font-size:13px;
	padding-bottom:10px;  
}
.top{
	vertical-align:bottom; 
	color:#999999;
	font-size:14px; 
	text-align:center;
	padding-top:200px;
	text-decoration:underline;
}
.eve_ti{
	font-size:16px;
	padding-top:25px; 
	font-weight:bold;
	padding-left:15px; 
	height:80px; 
	width:500px;
	text-decoration:underline;
	line-height:170%; 
}
.eve_contents{
	font-size:14px;
	padding-left:15px; 
	font-weight:normal;
	line-height:180%; 
	padding:30px; 
}
.eve_day{
	font-size:14px;
	padding-right:10px;
	padding-left:15px;  
	font-weight:normal;
}
.iq_comments{
	font-size:12px;
	padding-top:10px; 
	font-weight:normal;
	padding-left:15px; 
	color:#999999;
	line-height:170%; 
}
.form_item{
	font-size:12px;
	font-weight:normal;
	color:#111111;
	padding-left:10px;
	line-height:150%;
	text-align:left;
	background-color:#eeeeee;
}

.form_box{
	font-size:12px;
	font-weight:normal;
	color:#111111;
	padding-left:10px;
	line-height:150%;
	background-color:#ffffff;
}
.f_notice{
	font-size:9px;
	font-weight:normal;
	color:#03F;
	margin-left:8px;
	line-height:150%;
}
.f_attention{
	font-size:9px;
	font-weight:bold;
	color:#CC0000;
	margin-left:8px;
	line-height:150%;
}
.dis_ime{
	ime-mode:disabled;
}
.pulldown_150{
	font-size:14px;
	width:150px; 
}
/*位置調整*/
#top{
	margin-top:-120px;
	padding-top:120px;
}
#wamm{
	margin-top:-120px;
	padding-top:120px;
}
#wsds{
	margin-top:-120px;
	padding-top:120px;
}
#wsps{
	margin-top:-120px;
	padding-top:120px;
}
#wmeg{
	margin-top:-120px;
	padding-top:120px;
}
.semi_tx{
	line-height:190%; 
	color:#111111;
	padding-top:5px; 
	padding-left:10px; 
	font-size:14px; 
}
.pr_time{
	line-height:190%; 
	color:#111111;
	padding:10px; 
	font-size:14px; 
	font-weight:bold;
	text-align:center;
}
.pr_ti{
	line-height:190%; 
	color:#0a50a1;
	padding-top:10px; 
	padding-left:10px; 
	padding-right:10px; 
	font-size:15px;
	font-weight:bold; 
}
.pr_tx{
	line-height:190%; 
	color:#111111;
	padding:10px; 
	font-size:15px; 
}
.ac_ti{
	line-height:170%; 
	padding-top:10px; 
	padding-left:10px; 
	padding-right:10px; 
	font-size:20px;
}
.ac_tx{
	line-height:170%; 
	color:#111111;
	padding:10px; 
	font-size:15px; 
}
/*====================================== contents ======================================*/

/*=================================== privacy policy ===================================*/
#policy{
    margin:30px 0  0  30px;
	padding-left:20px;
	padding-top:5px;
	padding-bottom:20px;
	padding-right:0px;
	font-size:15px;
	color:#333333;
	line-height:200%;
}
#policy li{
    width:540px;
    height:40px;
    display:block;
    position:relative;
}
#policy li &gt; div {
    width: 800px;
    min-height: 20px;
    position: absolute;
    top:-60px;
    margin-left: -120px;
    margin-top: -800px;
    padding: 30px;
    visibility:hidden;
    opacity: 0;
    background: #ffffff;
    font-size:13px;
	line-height:170%; 
	text-align:left;

    -moz-border-radius: 15px; 
    -webkit-border-radius: 15px; 
    border-radius: 15px; 

    -moz-box-shadow: 0 0 8px gray; 
    -webkit-box-shadow: 0 0 8px gray; 
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#272229', Direction=135, Strength=3); 
    box-shadow: 0 0 8px gray; 
    
  　-moz-transition: all 0.5s ease-in-out; 
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; 
    transition: all 0.5s ease-in-out;
}
#policy li:hover &gt; div {
	cursor:help;
    visibility:visible;
    opacity: 1;
    top:0px;
	left:0px; 

    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out; 
    -o-transition: all 0.5s ease-in-out; 
    transition: all 0.5s ease-in-out;
}
#policy li a.nav{
	pointer-events: none;
	border-bottom:1px dotted;
}
#policy li a.click{
	border-bottom:2px dotted;
}
/*=================================== privacy policy ===================================*/

/*======================================= footer =======================================*/

table#footer {
	margin-bottom:10px;
	margin-top:20px;
	background-color:#ffffff;
}
.footer_font1 {
	font-size:10px;
	color:#000000;
	margin-right:2px;
	margin-top:2px;
	margin-bottom:0px;
}
/*======================================= footer =======================================*/</pre></body></html>