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


/*************************************************************************************************************************
* デフォルト：640px以下用の記述
*************************************************************************************************************************/
html { overflow-y:scroll;}
body{ font-size:13px; color:#333; line-height:1.75; font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; word-break : break-all; }
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
p, blockquote,
th, td, legend { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight: normal; }
address, caption, cite, code, th { font-style: normal; font-weight:normal; }
table { width: 100%; border-collapse: collapse; border-spacing: 0; }
caption{ text-align: left;}
ul {list-style: none;}
img, table, fieldset { border: 0;}
img, object, embed {vertical-align: bottom;}
legend { color:#333;}
input, textarea, select { font-family:inherit; font-size:inherit; font-weight:inherit; outline: none; }


/*************************************************************************************************************************
* 641px以上用の記述
*************************************************************************************************************************/
@media print, screen and (min-width:641px){
	body{ font-size:14px;}
}</pre></body></html>