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

/*****************************************************

 リセット
 
*****************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,img,a,figure{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

ol,ul {list-style:none;text-align:left;}

caption,th {text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal; }

q:before,q:after{content:'';}

main, article, aside, figure, footer, header, hgroup, nav, section, main {display:block; margin:0;padding:0;} /* New HTML5 elements */ 

html { /*スマホ文字自動調整オフ*/
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;	
}

/* フォームのリセット */
button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border:none;
  outline:none;
}

a:focus, *:focus { outline:none; }/*リンクの枠線を消す*/

input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}


/*****************************************************

 共　通 
 
*****************************************************/
/* フロートクリア */
.clearfix:before,
.clearfix:after {  
  	content: " ";
    display: table;
} 

.clearfix:after { clear: both; }

.clearfix { *zoom: 1; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */
</pre></body></html>