@charset "utf-8";
body {
	margin: 0px;
	font-size: 1em;
	letter-spacing: 0.05em;
	color: #333;
}
img {
	border: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
 *border-collapse: expression('separate', cellSpacing = '0');
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none !important;
}
table tr td {
	padding: 0;
}
h1, h2, h3, h4, h5, h6, ul, li, ol {
	margin: 0;
	padding: 0;
}
/*表單設定*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Century Gothic', 'Microsoft JhengHei', 'Apple LiGothic Medium', 'Helvetica, Arial', "LiHei Pro", "微軟正黑體";
}
select {
	border: 1px solid #ccc;
	padding: 8px 1px;
	color: #666;
}
input {
	border: 1px solid #ccc;
	padding: 8px 5px;
	color: #666;
}
textarea {
	border: 1px solid #ccc;
	padding: 3px 5px;
	color: #666;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
	-webkit-appearance: none;
}

@media (min-width: 959px) {
/*選單*/
#navmenu {
	display: none;
}
#menu-btn {
	display: none;
}
#toolbarnav {
	display: none;
}
/*主內容*/
#content {
	padding-top: 100px;
}
#pagebody {
	margin: 0;
}
#w {
	margin: 0;
}
}
/*統一設定*/
.rel {
	position: relative;
}
.container {
	margin: 0 auto;
	max-width: 1330px;
	width: auto !important;
	width: 980px;
}
.container02 {
	margin: 0 auto;
	width: 90%;
}
.container04 {
	margin: 0 auto;
	padding: 25px;
}
.addtop0 {
	margin-top: 0 !important;
	padding: 0 !important;
}
.addtop25 {
	padding-top: 25px;
}
.addtop50 {
	margin-top: 50px !important;
}
.addtop100 {
	margin-top: 100px !important;
}
.addleft25 {
	margin-left: 25px;
}
.addbottom25 {
	margin-bottom: 25px;
}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url(../images/loader.gif) center no-repeat #fbfbfb;
}
.web {
	display: block;
}
.mobile {
	display: none;
}
/*全網站icon設定*/
.icon-home {
	background: url(../images/svg/home.svg) left top;
	background-repeat: no-repeat;
	-moz-background-size: 20px;
	-webkit-background-size: 20px;
	-o-background-size: 20px;
	background-size: 20px;
	padding-left: 25px;
}
.icon-arrow {
	background: url(../images/svg/arrow.svg) left top;
	background-repeat: no-repeat;
	-moz-background-size: 20px;
	-webkit-background-size: 20px;
	-o-background-size: 20px;
	background-size: 20px;
	padding-left: 25px;
}
.icon-phone {
	background: url(../images/svg/phone.svg) left top;
	background-repeat: no-repeat;
	-moz-background-size: 20px;
	-webkit-background-size: 20px;
	-o-background-size: 20px;
	background-size: 20px;
	padding-left: 25px;
}
.icon-time {
	background: url(../images/svg/time.svg) left top;
	background-repeat: no-repeat;
	-moz-background-size: 20px;
	-webkit-background-size: 20px;
	-o-background-size: 20px;
	background-size: 20px;
	padding-left: 25px;
}
.icon-line {
	background: url(../images/line.png) 1px 3px;
	background-repeat: no-repeat;
	-moz-background-size: 20px;
	-webkit-background-size: 20px;
	-o-background-size: 20px;
	background-size: 20px;
	padding-left: 25px;
}
.bg {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg02 {
	background-image: url(../images/bg02.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
}
.blue {
	color: #0589c5;
}
.red {
	color: #CD1B1E;
}
.green {
	color: #22ac38;
}
.white {
	color: #fff;
}
.black {
	color: #000;
}
.orange {
	color: #eb6100;
}
.gold {
	color: #bfb575;
}
.font-big {
	font-size: 120%;
}
.font-small {
	font-size: 80%;
}
.left {
	float: left;
}
.right {
	float: right;
}
.w30 {
	width: 30%;
}
.w40 {
	width: 40%;
}
.w50 {
	width: 50%;
}
.w60 {
	width: 60%;
}
.w70 {
	width: 70%;
}
/*上方*/
header {
	width: 100%;
	height: 117px;
	position: fixed;
	z-index: 250;
	top: 0;
	left: 0;
	z-index: 250;
}
header.fix {
	width: 100%;
	position: fixed;
	z-index: 250;
	top: 0;
	left: 0;
	height: 50px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: #21b7cf;
}
#logo {
	position: absolute;
	top: 5px;
	left: 15px;
	width: 300px;
	height: 90px;
	background-image: url(../images/logo.png);
	-moz-background-size: 300px;
	-webkit-background-size: 300px;
	-o-background-size: 300px;
	background-size: 300px;
}
header.fix #logo {
	position: absolute;
	top: 0;
	left: 10px;
	width: 165px;
	height: 50px;
	background-image: url(../images/logo02.png);
	-moz-background-size: 165px;
	-webkit-background-size: 165px;
	-o-background-size: 165px;
	background-size: 165px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#logo a {
	display: block;
	width: 300px;
	height: 90px;
}
header.fix #logo a {
	display: block;
	width: 165px;
	height: 50px;
}
/*連結*/
nav {
	z-index: 250;
	position: absolute;
	top: 35px;
	right: 15px;
}
nav li {
	list-style-type: none;
}
nav li a {
	color: #6d6d6d;
}
header.fix nav {
	z-index: 250;
	height: 50px;
	position: absolute;
	top: 0;
	right: 5px;
}
header.fix nav li, header.fix nav li a {
	color: #fff;
}
/*第一層*/
ul.navigation li {
	position: relative;
	list-style-type: none;
	z-index: 100;
	display: inline-block;
	color: #434343;
	text-align: center;
	font-size: 1em;
	line-height: 50px;
	padding: 0 8px;
}
ul.navigation li a {
	display: block;
	text-align: center;
	color: #434343;
}
ul.navigation li:hover a {
	color: #3cbdcb;
}
ul.navigation li:last-child {
	border-right: none;
	padding: 0;
}
ul.navigation li ul {
	width: 100%;
	display: none;/*隱藏*/
	position: absolute;
	left: 0;
}
ul.navigation li:hover > ul {
	display: block;/*出現*/
}
ul.navigation ul li {
	color: #fff;
	width: 100%;
	background: #433d3b;
	line-height: 25px;
	padding: 10px 0;
}
ul.navigation ul li:hover {
	color: #6accd7;
	background: #fff;
}
ul.navigation ul li:last-child {
	border-bottom: none;
}
header.fix ul.navigation li:hover {
	color: #6accd7;
	background: #fff;
}
/*連結高度*/
.addheight {
	text-align: center;
}
.addheight:hover {
	color: #3cbdcb;
}
.addheight ul li a {
	color: #3cbdcb;
}
.addheight ul li a:hover {
}
/*menu連結-fb*/
a.icon-fb {
	background-image: url(../images/svg/facebook.svg);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	width: 20px;
}
header.fix a.icon-fb {
	background-image: url(../images/svg/facebook02.svg);
}
header.fix a.icon-fb:hover {
	background-color: #3abcca;
}
/*首頁banner*/
#banner {
	display: block;
	height: 500px;
}
#bannermobile {
	display: none;
}
.bannerin {
	display: block;
	width: 100%;
	height: 550px;
	background-position: center;/*background-position: right;*/
}
/*首頁-主服務介紹-美得適運動中心*/
#index-main01 {
	float: left;
	width: 60%;
	height: 320px;
	background-image: url(../images/indexbg01.jpg);
	background-position: left;
	background-repeat: no-repeat;
	position: relative;
}
#main-in01 {
	position: absolute;
	top: 50px;
	right: 20%;
}
#main-in01 > ul {
	list-style-type: disc !important;
	padding: 10px 0;
}
#main-in01 li {
	font-size: 2em;
	display: inline-block;
	margin-right: 10px;
}
#main-in01 li a {
	color: #2bb2c1;
	border-bottom: 2px solid #2bb2c1;
}
#main-in01 li a:hover {
	color: #262626;
}
#main-in01 li a:hover {
	color: #9fa0a0;
	border-bottom: 2px solid #9fa0a0;
}
/*首頁-主服務介紹-安禾復健診所*/
#index-main02 {
	float: right;
	width: 40%;
	height: 320px;
	background-image: url(../images/indexbg02.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #e2eff5;
	position: relative;
}
#main-in02 {
	position: absolute;
	top: 50px;
	left: 10%;
}
#main-in02 > ul {
	list-style-type: disc !important;
	padding: 10px 0;
}
#main-in02 li {
	font-size: 2em;
	display: inline-block;
	margin-right: 10px;
}
#main-in02 li a {
	color: #6d6d6d;
	border-bottom: 2px solid #6d6d6d;
}
#main-in02 li a:hover {
	color: #262626;
	border-bottom: 2px solid #262626;
}
/*首頁-美得適優勢*/
#index-advantage {
	margin: 25px;
}
#index-advantage-img {
	float: left;
	width: 30%;
	padding: 10px;
}
#index-advantage-txt {
	float: right;
	width: 70%;
	padding: 10px;
}
#index-advantage h2 span.en {
	font-size: 0.6em;
	color: #707070;
	padding-left: 10px;
}
.advantage {
	float: left;
	margin-right: 0;
	margin-top: 25px;
	width: 24%;
}
.advantage-title {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	font-size: 1.2em;
	line-height: 55px;
	padding-left: 10px;
	color: #fff;
}
.advantage-title h4 {
	display: inline-block;
	padding-left: 5px;
	color: #0a3554;
}
.advantage ul {
	font-size: 0.95em;
	padding-left: 25px;
	padding-top: 10px;
	color: #151515;
}
.advantage li {
	padding-bottom: 3px;
}
.advantage .step01 {
	background-position-y: 0;
	width: 433px;
}
.advantage .step02 {
	background-position-y: -55px;
	width: 433px;
}
.advantage .step03 {
	background-position-y: -110px;
	width: 433px;
}
.advantage .step04 {
	background-position-y: -165px;
	width: 250px;
}
.advantage .step05 {
	background-position-y: -225px;
	width: 250px;
}

