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

@charset "utf-8";
/* CSS Document */

/* core	================================================	*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	line-height: 18px;
  font-weight: normal;
	box-sizing:border-box;
}

ol, ul {
	list-style: none;
}

br{
	letter-spacing:0;
}

a {
  color: #888;
	text-decoration:none;
}

.left-box,.right-box{
    float: left;
}

.clearfix:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.listhead {
	margin:0px !important;
}

html {
	height: 100%;
}

body {
	
	font-family: "繝偵Λ繧ｮ繝取�譛� ProN W3", "HiraMinProN-W3", "HG譏取悃E", "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", "MS 譏取悃", serif;
	width:100%;
	font-size:12px;
	color:#000000;
   /* background-color: #ffffff;*/
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

img.img-blur {
	  -webkit-animation-name: imageBlur;
		animation-name: imageBlur;
		opacity: 1;
		transition: .8s;
}

img {
	  opacity: 0;
		  -moz-transition: -moz-transform 0.5s linear;
			  -webkit-transition: -webkit-transform 0.5s linear;
				  -o-transition: -o-transform 0.5s linear;
					  -ms-transition: -ms-transform 0.5s linear;
						  transition: transform 0.5s linear;
							  -webkit-animation-duration: 1.5s;
								  animation-duration: 1.5s;
									  -webkit-animation-fill-mode: both;
										  animation-fill-mode: both;
										}
										.img-blur {
											  -webkit-animation-name: imageBlur;
												  animation-name: imageBlur;
													  opacity: 1;
														  transition: .8s;
														}

														@-webkit-keyframes imageBlur {
															  from {
																	    opacity: 0;
																			    -webkit-filter: blur(15px);
																					    -moz-filter: blur(15px);
																							    -ms-filter: blur(15px);
																									    -o-filter: blur(15px);
																											    filter: blur(15px);
																													  }

																														  to {
																																    opacity: 1;
																																		    -webkit-filter: blur(0px);
																																				    -moz-filter: blur(0px);
																																						    -ms-filter: blur(0px);
																																								    -o-filter: blur(0px);
																																										    filter: blur(0px);
																																												  }
																																												}
																																												@keyframes imageBlur {
																																													  from {
																																															    opacity: 0;
																																																	    -webkit-filter: blur(15px);
																																																			    -moz-filter: blur(15px);
																																																					    -ms-filter: blur(15px);
																																																							    -o-filter: blur(15px);
																																																									    filter: blur(15px);
																																																											  }

																																																												  to {
																																																														      opacity: 1;
																																																																	    -webkit-filter: blur(0px);
																																																																			    -moz-filter: blur(0px);
																																																																					    -ms-filter: blur(0px);
																																																																							    -o-filter: blur(0px);
																																																																									    filter: blur(0px);
																																																																											  }
																																																																											}

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