
@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(index_header.css);
@import url(index_footer.css);
@import url(page_banner.css);
/*@import url(page_navsub.css);*/



/*========================================================
                      	 h1 設定
=========================================================*/


.h1-title {
	background-color: #204b6d;
    color: #fff;
    margin: 0 0 30px 0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
	font-size: 24px;
	position: relative;
}
.h3-title {
	font-weight: bold;
	color: #982400;
    font-size: 28px;
}
.h4-title {
	color: #000;
	font-weight: bold;
	font-size:22px;
	margin: 20px 0;
}
/* 尺寸設定 */
@media (min-width: 768px) {
	.h1-title {
		font-size: 30px;
		margin: 0 0 40px 0;
	}		
}
@media (min-width: 1200px) {
	.h1-title {
		font-size: 36px;
		margin: 0 0 60px 0;
	}		
}

/*========================================================
                      	 內頁框架
=========================================================*/

.content {
   background: url(../images/content_bg.jpg)no-repeat right;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 50px;
}
.content-box {
}
.container_s {
    
  
	}
.breadcrumbs a.home:hover{
	color: rgb(214, 153, 22);
	
	}
/* 麵包屑 */
.breadcrumbs {
	
	text-align: right;
}
.breadcrumbs a {
	display: inline-block;
	color: #575757;
	padding: 10px 0;
}
.breadcrumbs a.home {
	font-weight: bold;
}
.breadcrumbs span a{
	color: rgb(147, 147, 147);
    font-size: 15px;
    letter-spacing: 0.2em;
    line-height: 1.4;
	font-weight:bold;
}
.breadcrumbs span{
    font-size: 15px;
    letter-spacing: 0.2em;
    line-height: 1.4;
	font-weight:bold;
	color: rgba(78, 78, 78, 0.6);
}

.breadcrumbs span a:hover{
	color: rgb(187, 187, 187);
	}
.breadcrumbs span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    background: rgba(78, 78, 78, 0.6);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 15px 3px;
}
.news-btn a {
    display: block;
    margin: 10px 3px;
    font-size: 17px;
    padding: 10px 15px;
    color: #fff;
   background-color: rgba(0,0,0,0.50);
    position: relative;
}
.news-btn .current {
   background:#e9954b;
   color:#FFF;
	
}

.news-btn a:hover{
   background:#e9954b;
   color:#FFF;
	
}

.main-title{
	padding: 10px 0;
    text-align: left;
    border-bottom: 1px #a5a5a5 solid;
	color: #585858;
	}

/*========================================================
                   		關於我們
=========================================================*/
.about-list .container ul{
	list-style: none;
	/*padding:0px;*/
	}

.about-list .container ul li i{
	color:#bb9c27;
	}
.about-chapter {
    margin-top: 40px;
}
.about-chapter dl {
    margin: 0 0 10px 0;
}
.about-chapter dl dt {
    margin-top: 20px;
    margin-bottom: 6px;
    text-decoration: underline;
}
.about-chapter dl dd p {
    margin: 0 0 6px 0;
}
@media (min-width: 992px){
.about-chapter dl dt {
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    margin-right: 10px;
    text-decoration: none;
}
.about-chapter dl dd {
    overflow: hidden;
}
}
/*========================================================
                   		扯鈴運動
=========================================================*/

/*========================================================
                   		活動紀錄
=========================================================*/