@media (min-width: 1500px) and (max-width: 1727px) {
#index-advantage {
	margin: 0;
}
#index-advantage-img {
	float: left;
	width: 30%;
	padding: 15px 5px;
}
#index-advantage-txt {
	float: right;
	width: 70%;
}
.advantage {
	margin-right: 5px;
	margin-top: 5px;
}
}

@media (min-width: 1400px) and (max-width: 1500px) {
#index-advantage {
	margin: 0;
}
#index-advantage-img {
	float: left;
	width: 30%;
	padding: 15px 5px;
}
#index-advantage-txt {
	float: right;
	width: 70%;
}
.advantage {
	margin-right: 5px;
	margin-top: 5px;
}
}

@media (min-width: 960px) and (max-width: 1400px) {
#index-advantage-img {
	float: left;
	width: 50%;
	padding: 25px;
}
#index-advantage-txt {
	float: right;
	width: 50%;
	padding: 25px;
}
.advantage {
	width: 100%;
	margin-right: 0;
	margin-top: 5px;
}
}
/*首頁-美得適運動課程*/
#index-sport-class {
	background-image: url(../images/index-sport-class-bg.jpg);
	background-color: #f4f8f9;
	background-position: left;
	background-repeat: no-repeat;
	padding: 45px 5px;
}
#index-sport-class h3.title {
	font-size: 2.5em;
	color: #6f7070;
}
#index-sport-class h5.title {
	font-size: 1.2em;
	color: #a0a0a0;
	padding-bottom: 25px;
	font-weight: 500;
	text-align: center;
}
#index-sport-class .item > h5 {
	font-size: 1.1em;
	color: #6d6d6d;
	font-weight: 500;
	margin: 15px 0 5px 0;
}
#index-sport-class .item > p {
	margin: 0;
}
/*首頁-安禾醫療服務*/
#index-medical-service {
	padding: 45px 5px;
}
#index-medical-service h3.title {
	font-size: 2.5em;
	color: #6f7070;
}
#index-medical-service h5.title {
	font-size: 1.2em;
	color: #a0a0a0;
	padding-bottom: 25px;
	font-weight: 500;
	text-align: center;
}
#index-medical-service .item > h5 , #index-medical-service .item > h5 a{
	font-size: 1.1em;
	color: #6d6d6d;
	font-weight: 500;
	margin: 15px 0 5px 0;
}
#index-medical-service .item > p {
	margin: 0;
}
/*首頁-生活營養建議*/
#index-information {
	background-image: url(../images/index-information-bg.jpg);
	background-color: #f0f6f7;
	background-position: right;
	background-repeat: no-repeat;
	padding: 45px 5px;
}
#index-information h3.title {
	font-size: 2.5em;
	color: #6f7070;
}
#index-information h5.title {
	font-size: 1.2em;
	color: #a0a0a0;
	padding-bottom: 25px;
	font-weight: 500;
	text-align: center;
}
#index-information .item > h5 , #index-information .item > h5 a{
	font-size: 1.1em;
	color: #6d6d6d;
	font-weight: 500;
	margin: 15px 0 5px 0;
}
#index-information .item > p {
	margin: 0;
}
/*創立宗旨*/
#about {
	background-image: url(../images/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 50px;
}
#aboutin {
	padding-left: 250px;
	font-size: 1em;
	color: #6d6d6d;
	line-height: 30px;
}
#aboutin p {
	margin-top: 5px;
	margin-bottom: 25px;
	margin-left: 15px;
}
#aboutin h2#about-title {
	margin-top: 100px;
}
#aboutin h2#about-title span.sub {
	display: block;
	float: left;
	background-image: url(../images/about-title-bg.png);
	background-repeat: no-repeat;
	font-size: 0.9em;
	height: 45px;
	line-height: 45px;
	padding: 0 35px;
	color: #fff;
	font-weight: 500;
}
#aboutin h2#about-title span.main-big {
	display: block;
	float: left;
	font-size: 2em;
	color: #6d6d6d;
	font-style: italic;
	font-weight: 600;
	line-height: 50px;
}
#aboutin h2#about-title span.main {
	display: block;
	float: left;
	font-size: 1.3em;
	color: #6d6d6d;
	font-style: italic;
	font-weight: 600;
	line-height: 60px;
}
#about-btn {
}
#about-btn a {
	display: block;
	background: #7f7f7f;
	padding: 5px;
	text-align: center;
	font-size: 1.1em;
	color: #fff;
	margin: 25px auto;
	width: 400px;
}
#about-btn a span.yellow {
	color: #fff799;
}
/*創立宗旨02*/
#about02 {
	padding: 50px 0;
}
#about02 h2.title {
	text-align: center;
	font-size: 1.5em;
	border-bottom: 3px solid #ccc;
	padding: 0 0 5px 0;
	display: inline-block;
}
/*創立宗旨03 04 05*/
#about03 {
	background-image: url(../images/about-bg03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 50px;
}
#about04 {
	background-image: url(../images/about-bg04.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 50px;
}
#about05 {
	background-image: url(../images/about-bg05.jpg);
	background-color: #dceeed;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 50px;
}
#about03 h3.title,#about04 h3.title,#about05 h3.title {
 font-size: 2em;
 line-height: 32px;
 color: #6d6d6d;
 text-align: left;
}



