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

/** ページごとに違うのはなるべくここに置く **/

/*PLESE DO NOT RESET CSS AT THIS LEVEL. The Rest is done at global.css level, doing this can break component.
Please contain reset scope within the contents of the page*/
/*
*{font-family: verdana ,MS UI Gothic, arial, ＭＳ Ｐゴシック, sans-serif,Osaka‐等幅;} 
body{padding:0px; margin:0; font-size:12px; background-color:#000; line-height:20px; color:#252525;}
*/
#wrap{width:806px; margin:0 auto; padding:0; background-color:#FFF;}
.img1 {	width: 806px; height:290px;	display: block;	background: top left url(img1.jpg) no-repeat ; margin:0; padding:0;}
.img2 {	width: 806px; height:290px;	display: block;	background: top left url(img2.jpg) no-repeat ; margin:0; padding:0;position: relative;}
.img3 {	width: 806px; height:291px;	display: block;	background: top left url(img3.jpg) no-repeat ; margin:0 auto; padding:0;position: relative;}

.txtHolder {
	position: absolute;
	width: 380px;
	top: 290px;
	left: 400px;

	z-index: 999;
	height: auto;
	
	text-align: left;
	font-size: 14px;
	line-height: 160%;

	/*background-color: #f00;*/

}

.txtHolder p {
	-webkit-box-shadow: 0px 0px 30px -1px rgba(0,0,0,0.52);
	-moz-box-shadow: 0px 0px 30px -1px rgba(0,0,0,0.52);
	box-shadow: 0px 0px 30px -1px rgba(0,0,0,0.52);

	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;

	padding: 14px;
	margin-bottom: 32px;

}

.eventBtn:link,
.eventBtn:visited {
  
	/*position: absolute;
	top: 206px;
	left: 412px;*/
	margin:0 auto;
	width:290px;

	height:48px;
	margin: 18px auto 8px;
	display:block;

	font-size:16px;
	line-height: 48px;	
	color:#333;
	text-align: center;
	color: #fff;

	background-color: rgb(40,125,11);
	
	border:1px solid #fff;

	-webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,0.3);
	box-shadow: 0 0 6px 1px rgba(0,0,0,0.3);

	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.eventBtn:hover,
.eventBtn:active {
	color:#fff;
	background-color:#6eca4c;
}

.pfName {
display: block;
text-align: right;
width: 802px;
margin: 0 auto 36px;
font-size: 14px;
line-height: 22px;
}



#addinfo{color: #512C1A; font-size:14px;text-align:left;line-height:130%; margin-left:30px; width:770px; margin-bottom: 36px;}
#addinfo span{ color: #512C1A; font-weight:bold;}
#addinfo a{color: #ed145b; text-decoration:none;}
#addinfo a:hover{color: #00bff3; text-decoration:none;}




img a { border:0}
img a:hover { border:0}
.icons { padding: 298px 255px 0px 0px; margin:0px; float:right; }



img{border:none;}
a{ outline:none;}
a:hover{ outline:none;}
.end{ clear:both; margin:0; padding:0;}
.home { margin:0; padding:5px 10px 0 0;}
.clear { margin:0px; padding:0px; clear:both; width:100%; font-size:1px;}
.spacer {display:block; height:1px;}</pre></body></html>