﻿body{}
.main
{
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;    
}

.main img
{
    height: auto;        
}
.main h1
{
    font-size: 50px;
    letter-spacing: 0.2em;
    font-weight: bold;
}

.main h2
{
    color: #370000;
    font-size: 40px;
    letter-spacing: 0.2em;
    font-weight: bold;
}

.main h3
{
    color: #370000;
    font-size: 30px;
    letter-spacing: 0.2em;
    line-height: 1px;
    font-weight: bold;
}

.case li::marker {
  color: #ff0000; /* 紅色符號 */
  font-size: 1.2em; /* 可選：調整符號大小 */
}


                     
.table_bottom_column
{
    padding: 10px;
    position: fixed;
    bottom: 0px;
    font-weight: bolder;
    border-color: White;
    background-color: #006C00;
    text-align: center;    
    font-size: 50px;
    color: #FFFFFF;
}
.table_bottom_column a
{
    color: #FFFFFF;
    text-decoration: none;
}

.table_right_column
{
    position: fixed;
    bottom: 30%;
    right: 3px;
}

.about
{
    line-height: 1.8;
    font-size: 25px;
}

.project a:link, a:visited   
{
  color: #000000;
  text-decoration: none; /* 移除底線（如果需要的話） */
}

.project_item_describe
{
    margin-top: -30px;
    font-size: 20px;        
}

.project_keyword 
{
    font-size: 25px;
    letter-spacing: 0.2em;
}

.location_describe span
{
    font-size: 26px;
    font-weight: bold;
    color: #004200;
    letter-spacing: 5px;
}