.activity-list {
	
}
.activity-list > div {
	padding: 0 30px 10px 30px;
}
.activity-list .sect-title {
    position: relative;
    margin-bottom: 70px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 1.2;
	padding-top: 30px;
}
.activity-list .sect-title b {
    display: block;
    font-size: 28px;
    line-height: 1.2;
    color: #8c8c8c;
    margin-bottom: 25px;
    position: relative;
    font-family: 'Oswald', sans-serif;
}
.activity-list .sect-title b span {
    color: #C2A254;
}
.activity-list .sect-title b:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: -webkit-gradient(linear,right top, left top,color-stop(0, #ad41ec) , to(#3F5FE9));
    background: linear-gradient(to left,#ad41ec 0 , #3F5FE9 100%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
}
.activity-list .sect-title:after {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: rgba(255,255,255,0.4);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -50px;
}
.activity-list dl dt img {
	max-width: 100%;
	vertical-align: bottom;
}
.activity-list dl dd {
	letter-spacing: 0;
   height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}
.activity-top{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    display: none;
}
.activity-top img {
    width: 100%;
    vertical-align: bottom;
}
.activity-top{
		display: block;
		}
.post-meta {
    color: #379c86;
}
@media (min-width: 768px) {
	.activity-list .sect-title b {
    font-size: 50px;
	}
	.activity-list .sect-title {
		font-size: 26px;
	}
	
		
}

/*========================================================
                        圖片效果
=========================================================*/

a.figure {
	/*display: block;
	position: relative;*/
	position: relative;
    background: #fff;
    margin: 0 auto;
    display: block;
    border: 2px solid transparent;
    -o-border-image: linear-gradient(to right, #ad41ec 0 , #3F5FE9 100%);
    border-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ad41ec) , to(#3F5FE9));
    border-image: linear-gradient(to right, #ad41ec 0 , #3F5FE9 100%);
    border-image-slice: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	}
a.figure:hover:before {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
   position: absolute;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
    content: 'Read More';
    text-align: center;
    height: 100%;
    background: rgba(0,0,0,1);
    color: #fff;
    padding-top: 38%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/*========================================================
                   	活動紀錄-內頁
=========================================================*/

.activity-detail {
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: left;
}
.activity-detail h2 {
	text-align: left;
	margin: 0 0 30px 0;
	color: #525252;
}
.activity-detail p {
	margin: 0 0 30px 0;
}

.activity-content {
	/*padding: 50px;
	-webkit-box-shadow: 2px 1px 5px 1px rgba(65, 65, 65, 0.3);
	box-shadow: 2px 1px 5px 1px rgba(65, 65, 65, 0.3);
	background-color: #eef6fc;*/
}
.activity-content img {
	max-width: 100%;
	vertical-align: bottom;
	display: block;
	margin: 0 auto 20px;
}
.activity-detail-img [class*="col-"] {
    margin-bottom: 30px;
	max-height: 100%;
}

/*回目錄頁*/
.activity-detail-img .back {
	text-align: right;
	padding-top: 30px;
}
.activity-detail-img .back a {
	background-color: #676767;
	padding: 8px 20px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
}
.activity-detail-img .back a:hover {
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background-color: #0a1a26;
	color: #fff;
	text-decoration: none;
}

.activity-detail-img img {
    width: 100%;
    vertical-align: bottom;
   
}
/* 尺寸設定 */
@media (min-width: 768px) {
.activity-detail-img [class*="col-"] {
	max-height: 260px;
}
}

@media (min-width: 992px) {
	.news-content img {
		float: left;
		width: 70%;
		margin: 6px 30px 20px 0;
	}
	.activity-detail-img [class*="col-"] {
	max-height: 220px;
}

}
@media (min-width: 1200px) {
	.activity-detail-img [class*="col-"] {
	max-height: 271px;
}

}
@media (min-width: 1600px) {
	.activity-detail-img [class*="col-"] {
	max-height: 267px;
}

}





/*========================================================
                        最新消息
=========================================================*/
.news-btn {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 40px;
}
.news-list {
}
.post  {
overflow: hidden;
/*padding: 15px 15px;*/
}
.post img {
    width: 100%;
    vertical-align: bottom;
	transform:scale(1,1);
	transition: all 1s ease-out;
   /* padding-top: 5%;
	padding-bottom: 5%;
     padding:0 0 15px 0; 
	 transition: all 0.6s ease;*/
}
.news-list .news_box:hover .post img{
	transform:scale(1.2,1.2);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	opacity: .6;
	}
.news-list h1 {
	text-align: center;
	color: #2d2d2d;
	font-size: 32px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
.news-list dl{
	clear: both;
    overflow: hidden;
	background-color:#fff;
	-moz-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
	-webkit-box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
	box-shadow:4px 4px 12px -2px rgba(20%,20%,40%,0.5);
	margin-bottom: 40px;
    
}
.news-list dl:hover {
	transform: translate(-5px, -5px);
	box-shadow: 5px -2px 20px rgba(0, 0, 0, 0.1);
	transition: 0.9s;
	/*background-color:#eaeaea;*/
}

.news-list .news_box:hover .date {
    
}
.news-list dl dt{
overflow: hidden;
line-height: 28px;
margin: 5px 15px 0;
}
.news-list dl dt b::before {
    content: " - ";
}
.news-list dl dt small {
	display: inline-block;
	
}
.news-list dl dt b {
	display: inline-block;
}


.news-list dl dd {
	overflow: hidden;
	line-height: 28px;
	margin: 0 15px;
}
.news-list dl dd:hover{
	color: #0C3;
	}

.news-list .news_box .name {
	color: #5F5F5F;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /*height: 29px;*/
}
.news-list .news_box:hover .name {
    color: #85B200;
    text-decoration: underline;
	text-decoration:none;
}
.news-list dl dd p {
	color: #888;
    letter-spacing: 0;
    max-height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}
.news-list .more{
	text-align: right;
}
.news-list .more a {
	background-color: #8f5b9e;
	padding: 5px 20px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	/*border: 1px solid #ffd800;*/
}
.news-list .more a:hover {
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background-color: #9f61bf;
	color: #fff;
	text-decoration: none;
}

.blank{
	padding:20px 0;
	}
@media (min-width: 640px) {
.news-list dl .post{
	width: 40%;
	float: left;
	margin: 0 2% 0 0;
}
}
@media (min-width: 768px) {
.news-list dl .post{
	width: 40%;
}
.news-list dl dt {
	margin: 25px 0 10px;
    /*float: left;*/
    width: 84px;
    height: 54px;
    color: #85B200;
    border: 1px solid #85B200;
    font-family: 'Lato', sans-serif;
    line-height: 1.3;
    text-align: center;
    padding-top: 14px;
    left: 8px;
    top: 3px;
	font-size:25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 5px 0;

}
.news-list .news_box:hover .date {
     background: #85B200;
     color: #fff;
}
.news-list dl dt small {
    display: block;
    font-size: 12px;
}

.news-list dl dt b::before {
    display:none;
}
.news-list dl dd {
	overflow: hidden;
	line-height: 28px;
	
}

}
@media (min-width: 992px) {
.news-list dl dt {
	margin: 40px 15px 20px
    /*float: left;*/
    width: 84px;
    height: 84px;
    color: #85B200;
    border: 1px solid #85B200;
    font-family: 'Lato', sans-serif;
    line-height: 1.3;
    text-align: center;
    padding-top: 14px;
    left: 8px;
    top: 3px;
	font-size:35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.news-list dl dd {
	overflow: hidden;
	line-height: 28px;
	
}
	
	
	
}
@media (min-width: 1200px) {
.news-list dl .post{
	width: 30%;
}
.news-list dl dt {
	margin: 20px 15px 10px;
    /*float: left;*/
    width: 84px;
    height: 84px;
    color: #85B200;
    border: 1px solid #85B200;
    font-family: 'Lato', sans-serif;
    line-height: 1.3;
    text-align: center;
    padding-top: 14px;
    left: 8px;
    top: 3px;
	font-size:35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.news-list dl dd {
	overflow: hidden;
	line-height: 28px;
	
}

}
@media (min-width: 1600px) {
.news-list dl .post{
	width: 25%;
}
.news-list dl dt {
	margin: 40px 15px 30px;
    /*float: left;*/
    width: 84px;
    height: 84px;
    color: #85B200;
    border: 1px solid #85B200;
    font-family: 'Lato', sans-serif;
    line-height: 1.3;
    text-align: center;
    padding-top: 14px;
    left: 8px;
    top: 3px;
	font-size:35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.news-list dl dd {
	overflow: hidden;
	line-height: 28px;
	
}

}
/*------------線上影片-------------*/

.news-2 {
	margin-bottom: 30px;
}

.news-2 dl {
	position: relative;
	margin-bottom: 40px;
	float: left;
}

.news-2 dl dt {}

.news-2 dl dt span {
	display: inline-block;
}

.news-2 dl dt img {
	width: 100%;
	vertical-align: bottom;
}

.news-2 dl dt .pic {}

.news-2 dl dt .pic a {
	position: relative;
	display: block;
}

.news-2 dl dt .pic a:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.news-2 dl dt .pic a:before {
	position: absolute;
	top: 6px;
	bottom: 6px;
	left: 6px;
	right: 6px;
	content: '';
	display: inline-block;
	background: url(../images/youtube.png) no-repeat center center;
	background-color: rgba(255, 255, 255, 0.1);
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	transition: .3s;
}

.news-2 dl dd {
	overflow: hidden;
	line-height: 30px;
	background-color: #fff;
	padding: 30px 20px 0;
	font-weight: bold;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.news-2 dl dd .post-title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-bottom: 10px;
}

.news-2 dl dd h3 {
	font-size: 20px;
	font-weight: normal;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	text-decoration: none;
}

.news-2 dl dd P {
	margin-top: 7px;
	font-size: 15px;
	color: #848484;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}

.news-2 *+.post-meta i {
	color: #00aebb;
}
.names {
	color: #5F5F5F;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /*height: 29px;*/
}
/*========================================================
                   	最新消息-內頁
=========================================================*/

.news-detail {
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: left;
}
.news-detail h2 {
	text-align: left;
	margin: 0 0 30px 0;
	color: #525252;
}
.news-content {
	/*padding: 50px;
	-webkit-box-shadow: 2px 1px 5px 1px rgba(65, 65, 65, 0.3);
	box-shadow: 2px 1px 5px 1px rgba(65, 65, 65, 0.3);
	background-color: #eef6fc;*/
}
.news-content p{
	margin-bottom: 30px;
}
.news-content img {
	max-width: 100%;
	vertical-align: bottom;
	display: block;
	margin: 0 auto 20px;
}


/*回目錄頁*/
.news-detail .back {
	text-align: right;
	padding-top: 30px;
}
.news-detail .back a {
	background-color: #676767;
	padding: 8px 20px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
}
.news-detail .back a:hover {
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	background-color: #0a1a26;
	color: #fff;
	text-decoration: none;
}


/* 尺寸設定 */

@media (min-width: 992px) {
	.news-content img {
		float: left;
		width: 70%;
		margin: 6px 30px 20px 0;
	}
}


/*========================================================
                         聯絡我們
=========================================================*/

.contact-box {
	position: relative;
}

.contact-box > .row > .col-md-6 {
	padding-bottom: 50px;
}
.contact-list h2 {
	border-left: 10px solid #ce4737;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f4f4f4;
	font-size: 24px;
}
.map ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.map ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 50px;
	position: relative;
	min-height: 40px;
	margin-bottom: 10px;
}
.map ul li b {
	font-weight: bold;
	font-size: 20px;
	display: block;
	color: #204b6d;
}
.map ul li i {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
.circle {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #204b6d;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 9;
}
.map ul li [class^="flaticon-"]:before, 
.map ul li [class*=" flaticon-"]:before, 
.map ul li [class^="flaticon-"]:after, 
.map ul li [class*=" flaticon-"]:after {
    margin-right: 0px;
}
.contact-map {
    /*border: 6px solid #E0E0E0;
	padding-right: 0px;
    padding-left: 0px;
	margin: 0 15px;*/
}
/* 尺寸設定 */



@media (min-width: 992px) {
	.contact-map {
    border: 6px solid #E0E0E0;
	padding-right: 0px;
    padding-left: 0px;
}
	.contact-box > .row > .col-md-6:nth-of-type(1) {
		padding-right: 50px;
	}
	.contact-box > .row > .col-md-6:nth-of-type(2) {
		padding-top: 20px;
		padding-left: 50px;
	}
}



/*========================================================
                         各類表單
=========================================================*/

.contant-list {
background-color: rgb(118, 100, 90);
    color: rgb(255, 255, 255);
    display: inline-block;
    padding: 5px 15px;	
}


/* 說明 */
.form-info {
	border: 2px dashed #adadad;
	padding: 20px 20px 20px 100px;
	background: #f7f7f7 url(../images/warning.png) no-repeat 20px center;
	margin-bottom: 20px;
	min-height: 60px;
}
.form-info p {
	margin-bottom: 6px;
}



/* 表單設定 */
.form-horizontal {
	margin-bottom: 40px;
}
.form-horizontal .control-label {
	color: #333;
}
.form-horizontal .form-control {
	border-radius: 5px;
	padding: 5px 20px 5px 40px;
	border: 1px solid #c4c4c4;
	background-color: #f6f6f6;
}
.form-control {
    background-color: #f6f6f6;
	height: 40px;
}	
::placeholder {
  	color: #000;
	font-weight: bold;
}

/* 意見表單 */

.contact-form {
	margin-bottom: 20px;
}
.contact-form [class *= col-] {
	position: relative;
	padding: 0;
	margin-bottom: 10px;
}
.contact-form [class *= col-] i {
    display: block;
    font-size: 16px;
    color: #c4c4c4;
    width: 28px;
    line-height: 28px;
    text-align: center;
/*    border: 1px solid #c4c4c4;*/
    background-color: #f6f6f6;
    position: absolute;
    left: 6px;
    top: 6px;
    border-radius: 5px;
    transition: all 0.4s ease;
}
.contact-form [class *= col-] i.text-red {
    color: #333;
}


/* 尺寸設定 */

@media (min-width: 768px) {
	.form-info {
		padding: 20px 20px 20px 70px;
		background: #f7f7f7 url(../images/warning2.png) no-repeat 20px center;
	}
	.form-info {
		margin-right: 15px;
	}
	.contact-form [class *= col-] {
		padding-right: 15px;
	}
	.form_out .col-md-3 {
		padding-right: 15px;
	}
	.form_out .col-md-3 span {
		text-align: center;
		background-color: #fff;
	}
}


/*========================================================
                           表格
=========================================================*/

.table1 {
	border-collapse: collapse;
	text-align: center;
	margin: 0 0 20px 0;
}
.table1 caption {
	color: #333;
	font-weight: bold;
}
.table1 tr:nth-of-type(2n+1) {
	background-color: #e8e8e1;
}
.table1 th {
	background: #333333;
	color: #fff;
	font-weight: bold;
	padding: 15px 5px !important;
	text-align: center;	
	border-top: 0 !important;
	border-right: 1px solid #555555;
}
.table1 td {
	padding: 0 5px;
	border: 1px solid #bbb;
}

.table1 a.file {
	display: inline-block;
	margin-top: 4px;
	width: 24px;
	height: 24px;
	background: url(../images/file_pdf.png) no-repeat center center;
	text-indent: -9999px;
	}
.table1 td img {
	max-width: 100px;
	max-height: 100px;
}
	
.table2 {
}
.table2 th {
	background: #e49d47;
	color: #fff;
	font-weight: bold;
	padding: 15px 5px !important;
	text-align: center;	
	border-top: 0 !important;
	border-right: 1px solid #bab9bb;
}
.table2 td {
	padding: 0 5px;
	border: 1px solid #cccccc;
	text-align: center;
	background-color: #fff;
}
.table2 td img {
	max-width: 100px;
	max-height: 100px;
}
.table2 td.left {
	text-align: left;
}
.table2 td.left b {
	display: block;
	color: #D40101;
}
	


/* 手機表格提示 */
.table-text {
	color: #D40101;
	text-align: right;
	margin-bottom: -20px !important;
}	
@media (min-width: 768px) {
	.table-text {
		display: none;
	}	
}
	
/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
}
a.figure:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
a.figure:before {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: 10;
	content: '';
	display: inline-block;
	background: rgba(0,0,0,0.05) url(../images/magnifier.png) no-repeat center center;
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	transition: .3s;
}
