﻿@charset "utf-8";
.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}

img, object, embed, video {
	max-width: 100%;
	height: auto;
}
/* IE 6 不支援最大寬度，因此寬度預設為 100% */
.ie6 img {
	width:100%;
}

.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}

.shadows {
	box-shadow: 2px 2px 2px rgba(35,24,21,0.2);
}

.table-rwd{
	/*font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #231815;
	text-align: justify;*/
	width: 100%;
}

/*.table-rwd a:hover{
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 26px;
	color: #2663B5;
}*/

.table-rwd_2{
	/*font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #231815;
	text-align: justify;*/
	width: 70%;
}

.table-rwd_04{
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #221815;
}

.note {
	clear: both;
	width: 100%;
	/*text-align: justify;*/
	display: block;
	background-image: url(../images/note.jpg);
	background-position: center top;
	-moz-background-size:98% 98%;
	background-size: 98% 98%;
	-o-background-size: 98% 98%;
	-webkit-background-size: 98% 98%;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 40px;
	padding-top: 35px;
	padding-right: 50px;
	padding-bottom: 35px;
	padding-left: 55px;
	/*height: 330px;*/
	height:auto;
}

.stroke {
	border: 1px solid #7994BB;
	margin-bottom: 30px;
	margin-top: 12px;
	text-align: justify;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

.padding_box {
	margin-bottom: 30px;
	margin-top: 12px;
	text-align: justify;
	padding: 20px 30px; 
	color: #FFF;
	background-color: #c2756f;
	width: 100%;
        font-size:110%;
        font-weight:550;
}



@media (max-width: 480px) {
	

.note {
	clear: both;
	min-width: 100%;
	text-align: justify;
	display: block;
	background-image: url(../images/note.jpg);
	background-position: center top;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	/*height: 330px;*/
	height:auto;
}

}

/*這是額外做顏色，沒有什麼意義*/
tr.tr-only-hide {color: #33B0CB;}

@media (max-width: 736px) {

.table-rwd{
	min-width: 100%;
	text-align: justify;
}

/*針對tr去做隱藏*/
  /*tr.tr-only-hide {display: none !important;}*/

/*讓tr變成區塊主要讓他有個區塊*/
/*.table-rwd tr{
	display: block;
  }*/

.table-rwd td{
	overflow: hidden;
	width: 100%;
    display: block;
	padding-left: 0px;
	padding-right: 0px;
	}	

.table-rwd_2{
	min-width: 100%;
	text-align: justify;
}

.table-rwd_2 td{
	overflow: hidden;
	width: 100%;
    display: block;
	padding-left: 0px;
	padding-right: 0px;
}
	
.table-rwd_04{
	min-width: 93%;
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #221815;
	text-align: justify;
}

.table-rwd_04 td{
	font-family: "微軟正黑體", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	width: 100%;
    display: block;
}

.note {
	clear: both;
	min-width: 100%;
	text-align: justify;
	display: block;
	background-image: url(../images/note.jpg);
	background-position: center top;
	-moz-background-size: 98% 98%;
	background-size: 98% 98%;
	-o-background-size: 98% 98%;
	-webkit-background-size: 98% 98%;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-right: /*100*/60px;
	padding-bottom: 30px;
	padding-left: /*100*/60px;
	/*height: 260px;*/
	height:auto;
}

	
/*table{
	border-spacing: 0;
	border-collapse: collapse;
	max-width: 100%;
}*/
	
  /*當RWD縮小的時候.table-bordered 會有兩條線，所以針對.table-bordered去做修正*/
  /*.table-rwd.table-bordered td,.table-rwd.table-bordered th,.table-rwd.table-bordered{border:0;}*/
}
