@charset "UTF-8";
/* 
	請注意！本 sass 所做設定為其他scss檔案基礎。
	本 scss 僅做基礎功能的引入，除非有其他系統規範的異動，否則請避免任何變更。
*/
/* line 5, ../sass/_base_function.scss */
.data_midlle_cp .cp_tabs ul:after {
  content: "​";
  display: block;
  height: 0;
  clear: both;
}

/* line 50, ../sass/_base_function.scss */
.data_midlle_cp .cp_tabs ul {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  list-style: none;
  background-color: transparent;
  font-size: 1em;
  font-weight: 400;
  transition: 0;
}

/* 
	請注意！本 scss 所做設定皆全域可見。
	本 sass 引入 icomoon 圖示字型，用以作為文字圖示。

	詳細資訊請參閱 https://icomoon.io/，教學請參閱 http://www.minwt.com/html/12931.html

	1 將 icon 包下載回來後，將包裡的 fonts 目錄檔案 .eot .svg .ttf .woff 檔案複製到 /Images/icon-font
	2 修改 style.css 裡的項目，步驟如下：
		1 將 @font-face 與 [class^="icon-"], [class*=" icon-"] 樣式刪除
		2 將 ":before" 字串全數刪除
		3 將 ".icon-" 取代成 ".icon-font-"
		4 將修改的內容複製至 /Sass/_bace_icon-font.scss
*/
@font-face {
  font-family: 'icomoon';
  src: url("../Images/icon-font/icomoon.eot?59oic8");
  src: url("../Images/icon-font/icomoon.eot?#iefix59oic8") format("embedded-opentype"), url("../Images/icon-font/icomoon.ttf?59oic8") format("truetype"), url("../Images/icon-font/icomoon.woff?59oic8") format("woff"), url("../Images/icon-font/icomoon.svg?59oic8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
	/*
	本 sass 引入 icomoon 圖示字型，用以作為文字圖示。

	詳細資訊請參閱 https://icomoon.io/，教學請參閱 http://www.minwt.com/html/12931.html

	1 將 icon 包下載回來後，將包裡的 fonts 目錄檔案 .eot .svg .ttf .woff 檔案複製到 /Images/icon-font
	2 修改 style.css 裡的項目，步驟如下：
		1 將 @font-face 與 [class^="icon-"], [class*=" icon-"] 樣式刪除
		2 將 ":before" 字串全數刪除
		3 將 ".icon-" 取代成 ".icon-font-"
		4 將修改的內容複製至 /Sass/_bace_sys-icon-font.scss
	*/
/* line 20, ../sass/_base_icon-font.scss */
.icon-font-error {
  content: "\e000";
}

/* line 23, ../sass/_base_icon-font.scss */
.icon-font-error_outline {
  content: "\e001";
}

/* line 26, ../sass/_base_icon-font.scss */
.icon-font-warning {
  content: "\e002";
}

/* line 29, ../sass/_base_icon-font.scss */
.icon-font-album {
  content: "\e004";
}

/* line 32, ../sass/_base_icon-font.scss */
.icon-font-equalizer {
  content: "\e007";
}

/* line 35, ../sass/_base_icon-font.scss */
.icon-font-mic {
  content: "\e00f";
}

/* line 38, ../sass/_base_icon-font.scss */
.icon-font-mic_none {
  content: "\e010";
}

/* line 41, ../sass/_base_icon-font.scss */
.icon-font-mic_off {
  content: "\e011";
}

/* line 44, ../sass/_base_icon-font.scss */
.icon-font-movie {
  content: "\e012";
}

/* line 47, ../sass/_base_icon-font.scss */
.icon-font-library_add {
  content: "\e013";
}

/* line 50, ../sass/_base_icon-font.scss */
.icon-font-library_books {
  content: "\e014";
}

/* line 53, ../sass/_base_icon-font.scss */
.icon-font-library_music {
  content: "\e015";
}

/* line 56, ../sass/_base_icon-font.scss */
.icon-font-play_arrow {
  content: "\e01b";
}

/* line 59, ../sass/_base_icon-font.scss */
.icon-font-play_circle_filled {
  content: "\e01c";
}

/* line 62, ../sass/_base_icon-font.scss */
.icon-font-play_circle_outline {
  content: "\e01d";
}

/* line 65, ../sass/_base_icon-font.scss */
.icon-font-queue {
  content: "\e01f";
}

/* line 68, ../sass/_base_icon-font.scss */
.icon-font-recent_actors {
  content: "\e022";
}

/* line 71, ../sass/_base_icon-font.scss */
.icon-font-subtitles {
  content: "\e02b";
}

/* line 74, ../sass/_base_icon-font.scss */
.icon-font-volume_down {
  content: "\e030";
}

/* line 77, ../sass/_base_icon-font.scss */
.icon-font-volume_mute {
  content: "\e031";
}

/* line 80, ../sass/_base_icon-font.scss */
.icon-font-volume_up {
  content: "\e033";
}

/* line 83, ../sass/_base_icon-font.scss */
.icon-font-chat {
  content: "\e046";
}

/* line 86, ../sass/_base_icon-font.scss */
.icon-font-clear_all {
  content: "\e047";
}

/* line 89, ../sass/_base_icon-font.scss */
.icon-font-comment {
  content: "\e048";
}

/* line 92, ../sass/_base_icon-font.scss */
.icon-font-email {
  content: "\e04c";
}

/* line 95, ../sass/_base_icon-font.scss */
.icon-font-forum {
  content: "\e04d";
}

/* line 98, ../sass/_base_icon-font.scss */
.icon-font-location_off {
  content: "\e051";
}

/* line 101, ../sass/_base_icon-font.scss */
.icon-font-location_on {
  content: "\e052";
}

/* line 104, ../sass/_base_icon-font.scss */
.icon-font-message {
  content: "\e053";
}

/* line 107, ../sass/_base_icon-font.scss */
.icon-font-chat_bubble {
  content: "\e054";
}

/* line 110, ../sass/_base_icon-font.scss */
.icon-font-chat_bubble_outline {
  content: "\e055";
}

/* line 113, ../sass/_base_icon-font.scss */
.icon-font-contact_phone {
  content: "\e059";
}

/* line 116, ../sass/_base_icon-font.scss */
.icon-font-stay_current_landscape {
  content: "\e05c";
}

/* line 119, ../sass/_base_icon-font.scss */
.icon-font-stay_current_portrait {
  content: "\e05d";
}

/* line 122, ../sass/_base_icon-font.scss */
.icon-font-stay_primary_landscape {
  content: "\e05e";
}

/* line 125, ../sass/_base_icon-font.scss */
.icon-font-stay_primary_portrait {
  content: "\e05f";
}

/* line 128, ../sass/_base_icon-font.scss */
.icon-font-add {
  content: "\e069";
}

/* line 131, ../sass/_base_icon-font.scss */
.icon-font-add_box {
  content: "\e06a";
}

/* line 134, ../sass/_base_icon-font.scss */
.icon-font-add_circle {
  content: "\e06b";
}

/* line 137, ../sass/_base_icon-font.scss */
.icon-font-add_circle_outline {
  content: "\e06c";
}

/* line 140, ../sass/_base_icon-font.scss */
.icon-font-content_copy {
  content: "\e071";
}

/* line 143, ../sass/_base_icon-font.scss */
.icon-font-drafts {
  content: "\e075";
}

/* line 146, ../sass/_base_icon-font.scss */
.icon-font-flag {
  content: "\e077";
}

/* line 149, ../sass/_base_icon-font.scss */
.icon-font-forward {
  content: "\e078";
}

/* line 152, ../sass/_base_icon-font.scss */
.icon-font-inbox {
  content: "\e07a";
}

/* line 155, ../sass/_base_icon-font.scss */
.icon-font-mail {
  content: "\e07c";
}

/* line 158, ../sass/_base_icon-font.scss */
.icon-font-markunread {
  content: "\e07d";
}

/* line 161, ../sass/_base_icon-font.scss */
.icon-font-remove_circle {
  content: "\e080";
}

/* line 164, ../sass/_base_icon-font.scss */
.icon-font-remove_circle_outline {
  content: "\e081";
}

/* line 167, ../sass/_base_icon-font.scss */
.icon-font-report {
  content: "\e084";
}

/* line 170, ../sass/_base_icon-font.scss */
.icon-font-font_download {
  content: "\e08b";
}

/* line 173, ../sass/_base_icon-font.scss */
.icon-font-data_usage {
  content: "\e09f";
}

/* line 176, ../sass/_base_icon-font.scss */
.icon-font-storage {
  content: "\e0bc";
}

/* line 179, ../sass/_base_icon-font.scss */
.icon-font-border_color {
  content: "\e0c5";
}

/* line 182, ../sass/_base_icon-font.scss */
.icon-font-format_list_bulleted {
  content: "\e0db";
}

/* line 185, ../sass/_base_icon-font.scss */
.icon-font-format_list_numbered {
  content: "\e0dc";
}

/* line 188, ../sass/_base_icon-font.scss */
.icon-font-format_quote {
  content: "\e0de";
}

/* line 191, ../sass/_base_icon-font.scss */
.icon-font-insert_chart {
  content: "\e0e5";
}

/* line 194, ../sass/_base_icon-font.scss */
.icon-font-insert_comment {
  content: "\e0e6";
}

/* line 197, ../sass/_base_icon-font.scss */
.icon-font-insert_drive_file {
  content: "\e0e7";
}

/* line 200, ../sass/_base_icon-font.scss */
.icon-font-insert_emo.icon-font {
  content: "\e0e8";
}

/* line 203, ../sass/_base_icon-font.scss */
.icon-font-insert_invitation {
  content: "\e0e9";
}

/* line 206, ../sass/_base_icon-font.scss */
.icon-font-insert_photo {
  content: "\e0eb";
}

/* line 209, ../sass/_base_icon-font.scss */
.icon-font-mode_comment {
  content: "\e0ed";
}

/* line 212, ../sass/_base_icon-font.scss */
.icon-font-mode_edit {
  content: "\e0ee";
}

/* line 215, ../sass/_base_icon-font.scss */
.icon-font-publish {
  content: "\e0ef";
}

/* line 218, ../sass/_base_icon-font.scss */
.icon-font-attachment {
  content: "\e0f7";
}

/* line 221, ../sass/_base_icon-font.scss */
.icon-font-cloud {
  content: "\e0f8";
}

/* line 224, ../sass/_base_icon-font.scss */
.icon-font-cloud_circle {
  content: "\e0f9";
}

/* line 227, ../sass/_base_icon-font.scss */
.icon-font-cloud_done {
  content: "\e0fa";
}

/* line 230, ../sass/_base_icon-font.scss */
.icon-font-cloud_download {
  content: "\e0fb";
}

/* line 233, ../sass/_base_icon-font.scss */
.icon-font-cloud_queue {
  content: "\e0fd";
}

/* line 236, ../sass/_base_icon-font.scss */
.icon-font-cloud_upload {
  content: "\e0fe";
}

/* line 239, ../sass/_base_icon-font.scss */
.icon-font-folder {
  content: "\e101";
}

/* line 242, ../sass/_base_icon-font.scss */
.icon-font-folder_open {
  content: "\e102";
}

/* line 245, ../sass/_base_icon-font.scss */
.icon-font-folder_shared {
  content: "\e103";
}

/* line 248, ../sass/_base_icon-font.scss */
.icon-font-computer {
  content: "\e106";
}

/* line 251, ../sass/_base_icon-font.scss */
.icon-font-desktop_mac {
  content: "\e107";
}

/* line 254, ../sass/_base_icon-font.scss */
.icon-font-desktop_windows {
  content: "\e108";
}

/* line 257, ../sass/_base_icon-font.scss */
.icon-font-keyboard_arrow_down {
  content: "\e10f";
}

/* line 260, ../sass/_base_icon-font.scss */
.icon-font-keyboard_arrow_left {
  content: "\e110";
}

/* line 263, ../sass/_base_icon-font.scss */
.icon-font-keyboard_arrow_right {
  content: "\e111";
}

/* line 266, ../sass/_base_icon-font.scss */
.icon-font-keyboard_arrow_up {
  content: "\e112";
}

/* line 269, ../sass/_base_icon-font.scss */
.icon-font-laptop {
  content: "\e119";
}

/* line 272, ../sass/_base_icon-font.scss */
.icon-font-laptop_chromebook {
  content: "\e11a";
}

/* line 275, ../sass/_base_icon-font.scss */
.icon-font-laptop_mac {
  content: "\e11b";
}

/* line 278, ../sass/_base_icon-font.scss */
.icon-font-laptop_windows {
  content: "\e11c";
}

/* line 281, ../sass/_base_icon-font.scss */
.icon-font-phone_android {
  content: "\e11f";
}

/* line 284, ../sass/_base_icon-font.scss */
.icon-font-phone_iphone {
  content: "\e120";
}

/* line 287, ../sass/_base_icon-font.scss */
.icon-font-tablet_android {
  content: "\e12b";
}

/* line 290, ../sass/_base_icon-font.scss */
.icon-font-tablet_mac {
  content: "\e12c";
}

/* line 293, ../sass/_base_icon-font.scss */
.icon-font-tv {
  content: "\e12e";
}

/* line 296, ../sass/_base_icon-font.scss */
.icon-font-watch {
  content: "\e12f";
}

/* line 299, ../sass/_base_icon-font.scss */
.icon-font-add_to_photos {
  content: "\e132";
}

/* line 302, ../sass/_base_icon-font.scss */
.icon-font-assistant {
  content: "\e134";
}

/* line 305, ../sass/_base_icon-font.scss */
.icon-font-assistant_photo {
  content: "\e135";
}

/* line 308, ../sass/_base_icon-font.scss */
.icon-font-audiotrack {
  content: "\e136";
}

/* line 311, ../sass/_base_icon-font.scss */
.icon-font-brightness_1 {
  content: "\e13b";
}

/* line 314, ../sass/_base_icon-font.scss */
.icon-font-broken_image {
  content: "\e142";
}

/* line 317, ../sass/_base_icon-font.scss */
.icon-font-camera {
  content: "\e144";
}

/* line 320, ../sass/_base_icon-font.scss */
.icon-font-camera_alt {
  content: "\e145";
}

/* line 323, ../sass/_base_icon-font.scss */
.icon-font-camera_roll {
  content: "\e148";
}

/* line 326, ../sass/_base_icon-font.scss */
.icon-font-collections {
  content: "\e14b";
}

/* line 329, ../sass/_base_icon-font.scss */
.icon-font-compare {
  content: "\e14e";
}

/* line 332, ../sass/_base_icon-font.scss */
.icon-font-control_point {
  content: "\e14f";
}

/* line 335, ../sass/_base_icon-font.scss */
.icon-font-crop_original {
  content: "\e159";
}

/* line 338, ../sass/_base_icon-font.scss */
.icon-font-crop_square {
  content: "\e15b";
}

/* line 341, ../sass/_base_icon-font.scss */
.icon-font-dehaze {
  content: "\e15c";
}

/* line 344, ../sass/_base_icon-font.scss */
.icon-font-edit {
  content: "\e15e";
}

/* line 347, ../sass/_base_icon-font.scss */
.icon-font-filter_1 {
  content: "\e165";
}

/* line 350, ../sass/_base_icon-font.scss */
.icon-font-filter_2 {
  content: "\e166";
}

/* line 353, ../sass/_base_icon-font.scss */
.icon-font-filter_3 {
  content: "\e167";
}

/* line 356, ../sass/_base_icon-font.scss */
.icon-font-filter {
  content: "\e168";
}

/* line 359, ../sass/_base_icon-font.scss */
.icon-font-filter_4 {
  content: "\e169";
}

/* line 362, ../sass/_base_icon-font.scss */
.icon-font-filter_5 {
  content: "\e16a";
}

/* line 365, ../sass/_base_icon-font.scss */
.icon-font-filter_6 {
  content: "\e16b";
}

/* line 368, ../sass/_base_icon-font.scss */
.icon-font-filter_7 {
  content: "\e16c";
}

/* line 371, ../sass/_base_icon-font.scss */
.icon-font-filter_8 {
  content: "\e16d";
}

/* line 374, ../sass/_base_icon-font.scss */
.icon-font-filter_9 {
  content: "\e16e";
}

/* line 377, ../sass/_base_icon-font.scss */
.icon-font-filter_9_plus {
  content: "\e16f";
}

/* line 380, ../sass/_base_icon-font.scss */
.icon-font-filter_hdr {
  content: "\e174";
}

/* line 383, ../sass/_base_icon-font.scss */
.icon-font-filter_none {
  content: "\e175";
}

/* line 386, ../sass/_base_icon-font.scss */
.icon-font-filter_tilt_shift {
  content: "\e176";
}

/* line 389, ../sass/_base_icon-font.scss */
.icon-font-image {
  content: "\e186";
}

/* line 392, ../sass/_base_icon-font.scss */
.icon-font-lens {
  content: "\e18c";
}

/* line 395, ../sass/_base_icon-font.scss */
.icon-font-looks_3 {
  content: "\e18d";
}

/* line 398, ../sass/_base_icon-font.scss */
.icon-font-looks_4 {
  content: "\e18f";
}

/* line 401, ../sass/_base_icon-font.scss */
.icon-font-looks_5 {
  content: "\e190";
}

/* line 404, ../sass/_base_icon-font.scss */
.icon-font-looks_6 {
  content: "\e191";
}

/* line 407, ../sass/_base_icon-font.scss */
.icon-font-looks_one {
  content: "\e192";
}

/* line 410, ../sass/_base_icon-font.scss */
.icon-font-looks_two {
  content: "\e193";
}

/* line 413, ../sass/_base_icon-font.scss */
.icon-font-monochrome_photos {
  content: "\e195";
}

/* line 416, ../sass/_base_icon-font.scss */
.icon-font-movie_creation {
  content: "\e196";
}

/* line 419, ../sass/_base_icon-font.scss */
.icon-font-music_note {
  content: "\e197";
}

/* line 422, ../sass/_base_icon-font.scss */
.icon-font-navigate_before {
  content: "\e19a";
}

/* line 425, ../sass/_base_icon-font.scss */
.icon-font-navigate_next {
  content: "\e19b";
}

/* line 428, ../sass/_base_icon-font.scss */
.icon-font-panorama {
  content: "\e19d";
}

/* line 431, ../sass/_base_icon-font.scss */
.icon-font-panorama_fish_eye {
  content: "\e19e";
}

/* line 434, ../sass/_base_icon-font.scss */
.icon-font-photo {
  content: "\e1a2";
}

/* line 437, ../sass/_base_icon-font.scss */
.icon-font-photo_album {
  content: "\e1a3";
}

/* line 440, ../sass/_base_icon-font.scss */
.icon-font-photo_camera {
  content: "\e1a4";
}

/* line 443, ../sass/_base_icon-font.scss */
.icon-font-photo_library {
  content: "\e1a5";
}

/* line 446, ../sass/_base_icon-font.scss */
.icon-font-picture_as_pdf {
  content: "\e1a6";
}

/* line 449, ../sass/_base_icon-font.scss */
.icon-font-portrait {
  content: "\e1a7";
}

/* line 452, ../sass/_base_icon-font.scss */
.icon-font-slideshow {
  content: "\e1ac";
}

/* line 455, ../sass/_base_icon-font.scss */
.icon-font-tag_faces {
  content: "\e1b1";
}

/* line 458, ../sass/_base_icon-font.scss */
.icon-font-tonality {
  content: "\e1b8";
}

/* line 461, ../sass/_base_icon-font.scss */
.icon-font-transform {
  content: "\e1b9";
}

/* line 464, ../sass/_base_icon-font.scss */
.icon-font-tune {
  content: "\e1ba";
}

/* line 467, ../sass/_base_icon-font.scss */
.icon-font-view_comfortable {
  content: "\e1bb";
}

/* line 470, ../sass/_base_icon-font.scss */
.icon-font-view_compact {
  content: "\e1bc";
}

/* line 473, ../sass/_base_icon-font.scss */
.icon-font-wb_cloudy {
  content: "\e1be";
}

/* line 476, ../sass/_base_icon-font.scss */
.icon-font-collections_bookmark {
  content: "\e1c1";
}

/* line 479, ../sass/_base_icon-font.scss */
.icon-font-photo_size_select_actual {
  content: "\e1c2";
}

/* line 482, ../sass/_base_icon-font.scss */
.icon-font-beenhere {
  content: "\e1c7";
}

/* line 485, ../sass/_base_icon-font.scss */
.icon-font-directions {
  content: "\e1c8";
}

/* line 488, ../sass/_base_icon-font.scss */
.icon-font-local_hospital {
  content: "\e1e0";
}

/* line 491, ../sass/_base_icon-font.scss */
.icon-font-local_mall {
  content: "\e1e4";
}

/* line 494, ../sass/_base_icon-font.scss */
.icon-font-local_movies {
  content: "\e1e5";
}

/* line 497, ../sass/_base_icon-font.scss */
.icon-font-local_offer {
  content: "\e1e6";
}

/* line 500, ../sass/_base_icon-font.scss */
.icon-font-local_post_office {
  content: "\e1ec";
}

/* line 503, ../sass/_base_icon-font.scss */
.icon-font-local_print_shop {
  content: "\e1ed";
}

/* line 506, ../sass/_base_icon-font.scss */
.icon-font-local_see {
  content: "\e1ef";
}

/* line 509, ../sass/_base_icon-font.scss */
.icon-font-location_history {
  content: "\e1f2";
}

/* line 512, ../sass/_base_icon-font.scss */
.icon-font-map {
  content: "\e1f3";
}

/* line 515, ../sass/_base_icon-font.scss */
.icon-font-my_location {
  content: "\e1f4";
}

/* line 518, ../sass/_base_icon-font.scss */
.icon-font-pin_drop {
  content: "\e1f6";
}

/* line 521, ../sass/_base_icon-font.scss */
.icon-font-place {
  content: "\e1f7";
}

/* line 524, ../sass/_base_icon-font.scss */
.icon-font-satellite {
  content: "\e1fa";
}

/* line 527, ../sass/_base_icon-font.scss */
.icon-font-arrow_drop_down {
  content: "\e201";
}

/* line 530, ../sass/_base_icon-font.scss */
.icon-font-arrow_drop_down_circle {
  content: "\e202";
}

/* line 533, ../sass/_base_icon-font.scss */
.icon-font-arrow_drop_up {
  content: "\e203";
}

/* line 536, ../sass/_base_icon-font.scss */
.icon-font-cancel {
  content: "\e205";
}

/* line 539, ../sass/_base_icon-font.scss */
.icon-font-check {
  content: "\e206";
}

/* line 542, ../sass/_base_icon-font.scss */
.icon-font-chevron_left {
  content: "\e207";
}

/* line 545, ../sass/_base_icon-font.scss */
.icon-font-chevron_right {
  content: "\e208";
}

/* line 548, ../sass/_base_icon-font.scss */
.icon-font-close {
  content: "\e209";
}

/* line 551, ../sass/_base_icon-font.scss */
.icon-font-expand_less {
  content: "\e20a";
}

/* line 554, ../sass/_base_icon-font.scss */
.icon-font-expand_more {
  content: "\e20b";
}

/* line 557, ../sass/_base_icon-font.scss */
.icon-font-fullscreen {
  content: "\e20c";
}

/* line 560, ../sass/_base_icon-font.scss */
.icon-font-menu {
  content: "\e20e";
}

/* line 563, ../sass/_base_icon-font.scss */
.icon-font-keyboard_control {
  content: "\e20f";
}

/* line 566, ../sass/_base_icon-font.scss */
.icon-font-more_vert {
  content: "\e210";
}

/* line 569, ../sass/_base_icon-font.scss */
.icon-font-event_available {
  content: "\e21a";
}

/* line 572, ../sass/_base_icon-font.scss */
.icon-font-event_busy {
  content: "\e21b";
}

/* line 575, ../sass/_base_icon-font.scss */
.icon-font-event_note {
  content: "\e21c";
}

/* line 578, ../sass/_base_icon-font.scss */
.icon-font-folder_special {
  content: "\e21d";
}

/* line 581, ../sass/_base_icon-font.scss */
.icon-font-mms {
  content: "\e21e";
}

/* line 584, ../sass/_base_icon-font.scss */
.icon-font-more {
  content: "\e21f";
}

/* line 587, ../sass/_base_icon-font.scss */
.icon-font-sms {
  content: "\e229";
}

/* line 590, ../sass/_base_icon-font.scss */
.icon-font-sms_failed {
  content: "\e22a";
}

/* line 593, ../sass/_base_icon-font.scss */
.icon-font-wc {
  content: "\e241";
}

/* line 596, ../sass/_base_icon-font.scss */
.icon-font-wifi {
  content: "\e242";
}

/* line 599, ../sass/_base_icon-font.scss */
.icon-font-group {
  content: "\e245";
}

/* line 602, ../sass/_base_icon-font.scss */
.icon-font-group_add {
  content: "\e246";
}

/* line 605, ../sass/_base_icon-font.scss */
.icon-font-mood {
  content: "\e248";
}

/* line 608, ../sass/_base_icon-font.scss */
.icon-font-mood_bad {
  content: "\e249";
}

/* line 611, ../sass/_base_icon-font.scss */
.icon-font-pages {
  content: "\e24f";
}

/* line 614, ../sass/_base_icon-font.scss */
.icon-font-party_mode {
  content: "\e250";
}

/* line 617, ../sass/_base_icon-font.scss */
.icon-font-people {
  content: "\e251";
}

/* line 620, ../sass/_base_icon-font.scss */
.icon-font-people_outline {
  content: "\e252";
}

/* line 623, ../sass/_base_icon-font.scss */
.icon-font-person {
  content: "\e253";
}

/* line 626, ../sass/_base_icon-font.scss */
.icon-font-person_add {
  content: "\e254";
}

/* line 629, ../sass/_base_icon-font.scss */
.icon-font-person_outline {
  content: "\e255";
}

/* line 632, ../sass/_base_icon-font.scss */
.icon-font-poll {
  content: "\e257";
}

/* line 635, ../sass/_base_icon-font.scss */
.icon-font-public {
  content: "\e258";
}

/* line 638, ../sass/_base_icon-font.scss */
.icon-font-share {
  content: "\e25a";
}

/* line 641, ../sass/_base_icon-font.scss */
.icon-font-whatshot {
  content: "\e25b";
}

/* line 644, ../sass/_base_icon-font.scss */
.icon-font-check_box {
  content: "\e25c";
}

/* line 647, ../sass/_base_icon-font.scss */
.icon-font-check_box_outline_blank {
  content: "\e25d";
}

/* line 650, ../sass/_base_icon-font.scss */
.icon-font-radio_button_unchecked {
  content: "\e25e";
}

/* line 653, ../sass/_base_icon-font.scss */
.icon-font-radio_button_checked {
  content: "\e25f";
}

/* line 656, ../sass/_base_icon-font.scss */
.icon-font-star {
  content: "\e260";
}

/* line 659, ../sass/_base_icon-font.scss */
.icon-font-star_half {
  content: "\e261";
}

/* line 662, ../sass/_base_icon-font.scss */
.icon-font-star_outline {
  content: "\e262";
}

/* line 665, ../sass/_base_icon-font.scss */
.icon-font-accessibility {
  content: "\e264";
}

/* line 668, ../sass/_base_icon-font.scss */
.icon-font-account_balance {
  content: "\e265";
}

/* line 671, ../sass/_base_icon-font.scss */
.icon-font-account_box {
  content: "\e267";
}

/* line 674, ../sass/_base_icon-font.scss */
.icon-font-account_circle {
  content: "\e268";
}

/* line 677, ../sass/_base_icon-font.scss */
.icon-font-announcement {
  content: "\e26f";
}

/* line 680, ../sass/_base_icon-font.scss */
.icon-font-assessment {
  content: "\e271";
}

/* line 683, ../sass/_base_icon-font.scss */
.icon-font-assignment {
  content: "\e272";
}

/* line 686, ../sass/_base_icon-font.scss */
.icon-font-assignment_ind {
  content: "\e273";
}

/* line 689, ../sass/_base_icon-font.scss */
.icon-font-assignment_late {
  content: "\e274";
}

/* line 692, ../sass/_base_icon-font.scss */
.icon-font-assignment_return {
  content: "\e275";
}

/* line 695, ../sass/_base_icon-font.scss */
.icon-font-assignment_returned {
  content: "\e276";
}

/* line 698, ../sass/_base_icon-font.scss */
.icon-font-assignment_turned_in {
  content: "\e277";
}

/* line 701, ../sass/_base_icon-font.scss */
.icon-font-book {
  content: "\e27a";
}

/* line 704, ../sass/_base_icon-font.scss */
.icon-font-bookmark {
  content: "\e27b";
}

/* line 707, ../sass/_base_icon-font.scss */
.icon-font-bookmark_outline {
  content: "\e27c";
}

/* line 710, ../sass/_base_icon-font.scss */
.icon-font-bug_report {
  content: "\e27d";
}

/* line 713, ../sass/_base_icon-font.scss */
.icon-font-build {
  content: "\e27e";
}

/* line 716, ../sass/_base_icon-font.scss */
.icon-font-check_circle {
  content: "\e281";
}

/* line 719, ../sass/_base_icon-font.scss */
.icon-font-chrome_reader_mode {
  content: "\e282";
}

/* line 722, ../sass/_base_icon-font.scss */
.icon-font-class {
  content: "\e283";
}

/* line 725, ../sass/_base_icon-font.scss */
.icon-font-code {
  content: "\e284";
}

/* line 728, ../sass/_base_icon-font.scss */
.icon-font-dashboard {
  content: "\e286";
}

/* line 731, ../sass/_base_icon-font.scss */
.icon-font-delete {
  content: "\e287";
}

/* line 734, ../sass/_base_icon-font.scss */
.icon-font-dns {
  content: "\e289";
}

/* line 737, ../sass/_base_icon-font.scss */
.icon-font-done {
  content: "\e28a";
}

/* line 740, ../sass/_base_icon-font.scss */
.icon-font-done_all {
  content: "\e28b";
}

/* line 743, ../sass/_base_icon-font.scss */
.icon-font-event {
  content: "\e28c";
}

/* line 746, ../sass/_base_icon-font.scss */
.icon-font-explore {
  content: "\e28e";
}

/* line 749, ../sass/_base_icon-font.scss */
.icon-font-extension {
  content: "\e28f";
}

/* line 752, ../sass/_base_icon-font.scss */
.icon-font-face {
  content: "\e290";
}

/* line 755, ../sass/_base_icon-font.scss */
.icon-font-favorite {
  content: "\e291";
}

/* line 758, ../sass/_base_icon-font.scss */
.icon-font-favorite_outline {
  content: "\e292";
}

/* line 761, ../sass/_base_icon-font.scss */
.icon-font-feedback {
  content: "\e293";
}

/* line 764, ../sass/_base_icon-font.scss */
.icon-font-find_in_page {
  content: "\e294";
}

/* line 767, ../sass/_base_icon-font.scss */
.icon-font-get_app {
  content: "\e298";
}

/* line 770, ../sass/_base_icon-font.scss */
.icon-font-grade {
  content: "\e299";
}

/* line 773, ../sass/_base_icon-font.scss */
.icon-font-help {
  content: "\e29b";
}

/* line 776, ../sass/_base_icon-font.scss */
.icon-font-highlight_remove {
  content: "\e29c";
}

/* line 779, ../sass/_base_icon-font.scss */
.icon-font-home {
  content: "\e29e";
}

/* line 782, ../sass/_base_icon-font.scss */
.icon-font-info {
  content: "\e2a2";
}

/* line 785, ../sass/_base_icon-font.scss */
.icon-font-info_outline {
  content: "\e2a3";
}

/* line 788, ../sass/_base_icon-font.scss */
.icon-font-label {
  content: "\e2a6";
}

/* line 791, ../sass/_base_icon-font.scss */
.icon-font-label_outline {
  content: "\e2a7";
}

/* line 794, ../sass/_base_icon-font.scss */
.icon-font-language {
  content: "\e2a8";
}

/* line 797, ../sass/_base_icon-font.scss */
.icon-font-launch {
  content: "\e2a9";
}

/* line 800, ../sass/_base_icon-font.scss */
.icon-font-list {
  content: "\e2aa";
}

/* line 803, ../sass/_base_icon-font.scss */
.icon-font-open_in_new {
  content: "\e2b2";
}

/* line 806, ../sass/_base_icon-font.scss */
.icon-font-open_with {
  content: "\e2b3";
}

/* line 809, ../sass/_base_icon-font.scss */
.icon-font-pageview {
  content: "\e2b4";
}

/* line 812, ../sass/_base_icon-font.scss */
.icon-font-perm_contact_calendar {
  content: "\e2b7";
}

/* line 815, ../sass/_base_icon-font.scss */
.icon-font-perm_identity {
  content: "\e2ba";
}

/* line 818, ../sass/_base_icon-font.scss */
.icon-font-perm_media {
  content: "\e2bb";
}

/* line 821, ../sass/_base_icon-font.scss */
.icon-font-print {
  content: "\e2c1";
}

/* line 824, ../sass/_base_icon-font.scss */
.icon-font-query_builder {
  content: "\e2c2";
}

/* line 827, ../sass/_base_icon-font.scss */
.icon-font-question_answer {
  content: "\e2c3";
}

/* line 830, ../sass/_base_icon-font.scss */
.icon-font-report_problem {
  content: "\e2c6";
}

/* line 833, ../sass/_base_icon-font.scss */
.icon-font-room {
  content: "\e2c8";
}

/* line 836, ../sass/_base_icon-font.scss */
.icon-font-schedule {
  content: "\e2c9";
}

/* line 839, ../sass/_base_icon-font.scss */
.icon-font-search {
  content: "\e2ca";
}

/* line 842, ../sass/_base_icon-font.scss */
.icon-font-settings {
  content: "\e2cb";
}

/* line 845, ../sass/_base_icon-font.scss */
.icon-font-settings_applications {
  content: "\e2cc";
}

/* line 848, ../sass/_base_icon-font.scss */
.icon-font-shopping_basket {
  content: "\e2de";
}

/* line 851, ../sass/_base_icon-font.scss */
.icon-font-stars {
  content: "\e2e2";
}

/* line 854, ../sass/_base_icon-font.scss */
.icon-font-subject {
  content: "\e2e4";
}

/* line 857, ../sass/_base_icon-font.scss */
.icon-font-supervisor_account {
  content: "\e2e5";
}

/* line 860, ../sass/_base_icon-font.scss */
.icon-font-swap_vert {
  content: "\e2e7";
}

/* line 863, ../sass/_base_icon-font.scss */
.icon-font-swap_vertical_circle {
  content: "\e2e8";
}

/* line 866, ../sass/_base_icon-font.scss */
.icon-font-theaters {
  content: "\e2ec";
}

/* line 869, ../sass/_base_icon-font.scss */
.icon-font-thumb_down {
  content: "\e2ed";
}

/* line 872, ../sass/_base_icon-font.scss */
.icon-font-thumb_up {
  content: "\e2ee";
}

/* line 875, ../sass/_base_icon-font.scss */
.icon-font-thumbs_up_down {
  content: "\e2ef";
}

/* line 878, ../sass/_base_icon-font.scss */
.icon-font-toc {
  content: "\e2f0";
}

/* line 881, ../sass/_base_icon-font.scss */
.icon-font-today {
  content: "\e2f1";
}

/* line 884, ../sass/_base_icon-font.scss */
.icon-font-trending_neutral {
  content: "\e2f6";
}

/* line 887, ../sass/_base_icon-font.scss */
.icon-font-turned_in {
  content: "\e2f8";
}

/* line 890, ../sass/_base_icon-font.scss */
.icon-font-turned_in_not {
  content: "\e2f9";
}

/* line 893, ../sass/_base_icon-font.scss */
.icon-font-verified_user {
  content: "\e2fa";
}

/* line 896, ../sass/_base_icon-font.scss */
.icon-font-view_agenda {
  content: "\e2fb";
}

/* line 899, ../sass/_base_icon-font.scss */
.icon-font-view_array {
  content: "\e2fc";
}

/* line 902, ../sass/_base_icon-font.scss */
.icon-font-view_carousel {
  content: "\e2fd";
}

/* line 905, ../sass/_base_icon-font.scss */
.icon-font-view_column {
  content: "\e2fe";
}

/* line 908, ../sass/_base_icon-font.scss */
.icon-font-view_day {
  content: "\e2ff";
}

/* line 911, ../sass/_base_icon-font.scss */
.icon-font-view_headline {
  content: "\e300";
}

/* line 914, ../sass/_base_icon-font.scss */
.icon-font-view_list {
  content: "\e301";
}

/* line 917, ../sass/_base_icon-font.scss */
.icon-font-view_module {
  content: "\e302";
}

/* line 920, ../sass/_base_icon-font.scss */
.icon-font-view_quilt {
  content: "\e303";
}

/* line 923, ../sass/_base_icon-font.scss */
.icon-font-view_stream {
  content: "\e304";
}

/* line 926, ../sass/_base_icon-font.scss */
.icon-font-view_week {
  content: "\e305";
}

/* line 929, ../sass/_base_icon-font.scss */
.icon-font-card_travel {
  content: "\e30a";
}

/* line 932, ../sass/_base_icon-font.scss */
.icon-font-work {
  content: "\e30b";
}

/* line 935, ../sass/_base_icon-font.scss */
.icon-font-camera_enhance {
  content: "\e30e";
}

/* line 938, ../sass/_base_icon-font.scss */
.icon-font-help_outline {
  content: "\e30f";
}

/* line 941, ../sass/_base_icon-font.scss */
.icon-font-reorder {
  content: "\e310";
}

/* line 944, ../sass/_base_icon-font.scss */
.icon-font-zoom_in {
  content: "\e311";
}

/* line 947, ../sass/_base_icon-font.scss */
.icon-font-zoom_out {
  content: "\e312";
}

/* line 950, ../sass/_base_icon-font.scss */
.icon-font-indeterminate_check_box {
  content: "\e319";
}

/* line 953, ../sass/_base_icon-font.scss */
.icon-font-offline_pin {
  content: "\e31a";
}

/* 
	請注意！本 scss 所做設定皆全域可見。
	本 sass 引入 Images 資料夾內的 icon-pic 圖示，用以作為雪碧圖示。
*/
/* line 232, icon-pic/*.png */
.icon-pic-sprite, .icon-pic-file-type-doc, .icon-pic-file-type-docx, .icon-pic-file-type-exl, .icon-pic-file-type-link, .icon-pic-file-type-odf, .icon-pic-file-type-odp, .icon-pic-file-type-ods, .icon-pic-file-type-odt, .icon-pic-file-type-other, .icon-pic-file-type-pdf, .icon-pic-file-type-ppt, .icon-pic-file-type-pptx, .icon-pic-file-type-rar, .icon-pic-file-type-txt, .icon-pic-file-type-xls, .icon-pic-file-type-xlsx, .icon-pic-file-type-zip, .icon-pic-font-large, .icon-pic-font-medium, .icon-pic-font-smail, .icon-pic-jpg_icon, .icon-pic-left, .icon-pic-pic-check, .icon-pic-right {
  background-image: url('../images/icon-pic-s79a0e4370e.png');
  background-repeat: no-repeat;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-pic-file-type-doc {
  background-position: 0 0;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-pic-file-type-docx {
  background-position: 0 -16px;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-pic-file-type-exl {
  background-position: 0 -32px;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-pic-file-type-link {
  background-position: 0 -48px;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-pic-file-type-odf {
  background-position: 0 -58px;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-pic-file-type-odp {
  background-position: 0 -74px;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-pic-file-type-ods {
  background-position: 0 -90px;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-pic-file-type-odt {
  background-position: 0 -106px;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-pic-file-type-other {
  background-position: 0 -122px;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-pic-file-type-pdf {
  background-position: 0 -138px;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-pic-file-type-ppt {
  background-position: 0 -154px;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-pic-file-type-pptx {
  background-position: 0 -170px;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-pic-file-type-rar {
  background-position: 0 -186px;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-pic-file-type-txt {
  background-position: 0 -204px;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-pic-file-type-xls {
  background-position: 0 -220px;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-pic-file-type-xlsx {
  background-position: 0 -236px;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-pic-file-type-zip {
  background-position: 0 -252px;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-pic-font-large {
  background-position: 0 -268px;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-pic-font-medium {
  background-position: 0 -285px;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-pic-font-smail {
  background-position: 0 -302px;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-pic-jpg_icon {
  background-position: 0 -319px;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-pic-left {
  background-position: 0 -335px;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-pic-pic-check {
  background-position: 0 -351px;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.icon-pic-right {
  background-position: 0 -367px;
}

/* line 5, ../sass/cp.scss */
.data_midlle_cp {
  line-height: 1.4;
}
/* line 13, ../sass/cp.scss */
.data_midlle_cp .cp_tabs ul li {
  float: left;
}
/* line 16, ../sass/cp.scss */
.data_midlle_cp .cp_tabs ul li + li {
  margin-left: 3px;
}
/* line 22, ../sass/cp.scss */
.data_midlle_cp .cp_tabs ul li.is_active a {
  background-color: #008210;
  color: #ffffff;
}
/* line 28, ../sass/cp.scss */
.data_midlle_cp .cp_tabs ul li a {
  display: block;
  padding: 6px 10px;
  background-color: #f5f5f5;
}

/*---------------------表格---------------------*/
/* line 44, ../sass/cp.scss */
.cell-td {
  display: none;
}

/* line 48, ../sass/cp.scss */
tr.th-none th {
  background-color: #fed0da;
  color: #ed3245;
}

/* line 53, ../sass/cp.scss */
.cell-table {
  background-color: #fff;
  border: 1px double #ccc;
}
/* line 56, ../sass/cp.scss */
.cell-table thead {
  padding: 5px;
}
/* line 58, ../sass/cp.scss */
.cell-table thead th {
  border: 1px solid #fff;
  background-color: #ccc;
}
/* line 64, ../sass/cp.scss */
.cell-table tr:nth-child(2n) {
  background-color: #f5f5f5;
}
/* line 68, ../sass/cp.scss */
.cell-table th {
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center;
}
/* line 73, ../sass/cp.scss */
.cell-table td {
  border: 1px solid #ccc;
  padding: 6px 12px;
  line-height: 1.7;
}
/* line 77, ../sass/cp.scss */
.cell-table td a {
  color: #333;
}
/* line 79, ../sass/cp.scss */
.cell-table td a:hover {
  color: #8D8B78;
}

/*-------表格藍色 table_blue01-------*/
/* line 89, ../sass/cp.scss */
.table_blue01 {
  border-top: 2px solid #3bd1e9;
  border-bottom: 2px solid #3bd1e9;
}
/* line 93, ../sass/cp.scss */
.table_blue01 thead th {
  background-color: #3bd1e9;
  color: #fff;
}

/*------表格深藍色 table_blue02-----*/
/* line 103, ../sass/cp.scss */
.table_blue02 {
  border-top: 2px solid #0c3350;
  border-bottom: 2px solid #0c3350;
}
/* line 107, ../sass/cp.scss */
.table_blue02 thead th {
  background-color: #5781a7;
  color: #fff;
}

/*------表格桃紅 table_red01-----*/
/* line 117, ../sass/cp.scss */
.table_red01 {
  border-top: 2px solid #ff5b6b;
  border-bottom: 2px solid #ff5b6b;
}
/* line 121, ../sass/cp.scss */
.table_red01 thead th {
  background-color: #fed0da;
  color: #ed3245;
}

/*----表格黃色 table_yellow01---*/
/* line 131, ../sass/cp.scss */
.table_yellow01 {
  border-top: 2px solid #f9b828;
  border-bottom: 2px solid #f9b828;
}
/* line 135, ../sass/cp.scss */
.table_yellow01 thead th {
  background-color: #fee09a;
  color: #ff6600;
}

/*----表格深黃色 table_yellow0---*/
/* line 145, ../sass/cp.scss */
.table_yellow02 {
  border-top: 2px solid #f88a01;
  border-bottom: 2px solid #f88a01;
}
/* line 149, ../sass/cp.scss */
.table_yellow02 thead th {
  background-color: #f6a94d;
  color: #fff;
}

/*----表格綠色 table_green0----*/
/* line 159, ../sass/cp.scss */
.table_green01 {
  border-top: 2px solid #00c897;
  border-bottom: 2px solid #00c897;
}
/* line 163, ../sass/cp.scss */
.table_green01 thead th {
  background-color: #bdf8e2;
  color: #00c897;
}

/*----表格深綠色 table_green0----*/
/* line 173, ../sass/cp.scss */
.table_green02 {
  border-top: 2px solid #009275;
  border-bottom: 2px solid #009275;
}
/* line 177, ../sass/cp.scss */
.table_green02 thead th {
  background-color: #38b299;
  color: #fff;
}

/*----表格金色 table_green02----*/
/* line 187, ../sass/cp.scss */
.table_golden01 {
  border-top: 2px solid #786024;
  border-bottom: 2px solid #786024;
}
/* line 191, ../sass/cp.scss */
.table_golden01 thead th {
  background-color: #b69a5b;
  color: #fff;
}

/*---局長簡介_基本深藍----*/
/* line 201, ../sass/cp.scss */
.profile {
  font-family: "微軟正黑體", "新細明體", Verdana, Geneva, sans-serif;
  margin: 10px 0 20px 10px;
}
/* line 204, ../sass/cp.scss */
.profile .pro_contener {
  min-height: 190px;
  background-image: url(../images/img/pro_bg.png);
  background-repeat: repeat-y;
  padding: 5px 0;
}
/* line 209, ../sass/cp.scss */
.profile .pro_contener .img {
  width: 132px;
  height: 171px;
  margin: 5px 0 15px 0px;
  border: 1px solid #CCC;
  float: left;
}
/* line 215, ../sass/cp.scss */
.profile .pro_contener .img .pic {
  width: 112px;
  margin: 10px;
}
/* line 220, ../sass/cp.scss */
.profile .pro_contener .name {
  height: 34px;
  margin-left: 158px;
  margin-top: 5px;
  border-bottom: 1px dotted #999;
  color: #014099;
  font-weight: bold;
  font-size: 1.4em;
}
/* line 228, ../sass/cp.scss */
.profile .pro_contener .name span {
  color: #333;
  line-height: 34px;
  padding-left: 5px;
}
/* line 234, ../sass/cp.scss */
.profile .pro_contener .main {
  margin: 10px;
  margin-left: 158px;
  font-size: 0.8125em;
  color: #666;
  line-height: 1.7;
}
/* line 240, ../sass/cp.scss */
.profile .pro_contener .main span {
  background: url(../images/img/fontlevel_bg.png) no-repeat center left;
  color: #014099;
  display: block;
  line-height: 25px;
  font-weight: bold;
  padding-left: 30px;
  margin: 3px 0;
}

/*---局長簡介_金色版---*/
/* line 258, ../sass/cp.scss */
.pro_contener_gol .pro_contener .name {
  color: #7f0a12;
}
/* line 262, ../sass/cp.scss */
.pro_contener_gol .pro_contener .main span {
  color: #7f0a12;
}

/*---局長簡介_橘黃色版---*/
/* line 274, ../sass/cp.scss */
.pro_contener_maza .pro_contener .name {
  color: #f69e19;
}
/* line 278, ../sass/cp.scss */
.pro_contener_maza .pro_contener .main span {
  color: #f69e19;
}

/*---局長簡介_桃紅色版---*/
/* line 290, ../sass/cp.scss */
.profile_peach .pro_contener .name {
  color: #ef232f;
}
/* line 294, ../sass/cp.scss */
.profile_peach .pro_contener .main span {
  color: #ef232f;
}

/*---局長簡介_湖水綠色版---*/
/* line 306, ../sass/cp.scss */
.profile_tiffany .pro_contener .name {
  color: #59D5BC;
}
/* line 310, ../sass/cp.scss */
.profile_tiffany .pro_contener .main span {
  color: #59D5BC;
}

/*---局長簡介_橘色版---*/
/* line 322, ../sass/cp.scss */
.profile_orange .pro_contener .name {
  color: #ef5016;
}
/* line 326, ../sass/cp.scss */
.profile_orange .pro_contener .main span {
  color: #ef5016;
}

/*---單行表格_基本綠---*/
/* line 337, ../sass/cp.scss */
.contact table {
  background-color: #fff;
  border: 1px solid #ccc;
}
/* line 341, ../sass/cp.scss */
.contact h5 {
  font-size: 1.2em;
  color: #7fa70e;
  line-height: 2;
  font-weight: bolder;
  margin-left: 10px;
}
/* line 348, ../sass/cp.scss */
.contact th {
  background-color: #a1cf0c;
  font-weight: 600;
  color: #fff;
  line-height: 25px;
  padding: 5px 10px;
}
/* line 355, ../sass/cp.scss */
.contact td {
  border: 1px solid #CCC;
  padding: 5px 10px;
  text-align: left;
  line-height: 1.7;
}
/* line 361, ../sass/cp.scss */
.contact td.noline {
  border-right: none;
}
/* line 365, ../sass/cp.scss */
.contact tr a {
  color: #666;
  text-decoration: none;
  text-align: left;
}
/* line 369, ../sass/cp.scss */
.contact tr a:hover {
  color: #fe9a05;
  text-decoration: underline;
}
/* line 375, ../sass/cp.scss */
.contact tr.bgcolor {
  background-color: #f5f5f5;
}
/* line 378, ../sass/cp.scss */
.contact tr.bgcolor02 {
  background-color: #dee1d8;
}

/*---單行表格_虛線深綠色---*/
/* line 387, ../sass/cp.scss */
.contact01 h5 {
  color: #09A17F;
}
/* line 390, ../sass/cp.scss */
.contact01 th {
  background-color: #0CCFA3;
}
/* line 393, ../sass/cp.scss */
.contact01 tr {
  border-bottom: 1px dashed #ccc;
}
/* line 396, ../sass/cp.scss */
.contact01 tr a:hover {
  color: #09A17F;
  text-decoration: underline;
}
/* line 400, ../sass/cp.scss */
.contact01 tr.bgcolor02 {
  background-color: #F5F5F5;
}

/*---單行表格_點線橘色---*/
/* line 409, ../sass/cp.scss */
.contact02 h5 {
  color: #D26800;
}
/* line 412, ../sass/cp.scss */
.contact02 th {
  background-color: #FFA500;
}
/* line 415, ../sass/cp.scss */
.contact02 tr {
  border-bottom: 1px dotted #ccc;
}
/* line 418, ../sass/cp.scss */
.contact02 tr a:hover {
  color: #FFA500;
  text-decoration: underline;
}
/* line 422, ../sass/cp.scss */
.contact02 tr.bgcolor02 {
  background-color: #FFF5E7;
}

/*---單行表格_點線藍色---*/
/* line 431, ../sass/cp.scss */
.contact03 h5 {
  color: #0CAACF;
}
/* line 434, ../sass/cp.scss */
.contact03 th {
  background-color: #0CAACF;
}
/* line 437, ../sass/cp.scss */
.contact03 tr {
  border-bottom: 1px dotted #ccc;
}
/* line 440, ../sass/cp.scss */
.contact03 tr a:hover {
  color: #0CAACF;
  text-decoration: underline;
}
/* line 444, ../sass/cp.scss */
.contact03 tr.bgcolor02 {
  background-color: #F5F5F5;
}

/* line 450, ../sass/cp.scss */
.contact04 h5 {
  color: #FF69B4;
}
/* line 453, ../sass/cp.scss */
.contact04 th {
  background-color: #FF69B4;
}
/* line 456, ../sass/cp.scss */
.contact04 tr {
  border-bottom: 1px dotted #ccc;
}
/* line 459, ../sass/cp.scss */
.contact04 tr a:hover {
  color: #FF69B4;
  text-decoration: underline;
}
/* line 463, ../sass/cp.scss */
.contact04 tr.bgcolor02 {
  background-color: #FFF0F5;
}

/*---單行表格_虛線粉紅色---*/
/* line 472, ../sass/cp.scss */
.contact_red h5 {
  color: #ff5b6b;
}
/* line 475, ../sass/cp.scss */
.contact_red th {
  background-color: #ff5b6b;
}
/* line 478, ../sass/cp.scss */
.contact_red tr {
  border-bottom: 1px dashed #ccc;
}
/* line 481, ../sass/cp.scss */
.contact_red tr a:hover {
  color: #ff5b6b;
  text-decoration: underline;
}
/* line 485, ../sass/cp.scss */
.contact_red tr.bgcolor02 {
  background-color: #F5F5F5;
}

/*---藍綠色樣式---*/
/* line 494, ../sass/cp.scss */
.green01 h3 {
  color: #4db8bd !important;
  border-bottom: 1px solid #4db8bd !important;
}
/* line 497, ../sass/cp.scss */
.green01 h3:before {
  background-color: #4db8bd !important;
}
/* line 501, ../sass/cp.scss */
.green01 h4 {
  background: url(../images/img/icon010.jpg) left 5px no-repeat;
  padding-left: 20px;
  color: #0099CD !important;
}
/* line 506, ../sass/cp.scss */
.green01 a {
  color: #557971 !important;
}
/* line 508, ../sass/cp.scss */
.green01 a:hover {
  color: #4795A2 !important;
}

/*---黃綠色樣式---*/
/* line 518, ../sass/cp.scss */
.green02 h3 {
  color: #9db253 !important;
  border-bottom: 1px solid #9db253 !important;
}
/* line 521, ../sass/cp.scss */
.green02 h3:before {
  background-color: #9db253 !important;
}
/* line 525, ../sass/cp.scss */
.green02 h4 {
  background: url(../images/img/icon_01.png) left 5px no-repeat;
  padding-left: 30px;
  color: #415800 !important;
}
/* line 530, ../sass/cp.scss */
.green02 a {
  color: #878483 !important;
}
/* line 532, ../sass/cp.scss */
.green02 a:hover {
  color: #9ABD47 !important;
}
/* line 538, ../sass/cp.scss */
.green02 table tr th {
  background: url(../images/img/icon009.jpg) left 5px no-repeat;
  padding-left: 20px;
  color: #9ABD47;
}

/*---藍綠色---*/
/* line 551, ../sass/cp.scss */
.blue02 h3 {
  color: #00BFFF !important;
  border-bottom: 1px solid #00BFFF !important;
}
/* line 554, ../sass/cp.scss */
.blue02 h3:before {
  background-color: #00BFFF !important;
}
/* line 558, ../sass/cp.scss */
.blue02 h4 {
  background: url(../images/img/business13102.png) left 5px no-repeat;
  padding-left: 30px;
  color: #00BFFF !important;
}
/* line 563, ../sass/cp.scss */
.blue02 a {
  color: #878483 !important;
}
/* line 565, ../sass/cp.scss */
.blue02 a:hover {
  color: #00BFFF !important;
}
/* line 571, ../sass/cp.scss */
.blue02 table tr th {
  background: url(../images/img/icon010.jpg) left 5px no-repeat;
  padding-left: 20px;
  color: #00BFFF;
}

/*---紫色樣式--*/
/* line 584, ../sass/cp.scss */
.purple01 h3 {
  color: #614ACB !important;
  border-bottom: 1px solid #614ACB !important;
}
/* line 587, ../sass/cp.scss */
.purple01 h3:before {
  background-color: #614ACB !important;
}
/* line 591, ../sass/cp.scss */
.purple01 h4 {
  background: url(../images/img/icon_003.gif) left 10px no-repeat;
  padding-left: 15px;
  color: #0E6DA7 !important;
}
/* line 596, ../sass/cp.scss */
.purple01 a {
  color: #74889D !important;
}
/* line 598, ../sass/cp.scss */
.purple01 a:hover {
  color: #468FEF !important;
}

/*---橘色樣式---*/
/* line 608, ../sass/cp.scss */
.orange01 h3 {
  color: #da6a54 !important;
  border-bottom: 1px solid #da6a54 !important;
}
/* line 611, ../sass/cp.scss */
.orange01 h3:before {
  background-color: #da6a54 !important;
}
/* line 615, ../sass/cp.scss */
.orange01 h4 {
  background: url(../images/img/index003.jpg) left 5px no-repeat;
  padding-left: 30px;
  color: #EA8500 !important;
}
/* line 620, ../sass/cp.scss */
.orange01 a {
  color: #AB621A !important;
}
/* line 622, ../sass/cp.scss */
.orange01 a:hover {
  color: #EA8500 !important;
}

/*---紅色樣式---*/
/* line 632, ../sass/cp.scss */
.red01 h3 {
  color: #D80029 !important;
  border-bottom: 1px solid #D80029 !important;
}
/* line 635, ../sass/cp.scss */
.red01 h3:before {
  background-color: #D80029 !important;
}
/* line 639, ../sass/cp.scss */
.red01 h4 {
  background: url(../images/img/p_editor.png) left 5px no-repeat;
  padding-left: 20px;
  color: #C70F00 !important;
}
/* line 644, ../sass/cp.scss */
.red01 a {
  color: #947F58 !important;
}
/* line 646, ../sass/cp.scss */
.red01 a:hover {
  color: #804040 !important;
}

/*--------------------------圖文列表------------------------------------*/
/* line 655, ../sass/cp.scss */
.pic_list {
  line-height: 1.7;
}
/* line 657, ../sass/cp.scss */
.pic_list h3 {
  font-size: 1.5em;
  padding: 10px;
  overflow: hidden;
  font-weight: 600;
  margin-bottom: 10px;
  border-bottom: 1px solid #777;
}
/* line 664, ../sass/cp.scss */
.pic_list h3:before {
  content: "";
  background-color: #777;
  width: 5px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 678, ../sass/cp.scss */
.pic_list img {
  margin: 0px 10px;
}
/* line 681, ../sass/cp.scss */
.pic_list ul {
  overflow: hidden;
  list-style: disc;
  margin: 5px;
  padding-left: 20px;
}
/* line 686, ../sass/cp.scss */
.pic_list ul li {
  padding: 5px 10px;
  border-bottom: 1px dashed #ccc;
}
/* line 689, ../sass/cp.scss */
.pic_list ul li:after {
  content: "";
  display: block;
  clear: both;
}
/* line 695, ../sass/cp.scss */
.pic_list ul li ul li {
  padding: 5px;
  border-bottom: 1px dashed #ccc;
}
/* line 702, ../sass/cp.scss */
.pic_list a {
  text-decoration: none;
  color: #9A9CA7;
}
/* line 705, ../sass/cp.scss */
.pic_list a:hover {
  position: relative;
  top: 1px;
  left: 1px;
}
/* line 710, ../sass/cp.scss */
.pic_list a img {
  border: none;
}
/* line 716, ../sass/cp.scss */
.pic_list table tr td {
  padding: 3px 0;
}
/* line 721, ../sass/cp.scss */
.pic_list .text {
  overflow: hidden;
  padding: 5px 0;
}
/* line 725, ../sass/cp.scss */
.pic_list h4 {
  overflow: hidden;
  font-size: 1.3em;
  color: #000;
}

/*---------------------------列表底線------------------------------------*/
/* line 736, ../sass/cp.scss */
.line .text {
  border-bottom: 1px dashed #ccc;
}
/* line 740, ../sass/cp.scss */
.line table tr {
  border-bottom: 1px dashed #ccc;
}

/*---------------------------去框線------------------------------------*/
/* line 749, ../sass/cp.scss */
.no_line {
  border: none !important;
}

/*---------------------------圖片陰影------------------------------------*/
/* line 757, ../sass/cp.scss */
.shadow img {
  -moz-box-shadow: 0px 0px 5px #B9B9B9;
  -webkit-box-shadow: 0px 0px 5px #B9B9B9;
  box-shadow: 0px 0px 5px #B9B9B9;
}

/*---------------------------圓形圖片------------------------------------*/
/* line 768, ../sass/cp.scss */
.pic_round img {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: none;
  padding: 0px;
}

/*----------------------------圓角圖片------------------------------------*/
/* line 781, ../sass/cp.scss */
.pic_radius img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
}

/*----------------------------有框圖片------------------------------------*/
/* line 793, ../sass/cp.scss */
.pic_border img {
  padding: 3px;
  border: 1px solid #ccc;
}

/*----------------------------圖片垂直列表------------------------------------*/
/* line 802, ../sass/cp.scss */
.pic_table {
  margin: 10px 0;
}
/* line 804, ../sass/cp.scss */
.pic_table span {
  display: block;
  text-align: center !important;
}

/*-------顏色-------*/
/* line 813, ../sass/cp.scss */
.green001 {
  color: #4795A2;
}

/* line 817, ../sass/cp.scss */
.green002 {
  color: #4795A2;
}

/* line 822, ../sass/cp.scss */
.list_table th {
  background-position: 0 5px !important;
  border-bottom: 1px dashed #ccc;
  vertical-align: top;
}
/* line 827, ../sass/cp.scss */
.list_table td {
  border-bottom: 1px dashed #ccc;
}

@media (max-width: 768px) and (min-width: 661px) {
  /* line 834, ../sass/cp.scss */
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 840, ../sass/cp.scss */
  .pic_list img {
    max-width: 100% !important;
    height: auto !important;
    float: none !important;
    margin: 0px !important;
  }
  /* line 846, ../sass/cp.scss */
  .pic_list h4 {
    width: 100%;
  }
  /* line 850, ../sass/cp.scss */
  .pic_list a img {
    width: auto !important;
    border: none;
  }

  /*-------表格-------*/
  /* line 857, ../sass/cp.scss */
  tr.th-none {
    display: none;
  }

  /* line 860, ../sass/cp.scss */
  tr.tr-line {
    border-bottom: #666 solid 1px;
  }

  /* line 864, ../sass/cp.scss */
  .cell-table thead {
    display: none;
  }
  /* line 867, ../sass/cp.scss */
  .cell-table .cell-td {
    display: inherit;
  }
  /* line 870, ../sass/cp.scss */
  .cell-table th {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
  }
  /* line 879, ../sass/cp.scss */
  .cell-table tr:nth-child(2n) p {
    background-color: #fff;
  }
  /* line 882, ../sass/cp.scss */
  .cell-table tr:nth-child(2n) td {
    border-bottom: 1px solid #F0F0F0;
  }
  /* line 886, ../sass/cp.scss */
  .cell-table td {
    display: inline-table;
    width: 100%;
    background-color: #ccc;
    border: none;
    border-bottom: #fff double 1px;
    padding: 0;
  }
  /* line 893, ../sass/cp.scss */
  .cell-table td p {
    display: table-cell;
    border-bottom: 1px solid #ccc;
    background-color: #f5f5f5;
    overflow: hidden;
    width: 68%;
    line-height: 1.7;
    padding: 1%;
    color: #333;
  }
  /* line 904, ../sass/cp.scss */
  .cell-table td span.cell-td {
    line-height: 1.7;
    margin: 1%;
  }

  /* line 911, ../sass/cp.scss */
  .table_blue01 td {
    background-color: #3bd1e9;
    color: #fff;
  }

  /* line 915, ../sass/cp.scss */
  .table_blue02 td {
    background-color: #5781a7;
    color: #fff;
  }

  /* line 919, ../sass/cp.scss */
  .table_red01 td {
    background-color: #fed0da;
    color: #ed3245;
  }

  /* line 923, ../sass/cp.scss */
  .table_yellow01 td {
    background-color: #fee09a;
    color: #ff6600;
  }

  /* line 927, ../sass/cp.scss */
  .table_yellow02 td {
    background-color: #f6a94d;
    color: #fff;
  }

  /* line 931, ../sass/cp.scss */
  .table_green01 td {
    background-color: #bdf8e2;
    color: #00c897;
  }

  /* line 935, ../sass/cp.scss */
  .table_green02 td {
    background-color: #38b299;
    color: #fff;
  }

  /* line 939, ../sass/cp.scss */
  .table_golden01 td {
    background-color: #b69a5b;
    color: #fff;
  }

  /*-------圖片垂直列表-------*/
  /* line 944, ../sass/cp.scss */
  .pic_table {
    float: none !important;
  }
  /* line 946, ../sass/cp.scss */
  .pic_table span {
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
  }

  /* line 953, ../sass/cp.scss */
  .list_table th {
    display: inline-block;
    width: 100%;
    border-bottom: none;
  }
  /* line 958, ../sass/cp.scss */
  .list_table td {
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 660px) {
  /*-------表格-------*/
  /* line 968, ../sass/cp.scss */
  tr.th-none {
    display: none;
  }

  /* line 971, ../sass/cp.scss */
  tr.tr-line {
    border-bottom: #ccc solid 1px;
  }

  /* line 975, ../sass/cp.scss */
  .cell-table thead {
    display: none;
  }
  /* line 978, ../sass/cp.scss */
  .cell-table .cell-td {
    display: inherit;
  }
  /* line 981, ../sass/cp.scss */
  .cell-table th {
    display: inline-block !important;
    width: 100%;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 5px 0px;
  }
  /* line 990, ../sass/cp.scss */
  .cell-table tr:nth-child(2n) p {
    background-color: #fff;
  }
  /* line 993, ../sass/cp.scss */
  .cell-table tr:nth-child(2n) td {
    border-bottom: 1px solid #F0F0F0;
  }
  /* line 997, ../sass/cp.scss */
  .cell-table td {
    display: inline-table;
    width: 100%;
    background-color: #ccc;
    border: none;
    border-bottom: #fff double 1px;
    padding: 0;
  }
  /* line 1005, ../sass/cp.scss */
  .cell-table td p {
    display: table-cell;
    border-bottom: 1px solid #ccc;
    background-color: #f5f5f5;
    overflow: hidden;
    width: 68%;
    line-height: 1.7;
    padding: 1%;
    color: #333;
  }
  /* line 1016, ../sass/cp.scss */
  .cell-table td span.cell-td {
    line-height: 1.7;
    margin: 1%;
  }

  /* line 1023, ../sass/cp.scss */
  .table_blue01 td {
    background-color: #3bd1e9;
    color: #fff;
  }

  /* line 1027, ../sass/cp.scss */
  .table_blue02 td {
    background-color: #5781a7;
    color: #fff;
  }

  /* line 1031, ../sass/cp.scss */
  .table_red01 td {
    background-color: #fed0da;
    color: #ed3245;
  }

  /* line 1035, ../sass/cp.scss */
  .table_yellow01 td {
    background-color: #fee09a;
    color: #ff6600;
  }

  /* line 1039, ../sass/cp.scss */
  .table_yellow02 td {
    background-color: #f6a94d;
    color: #fff;
  }

  /* line 1043, ../sass/cp.scss */
  .table_green01 td {
    background-color: #bdf8e2;
    color: #00c897;
  }

  /* line 1047, ../sass/cp.scss */
  .table_green02 td {
    background-color: #38b299;
    color: #fff;
  }

  /* line 1051, ../sass/cp.scss */
  .table_golden01 td {
    background-color: #b69a5b;
    color: #fff;
  }

  /*---局長簡介----*/
  /* line 1058, ../sass/cp.scss */
  .profile .pro_contener .img {
    float: none;
    margin: 0 auto;
  }
  /* line 1062, ../sass/cp.scss */
  .profile .pro_contener .name,
  .profile .pro_contener .main {
    margin-left: 0;
  }
  /* line 1067, ../sass/cp.scss */
  .profile .pro_contener .main span {
    background-position: center;
    text-align: center;
    padding-left: 0;
  }

  /* line 1075, ../sass/cp.scss */
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 1081, ../sass/cp.scss */
  .pic_list img {
    max-width: 100% !important;
    height: auto !important;
    float: none !important;
    margin: 0px !important;
  }
  /* line 1087, ../sass/cp.scss */
  .pic_list h4 {
    width: 100%;
  }
  /* line 1091, ../sass/cp.scss */
  .pic_list a img {
    width: auto !important;
    border: none;
  }

  /*-------圖片垂直列表-------*/
  /* line 1098, ../sass/cp.scss */
  .pic_table {
    float: none !important;
  }
  /* line 1099, ../sass/cp.scss */
  .pic_table tr {
    border-bottom: none;
  }
  /* line 1103, ../sass/cp.scss */
  .pic_table span {
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
  }

  /* line 1110, ../sass/cp.scss */
  .list_table th {
    display: inline-block;
    width: 100%;
    border-bottom: none;
  }
  /* line 1115, ../sass/cp.scss */
  .list_table td {
    display: inline-table;
    width: 100%;
  }
}
@media (max-width: 1010px) and (min-width: 769px) {
  /* line 1127, ../sass/cp.scss */
  .data_midlle_cp table table td {
    vertical-align: middle;
  }

  /* line 1133, ../sass/cp.scss */
  table.list td {
    padding: 5px;
  }
}
/*-------表格藍色 table_blue01-------*/
/* line 1142, ../sass/cp.scss */
.planwrb_table_blue01 {
  border-top: 2px solid #3bd1e9;
  border-bottom: 2px solid #3bd1e9;
}
/* line 1146, ../sass/cp.scss */
.planwrb_table_blue01 thead th {
  background-color: #3bd1e9;
  color: #fff;
}

/*-------表格藍色 -------*/
/* line 1157, ../sass/cp.scss */
.sightseeing_table_blue01 {
  border-top: 2px solid #0849cc;
  border-bottom: 2px solid #0849cc;
}
/* line 1161, ../sass/cp.scss */
.sightseeing_table_blue01 thead th {
  background-color: #3d85cc;
  color: #fff;
}

/*-------表格藍色旅館住的地方 -------*/
/* line 1172, ../sass/cp.scss */
.sightseeing_table_blue0177 {
  border-top: 2px solid #5599FF;
  border-bottom: 2px solid #5599FF;
}
/* line 1176, ../sass/cp.scss */
.sightseeing_table_blue0177 thead th {
  background-color: #007799;
  color: #fff;
}

/*---sightseeing藍色---*/
/* line 1188, ../sass/cp.scss */
.sightseeing_blue017 h3 {
  color: #268ef5;
  border-bottom: 1px solid #268ef5;
}
/* line 1191, ../sass/cp.scss */
.sightseeing_blue017 h3:before {
  background-color: #268ef5;
}
/* line 1195, ../sass/cp.scss */
.sightseeing_blue017 h4 {
  background: url(../images/img/icon_01.png) left no-repeat;
  padding-left: 30px;
  color: #268ef5;
}
/* line 1200, ../sass/cp.scss */
.sightseeing_blue017 a {
  color: #878483;
}
/* line 1202, ../sass/cp.scss */
.sightseeing_blue017 a:hover {
  color: #268ef5;
}
/* line 1208, ../sass/cp.scss */
.sightseeing_blue017 table tr th {
  background: url(../images/img/icon010.jpg) left no-repeat;
  padding-left: 20px;
  color: #268ef5;
}

/* line 1219, ../sass/cp.scss */
.sightseeing_blue0017 h3 {
  color: #268ef5;
  border-bottom: 1px solid #268ef5;
}
/* line 1222, ../sass/cp.scss */
.sightseeing_blue0017 h3:before {
  background-color: #268ef5;
}
/* line 1226, ../sass/cp.scss */
.sightseeing_blue0017 h4 {
  background: url(../images/img/) left no-repeat;
  padding-left: 30px;
  color: #268ef5;
}
/* line 1231, ../sass/cp.scss */
.sightseeing_blue0017 a {
  color: #878483;
}
/* line 1233, ../sass/cp.scss */
.sightseeing_blue0017 a:hover {
  color: #268ef5;
}
/* line 1239, ../sass/cp.scss */
.sightseeing_blue0017 table tr th {
  background: url(../images/img/) left no-repeat;
  padding-left: 20px;
  color: #268ef5;
}

/*---藍綠色---*/
/* line 1253, ../sass/cp.scss */
.city_green03 h3 {
  color: #9db253;
  border-bottom: 1px solid #9db253;
}
/* line 1256, ../sass/cp.scss */
.city_green03 h3:before {
  background-color: #9db253;
}
/* line 1260, ../sass/cp.scss */
.city_green03 h4 {
  background: url(../images/img/icon_01.png) left no-repeat;
  padding-left: 30px;
  color: #20B2AA;
}
/* line 1265, ../sass/cp.scss */
.city_green03 a {
  color: #878483;
}
/* line 1267, ../sass/cp.scss */
.city_green03 a:hover {
  color: #9ABD47;
}
/* line 1273, ../sass/cp.scss */
.city_green03 table tr th {
  background: url(../images/img/icon010.jpg) left no-repeat;
  padding-left: 20px;
  color: #008888;
}

/*----表格深藍綠色 ---*/
/* line 1286, ../sass/cp.scss */
.city_table_blur09 {
  border-top: 2px solid #1E90FF;
  border-bottom: 2px solid #1E90FF;
}
/* line 1290, ../sass/cp.scss */
.city_table_blur09 thead th {
  background-color: #6495ED;
  color: #fff;
}

/*---單行表格---*/
/* line 1302, ../sass/cp.scss */
.city_contact07 h5 {
  color: #398ADF;
}
/* line 1305, ../sass/cp.scss */
.city_contact07 th {
  background-color: #398ADF;
}
/* line 1308, ../sass/cp.scss */
.city_contact07 tr {
  border-bottom: 1px dotted #ccc;
}
/* line 1311, ../sass/cp.scss */
.city_contact07 tr a:hover {
  color: #398ADF;
  text-decoration: underline;
}
/* line 1315, ../sass/cp.scss */
.city_contact07 tr.bgcolor02 {
  background-color: #F5F5F5;
}

/*---單行表格_---*/
/* line 1325, ../sass/cp.scss */
.sightseeing_contact017 h5 {
  color: #4682B4;
}
/* line 1328, ../sass/cp.scss */
.sightseeing_contact017 th {
  background-color: #4682B4;
}
/* line 1331, ../sass/cp.scss */
.sightseeing_contact017 tr {
  border-bottom: 1px dotted #ccc;
}
/* line 1334, ../sass/cp.scss */
.sightseeing_contact017 tr a:hover {
  color: #4682B4;
  text-decoration: underline;
}
/* line 1338, ../sass/cp.scss */
.sightseeing_contact017 tr.bgcolor02 {
  background-color: #F0FFFF;
}

/*---單行表格深藍色02---*/
/* line 1348, ../sass/cp.scss */
.sightseeing_contact170 h5 {
  color: #4682B4;
}
/* line 1351, ../sass/cp.scss */
.sightseeing_contact170 th {
  background-color: #4682B4;
}
/* line 1354, ../sass/cp.scss */
.sightseeing_contact170 tr {
  border-bottom: 1px dotted #ccc;
}
/* line 1357, ../sass/cp.scss */
.sightseeing_contact170 tr a:hover {
  color: #4682B4;
  text-decoration: underline;
}
/* line 1361, ../sass/cp.scss */
.sightseeing_contact170 tr.bgcolor02 {
  background-color: #ADD8E6;
}

/*-----*/
/* line 1371, ../sass/cp.scss */
.agriculture_blue051 h3 {
  color: #4682B4;
  border-bottom: 1px solid #4682B4;
}
/* line 1374, ../sass/cp.scss */
.agriculture_blue051 h3:before {
  background-color: #4682B4;
}
/* line 1378, ../sass/cp.scss */
.agriculture_blue051 h4 {
  background: url(../images/img/user168.png) left no-repeat;
  padding-left: 30px;
  color: #000080;
}
/* line 1383, ../sass/cp.scss */
.agriculture_blue051 a {
  color: #878483;
}
/* line 1385, ../sass/cp.scss */
.agriculture_blue051 a:hover {
  color: #000080;
}
/* line 1391, ../sass/cp.scss */
.agriculture_blue051 table tr th {
  background: url(../images/img/icon010.jpg) left no-repeat;
  padding-left: 20px;
  color: #1E90FF;
}

/*---單行表格_---*/
/* line 1405, ../sass/cp.scss */
.agriculture_contact200 h5 {
  color: #008B8B;
}
/* line 1408, ../sass/cp.scss */
.agriculture_contact200 th {
  background-color: #008B8B;
}
/* line 1411, ../sass/cp.scss */
.agriculture_contact200 tr {
  border-bottom: 1px dotted #ccc;
}
/* line 1414, ../sass/cp.scss */
.agriculture_contact200 tr a:hover {
  color: #008B8B;
  text-decoration: underline;
}
/* line 1418, ../sass/cp.scss */
.agriculture_contact200 tr.bgcolor02 {
  background-color: #F0F8FF;
}

/*---深一點藍色---*/
/* line 1428, ../sass/cp.scss */
.public_blue031 h3 {
  color: #1E90FF;
  border-bottom: 1px solid #1E90FF;
}
/* line 1431, ../sass/cp.scss */
.public_blue031 h3:before {
  background-color: #1E90FF;
}
/* line 1435, ../sass/cp.scss */
.public_blue031 h4 {
  background: url(../images/img/business13102.png) left no-repeat;
  padding-left: 30px;
  color: #1E90FF;
}
/* line 1440, ../sass/cp.scss */
.public_blue031 a {
  color: #878483;
}
/* line 1442, ../sass/cp.scss */
.public_blue031 a:hover {
  color: #1E90FF;
}
/* line 1448, ../sass/cp.scss */
.public_blue031 table tr th {
  background: url(../images/img/icon010.jpg) left no-repeat;
  padding-left: 20px;
  color: #1E90FF;
}

/*---藍綠色---*/
/* line 1462, ../sass/cp.scss */
.public_blue0033 h3 {
  color: #00BFFF !important;
  border-bottom: 1px solid #00BFFF !important;
}
/* line 1465, ../sass/cp.scss */
.public_blue0033 h3:before {
  background-color: #00BFFF !important;
}
/* line 1469, ../sass/cp.scss */
.public_blue0033 h4 {
  background: url(../images/img/business13102.png) left no-repeat;
  padding-left: 30px;
  color: #00BFFF !important;
}
/* line 1474, ../sass/cp.scss */
.public_blue0033 a {
  color: #878483 !important;
}
/* line 1476, ../sass/cp.scss */
.public_blue0033 a:hover {
  color: #00BFFF !important;
}
/* line 1482, ../sass/cp.scss */
.public_blue0033 table tr th {
  background: url(../images/img/icon010.jpg) left no-repeat;
  padding-left: 20px;
  color: #00BFFF;
}

/* line 1493, ../sass/cp.scss */
.land_orange01 h3 {
  color: #FF7F50;
  border-bottom: 1px solid #FF7F50;
}
/* line 1496, ../sass/cp.scss */
.land_orange01 h3:before {
  background-color: #FF7F50;
}
/* line 1500, ../sass/cp.scss */
.land_orange01 h4 {
  background: url(../images/img/p_editor.png) left no-repeat;
  padding-left: 20px;
  color: #FF7F50;
}
/* line 1505, ../sass/cp.scss */
.land_orange01 a {
  color: #947F58;
}
/* line 1507, ../sass/cp.scss */
.land_orange01 a:hover {
  color: #804040;
}

/* line 1514, ../sass/cp.scss */
.land_table_cof111 {
  border-top: 2px solid #FF4500;
  border-bottom: 2px solid #FF4500;
}
/* line 1518, ../sass/cp.scss */
.land_table_cof111 thead th {
  background-color: #FF8C00;
  color: #fff;
}

/* line 1527, ../sass/cp.scss */
.land_oran01 h3 {
  color: #FF7F50;
  border-bottom: 1px solid #FF7F50;
}
/* line 1530, ../sass/cp.scss */
.land_oran01 h3:before {
  background-color: #FF7F50;
}
/* line 1534, ../sass/cp.scss */
.land_oran01 h4 {
  background: url(../images/module_diy.png) left no-repeat;
  padding-left: 30px;
  color: #FF7F50;
}
/* line 1539, ../sass/cp.scss */
.land_oran01 a {
  color: #FF7F50;
}
/* line 1541, ../sass/cp.scss */
.land_oran01 a:hover {
  color: #FF7F50;
}
/* line 1547, ../sass/cp.scss */
.land_oran01 table tr th {
  background: url(../images/img/module_diy.jpg) left no-repeat;
  padding-left: 20px;
  color: #FF7F50;
}

/* line 1558, ../sass/cp.scss */
.land_oran2222 h3 {
  color: #FF7F50;
  border-bottom: 1px solid #FF7F50;
}
/* line 1561, ../sass/cp.scss */
.land_oran2222 h3:before {
  background-color: #FF7F50;
}
/* line 1565, ../sass/cp.scss */
.land_oran2222 h4 {
  background: url(../images/img/user168.png) left no-repeat;
  padding-left: 30px;
  color: #FF7F50;
}
/* line 1570, ../sass/cp.scss */
.land_oran2222 a {
  color: #FF7F50;
}
/* line 1572, ../sass/cp.scss */
.land_oran2222 a:hover {
  color: #FF7F50;
}
/* line 1578, ../sass/cp.scss */
.land_oran2222 table tr th {
  background: url(../images/img/icon011.jpg) left no-repeat;
  padding-left: 20px;
  color: #F4A460;
}

/* line 1589, ../sass/cp.scss */
.land_contact055 h5 {
  color: #D26800;
}
/* line 1592, ../sass/cp.scss */
.land_contact055 th {
  background-color: #F4A460;
}
/* line 1595, ../sass/cp.scss */
.land_contact055 tr {
  border-bottom: 1px dotted #ccc;
}
/* line 1598, ../sass/cp.scss */
.land_contact055 tr a:hover {
  color: #F4A460;
  text-decoration: underline;
}
/* line 1602, ../sass/cp.scss */
.land_contact055 tr.bgcolor02 {
  background-color: #FFF5E7;
}

/* line 1609, ../sass/cp.scss */
.land_contact054 h5 {
  color: #D26800;
}
/* line 1612, ../sass/cp.scss */
.land_contact054 th {
  background-color: #F4A460;
}
/* line 1615, ../sass/cp.scss */
.land_contact054 tr {
  border-bottom: 1px dotted #ccc;
}
/* line 1618, ../sass/cp.scss */
.land_contact054 tr a:hover {
  color: #D26800;
  text-decoration: underline;
}
/* line 1622, ../sass/cp.scss */
.land_contact054 tr.bgcolor02 {
  background-color: #FFF5E7;
}

/*--深點綠---*/
/* line 1632, ../sass/cp.scss */
.comptroller_green02 h3 {
  color: #9db253;
  border-bottom: 1px solid #73B143;
}
/* line 1635, ../sass/cp.scss */
.comptroller_green02 h3:before {
  background-color: #73B143;
}
/* line 1639, ../sass/cp.scss */
.comptroller_green02 h4 {
  background: url(../images/img/icon_01.png) left no-repeat;
  padding-left: 30px;
  color: #73B143;
}
/* line 1644, ../sass/cp.scss */
.comptroller_green02 a {
  color: #878483;
}
/* line 1646, ../sass/cp.scss */
.comptroller_green02 a:hover {
  color: #9ABD47;
}
/* line 1652, ../sass/cp.scss */
.comptroller_green02 table tr th {
  background: url(../images/img/icon009.jpg) left no-repeat;
  padding-left: 20px;
  color: #9ABD47;
}

/*-------表格綠色-------*/
/* line 1665, ../sass/cp.scss */
.comptroller_table_green018 {
  border-top: 2px solid #D94600;
  border-bottom: 2px solid #D94600;
}
/* line 1669, ../sass/cp.scss */
.comptroller_table_green018 thead th {
  background-color: #EA7500;
  color: #fff;
}

/*---單行表格_點線橘色---*/
/* line 1681, ../sass/cp.scss */
.comptroller_contact0518 h5 {
  color: #FF9224;
}
/* line 1684, ../sass/cp.scss */
.comptroller_contact0518 th {
  background-color: #FF9224;
}
/* line 1687, ../sass/cp.scss */
.comptroller_contact0518 tr {
  border-bottom: 1px dotted #ccc;
}
/* line 1690, ../sass/cp.scss */
.comptroller_contact0518 tr a:hover {
  color: #FF9224;
  text-decoration: underline;
}
/* line 1694, ../sass/cp.scss */
.comptroller_contact0518 tr.bgcolor02 {
  background-color: #FF9224;
}

/*---淺橘色---------*/
/* line 1704, ../sass/cp.scss */
.people_orang0518 h3 {
  color: #FFBB66;
  border-bottom: 1px solid #FFBB66;
}
/* line 1707, ../sass/cp.scss */
.people_orang0518 h3:before {
  background-color: #FFBB66;
}
/* line 1711, ../sass/cp.scss */
.people_orang0518 h4 {
  background: url(../images/img/business13102.png) left no-repeat;
  padding-left: 30px;
  color: #FFBB66;
}
/* line 1716, ../sass/cp.scss */
.people_orang0518 a {
  color: #FFBB66;
}
/* line 1718, ../sass/cp.scss */
.people_orang0518 a:hover {
  color: #FFBB66;
}
/* line 1724, ../sass/cp.scss */
.people_orang0518 table tr th {
  background: url(../images/img/icon012.jpg) left no-repeat;
  padding-left: 20px;
  color: #CC6600;
}

/*---單行表格_點線橘色---*/
/* line 1738, ../sass/cp.scss */
.people_contact0519 h5 {
  color: #CC6600;
}
/* line 1741, ../sass/cp.scss */
.people_contact0519 th {
  background-color: #FFDD55;
}
/* line 1744, ../sass/cp.scss */
.people_contact0519 tr {
  border-bottom: 1px dotted #ccc;
}
/* line 1747, ../sass/cp.scss */
.people_contact0519 tr a:hover {
  color: #FFDD55;
  text-decoration: underline;
}
/* line 1751, ../sass/cp.scss */
.people_contact0519 tr.bgcolor02 {
  background-color: #FFDD55;
}

/*---單行表格_點線橘色2---*/
/* line 1761, ../sass/cp.scss */
.people_contact05199 h5 {
  color: #CC6600;
}
/* line 1764, ../sass/cp.scss */
.people_contact05199 th {
  background-color: #FFBB00;
}
/* line 1767, ../sass/cp.scss */
.people_contact05199 tr {
  border-bottom: 1px dotted #ccc;
}
/* line 1770, ../sass/cp.scss */
.people_contact05199 tr a:hover {
  color: #CC6600;
  text-decoration: underline;
}
/* line 1774, ../sass/cp.scss */
.people_contact05199 tr.bgcolor02 {
  background-color: #FFEE99;
}

/*---單行表格_點線橘色2---*/
/* line 1784, ../sass/cp.scss */
.people_contact0520 h5 {
  color: #CC6600;
}
/* line 1787, ../sass/cp.scss */
.people_contact0520 th {
  background-color: #F4A460;
}
/* line 1790, ../sass/cp.scss */
.people_contact0520 tr {
  border-bottom: 1px dotted #ccc;
}
/* line 1793, ../sass/cp.scss */
.people_contact0520 tr a:hover {
  color: #CC6600;
  text-decoration: underline;
}
/* line 1797, ../sass/cp.scss */
.people_contact0520 tr.bgcolor02 {
  background-color: #FFFACD;
}

/*---研考_藍色樣式---*/
/* line 1806, ../sass/cp.scss */
.planreo_blue01 h3 {
  color: #9db253;
  border-bottom: 1px solid #9db253;
}
/* line 1809, ../sass/cp.scss */
.planreo_blue01 h3:before {
  background-color: #9db253;
}
/* line 1813, ../sass/cp.scss */
.planreo_blue01 h4 {
  background: url(../images/img/index003.jpg) left 5px no-repeat;
  padding-left: 30px;
  color: #135473;
}
/* line 1818, ../sass/cp.scss */
.planreo_blue01 a {
  color: #878483;
}
/* line 1820, ../sass/cp.scss */
.planreo_blue01 a:hover {
  color: #9ABD47;
}
/* line 1826, ../sass/cp.scss */
.planreo_blue01 table tr th {
  background: url(../images/img/icon010.jpg) left 5px no-repeat;
  padding-left: 20px;
  color: #35b2e5;
}

/*---藍綠色(icon 花)---*/
/* line 1839, ../sass/cp.scss */
.planbcp_green03 h3 {
  color: #9db253;
  border-bottom: 1px solid #9db253;
}
/* line 1842, ../sass/cp.scss */
.planbcp_green03 h3:before {
  background-color: #9db253;
}
/* line 1846, ../sass/cp.scss */
.planbcp_green03 h4 {
  background: url(../images/img/icon_01.png) left no-repeat;
  padding-left: 30px;
  color: #20B2AA;
}
/* line 1851, ../sass/cp.scss */
.planbcp_green03 a {
  color: #878483;
}
/* line 1853, ../sass/cp.scss */
.planbcp_green03 a:hover {
  color: #9ABD47;
}
/* line 1859, ../sass/cp.scss */
.planbcp_green03 table tr th {
  background: url(../images/img/icon010.jpg) left no-repeat;
  padding-left: 20px;
  color: #008888;
}

/*---藍綠色樣式(icon 新聞)---*/
/* line 1872, ../sass/cp.scss */
.planbcp_bgreen01 h3 {
  color: #da6a54;
  border-bottom: 1px solid #9db253;
}
/* line 1875, ../sass/cp.scss */
.planbcp_bgreen01 h3:before {
  background-color: #9db253;
}
/* line 1879, ../sass/cp.scss */
.planbcp_bgreen01 h4 {
  background: url(../images/img/index003.jpg) left no-repeat;
  padding-left: 30px;
  color: #20B2AA;
}
/* line 1884, ../sass/cp.scss */
.planbcp_bgreen01 a {
  color: #878483;
}
/* line 1886, ../sass/cp.scss */
.planbcp_bgreen01 a:hover {
  color: #9ABD47;
}

/*---單行表格_虛線藍綠色---*/
/* line 1896, ../sass/cp.scss */
.planbcp_contact_bgreen h5 {
  color: #008888;
}
/* line 1899, ../sass/cp.scss */
.planbcp_contact_bgreen th {
  background-color: #20B2AA;
}
/* line 1902, ../sass/cp.scss */
.planbcp_contact_bgreen tr {
  border-bottom: 1px dashed #ccc;
}
/* line 1905, ../sass/cp.scss */
.planbcp_contact_bgreen tr a:hover {
  color: #ff5b6b;
  text-decoration: underline;
}
/* line 1909, ../sass/cp.scss */
.planbcp_contact_bgreen tr.bgcolor02 {
  background-color: #F5F5F5;
}

/* line 1916, ../sass/cp.scss */
.planfcp_contact_red h5 {
  color: #ff5b6b;
}
/* line 1919, ../sass/cp.scss */
.planfcp_contact_red th {
  background-color: #ff5b6b;
}
/* line 1922, ../sass/cp.scss */
.planfcp_contact_red tr {
  border-bottom: 1px dashed #ccc;
}
/* line 1925, ../sass/cp.scss */
.planfcp_contact_red tr a:hover {
  color: #ff5b6b;
  text-decoration: underline;
}
/* line 1929, ../sass/cp.scss */
.planfcp_contact_red tr.bgcolor02 {
  background-color: #F5F5F5;
}

/*---粉紅色樣式---*/
/* line 1938, ../sass/cp.scss */
.planfbp_pink01 h3 {
  color: #FF69B4;
  border-bottom: 1px solid #D80029;
}
/* line 1941, ../sass/cp.scss */
.planfbp_pink01 h3:before {
  background-color: #D80029;
}
/* line 1945, ../sass/cp.scss */
.planfbp_pink01 h4 {
  background: url(../images/img/p_editor.png) left no-repeat;
  padding-left: 20px;
  color: #FF69B4;
}
/* line 1950, ../sass/cp.scss */
.planfbp_pink01 a {
  color: #947F58;
}
/* line 1952, ../sass/cp.scss */
.planfbp_pink01 a:hover {
  color: #804040;
}
/* line 1958, ../sass/cp.scss */
.planfbp_pink01 table tr th {
  background: url(../images/img/ico.jpg) left no-repeat;
  padding-left: 20px;
  color: #008888;
}

/*---單行表格_基本綠---*/
/* line 1971, ../sass/cp.scss */
.ca_contact {
  /*---淡灰色---*/
  /*---深灰色---*/
}
/* line 1972, ../sass/cp.scss */
.ca_contact h5 {
  font-size: 1.2em;
  color: #7fa70e;
  line-height: 2;
  font-weight: bolder;
  margin-left: 10px;
}
/* line 1979, ../sass/cp.scss */
.ca_contact th {
  background-color: #a1cf0c;
  font-weight: 600;
  color: #fff;
  line-height: 25px;
  padding: 5px 10px;
}
/* line 1986, ../sass/cp.scss */
.ca_contact td {
  border: 1px solid #CCC;
  padding: 5px 10px;
  text-align: left;
  line-height: 1.7;
}
/* line 1992, ../sass/cp.scss */
.ca_contact td.noline {
  border-right: none;
}
/* line 1996, ../sass/cp.scss */
.ca_contact tr a {
  color: #666;
  text-decoration: none;
  text-align: left;
}
/* line 2000, ../sass/cp.scss */
.ca_contact tr a:hover {
  color: #fe9a05;
  text-decoration: underline;
}
/* line 2007, ../sass/cp.scss */
.ca_contact tr.bgcolor {
  background-color: #f5f5f5;
}
/* line 2011, ../sass/cp.scss */
.ca_contact tr.bgcolor02 {
  background-color: #dee1d8;
}

/*---單行表格文字置中---*/
/* line 2020, ../sass/cp.scss */
.table_text_center th {
  text-align: center;
}
/* line 2023, ../sass/cp.scss */
.table_text_center td {
  text-align: center;
}

/*-------表格橘色 table_orange01-------*/
/* line 2032, ../sass/cp.scss */
.planfbt_table_orange01 {
  border-top: 2px solid #FF8C00;
  border-bottom: 2px solid #FF8C00;
}
/* line 2036, ../sass/cp.scss */
.planfbt_table_orange01 thead th {
  background-color: #FF8C00;
  color: #fff;
}

@media (max-width: 768px) and (min-width: 661px) {
  /* line 2047, ../sass/cp.scss */
  .city_table_blur09 td {
    background-color: #6495ED;
    color: #fff;
  }

  /* line 2052, ../sass/cp.scss */
  .land_table_cof111 td {
    background-color: #FF8C00;
    color: #fff;
  }

  /* line 2057, ../sass/cp.scss */
  .sightseeing_table_blue01 td {
    background-color: #3d85cc;
    color: #fff;
  }

  /* line 2062, ../sass/cp.scss */
  .sightseeing_table_blue0177 td {
    background-color: #0088A8;
    color: #fff;
  }

  /* line 2067, ../sass/cp.scss */
  .comptroller_table_green018 td {
    background-color: #EA7500;
    color: #fff;
  }

  /*---藍綠色(icon 花)---*/
  /* line 2074, ../sass/cp.scss */
  .planbcp_green03 h3 {
    color: #9db253;
    border-bottom: 1px solid #9db253;
  }
  /* line 2077, ../sass/cp.scss */
  .planbcp_green03 h3:before {
    background-color: #9db253;
  }
  /* line 2081, ../sass/cp.scss */
  .planbcp_green03 h4 {
    background: url(../images/img/icon_01.png) left no-repeat;
    padding-left: 30px;
    color: #20B2AA;
  }
  /* line 2086, ../sass/cp.scss */
  .planbcp_green03 a {
    color: #878483;
  }
  /* line 2088, ../sass/cp.scss */
  .planbcp_green03 a:hover {
    color: #9ABD47;
  }
  /* line 2094, ../sass/cp.scss */
  .planbcp_green03 table tr th {
    background: url(../images/img/icon010.jpg) left no-repeat;
    padding-left: 20px;
    color: #008888;
  }

  /*---藍綠色樣式(icon 新聞)---*/
  /* line 2104, ../sass/cp.scss */
  .planbcp_bgreen01 h3 {
    color: #da6a54;
    border-bottom: 1px solid #9db253;
  }
  /* line 2107, ../sass/cp.scss */
  .planbcp_bgreen01 h3:before {
    background-color: #9db253;
  }
  /* line 2111, ../sass/cp.scss */
  .planbcp_bgreen01 h4 {
    background: url(../images/img/index003.jpg) left no-repeat;
    padding-left: 30px;
    color: #20B2AA;
  }
  /* line 2116, ../sass/cp.scss */
  .planbcp_bgreen01 a {
    color: #878483;
  }
  /* line 2118, ../sass/cp.scss */
  .planbcp_bgreen01 a:hover {
    color: #9ABD47;
  }

  /*---單行表格_虛線藍綠色---*/
  /* line 2125, ../sass/cp.scss */
  .planbcp_contact_bgreen h5 {
    color: #008888;
  }
  /* line 2128, ../sass/cp.scss */
  .planbcp_contact_bgreen th {
    background-color: #20B2AA;
  }
  /* line 2131, ../sass/cp.scss */
  .planbcp_contact_bgreen tr {
    border-bottom: 1px dashed #ccc;
  }
  /* line 2134, ../sass/cp.scss */
  .planbcp_contact_bgreen tr a:hover {
    color: #ff5b6b;
    text-decoration: underline;
  }
  /* line 2138, ../sass/cp.scss */
  .planbcp_contact_bgreen tr.bgcolor02 {
    background-color: #F5F5F5;
  }

  /* line 2144, ../sass/cp.scss */
  .planfcp_contact_red h5 {
    color: #ff5b6b;
  }
  /* line 2147, ../sass/cp.scss */
  .planfcp_contact_red th {
    background-color: #ff5b6b;
  }
  /* line 2150, ../sass/cp.scss */
  .planfcp_contact_red tr {
    border-bottom: 1px dashed #ccc;
  }
  /* line 2153, ../sass/cp.scss */
  .planfcp_contact_red tr a:hover {
    color: #ff5b6b;
    text-decoration: underline;
  }
  /* line 2157, ../sass/cp.scss */
  .planfcp_contact_red tr.bgcolor02 {
    background-color: #F5F5F5;
  }

  /*---粉紅色樣式---*/
  /* line 2163, ../sass/cp.scss */
  .planfbp_pink01 h3 {
    color: #FF69B4;
    border-bottom: 1px solid #D80029;
  }
  /* line 2166, ../sass/cp.scss */
  .planfbp_pink01 h3:before {
    background-color: #D80029;
  }
  /* line 2170, ../sass/cp.scss */
  .planfbp_pink01 h4 {
    background: url(../images/img/p_editor.png) left no-repeat;
    padding-left: 20px;
    color: #FF69B4;
  }
  /* line 2175, ../sass/cp.scss */
  .planfbp_pink01 a {
    color: #947F58;
  }
  /* line 2177, ../sass/cp.scss */
  .planfbp_pink01 a:hover {
    color: #804040;
  }

  /*---單行表格_基本綠---*/
  /* line 2184, ../sass/cp.scss */
  .ca_contact {
    /*---淡灰色---*/
    /*---深灰色---*/
  }
  /* line 2185, ../sass/cp.scss */
  .ca_contact h5 {
    font-size: 1.2em;
    color: #7fa70e;
    line-height: 2;
    font-weight: bolder;
    margin-left: 10px;
  }
  /* line 2192, ../sass/cp.scss */
  .ca_contact th {
    background-color: #a1cf0c;
    font-weight: 600;
    color: #fff;
    line-height: 25px;
    padding: 5px 10px;
  }
  /* line 2199, ../sass/cp.scss */
  .ca_contact td {
    border: 1px solid #CCC;
    padding: 5px 10px;
    text-align: left;
    line-height: 1.7;
  }
  /* line 2205, ../sass/cp.scss */
  .ca_contact td.noline {
    border-right: none;
  }
  /* line 2209, ../sass/cp.scss */
  .ca_contact tr a {
    color: #666;
    text-decoration: none;
    text-align: left;
  }
  /* line 2213, ../sass/cp.scss */
  .ca_contact tr a:hover {
    color: #fe9a05;
    text-decoration: underline;
  }
  /* line 2220, ../sass/cp.scss */
  .ca_contact tr.bgcolor {
    background-color: #f5f5f5;
  }
  /* line 2224, ../sass/cp.scss */
  .ca_contact tr.bgcolor02 {
    background-color: #dee1d8;
  }

  /*-------表格橘色 table_orange01-------*/
  /* line 2230, ../sass/cp.scss */
  .planfbt_table_orange01 td {
    background-color: #FF8C00;
    color: #fff;
  }
}
@media (max-width: 660px) {
  /* line 2240, ../sass/cp.scss */
  .city_table_blur09 td {
    background-color: #6495ED;
    color: #fff;
  }

  /* line 2244, ../sass/cp.scss */
  .land_table_cof111 td {
    background-color: #FF8C00;
    color: #fff;
  }

  /* line 2249, ../sass/cp.scss */
  .sightseeing_table_blue01 td {
    background-color: #3d85cc;
    color: #fff;
  }

  /* line 2254, ../sass/cp.scss */
  .sightseeing_table_blue0177 td {
    background-color: #0088A8;
    color: #fff;
  }

  /* line 2258, ../sass/cp.scss */
  .comptroller_table_green018 td {
    background-color: #EA7500;
    color: #fff;
  }

  /*---藍綠色(icon 花)---*/
  /* line 2265, ../sass/cp.scss */
  .planbcp_green03 h3 {
    color: #9db253;
    border-bottom: 1px solid #9db253;
  }
  /* line 2268, ../sass/cp.scss */
  .planbcp_green03 h3:before {
    background-color: #9db253;
  }
  /* line 2272, ../sass/cp.scss */
  .planbcp_green03 h4 {
    background: url(../images/img/icon_01.png) left no-repeat;
    padding-left: 30px;
    color: #20B2AA;
  }
  /* line 2277, ../sass/cp.scss */
  .planbcp_green03 a {
    color: #878483;
  }
  /* line 2279, ../sass/cp.scss */
  .planbcp_green03 a:hover {
    color: #9ABD47;
  }
  /* line 2285, ../sass/cp.scss */
  .planbcp_green03 table tr th {
    background: url(../images/img/icon010.jpg) left no-repeat;
    padding-left: 20px;
    color: #008888;
  }

  /*---藍綠色樣式(icon 新聞)---*/
  /* line 2295, ../sass/cp.scss */
  .planbcp_bgreen01 h3 {
    color: #da6a54;
    border-bottom: 1px solid #9db253;
  }
  /* line 2298, ../sass/cp.scss */
  .planbcp_bgreen01 h3:before {
    background-color: #9db253;
  }
  /* line 2302, ../sass/cp.scss */
  .planbcp_bgreen01 h4 {
    background: url(../images/img/index003.jpg) left no-repeat;
    padding-left: 30px;
    color: #20B2AA;
  }
  /* line 2307, ../sass/cp.scss */
  .planbcp_bgreen01 a {
    color: #878483;
  }
  /* line 2309, ../sass/cp.scss */
  .planbcp_bgreen01 a:hover {
    color: #9ABD47;
  }

  /*---單行表格_虛線藍綠色---*/
  /* line 2316, ../sass/cp.scss */
  .planbcp_contact_bgreen h5 {
    color: #008888;
  }
  /* line 2319, ../sass/cp.scss */
  .planbcp_contact_bgreen th {
    background-color: #20B2AA;
  }
  /* line 2322, ../sass/cp.scss */
  .planbcp_contact_bgreen tr {
    border-bottom: 1px dashed #ccc;
  }
  /* line 2325, ../sass/cp.scss */
  .planbcp_contact_bgreen tr a:hover {
    color: #ff5b6b;
    text-decoration: underline;
  }
  /* line 2329, ../sass/cp.scss */
  .planbcp_contact_bgreen tr.bgcolor02 {
    background-color: #F5F5F5;
  }

  /* line 2335, ../sass/cp.scss */
  .planfcp_contact_red h5 {
    color: #ff5b6b;
  }
  /* line 2338, ../sass/cp.scss */
  .planfcp_contact_red th {
    background-color: #ff5b6b;
  }
  /* line 2341, ../sass/cp.scss */
  .planfcp_contact_red tr {
    border-bottom: 1px dashed #ccc;
  }
  /* line 2344, ../sass/cp.scss */
  .planfcp_contact_red tr a:hover {
    color: #ff5b6b;
    text-decoration: underline;
  }
  /* line 2348, ../sass/cp.scss */
  .planfcp_contact_red tr.bgcolor02 {
    background-color: #F5F5F5;
  }

  /*---粉紅色樣式---*/
  /* line 2354, ../sass/cp.scss */
  .planfbp_pink01 h3 {
    color: #FF69B4;
    border-bottom: 1px solid #D80029;
  }
  /* line 2357, ../sass/cp.scss */
  .planfbp_pink01 h3:before {
    background-color: #D80029;
  }
  /* line 2361, ../sass/cp.scss */
  .planfbp_pink01 h4 {
    background: url(../images/img/p_editor.png) left no-repeat;
    padding-left: 20px;
    color: #FF69B4;
  }
  /* line 2366, ../sass/cp.scss */
  .planfbp_pink01 a {
    color: #947F58;
  }
  /* line 2368, ../sass/cp.scss */
  .planfbp_pink01 a:hover {
    color: #804040;
  }

  /*---單行表格_基本綠---*/
  /* line 2375, ../sass/cp.scss */
  .ca_contact {
    /*---淡灰色---*/
    /*---深灰色---*/
  }
  /* line 2376, ../sass/cp.scss */
  .ca_contact h5 {
    font-size: 1.2em;
    color: #7fa70e;
    line-height: 2;
    font-weight: bolder;
    margin-left: 10px;
  }
  /* line 2383, ../sass/cp.scss */
  .ca_contact th {
    background-color: #a1cf0c;
    font-weight: 600;
    color: #fff;
    line-height: 25px;
    padding: 5px 10px;
  }
  /* line 2390, ../sass/cp.scss */
  .ca_contact td {
    border: 1px solid #CCC;
    padding: 5px 10px;
    text-align: left;
    line-height: 1.7;
  }
  /* line 2396, ../sass/cp.scss */
  .ca_contact td.noline {
    border-right: none;
  }
  /* line 2400, ../sass/cp.scss */
  .ca_contact tr a {
    color: #666;
    text-decoration: none;
    text-align: left;
  }
  /* line 2404, ../sass/cp.scss */
  .ca_contact tr a:hover {
    color: #fe9a05;
    text-decoration: underline;
  }
  /* line 2411, ../sass/cp.scss */
  .ca_contact tr.bgcolor {
    background-color: #f5f5f5;
  }
  /* line 2415, ../sass/cp.scss */
  .ca_contact tr.bgcolor02 {
    background-color: #dee1d8;
  }

  /*-------表格橘色 table_orange01-------*/
  /* line 2421, ../sass/cp.scss */
  .planfbt_table_orange01 td {
    background-color: #FF8C00;
    color: #fff;
  }
}
