﻿.indexinput {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    min-height: 30px;
}

html * {
    font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

.itemspan {
    margin-right: 40px;
}

.grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    opacity: 0.2;
    filter: alpha(opacity=20);
}

nav a:link,
nav a:visited,
nav a:hover,
nav a:active {
    color: #fff !important;
}

html {
    overflow-y: scroll;
}

#tb1 .z-link {
    font-size: 15px;
}

#tb1 img {
    width: 45px;
    display: inline-block;
    padding-right: 1em;
}

#loadingMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: white;
    opacity: 1;
    color: black;
}
