﻿@charset "utf-8";
/* CSS Document */
.header {
    /*position:fixed;*/
}

.main .reservation {
    display: none;
}

.main .wetherArea {
    margin-top: 10px;
}

.weatherBox {
	background-image:url(../../images/ZH-TW/index/bg_index_info.png);
	background-position:left top;
	background-repeat: no-repeat;
    background-color: #fff;
    float: right;
    margin-right: 30px;
    height: 344px;
    width: 220px;
    float: right;
    padding: 0 5px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    border-top: 4px solid #91806c;
}

.wetherArea .weather_title {
    height: 22px;
    width: 80%;
	background-image: url(../../images/ZH-TW/index/weather_title.png);
	background-position:left top;
	background-repeat:no-repeat;
    font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
    font-size: 15px;
    color: #565656;
    font-weight: lighter;
	text-indent:-9999px;
    padding-right: 0%;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.wetherArea img {
    width: 68px;
    padding-left: 10px;
}

.wetherArea p {
    font-size: 69px;
    float: right;
    font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
    color: #565656;
	font-weight:100;
	margin-right:20px;
}

.wetherArea span {
    font-size: 30px;
    color: #565656;
}

.newsArea {
}

    .newsArea .index_newstitle {
        width: 100%;
        height: 25px;
        background: url(../../Images/ZH-TW/index/index_newstitle.png) 20px center no-repeat;
        margin: 15px 0 7px 0;
        text-indent: -9999px;
    }

.copyright {
    width: 200px;
    font-size: 12px;
    color: #000;
	font-weight:100;
    text-align: center;
}

    .copyright a {
        color: #91806c;
        text-decoration: none;
    }

.main .newsArea {
    /*display:none;*/
}

.more_news {
    display: none;
}
.eventlightbox img{ width:100%; max-width:800px;}
@media screen and (max-width: 1060px) {

        .main .reservation {
            display: block;
            width: 95%;
            margin: 10px auto 20px auto;
            height: 36px;
            line-height: 36px;
            font-size: 16px;
            color:#7e7367;
            font-weight: normal;
            text-decoration: none;
            text-align: center;
            /*background-color: #91806c;*/
			border:3px solid #91806c;
			font-weight:400;
            transition: all 0.4s;
            -o-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -webkit-transition: all 0.4s;
        }

    .weatherBox {
        position: inherit;
        width: 100%;
        margin: 0;
        padding: 0;
        height: auto;
        border: none;
        background: no-repeat;
    }

    .newsArea .index_newstitle {
        background: none;
        text-indent: inherit;
        padding-left: 5px;
        font-family: 'Noto Sans TC', "微軟正黑體", "Microsoft JhengHei UI", sans-serif;
        font-size: 20px;
        color: #6f3d57;
        font-weight: 800;
        box-sizing: border-box;
    }

    .main .wetherArea {
        display: none;
    }

    .main .newsArea {
        display: block;
        border-top: 1px dotted #666;
    }

    .copyright {
        display: none;
    }

    .more_news {
        padding: 10px 20px;
        overflow: hidden;
        display: block;
    }

        .more_news a {
            float: right;
            font-size: 13px;
            font-weight: 400;
            left: 0px;
            width: 65px;
            height: 28px;
            line-height: 28px;
			border:3px solid #91806c;
            text-decoration: none;
            color: #7e7367;
            text-align: center;
        }
}
