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

html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll; /* firefox ���p */
	overflow-y: scroll; /* �X�N���[���o�[��ɕ\�� */
}

html,body {
}

body,h1,h2,h3,h4,h5,h6,p,img,
hr,li,ul,dl,dt,dd {
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
}

a {
	outline: none;
}

object, embed { /* firefox�����]���΍� */
	vertical-align: top;  
}



/* clear
--------------------------------------------------*/

.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
	
.clearfix{
	display: inline-block;
} 

/* Hides from IE Mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */ 
</pre></body></html>