@media (min-width: 960px) and (max-width: 1500px) {
#aboutin {
	padding-left: 150px;
}
}
/*內頁上方*/
#bannerin {
	background-position: center;
	background-repeat: repeat-x;
	padding: 10px 0 0 0;
	height: 240px;
}
/*內頁共用*/
h1.title {
	text-align: center;
	font-size: 2.2em;
	font-weight: normal;
	background-image: url(../images/banner-in-h1-line.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-bottom: 5px;
	padding-bottom: 15px;
}
h2.title {
	text-align: center;
	font-size: 2.2em;
	font-weight: normal;
	margin-top: 25px;
}
h3.title {
	text-align: center;
	color: #a0a0a0;
	font-weight: normal;
}
/*內頁編輯器*/
.ckediter {
	padding: 10px;
}
.ckediter img {
	max-width: 100%;
	height: auto !important;
}
.ckediter-date {
	padding-left: 10px;
	color: #00a0e9;
}
/*回上頁*/
.back {
	width: 105px;
	margin: 50px auto;
	text-align: center;
	cursor: pointer;
	-mox-opacity: 0.5;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.back:hover {
	-mox-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
.back span {
	float: left;
	display: block;
	padding: 5px;
}
/*麵包穴*/
#sitemap {
	margin: 10px 10px 0 0;
}
#sitemap ul {
	text-align: left;
	padding: 10px 15px;
}
#sitemap li {
	display: inline-block;
	font-size: 0.9em;
	color: #666666;
	padding: 0 5px;
	margin-left: -5px;
	line-height: 1em;
}
#sitemap li:after {
	content: '/';
	margin-left: 5px;
}
#sitemap li:last-child:after {
	display: none;
}
#sitemap li a {
	color: #666666;
}
#sitemap li:last-child {
	border-right: none;
}
/*分頁數字*/
#page {
	margin: 0;
	margin-bottom: 50px;
}
#page ul {
	text-align: center;
}
#page li {
	display: inline-block;
	margin: 0 5px;
	font-size: 13px;
	color: #000;
}
#page li a {
	color: #999;
}
#page li a:hover {
	color: #000;
}
/*內頁主架構*/
#grey {
	margin-top: -60px;
	background-color: #faf9f9;
	padding: 5px 10px;
	margin-bottom: 50px;
}
aside {
	float: left;
	width: 25%;
	padding: 25px;
}
main {
	float: right;
	width: 73%;
	padding: 25px;
}
/*列表頁-aside*/
aside b {
	font-size: 2em;
	color: #afe4e9;
}
aside b > span {
	color: #a5a5a5;
}
aside #sider {
	margin: 25px 0;
}
aside #sider li {
	list-style-type: none;
	padding-bottom: 10px;
}
aside #sider li a {
	color: #4e4e4e;
	font-size: 1em;
}
aside #sider li a:hover {
	background-image: url(../images/svg/icon-.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	color: #000;
}
aside #sider li a.active {
	background-image: url(../images/svg/icon-.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-size: 120%;
	color: #000;
}
/*列表頁-main*/
.column {
	background: #fff;
	margin-bottom: 20px;
}
.column-img {
	float: left;
	width: 50%;
}
.column-txt {
	float: left;
	width: 50%;
	padding: 40px 15px;
}
.column-txt h4 {
	font-size: 1.5em;
	font-weight: 500;
	color: #6d6d6d;
	margin-bottom: 5px;
}
.column-txt h5 {
	font-size: 1.2em;
	font-weight: 500;
}
.column-txt p {
	font-size: 0.9em;
	color: #5d5d5d;
}
.column-txt h5.time {
 font-size: 0.6em;
 color: #4e4e4e;
}
ul.column-btn {
 text-align: left;
 list-style-type: none;
}
ul.column-btn li {
 display: inline-block;
 width: 45%;
 margin-right: 3%;
}
/*列表頁連結hover效果*/
.ex-button {
	position: relative;
	line-height: 50px;
	height: 50px;
	padding: 0 0 0 60px;
	margin-right: 5%;
  width: 100%;
	cursor: pointer;
	color: #65ccd7;
	background-position: left center;
	background-repeat: no-repeat;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	transition: all .3s linear;
}
.ex-button span {
	position: absolute;
	display: block;
	z-index: 2;
}
.ex-button:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background-color: rgba(158,222,229,0.1);
	color: #fff;	
	opacity: 0;
	transition: all 0.3s;
}
.ex-button:hover::before {
	opacity: 1;
	width: 100%;
}
.btn-style01 {
	background-image: url(../images/svg/icon-arrow.svg);
}
.btn-style02 {
	background-image: url(../images/svg/icon-contact.svg);
}


