h1, h2, h3, h6{
    text-align: center;
    font-weight: bold;
}
h1{
    font-size: 26px;
    padding: 15px 10px 15px 20px;
    margin: 0px;
    background-color: #114499;
    color: #ffffff;
    text-align: left;
}
h2{
    font-size: 22px;
    margin: 15px 10px;
}
h3{
    font-size: 18px;
    margin: 10px;
}
h6{
    font-size: 12px;
    margin: 10px;
    font-weight: normal;
}
ul{
    display: inline-block;
    padding: 0px;
    width: 100%;
    margin: 0px;
}
ul.navigator{
    background-color: #114499;
}
ul.products{
    background-color: #eeeeee;
}
ul>li{
    display: inline-block;
    font-size: 16px;
}
ul.navigator>li{
    padding: 10px 20px 20px;
    font-weight: bold;
}
ul.products>li{
    padding: 10px;
}
ul.products>li:first-child{
    font-weight: bold;
}
ul>li>a{
    text-decoration: none;
}
ul.navigator>li>a{
    color: #ffffff;
}
ul.navigator>li>a:hover{
    color: #ffff00;
}
ul.products>li>a{
    color: #000066;
}
ul.products>li>a:hover{
    color: #0000ff;
}
div.product{
    display: inline-block;
    width: 458px;
    min-height: 105px;
    margin: 10px 10px;
    padding: 10px;
    background-color: #eeeeee;
    border-radius: 10px;
    vertical-align: top;
}
div.product img{
    height: 105px;
    width: 105px;
    display: inline;
    object-fit: contain;
}
div.product div{
    font-size: 16px;
    width: 343px;
    max-height: 100%;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    line-height: 21px;
}
div.product a:hover{
    color: #0000ff;
}
div.top{
    font-size: 16px;
    line-height: 20px;
    position: fixed;
    right: 10px;
    bottom: 93px;
    border: 1px solid #000066;
    padding: 0px 4px;
    background-color: #ffffff;
}
div.top a{
    text-decoration: none;
}
p{
    text-indent: 2em;
    font-size: 16px;
    line-height: 22px;
    white-space: pre-wrap;
    text-align: justify;
    margin: 10px;
}
a{
    color: #000066
}
input{
    font-family: inherit;
}
input[type=text]{
    max-width: 100px;
    width: 90%;
    height: 18px;
    border: 0px;
    padding: 1px 4px;
    margin: 0;
    vertical-align: top;
}
input[type=submit]{
    height: 20px;
    border: 0px;
    padding: 1px 4px;
    margin: 0;
    vertical-align: top;
}
img{
    max-width: 100%;
    max-height: 350px;
}
body>img{
    display: block;
    margin: auto;
}
body{
    max-width: 1000px;
    margin: auto;
    font-size: 0;
    word-break: break-word;
    font-family: sans-serif;
}
/*特殊日期使用*/
/*ul.navigator, h1{
    background-color: #666666;
}
ul.navigator>li>a:hover{
    color: #eeeeee;
}
ul.products>li>a{
    color: #000000;
}
ul.products>li>a:hover{
    color: #333333;
}
div.product a:hover{
    color: #333333;
}
a{
    color: #000000;
}*/