﻿@charset "utf-8";
/* 首頁專用 */

/* 共用基本樣式 */
@import url("help/reset.css");
@import url("help/grid.css");
@import url("../fonts/font-awesome.min.css");


* {box-sizing: border-box;}
	
body {
	font-family: Helvetica, Arial, sans-serif, "微軟正黑體", Heiti TC, "メイリオ";
	color: #333;
	font-size: 0.95rem;
	overflow-x: hidden;
	line-height: 1.5;}
	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
	
.container {
	width: 90%;
	max-width: 1280px;
	min-width: 320px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}

#bannerArea img{
	display: block;}

.main {
	margin-top: 30px;}

img{
	max-width:100%;
	}



/**區塊標題**/
h4.dslogan {
	text-align: center;
	color:#f1795e;
	font-size: 16px;}
	
h2.title {
	text-align: center;
	color: #454457;
	margin: 0;}


.box h4 {
    color:#454457;}
	
.box .txt p {
	color: #727171;
	display: block;
    font-weight: bold;
    line-height: 1.5;
	margin: 5px 0px;
	padding:0px 20px;}


/*按鈕*/

.btnStyle{    
    display: inline-block;
    padding: 5px 30px;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ff7251;
    border-radius: 5px;
    color: #ff7251;
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: 1.8;

}

.btnStyle:hover,
.btnStyle:focus,
.btnStyle:active{
    border-color: #ff7251;
    color: #fff;
    background-color: #ff7251;}


/**----------------------------------------------產品服務區 serviceArea**/
#serviceArea {
	padding: 40px 0px;
	background: url(../images/point_bg.png);}

#serviceArea .box {
	padding: 10px 22px;
	text-align: center;
	line-height: 20px;
}
#serviceArea .box .txt {
	margin-top: 10px;}

	
#serviceArea .box .pic {
	display: inline-block;}	


/**---------------------------健康分析 personArea**/


#personArea {
	padding: 40px 0px;
	background: url(../images/BG_02.jpg) fixed center center;}
	
#personArea .main {
	text-align:center;}

#personArea img{
	width:900px;}

/**---------------------------e想健康 esArea**/
#esArea {
	padding: 40px 0px;
	background: url(../images/BG_03.jpg) center center;}
	
#esArea p{
	font-weight: bold;
    line-height: 1.8;
    margin-top: 10px;}
	
#esArea .Rightbox{
	margin-top:40px;
	text-align:center;}
	
@media (min-width: 667px){
#esArea .Rightbox,  
#esArea .Rightbox h2{
    text-align:left;
}
}



/**----------------------------------------------footer**/


footer {
	background:#312f47;
	padding: 10px 0px;
	color:#fff;
	text-align: center;}


/**-------------------------------------------------------------------gotop**/	
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    padding: 3px 10px;    
    font-size: 25px;
	border:5px solid #bababa;
	background:rgba(255, 255, 255, 0.6);
    color: #bababa;
    cursor: pointer;
	z-index: 999;
	border-radius: 50%;
}	

#gotop:before{
	content:"\f062";
	font-family: FontAwesome;}
	
	