/*文章內頁*/
#white {
 background: #fff;
 margin: 0 5%;
}
#main {
 padding: 5%;
}

/*文章內頁-標題*/
.textTitle {
	display: table;
	width: 100%;
	position: relative;
	height: 92px;
	padding: 15px 0 16px 77px;
	background: url(../images/title_line.jpg) bottom repeat-x;
}
.textTitle .textDate {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 1.1rem;
	font-size: 0.7rem;
	border: 1px solid #ccc;
	border-radius: 60px;
	padding: 11px 0 0 0;
	text-align: center;
	top: 15px;
	left: 2px;
}
.textTitle h1 {
	display: table-cell;
	position: relative;
	margin: 0;
	padding: 0;
	height: 60px;
	line-height: 1.5rem;
	font-size: 1.4rem;
	vertical-align: middle;
	padding-right: 40px;
}

/*生活營養建議-閱讀更多*/
#readmore {
 background-image: url(../images/readmore.jpg);
 background-position: right;
 background-repeat: no-repeat;
 background-color: #eeeeee;
 width: 100%;
 height: 130px;
 padding: 5px 25px;
}
#readmore p {
 padding: 0 3px;
 color: #525252;
}
input.readmore-input {
  float: left;
	width: 60%;
	height: 40px;
	border: 1px solid #fff;
	padding: 8px;
	font-size: 1em;
	letter-spacing: .1em;
}
.readmore-input-btn {
  float: left;
	width: 100px;
	height: 40px;
	font-size: 1em;
	letter-spacing: .1em;
	border: 1px solid #717e83;
	color: #ffffff;
	background: #717e83;
}

