﻿@charset "utf-8";
#box {
	width:80%;
	height:70px; /*標題title的高度*/
	margin-left: auto
}
#box1 {
    width: 80%;
    /*height:30px; 標題title的高度,但會與下方div重疊*/
    margin-left: auto
}
#home1 .news .newslist {
	/*list-style-type: none;*/

}


#tabContent1 #home1 .news {
font-family: Helvetica, Arial, sans-serif;
	display: block;
	padding-top: 11px;
}

#paneTwo2 .status .statuslist {
	/*list-style-type: none;*/

}

#tabContent1 #paneTwo2 .status {
font-family: Helvetica, Arial, sans-serif;
	display: block;
	padding-top: 11px;
}
span a .mark {
	text-decoration: none;
	color: #ff6666;
	text-align:center;
	background-color:transparent;
}

.message span a:link{
	color: #5F5F5F;
	text-decoration:none;
}
 
.message span a:visited{
	color: #5F5F5F;
	text-decoration:none;
}

.message span a:hover {
    color: #2C2B2B;
	text-decoration:none;
	
}


.centered {
    margin: 0 auto;
    text-align: left;
   
}

li .message span {
	display: block;
	border-bottom: thin dotted #B8B7B7;
	padding-bottom: 8px;
	padding-top: 8px;
}


.wrap {
	border-bottom:1px solid #ccc; /*灰線粗細標準是2*/
	margin-top:5px;margin-bottom:5px;
}
.wrap1 {
	
	margin-top:5px;margin-bottom:5px;
}

.grayline {
	font-size: 1.5em;
	padding-bottom:1px;
	border-bottom:2px solid #FF5722;
	margin-bottom:-2px;display:inline-block;
}

.titleline {
	font-size: 1.5em;
	padding-bottom:0px;
	
	
	display:inline-block;
}

#tabContent2 #video .video {
	font-family: Helvetica, Arial, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.fonttext{
	font-size: 1.25em;
	
}

/*針對整體做動畫*/
/*   *{ 
  -webkit-transition:all .2s ease-in-out;
	   -moz-transition:all .2s ease-in-out;
	     -o-transition:all .2s ease-in-out;
	        transition:all .2s ease-in-out;
}
/*
  但是全體做動畫有個缺點，當在LOGO裡面做圖的時候，文字隱藏的時候，
  網站剛讀取會有動畫效果!超像bug的所以如果有在LOGO設圖片，要針對LOGO的地方動畫速度歸 0
*/
/*針對 .navbar 作一些我想要的修正*/
.navbar-scroll.navbar {
  padding: 2px 0;
  border-radius: 0px;
  margin: 0;
}
/*也是針對想要的畫面做修正*/
.navbar-scroll.navbar-fixed-top{
  padding:0px 0;
}
.caption p .mark {
	text-decoration: none;
	color: #ff6666;
	text-align:center;
	background-color:transparent;
}
/*div形式的table*/
 .css-table{
        display: table;
		width:100%;
	 
    }
    .css-table .thead{
        display:table-header-group;
    }
    .css-table .tbody{
        display:table-row-group;
    }
    .css-table .tr{
	display: table-row;

	
    }
    .css-table .th, .css-table .td{
        display:table-cell;
		
    }

    .css-table .tdcolor{
        display:table-cell;
        color: #f98c69;  /*表格內的有顏色文字*/
	white-space: nowrap;
	padding-right: 10px;/* 兩欄的距離*/
		
    }

.info{margin-bottom:40px}#job 
.info h3{font-size:16px;color:#c63;letter-spacing:2px;margin:0 0 20px;
	background:url(images/title_decoration.png) 0 4px no-repeat}
