@charset "UTF-8";
html {
	font-size: 16px;	
}
body {
	overflow-x: hidden;
	font-family: Verdana, Geneva, sans-serif, 微軟正黑體;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image:url(../../images/web/background.jpg);
	background-attachment: fixed;
}
input, button {
	border: 1px solid #CCC;
	padding: 5px;
	border-radius: 5px;
}
hr {
	width: 100%;
}
.header {
	left: 0px;
	top: 0px;
	width: 100%;
}
.top {
	color: #FFF;
	background-color: rgba(0,0,0,0.5);
	padding: 5px;
	width: 100%;
	float: left;
	position: fixed;
	left: 200px;
	top: 0px;
	z-index: 100;
}
.top .right {
	margin-right: 200px;
}
.top a {
	font-size: 110%;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
}
.top a:hover {
	color: #A5C907;
}
.logo {
	background-image: url(../../images/web/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 86px;
	width: 90%;
	background-size: contain;
}
.content {
	width: 100%;
	min-height: 754px;
	padding: 10px;
}
.main {
	overflow-x: visible;
}
.banner {
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: auto;
	background-size: cover;
	margin-bottom: 20px;
	/*background-color: #FFE900;*/
}
.btnArrow {
	color: #FFF;
	font-size: 250%;
	background-color: rgba(0,0,0,0.7);
	height: 50px;
	text-align: center;
	width: 50px;
	margin: auto;
	border-radius: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.bgW {
	background-color: #FFF;
	border: 1px solid #e5e5e5;
}.bgR {
	background-color: #F00;
}.bgO {
	background-color: #F15A29;
}.bgY {
	background-color: #FFE900;
}.bgG {
	background-color: #45AF35;
}.bgB {
	background-color: #00A0E9;
}.bgP {
	background-color: #66F;
}.bgBl {
	background-color: #221814;
}.bgGray {
	background-color: #CCC;
}
.items .img {
	height: 105px;
	width: 105px;	
	float: left;
	margin-right: 5px;
}
.items .img img {
	/*width: 100%;*/
	height: 100%;
	margin: auto;
	display: block;
}
.items .content {
	width: 125px;
	margin: auto;
	display: block;
}
.items span {
	font-size: 80%;
	color: #666;
	display: block;
	line-height: 1.4em;
	text-align: justify;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #ABCF09;
	text-decoration: none;
}
.items li {
	float: left;
	width: 33.3%;
	display: inline-block;
	margin: auto;
	padding: 3px;
}
.items li .description {
	padding-left: 5px;
	height: 105px;
	background-color: white;
}
.footer {
	position: relative;
	bottom: 0;
	width: 100%;
	clear: both;
	font-size: 80%;
	line-height: 1.5em;
	margin: auto;
	color: #333;
	background-color: #e5e5e5;
	text-align: center;
	float: left;
	padding: 30px;
}
.marquee {
	width: 100%;
	overflow: hidden;
}
h2 {
	font-size: 100%;
}
.footer a {
	color: #45AF35;
}
.left-menu.nav {
	position: absolute;
	clear: both;
	float: left;
	width: 200px;
	height: auto;
	left: 0px;
	background-color: rgba(1,1,1,0.5);
	padding: 10px;
	color: #FFF;
	z-index: 99;
}
.left-menu.nav.nav-tabs, .left-menu.nav.nav-pills, .left-menu.nav.nav-list {
	position: static;
	width: auto;
	float: none;
	background-color: #fff;
	padding: 0px;
	margin-bottom: 5px;
}
.left-menu.nav.nav-list, .left-menu.nav.nav-list > li > a {
	padding: 10px 15px;
	margin-bottom: 0px;
}
.left-menu.nav-header {
	cursor: pointer;
}
.menu-mask {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.1);
	z-index: 90;
}
.mobile-mask {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(185, 227, 249,1);
	z-index: 120;
}
.mobile-mask .close {
	font-size: 30px;
	padding: 3px;
	opacity: 0.6;
}
.container {
	width: 95%;
	position: relative;
	padding-left: 200px;
	padding-top: 60px;
	padding-bottom: 40px;
}
.wrapper {
	background-color:rgba(0,0,0,0.4);
}
.content {
	margin: auto;
	background-color: #FFF;
	padding: 20px;
	box-shadow: 5px 1px 5px #000;
}
/*.btnArrow.left {
	margin-left: -10px;
}*/
.footer .right {
	margin-top: -40px;
}

@media screen and (max-width: 1150px) {
	.footer .right {
		margin-top: 10px;
		float: none;
	}
}

.TabbedPanelsTab .fa {
	float: right;
}
.TabbedPanelsContent li a h2 {
}
.top .fa.fa-bars {
	display: none;
}
.quickLink li {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 110%;
}
.quickLink li a .fa.fa-comment span {
	color: #FFF;
	background-color: #F00;
	height: 15px;
	width: 15px;
	font-size: 60%;
	text-align: center;
	display: block;
	position: absolute;
	z-index: 1;
	top: 2px;
	right: -5px;
	border-radius: 50px;
	line-height: 15px;
}
.quickLink li a .fa.fa-comment {
	position: relative;
}
.quickLink li input {
	color: #000;
}
.quickLink li.weather {
	padding-top: 5px;
}
.quickLink li i {
	font-size: 26.33px;
	padding-top:5px;
}
.quickLink li a img {
	width: 30px;
	height: 30px;
}	
.banner .carousel .carousel-inner .item img {
	width: 100%;
	height: auto;
	max-width: 100%;
	/* max-height: 400px; */
}
.quickLink li .fa.fa-search {
	margin-left: 5px;
}
li .right.w5 {
	height: 105px;
	overflow: hidden;
}
.L5 li .right.w5 {
	width: 100%;
	padding: 0px;
}
.tableStyle01 tr th {
	color: #FFF;
	background-color: #53BE4B;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	text-align: center;
}
.tableStyle01 tr th > a {
	color: #FFF;
	font-weight: bold;
}
.tableStyle01 tr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #53BE4B;
}
.tableStyle01 tr:nth-child(odd) {
	background-color: #e5e5e5;
}
.tableStyle01 tr td:first-child:not(.text-left) {
	text-align: center;
}
.tableStyle01 tr td:first-child > button {
	display: none;
}
.break-table tr td img {
	max-width: 200px;
	max-height: 200px;
}
.pages {
	margin-bottom: 20px;
	padding-bottom: 5px;
}
table {
	margin-bottom: 20px;
	width: 100%;
}
th, td {
	padding-top: 10px;
	padding-bottom: 10px;
}
.marginT {
	margin-top: -35px;
}
.path {
	margin-bottom: 10px;
}
.icons a i.fa.fa-plurk {
	background-image: url(../../images/web/iconPlurk.png);
	background-repeat: no-repeat;
	background-position: center 1px;
}
.icons a:hover i.fa.fa-plurk {
	background-image: url(../../images/web/iconPlurkv.png);
}
.icons a {
	color: #53BE4B;
	background-color: #FFFFFF;
	display: block;
	margin: 5px;
	float: left;
	height: 30px;
	width: 30px;
	text-align: center;
	padding-top: 0px;
	border-radius: 30px;
}
.icons a:hover {
	color: #FFFFFF;
	background-color: #53BE4B;
}
.icons a i.glyphicon {
	top: 3px;
}
.tableStyle01.article tr:nth-child(odd) {
	background-color: transparent;
}
.tableStyle01.article tr td:first-child {
	text-align: left;
}
.tableStyle01.article tr td.text-center {
	text-align: center;
}
h1 {
	line-height: 1em;
}
.checkbox label, label.checkbox-inline {
	line-height: 1.4285;
}
#bus .icons a {
	color: #FFF;
	height: 50px;
	width: 50px;
	line-height: 2em;
	padding-top: 3px;
}
#bus .icons li:first-child a{
	background-color: #3399FF;
}
#bus .icons li:nth-child(2) a{
	background-color: #FF6666;
}
#bus .icons li:nth-child(3) a{
	background-color: #CC6600;
}
#bus .icons li:nth-child(4) a{
	background-color: #66CC00;
}
#bus .icons li:nth-child(5) a{
	background-color: #FF99FF;
}
#bus .icons li:nth-child(6) a{
	background-color: #FF6600;
}
#bus .icons li:nth-child(7) a{
	background-color: #6666FF;
}
.padding {
	padding: 20px;
}
input[type="button"],input[type="submit"], button {
	color: #FFF;
	background-color: #4EB146;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

input[type="reset"] {
	color: #FFF;
	background-color: #999999;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.listStyle01 {	
	margin-bottom: 50px;
}
.listStyle01 li {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4EB146;
}
.listStyle01 li h2 {
	color: #4EB146;
}
.listStyle01 li.dot {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.listStyle01 li .fa, .listStyle01 li img {
	color: #53BE4B;
	margin-right: 5px;
}
.listStyle02 li {
	float: left;
	margin-right: 5px;
}
.listStyle03 li h3 a {
	color: #53BE4B;
	font-weight: bold;
}
.listStyle03 li h3 a:hover {
	text-decoration: underline;
}
.listStyle03 li .path a {
	text-decoration: underline;
	color: #666;
}
.listStyle03 li.tag em {
	color: red;
	font-weight: bold;
	font-style: normal;
}
.listStyle03 li {
padding-top: 15px;
padding-bottom: 15px;
border-bottom-width: 1px;
border-bottom-style: dashed;
border-bottom-color: #53BE4B;
}
#bus .listStyle01 {
	display: none;
}
#bus .tableStyle01 {
	margin-top: 10px;
}
#map {
	height: 100%;
	overflow: hidden;
}
#map-block {
	height: 700px;
}
#map+div.pages {
	margin-top: 20px;
}
#map.fullscreen {
  	position: fixed;
  	width:100%;
  	height: 100%;
  	top: 0;
  	left: 0;
  	z-index: 999;
  	background-color: #fff;
}
#map.fullscreen #map-block {
	height: 100%;
}
.text-red {
	color: red;
}
.text-blue {
	color: blue;
}
.text-white {
	color: #fff;
}
.text-lightgreen {
	color: #4EB146;
}
.popover {
  max-width: 550px;
  width: 100%;
}
.popover .row div {
	padding-top: 5px;
	padding-bottom: 5px;
}
.menu.popover {
	width: auto;
}
.menu.popover .popover-title {
	font-weight: bold;
	font-size: 20px;
	color: green;
	padding: 10px 20px;
}
.menu.popover .popover-content {
	padding: 5px 0px;
}
#citizenInfo {
	border-radius: 20px;
}
.menu.popover .popover-content .menu-item {
	font-size: 18px;
	position: relative;	
	display: block;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding: 10px 20px;
}
.menu.popover .popover-content .menu-item:last-child {
	border-bottom: 0;
}
.menu.popover .popover-content .menu-item:hover {
	background-color: #f5f5f5;
}
.img-rounded {
	max-width: 100%;
}
.img-banner {
	max-width: 280px;
}
@media screen and (min-width: 767px) {
	.main.tgi01{    
		position: relative;
    	bottom: 38px;
	}
	.right.marginT.newsSort.tgi01Tab,.right.marginT.newsSort.linkTab{
		margin: 0 auto;
		display: inline-block;
		min-height: 35px;
	}
}
.newsSort {
	background-color: #53BE4B;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    margin-right: 1px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.newsSort label {
	color: #fff;
}
.right.marginT.newsSort.linkTab a {
	color: white;
}
.L2 li table tr th,.L2 li table tr td {
	width: auto;
}
.tableStyle02 tr th {
	background-color: #666;
	text-align: center;
}.tableStyle02 tr td{
	border: 1px solid #CCC;
}
.tableStyle02 tr:nth-child(even) {
	background-color: #e5e5e5;
}
.quickLink li:nth-child(3) a {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 25px;
	width: 25px;
	background-size:cover;
	border-radius:5px;
}
h2 {
	font-size: 115%;
	color: #53BE4B;
	font-weight: bold;
}
h2.header {
	margin: 10px;
}
.note {
	font-size: 85%;
	color: #666;
}
.tableStyle02 {
	position: relative;
}
a.btn {
	background-color: #53BE4B;
	color: #FFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-radius: 5px;
}
input .fa.fa-search {
	color: #FFF;
	text-align: center;
	vertical-align: middle;
}
#map-canvas {
	width: 100%;
}.L3 li img {
	height: auto;
	width: 100%;
}
.tabStyle01 .TabbedPanelsTabGroup {
	float: none;
}
.listStyle02 li span {
	height: 30px;
	width: 30px;
}
.marginB {
	margin-bottom: 20px;
}
audio {
	height: 40px;
	display: block;
}
.dropdown.left {
	margin-right: 5px;
	margin-left: 5px;
}
.station li {
	display: inline-block;
	width: 30px;
	margin-right: 70px;
	margin-left: 20px;
	position: relative;
	text-align: center;
	float: left;
	padding: 0px;
}
.station li.checkbox {
	margin-top: -5px;
}
.station li .fa.fa-angle-double-right,.station li .fa.fa-angle-double-left,.station li .fa.fa-angle-double-down {
	position: absolute;
	right: -50px;
	font-size: 150%;
	color: #53BE4B;
	font-weight: bold;
	top: 0px;
}

