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

html,
body {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
}

h1,h2,h3,h4,h5,h6,pre,address,em,strong,th,ins {
	font-size:100%;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6,pre,address,ul,ol,li,dl,dt,dd,form,legend,p {
	margin:0;
	padding:0;
}

table,tr, td, th {
	margin:0;
	padding:0;
	border-collapse:collapse;
	border:0;
}
img {
    border:0;
    vertical-align:bottom;
}
ul,
ul, li {
	list-style-type: none;
}

header, section, footer, aside, nav, article, figure, main {
	margin: 0;
	padding: 0;
	display: block;
}


/*---------------------------------------
    shared
---------------------------------------*/
.floatLeft {
    float:left;
}
.floatRight {
    float:right;
}
.clearFloat {
	clear: both;
}
.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.center {
	text-align: center !important;
}
.bold {
	font-weight: bold !important;
}
.normal {
	font-weight: normal !important;
}

/* Margin top */
.mt0 {
	margin-top: 0px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}

/* Margin Bottom */
.mb1em {
	margin-bottom: 1em !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}

/* Margin Bottom */
.mr0 {
	margin-right: 0px !important;
}

/* Clear Fix shared */
.clearAll {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;

  height: auto;
  overflow: hidden;

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