/*生活營養建議-下載*/
#life-dowload {
 margin: 25px 0;
}
#life-dowload ul {
 text-align: left;
}
#life-dowload li {
 display: inline-block;
 width: 100px;
 margin: 10px;
}
#life-dowload li a {
 color: #000;
}

/*美得適運動課程-固定按鈕*/
#contact-btn-web {
 display: block;
 position: fixed;
 top: 200px;
 right: 0;
 z-index: 1000000;
}
#contact-btn-mobile {
 display: none;
}

/*陣容介紹*/
#team {
 padding: 25px 0;
}
.team {
 border-bottom: 1px solid #e5e5e5;
 padding: 10px;
}
.team:nth-child(even) {
 background: #fbfbfb;
}
.team h4 {
 font-size: 1.7em;
 float: left;
 margin-right: 10px;
 color: #5fb9c3;
 font-weight: 500;
 line-height: 50px;
}
.team p {
 font-size: 1em;
 float: left;
 color: #565c6a;
}
/*陣容介紹-列表*/
.team-list {
 border: 1px solid #e5e5e5;
 padding: 10px;
 margin: 10px 0;
}
.team-list:last-child {
 margin-right: 0;
}
.team-list .team-list-img {
}
.team-list .team-list-txt h5 {
 font-size: 1em;
 color: #5fb9c3;
 font-weight: 500;
 margin: 5px 0 3px 0;
}
.team-list .team-list-txt h6 {
 font-size: 1.5em;
 color: #4e4e4e;
 font-weight: 500;
 margin-bottom: 10px;
}
.team-list .team-list-txt h6 span.small {
 font-size: 70%;
}