.station li:last-child .fa.fa-angle-double-right, .station li .fa.fa-angle-double-down {
	display: none;
}
.station li.checkbox .fa.fa-angle-double-right,.station li.checkbox .fa.fa-angle-double-left,.station li.checkbox .fa.fa-angle-double-down {
	top: 30px;
}
.station li .fa.fa-angle-double-down {
	right: auto;
	bottom: 0px;
	left: 6.5px;
	top: 35px;
}
.station li.checkbox .fa.fa-angle-double-down {
	top: 60px;
}
.station li.checkbox label input[type="checkbox"]{
	margin: 0 0 0 -17px;
}
.station h4 {
	margin-bottom: 5px;
}
.station {
	padding-top: 15px;
}
.scroll.w10 {
	width: 100%;
}
.station li .fa.fa-bus {
	font-size: 150%;
	color: #FF6600;
	display: block;
}

@media screen and (max-width: 767px) {
    .station li .bus {
		margin-right: 8px;
	}
}

/* 此處開始table bus css */

#bigSize tr td, #smallSize tr td:nth-child(odd){
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
}

#lowInfo td {
	vertical-align: bottom;
}

#carInfo td .fa.fa-angle-double-right{
	font-size: 150%;
	color: #53BE4B;
	font-weight: bold;
}

