﻿body
{
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: 'Lato' , sans-serif;
    font-weight: 400;
    font-size:1.5rem;
}

.logoWord
{
    font-size: 90%;
}

.tableStyle
{
    width: 100%;
}

.tdStyle td
{
    width: 100%;
    padding: 15px;
}

.img-td-width
{
    max-width: 190px;
    text-align:center;
}

.img-td-width th
{
    text-align:center;
}

.groupBg
{
    background-color: rgba(100%,100%,100%,0.4);
    display: block; /*   -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; */
}

.imgStyle
{
    padding: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 10px;
}

.banner
{
    background-image: url(/Content/images/1.jpg);
    max-width: 1980px;
    max-height: 650px;
    /*height: 300px;*/
}

.headerGroup
{
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

.inner
{
    padding: 15px;
}

.p-2
{
    padding: 10px;
}

.titleStyle
{
    text-align: right;
    color: White;
}

.titleStyle h1
{
    padding: 5px;
    margin: 0;
    font-size: 180%;
    font-family: 微軟正黑體;
    font-weight: bold;
}

.titleStyle h2
{
    padding: 5px 0;
    margin: 0;
    font-size: 150%;
    font-family: 微軟正黑體;
    font-weight: bold;
}

.menu
{
    font-size: 0.75em;
    margin-left: 10px;
    margin-right: 0;
    margin-bottom: 50px;
    margin-top: 10px;
    background-color: #ffffff;
    height: 2em;
    width: 604px;
    position: absolute;
    top: 0;
    left: 0;
}

.menu a
{
    color: #ffffff;
    background-color: #5e8eab;
    text-decoration: none;
    display: block;
    width: 120px;
    line-height: 2em;
}

footer
{
    padding: 20px 0;
    background-color: #dadada;
}

footer .line
{
    border-right: 1px solid #b7b7b7;
}

/* 修正 Search Banner */
.jumbotron {
  padding-top: 50px;
}
/*調整 table 不顯示 border */
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  border-top: none;
}
.table .fluidity{
  width: 99%;
}
.table .td-nowrap {
  white-space: nowrap;
  text-align:right;
}

.table .font18, .table.font18 {
  font-size: 1.8rem;
}
.table .font20 {
  font-size: 2rem;
}
.space-20 {

}
/* 自訂 */
em,.info-red, .error {
  color: #DD4B39;
  font-style: normal;
  font-weight: normal;
}
.info-blue {
  color: #3878C7;
}
/* map */
.map-window {
  height: 450px;
  height: calc(100vh - 275px);
  overflow-y: auto; 
  min-height: 100px;
  min-width: 100px;
}
.map-address {
  height: 350px;
  overflow-y: auto; 
  min-height: 100px;
  min-width: 100px;
}
