<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
html5doctor.com Reset Stylesheet
v1.6.1
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* add */

img {
    max-width:100%;
    vertical-align:bottom;
}

ul {
    list-style:none;
    padding:0;
}

a:link, a:visited, a:hover, a:active {
    color:#fff;
    text-decoration: none;
}

a img:hover {
    opacity:0.6;
    filter:alpha(opacity=60);
    -webkit-transition:0.6s;
    transition:0.6s;
}

html {
    font-size: 52.5%;
}

body {
    background:#fff;
    margin:0;
    font-family:"æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ Medium", "Yu Gothic Medium", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", "Yu Gothic", sans-serif;
    font-size:1.6rem;
    line-height: 1.75em;
    color:#454e56;
}

.wrap {
    width:100%;
    margin:0 auto;
}

#totop {
    display:block;
    position:fixed;
    bottom:16px;
    right:0;
    width:120px;
    height:120px;
    background:url(../images/go_top.png) no-repeat;
    background-size:80px;
    opacity:0.8;
}

#totop span {
    display:none;
}

#totop a {
    display:block;
    width:80px;
    height:80px;
}

#totop:hover {
    opacity:0.6;
    filter:alpha(opacity=60);
    -webkit-transition:0.6s;
    transition:0.6s;
}

@media screen and (max-width:640px){
#totop {
    bottom:0;
    right:-48px;
    background-size:60px;
}
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

.center {
    text-align: center;
}

/* font */
.fc_white {
    color:#fff;
}

.fc_black {
    color:#000;
}

.fw_bold {
    font-weight:700;
}

.fs_10 {
    font-size: 1.0rem;
}

.fs_12 {
    font-size: 1.2rem;
}

.fs_14 {
    font-size: 1.4rem;
    line-height: 1.5em;
}

.fs_16 {
    font-size: 1.6rem;
}

.fs_18{
    font-size: 1.8rem;
}

.fs_20 {
    font-size: 2.0rem;
}

.fs_22 {
    font-size: 2.2rem;
}

.fs_24 {
    font-size: 2.4rem;
    line-height: 1.5em;
}

.fs_26 {
    font-size: 2.6rem;
    line-height: 1.5em;
}

.fs_28 {
    font-size: 2.8rem;
}

.fs_30 {
    font-size: 3.0rem;
}

.fs_32 {
    font-size: 3.0rem;
    line-height: 1.5em;
}

.fs_34 {
    font-size: 3.4rem;
}

.fs_36 {
    font-size: 3.6rem;
}
.fs_44 {
    font-size: 4.4rem;
    line-height: 1.5em;
}
.fs_65 {
    font-size: 6.5rem;
}

.mark{
    color:red;
}</pre></body></html>