#carInfo span, #smallSize tr td span, .station.right li span {
	background-color: #e5e5e5;
	border: 3px solid #666;
	display: block;
	height: 30px;
	width: 30px;
	line-height: 25px;
	text-align: center;
	border-radius: 20px;
	font-size: 90%;
	margin: 0px auto;
}

#carInfo i.fa.fa-bus, #smallSize tr td i.fa.fa-bus{
	font-size: 150%;
    color: #FF6600;
    display: block;
}

#carInfo .bus, #smallSize tr td .bus, .station.right li span.bus {
	color: #FFF;
	background-color: #53BE4B;
	border-top-color: #53BE4B;
	border-right-color: #53BE4B;
	border-bottom-color: #53BE4B;
	border-left-color: #53BE4B;
	margin: 0 auto;
}

#carInfo td{
	vertical-align: text-top;
}

#lowInfo td .lowType{
	min-width: 110px;
}

#carInfo td .carName{
	width: 35px;
	padding-top: 10px;
	margin: 0px auto;
}

#smallSize tr td i.fa.fa-angle-double-down{
    right: auto;
    bottom: 0px;
    left: 6.5px;
    top: 35px;	
    font-size: 150%;
    color: #53BE4B;
    font-weight: bold;
}

#smallSize tr td .carName {
	letter-spacing: 5px;
}

