<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, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;} */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ul {list-style: none; margin:0; padding:0;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}

/* common style */
body{ background:#EEE; font-size:12px; }
a{ color:#000; text-decoration:none; }
a:hover{ text-decoration:underline; }
.clear{ clear:both; }
.icon{ width:11px; height:11px; }
.nickicon{ position:relative; top:3px; width:15px; height:15px; }
.nick{ cursor:pointer; }
.nickPopup{ position:absolute; border:1px solid #666; box-shadow:0 0 3px #666; padding:5px 0 5px 0; border-radius:5px; background:#EEE; cursor:pointer; z-index:999; text-align:center; }
.nickPopup .nickPopupMenu{ padding:5px; }
.nickPopup .nickPopupMenu:hover{ background:#CCC; }
textarea{ resize:none; }
label.absolute { position: absolute; color:#999; display: none; cursor: text; }

textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"]{ font-size:12px; border:1px solid #CCC;-webkit-transition:border linear .2s,box-shadow linear .2s;-moz-transition:border linear .2s,box-shadow linear .2s;-o-transition:border linear .2s,box-shadow linear .2s;transition:border linear .2s,box-shadow linear .2s }
textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{ border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6)}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;*margin-top:0;line-height:normal;cursor:pointer }

.widget_title{ background-image: linear-gradient(bottom, #FAFAFA 8%, #F0F0F0 54%); background-image: -o-linear-gradient(bottom, #FAFAFA 8%, #F0F0F0 54%); background-image: -moz-linear-gradient(bottom, #FAFAFA 8%, #F0F0F0 54%); background-image: -webkit-linear-gradient(bottom, #FAFAFA 8%, #F0F0F0 54%); background-image: -ms-linear-gradient(bottom, #FAFAFA 8%, #F0F0F0 54%); background-image: -webkit-gradient(	linear,	left bottom,	left top,	color-stop(0.08, #FAFAFA),	color-stop(0.54, #F0F0F0)); height:22px; border-radius:5px 5px 0 0; border:1px solid #CCC; text-align:center; font-size:12px; font-weight:bold; padding-top:8px; }

.widget_doc{ float:left; margin-bottom:10px; }
.widget_notice{ margin-bottom:10px; }
.widget_doc li{ list-style:disc; margin:0 20px 0 20px; }
.widget_doc .boardDoc, .widget_notice .noticeBody{ border:1px solid #CCC; border-top:0; padding:10px; }

.widget_calendar{ width:210px; text-align:center; }
.widget_calendar table{ width:100%; border:1px solid #CCC; border-top:0; background:#F7F7F7; }
.widget_calendar table td{ padding:6px 0 6px 0; width:30px; color:#444; }
.widget_calendar table .bold{ background:#DDD !important; }
.widget_calendar table .today{ font-weight:bold; color:#000 !important; }
.widget_calendar table td:hover{ background:#E6E6E6; cursor:pointer; }

.commentBest1{ background:#ebeeff !important; }
.commentBest2{ background:#dbe0fc !important; }
.commentBest3{ background:#d5dbff !important; }
.commentBest4{ background:#cad1ff !important; }
.commentBest5{ background:#bfc8fd !important; }</pre></body></html>