/*陣容介紹-內頁*/
#team-detail {
 margin: 25px 0;
}
#team-detail-img {
 float: left;
 width: 30%;
 padding: 5px 25px;
}
#team-detail-txt {
 float: right;
 width: 66%;
}
#team-detail-txt h2 {
 font-size: 1.1em;
 font-weight: 500;
 color: #5fb9c3;
}
#team-detail-txt h1 {
 font-size: 2em;
 font-weight: 500;
 color: #4e4e4e;
 padding-top: 5px;
}
.team-detail-list {
 margin-top: 15px;
 margin-bottom: 25px;
 color: #4e4e4e;
 line-height: 25px;
}
.team-detail-list b {
 float: left;
 width: 10%;
 margin-right: 2%;
 background: #7ed3dc;
 -webkit-border-radius: 50px;
 -moz-border-radius: 50px;
 border-radius: 50px;
 text-align: center;
 color: #fff;
 padding: 5px 0;
}
.team-detail-list .team-detail-list-txt {
 float: left;
 width: 87%;
}


/*預約諮詢*/
.contactbg {
 background: url(../images/contactbg.jpg);
 background-attachment: fixed;
 font-size: 0.9em;
 color: #666666;
}
#contact {
  float: right;
	width: 600px;
  padding:25px 25px 50px 25px;
	margin: 50px 25px 100px 25px;
	background-color: #fff;
}
#contact h2 {
 font-size: 2em;
 font-weight: 300;
 color: #6d6d6d;
 padding: 5px;
 border-bottom: 5px solid #dedede;
 display: inline-block;
}
#contact .list {
	width: 100%;
	margin: 15px 0;
}
#contact .btn {
  width: 150px;
	color: #fff;
	background: #b5b5b5;
	text-align: center;
}
#contact ul.exercise-purpose {
 list-style-type: none;
 margin: 5px 0;
}
#contact ul.exercise-purpose li {
 margin-top: 3px;
}


/*尾部*/
footer {
	padding: 10px 0 5px 0;
	background: #f6f6f6;
}
footer .column-left {
	float: left;
}
footer .column-right {
	float: right;
	padding: 25px 5px 5px 5px;
}
#footernav li {
	list-style-type: none;
}
#footernav02 li {
	font-size: 0.9em;
	list-style-type: none;
	color: #1b1b1b;
	padding-bottom: 2px;
}
#footernav02 li:last-child {
	padding-left: 45px;
}
span#footerlogo {
	display: block;
	margin: 15px 10px;
}
#copyright {
	width: 100%;
	background: #86d3db;
	padding: 15px;
	color: #fff;
	text-align: center;
	font-size: 0.8em;
}
#copyright a {
	color: #eee;
}