@media screen and (max-width: 1399px){
	
	#lowInfo td .lowType{
		min-width: 85px;
	}
	#carInfo td .carName{
	    width: 30px;
	    padding-top: 10px;
	    margin: 0px auto;
	}
}

@media screen and (max-width: 767px) {
	#bigSize{
		display: none;
	}
}

@media screen and (min-width: 768px){
	#smallSize{
		display: none;
	}
}


.station div.addMarkerData .fa.fa-bus {
	font-size: 150%;
	color: #FF6600;
	display: inline-block;
	vertical-align: top;
}
.station div.addMarkerData span {
	display: inline-block;
	background-color: #e5e5e5;
	border: 3px solid #666;
	display: block;
	height: 30px;
	width: 30px;
	line-height: 25px;
	text-align: center;
	border-radius: 20px;
	font-size: 90%;
	letter-spacing: 0px;
	margin: 0px;
	vertical-align: top;
}

.station div.addMarkerData .bus {
	display: inline-block;
	color: #FFF;
	background-color: #53BE4B;
	border-top-color: #53BE4B;
	border-right-color: #53BE4B;
	border-bottom-color: #53BE4B;
	border-left-color: #53BE4B;
	margin: 0 auto;
	vertical-align: top;
}
.station div.addMarkerData .addMarkerLowType {
	display: inline-block;
	margin-left: 10px;
}


