body {
	font-family: "微軟正黑體", Arial, Verdana, Helvetica, sans-serif;	
	line-height: 24px;
	padding-top: 81px;/*有頂部固定導髚條時設置*/
}
img {
	max-width: 100%;
	vertical-align: bottom;
}

/*==================  navbar-fixed  ======================*/

.navbar-fixed {
	top: 0px;
	visibility: visible;
	position: fixed;
	width: 100%;
	margin-top: 0px;
	z-index: 9999;
	background: url(../../images/back_header.jpg) repeat-x left top;
	border-bottom: 7px solid #ef9fae;
}

/* ----------------------- navbar-nav ----------------------- */

.navbar-default {
	background: url(../../images/back_header.jpg) repeat-x left top;
	/*border-bottom: 7px solid #ef9fae;*/
}
.navbar-brand {
	background: url(../../images/logo_2.png) no-repeat left top;
	width: 229px;
	height: 61px;
	text-indent: -9999px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #e24a79;
	background-color: transparent;
}

.navbar {
	margin-bottom: 0;
	border: none;
	padding: 10px 0 10px 0;
}
.navbar-nav {
	float: right;
	margin: 34px 0 0 0;
}
.navbar-nav > li:nth-of-type(-n+1) {
	display: none;
}

/* -------------------------- 跑馬燈 -------------------------- */

.marguee {
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 2;
	width: 70.06369%;
	color: #000;
	display: none;
}

/* -------------------------- banner -------------------------- */

.bxslider1, .bxslider2 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.banner1 {
	display: none;
}

/* -------------------------- 約診專線 -------------------------- */

.tel-info {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #ef9fae;
	padding: 10px 0;
}

/* -------------------------- 新聞訊息 -------------------------- */

.news_list {
	background: #f9eff1 url(../../images/back_news.jpg) repeat-x center top;
}
.news_list h3 {
	background: url(../../images/back_news.jpg) repeat-x center top;
	font-size: 24px;
	font-weight: bold;
	color: #b65f6f;
	margin: 10px 0 20px 0;
}
.news_list li {
	padding: 5px 0;
}
.news_list li a {
	font-size: 16px;
	color: #b65f6f;
}

/* -------------------------- 服務項目 -------------------------- */

.service-list {
	padding: 40px 0 20px 0;
}
.service-list [class *= col-] img {
	border: 10px solid #fbe4e9;
}
.service-list [class *= col-]:hover img {
	border: 10px solid #fff;
	opacity: 0.8;
}
.service-list p {
	font-size: 20px;
	text-align: center;
	padding: 5px 0 10px 0;
}

/* -------------------------- footer -------------------------- */

.footer-list {
	border-top: 3px solid #fff; 
	background-color: #ef9fae; 
	text-align: center;
	padding: 20px 0 0 0;
}

.address_map {
	text-align: center;
	padding: 20px 0;
}
.address_map a {
	font-size: 15px;
	color: #000;
	margin: 0 10px;
	padding: 7px 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.address_map a span {
	margin: 0 2% 0 0;
}
.address_map a:hover {
	background-color: #fbe4e9;
	border: 1px solid #ef9fae;
}
.address_map .btn-pink {
	  background-color: #ef9fae;
	  border: 1px solid #ef9fae;
}
.company {
	display: block;
	font-weight: bold;
}
.copy {
	display: none;
}

.site_info {
	font-size: 18px;
	}
.site_info span {
	margin: 0 5px;
}
.site_info span.tel {
	display: block;
}

.btn-blog {
	font-size: 15px;
	color: #9c2239;
    -webkit-animation: action 1s infinite linear alternate;
    animation: action 1s infinite linear alternate;
}

/* Chrome, Safari, Opera */ 
@-webkit-keyframes action {
    0%   {color:#C00;}
    50%  {color:#e14a78;}
    100% {color:#000;}
}
/* Standard syntax */
@keyframes action {
    0%   {color:#C00;}
    50%  {color:#e14a78;}
    100% {color:#000;}
}


/* --------------------- xs尺寸設定 大於640 --------------------- */

@media (min-width: 480px) {
.site_info span.tel {
	display: inline-block;
}	
}

/* --------------------- sm尺寸設定 大於768 --------------------- */

@media (min-width: 768px) {
.nav > li > a {
  padding: 10px 5px;
}	
.marguee {
	display: block;
}	
.banner1 {
	display: block;
}
.banner2 {
	display: none;
}
.tel-info {
	font-size: 30px;
	padding: 15px 0;
}
.news_list h3 {
	font-size: 24px;
}
.address_map {
	display: none;
}
.company {
	display: inline;
	font-weight: normal;
}
.copy {
	display: block;
}
}

/* --------------------- md尺寸設定 大於992 --------------------- */

@media (min-width: 992px) {
	
body {
	padding-top: 111px;/*有頂部固定導髚條時設置*/
}
.navbar-brand {
	/*margin: 10px 15px;*/
}
.navbar {
	padding: 20px 0 10px 0;
}
.nav > li > a {
	font-size: 18px;
	padding: 10px 9px;
}
.tel-info {
	font-size: 36px;
	padding: 20px 0;
}
.news_list h3 {
	font-size: 32px;
}
.news_list li a {
	font-size: 20px;
}
.footer-list {
	font-size: 18px;
}
.btn-blog {
	font-size: 18px;
}
}

/* --------------------- lg尺寸設定 大於1200 -------------------- */

@media (min-width: 1200px) {
	
body {
	padding-top: 131px;/*有頂部固定導髚條時設置*/
}

.marguee {
	top: 20px;
}

.navbar-brand {
	background: url(../../images/logo_3.png) no-repeat left top;
	width: 281px;
	height: 101px;
}
.navbar {
	padding: 20px 0 10px 0;
}
.navbar-nav {
	margin: 54px 0 0 0;
	font-weight: bold;
}
.nav > li > a {
	font-size: 21px;
	padding: 10px 12px;
}

}
