<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* alice.base �桁�罔≦�� */
@charset "utf-8";
/* �我②���決���箙�������峨�臀�蕁窮��綵怨��鐚�羞糸��莅����桁�札���箙�絖�篏� */
html{
    _overflow-x: hidden;
}
html,body{
    color: #000; background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* ��紊�莨壕���絽梧���筝��茹����桁���茵�ｰ篏�臀���� */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0; padding: 0;
}

/* ��莅� HTML5 ��膈�, IE ��荀��� js 筝� createElement(TAG) */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* HTML5 紵�篏���篁区� img 篆���筝��� */
audio, canvas, video {
    display: inline-block; *display: inline; *zoom: 1;
}

/* 荀�羈��頫�����膣�綛銀�膸ф�睡�句婚 font ����� */
body, button, input, select, textarea {
    font: 12px/1.5 'Microsoft YaHei', tahoma, arial, "Hiragino Sans GB", \5b8b\4f53;
}

input, select, textarea {
    font-size: 100%;
    vertical-algin: middle;
}

/* �紙���Table  cell ��莨壕�綛区��区捷���� */
table {
    border-collapse: collapse; border-spacing: 0;
}

/* IE bug fixed: th 筝�膸ф�� text-align*/
th {
    text-align: inherit;
}

/* �脂�ら�莅よ捷罅� */
fieldset, img {
    border: 0;
}

/* ie6 7 8(q) bug �丞ず筝肴���茵�ｰ */
iframe {
    display: block;
}

/* �紙� firefox 筝�罩ゅ��膣���莨号� */
abbr, acronym {
    border: 0; font-variant: normal;
}

/* 筝��雁�� del �桁� */
del {
    text-decoration: line-through;
}

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

/* �紙���茵�������莚�, li 篌�膸ф�� */
ol, ul {
    list-style: none;
}

/* 絲拷����������荀�����膣�, ���篁�箙��遵�筝� */
caption, th {
    text-align: left;
}

/* �ヨ��yahoo, 莅���蘂��処���箙�, ��綺�紊�筝�鎧膸�綺��� */
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500;
}

/* 罩ｅ幻�丈･ ����� */
a:link {
    color: #08c;
}

/* 藜������� */
a:hover {
    color: #08c;
    text-decoration: underline;
}

/* 藥�莅や��丞ず筝���膾随�篆���蕁級�∝�羇� */
ins, a {
    text-decoration: none;
}

/* 羝���羌��� */
.fn-clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.fn-clearfix {
    zoom: 1; /* for IE6 IE7 */
}

/* ����, ��絽悟���ヤ� JS ���� */
body .fn-hide {
    display: none;
}

/* 莅丞舟����, �鎞�羌���研�ョ��bug */
.fn-left, .fn-right {
    display: inline;
}

.fn-left {
    float: left;
}

.fn-right {
    float: right;
}
</pre></body></html>