/* 此處結束table bus css */





/* .station li .busName {
	letter-spacing: 10px;
}
.station .lowCase .lowType {
	display: none;
}
.station.station-inline {
	padding-top: 0px;
}
.station.station-inline li {
	margin: auto;
	margin-bottom: 5px;
	width: 100%;
	text-align: left;
}
.station.station-inline li span, .station.station-inline li .fa.fa-bus {
	display: inline-block;
} */
.scroll {
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	float: left;
}
.modal .scroll {
	float: none;
}
.btn .fa {
	margin-right: 5px;
}
.station.right li {
	width: auto;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.station.right li span {
	float: left;
	margin-right: 2px;
}
.station.right li .fa.fa-bus {
	float: left;
	margin-right: 2px;
}
ol.decimal {
	list-style-type: decimal;
	padding-left: 40px;
}
img.img-zoo {
	width: 40px;
	height: 40px;
	margin-left: -18px;
	margin-right: -10px;
}
img.img-fullwidth {
	width: 100%;
}
tr.link {
	cursor: pointer;
	text-decoration: none;
}
tr.link:hover {
	text-decoration: underline;
}
.textContent {
	white-space:pre-wrap;
	*white-space: pre;
	*word-wrap: break-word;
}
p.lev1 {
	padding-left:10px;
}
p.lev2 {
	padding-left:20px;
}
p.h2-text {
	text-indent:32px;
}
p.lev1-text {
	padding-left:10px;
	text-indent:32px;
}
p.lev2-text {
	padding-left:20px;
	text-indent:32px;
}

.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }

#loading-indicator {
  	position: absolute;
  	left: 0px;
  	top: 0px;
  	width: 100%;
  	height: 100%;
  	background-color: rgba(255, 255, 255, 0.7);
  	z-index: 100;
  	text-align: center;
}
#loading-indicator img {
	display: block;
	position: relative;
	margin: auto;
	top: 10%;
}
.sitemap .sitemap-title {
	color: #FFF;
	background-color: #53BE4B;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 10px 5px;
}
.sitemap > .row:not(:first-child) {
	padding-top: 20px;
}
.sitemap .sitemap-item > [class*=col-] {
	height: 100px;
    padding: 10px 20px 10px 20px;
    overflow: hidden;
}
.sitemap .sitemap-item > [class*=col-] > h3 > a {
	color: #53BE4B;
    font-weight: bold;
}
.sitemap .sitemap-item > [class*=col-] > span {
	font-size: 80%;
    color: #666;
    display: block;
    line-height: 1.4em;
    text-align: justify;
}
.panel.panel-qms .list-group li.list-group-item > .form-group {
	margin-bottom: 0;
}
.scroll-x {
	overflow-x: scroll;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.waterDispenserInfo th {
	text-align: center;
	color: white;
	background-color: #569E60;
	border-style: solid;
    border-width: 1.5px;
    border-color: white;
    border-bottom-width: 3px;
}

.waterDispenserInfo td {
	border-style: solid;
    border-width: 1.5px;
    border-color: white;
}
.waterDispenserInfo tr {
	background-color: #EAFAF1;
}

.waterDispenserInfo tr:nth-child(even) {
	background-color: #D0ECE7;
}

.TabbedPanelsContent .yearPanel{
	padding-top: 5px;
	padding-bottom: 5px;
}
.TabbedPanelsContent .yearPanel button, .TabbedPanelsContent .yearPanel button h1{
	display: inline-block;
}
.TabbedPanelsContent .yearPanel #preYear1,#preYear2 {
	float: left;
}
.TabbedPanelsContent .yearPanel #nextYear1,#nextYear2{
	float: right;
}