.info .content,#job 
.info h3{padding-left:15px} 
.info .content img{max-width:100%}
.info p{margin-top:0}
.info dd,
.info dl,
.info dt{display:block} 
.info dl{margin:0}#job .info dt{float:left;width:5.2em;text-align:right}
.info dd{margin:0 0 .4em 5em;word-break:normal;word-wrap:break-word}
.info img{max-width:100%;margin:.3em 0}
.info .cate span{color:#05a;cursor:pointer}
.info .cate span:hover{text-decoration:underline}
.info .addr .jbi-s15-map{margin-left:.3em;cursor:pointer}
.info .addr .jbi-s15-map-gray{margin-right:.3em}
.info .aware span{display:block}
.info .aware .hl{color:#f04042}
.info .welfare-flex{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}


/*
 * Basic Table Demo CSS.
 */



table {
  background: white;
  border-collapse: collapse;
  margin: 1.25em 0 0;
  width: 100%;
	
}

table tr,
table th,
table td {
  border: none;
  border-bottom: 1px solid #e4ebeb;
 font-family: "Noto Sans TC", Helvetica, Arial, sans-serif; /* 預設google字體思源黑體*/
  font-size: 1.5rem;
}

table th,
table td {
  padding: 10px 12px;
  text-align: left;
}

table th {
  background: #81CCD9;
  color: #ffffff;
  text-transform: uppercase;
}

table tr td {
  background: #eaf3f5;
  color: #999999;
}

table tr:nth-of-type(2n+2) td {
  background: #ffffff;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  font-size: .8125rem;
  padding: 0;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  background: #56a2cf;
  color: white;
  margin-right: 10px;
  padding: 2px 10px;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px;
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
  padding-top: 10px;
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px;
}

/*
 * Example 2:
 * Container breakpoint
 */
.clearfix::before,
.clearfix::after {
 content: " ";
 display: table;
}

.clearfix::after {
 clear: both;
}

.col-sm-3 {
  padding-top: 1em;
}

@media (min-width: 768px) {
  .col-sm-3,
  .col-sm-9 {
    float: left;
  }

  .col-sm-3 {
    padding-left: 2em;
    width: 25%;
  }
  .col-sm-9 {
    width: 75%;
  }
}

/*
 * Example 5:
 * Media query over js resize
 */
@media only screen and (max-width: 568px) {
  #table-no-resize thead {
    display: none;
  }

  #table-no-resize tbody td {
    border: none !important;
    display: block;
    font-size: .8125rem;
    padding: 0;
    vertical-align: top;

    /* IE 9 */
    float: left\9;
    width: 100%\9;
  }

  #table-no-resize tbody td:before {
    background: #56a2cf;
    content: attr(data-th) ": ";
    color: white;
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
    padding: 2px 10px;
    width: 6.5em;
  }

  #table-no-resize tbody td .bt-content {
    display: inline-block;
    padding: 2px 5px;
  }

  #table-no-resize tbody td:first-of-type:before,
  #table-no-resize tbody td:first-of-type .bt-content {
    padding-top: 10px;
  }

  #table-no-resize tbody td:last-of-type:before,
  #table-no-resize tbody td:last-of-type .bt-content {
    padding-bottom: 10px;
  }
}

/*
 * Example 6:
 * Two axis styling
 */
table.two-axis tr td:first-of-type {
  background: #cadde1;
}

@media only screen and (max-width: 568px) {
  table.two-axis tr td:first-of-type,
  table.two-axis tr:nth-of-type(2n+2) td:first-of-type,
  table.two-axis tr td:first-of-type:before {
    background: #3584b3;
    color: #ffffff;
  }

  table.two-axis tr td:first-of-type {
    border-bottom: 1px solid #e4ebeb;
  }

  table.two-axis tr td:first-of-type:before {
    padding-bottom: 10px;
  }
}

/*
 * Example 7:
 * Max height
 */
.bt-wrapper.active {
  margin-top: 1.5em;
}
.bt-wrapper.active table {
  margin: 0;
}


table {
  width: 100%;
}
.table {
  margin: 30px 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #e0e0e0;
}
.table caption {
  color: #333;
  font-style: italic;
  font-size: 85%;
  line-height: 1;
  padding: 1em 0;
  text-align: center;
}
.table td,
.table th {
  border-left: 1px solid #e0e0e0;
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  padding: 0.5em 1em;
  font-weight: normal;
}
.table td:first-child,
.table th:first-child {
  border-left-width: 0;
}
.table thead,
.table tfoot {
  background-color: #f05050;
  color: #fff;
  text-align: left;
  vertical-align: bottom;
}
.table thead td,
.table tfoot td,
.table thead th,
.table tfoot th {
  border-color: #fff;
}
.table td {
  background-color: transparent;
}
.table_striped tr:nth-child(2n-1) td {
  background-color: #ececec;
}
.table_bordered td {
  border-bottom: 1px solid #e0e0e0;
}
.table_bordered tbody > tr:last-child > td,
.table_bordered thead > tr:last-child > td {
  border-bottom-width: 0;
}
.table_horizontal td,
.table_horizontal th {
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #e0e0e0;
}
.table_horizontal tbody > tr:last-child > td,
.table_horizontal thead > tr:last-child > td {
  border-bottom-width: 0;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
text-align: center;	
 
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.tablecenter{
	

text-align: center;
		
}
/*form的css*/
* {box-sizing: border-box;}

input[type=text], select, textarea {
  width: 85%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 12px;
  resize: vertical;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 4px 12px;  /*送出綠色紐長寬大小*/
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}


