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

html{
    margin: 0;
    padding: 0;
}

body{
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	color:#333;
	font-size:14px;
}
body,div,dl,dt,dd,ul,ol,li,h1,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{
	padding: 0;
	margin: 0;
}
ul,ol,li{
	list-style: none;
}
table{
  font-size:inherit;
	font:100%;
}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,em,th,var {
	font-weight: normal;
	font-style: normal;
}
caption,th {text-align:left;}
q:before,q:after {content:'';}
abbr,acronym {border: 0;}

/**txt size**********************************/
.txt10 { font-size:11px; }
.txt11 { font-size:11px; }
.txt12 { font-size:12px; }
.txt13 { font-size:13px; }
.txt14 { font-size:14px; }

.txt-red{color:#cc0000;}

a{color:#0081c2;}

/**********************************************
*common
***********************************************/
/**clearfix**/
.clearfix {
    zoom: 1;
    /* for IE5.5 - IE7 */
}

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

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
    overflow: hidden;
}

.left{float:left !important;}
.right{float:right;}</pre></body></html>