#aclContentImg{
	display: inline-block;
	padding-bottom: 10px;
	width: 240px;	
}
#aclContentSep{
	display: inline-block;
	width: 49%;
	min-width: 320px;
	vertical-align: top;
}
#aclContentDiv{
	display: flex;
}
#aclContentField{
	display: table;
}
#aclContentText{
	width: 100%;
	word-break: break-all;
}
#aclContentLink{
	display: inline-block;
}
#ie9Icon {
	width: 2%;
	min-width: 20px;
}

/* 癌症篩檢 開始 */
.tcvScreeningDiv {
	display: inline-block;
	padding: 10px 2px; 
}
.tcvP {
	padding: 20px 0px 0px 0px; 
}
.screeningItem {
    padding: 5px 10px; 
    border-radius: 10px;
    white-space: nowrap;
    color: white;
}
/* 乳癌 */
#breast {
	background-color: #FB8BC2;
}
/* 子宮頸癌 */
#cervical {
	background-color: #CC8BFB;
}
/* 口腔癌 */
#oral {
	background-color: #8BC0FB;
}
/* 大腸癌 */
#colorectal {
	background-color: #FBA828;
}
/* 女醫師 */
#female {
	background-color: white;
	border: 2px solid #F890CB;
    color: #F890CB;
}

/* 癌症篩檢 結束 */

/* 活動日曆 開始 */

@media screen and (max-width: 634px) {
	#aclWcrUl {
		height: 72px;
	}
}
/* 活動日曆 結束 */

/* 戶政聯絡資料 tabLink 開始 */
.tabLink {
	background-color: #53BE4B;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    margin-right: -5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
    margin-top: -40px;
	text-decoration: underline;
}
/* 戶政聯絡資料 tabLink 結束 */

/* 首頁 線上直播 按鈕 開始 */
#livePlayButton {
	position: absolute; 
	text-align: center; 
	width: 100%;
	top: 30%;
}
@media screen and (max-width: 768px) {
	#livePlayButton {
		top: 15%;
	}
}
@media screen and (max-width: 500px) {
	#livePlayButton {
		top: 15%;
	}
	#livePlayButton .live_stream_play_text{
		font-size: 15px;
	}
	#livePlayButton .live_stream_play{
		font-size: 4.5em;
	}
}
@media screen and (max-width: 450px) {
	#livePlayButton {
		top: 12%;
	}
	#livePlayButton .live_stream_play_text{
		font-size: 13px;
	}
	#livePlayButton .live_stream_play{
		font-size: 4.3em;
	}
}
/* 首頁 線上直播 按鈕 結束 */

/* 道路施工 內容 開始 */
#cinDiv{
	word-wrap: break-word;
    word-break: normal;
}
#cinContent{
	display: inline-block;
	width: 600px;
}

#cinVideo{
	display: inline-block;
	width: 160px;
	height: 120px;
	float: right;
}

@media screen and (max-width: 1084px) {
	#cinVideo{
		float: none;
	}
}

@media screen and (max-width: 1000px) {
	#cinVideo{
		float: right;
	}
}

@media screen and (max-width: 815px) {
	#cinVideo{
		float: none;
	}
}

@media screen and (max-width: 600px) {
	#cinContent{
		width: 500px;;
	}
}

@media screen and (max-width: 530px) {
	#cinContent{
		width: 400px;;
	}
}

@media screen and (max-width: 430px) {
	#cinContent{
		width: 370px;;
	}
}



/* 道路施工 內容 結束 */