﻿@charset "utf-8";
/*CSS Info ======================================================================
File Name: EPAiframe.css
Creator: Sharon
CreateDate:2018/05/25
Editer: Sharon
LastEditDate:2018/08/22
Version: 1.0
---------------------------
【 Table of Contents 】
	DIV XHTML頁面
	Free Style
    iframe for EPA
    新增英文版設定
=================================================================================*/

/*===============================================================================
                               Browser-CSS Reset
=================================================================================*/
@import "Reset.css";

/*===============================================================================
                                     全域設定
=================================================================================*/
body {
    font-family: "\5FAE\8EDF\6B63\9ED1\9AD4", Arial;
    background-color: #FFF;
}

#Wrap {
}

.wrapper {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    position: relative;
}

/*-----------------Content-----------------*/
#Content {
    font-family: "微軟正黑體",Arial;
}

#Main {
}

iframe {
    border: none;
}

figcaption {
    color: #28ACB0;
    font-size: 1.5em;
    text-align: left;
    font-weight: bold;
    margin: 0;
    line-height: 3em;
}

.en h6 {
    line-height: 1.5em;
    padding-bottom: 0.625em;
}

p.time, p.tw_time {
    margin-top: -0.5em;
    color: #555;
}

/*===============================================================================
                               以下是內容頁版面設定 
=================================================================================*/
/* AQI地圖 */
.svgMap {
    height: 350px;
}

    .svgMap svg {
        width: 200px;
        margin-left: 30px;
        float: none;
        margin-top: 5px;
    }
.MapLegend {
    bottom: 0;
    font-size:.625rem;
}

.svgMap svg path.block {
    fill: #f5f5f5;
}