@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Microsoft JhengHei;
	/*英文不斷字*/
	/*word-wrap: break-word;
	word-break: break-all;*/
}
::selection {
	color: #FFFFFF;
	background-color: #84C4C4;
}
::-moz-selection {
    color: #FFFFFF;
    background: #84C4C4; /* Firefox */
}
::-webkit-selection {
	color: #FFFFFF;
	background: #84C4C4; /* Safari */
}
a {
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
img {
	border-style: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
i {
	margin: 0 5px 0 0;
}
label, input, select, button {
	font-family: Microsoft JhengHei;
	border: none;
	outline: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}





/*-------------------- 登入頁 --------------------*/
.h_top {
	color: #FFFFFF;
}
.h_top img {
	width: 110px;
}
.h_top h2 {
	font-size: 40px;
}
.s_tit {
	border-top: 2px solid #FFFFFF;
}
.s_tit span {
	padding: 10px;
	position: relative;
	top: -15px;
	font-size: 20px;
	letter-spacing: 1px;
	background-color: #84C4C4;
}
.in_a {
	text-align: right;
}
.in_a a {
	color: #FFFFFF;
	text-decoration: underline;
}
.in_a a:hover {
	color: #000000;
	text-decoration: none;
}





/*-------------------- 登入頁_表單 --------------------*/
.in_box {
	margin: 30px auto;
	padding: 10px 30px;
	border-radius: 50px;
	background-color: #449898;
}
.in_pic, .in_pic img {
	width: 30px;
}
.in_inp {
	width: calc(100% - 40px);
}
.in_inp input {
	width: calc(100% - 20px);
	color: #FFFFFF;
	font-size: 20px;
	background-color: transparent;
}

.in_box ::-webkit-input-placeholder { color: rgba(255,255,255,0.80); } /*webkit*/
.in_box input::-moz-placeholder { color: rgba(255,255,255,0.80); } /*Firefox 4-18*/
.in_box input::-moz-placeholder { color: rgba(255,255,255,0.80); } /*Firefox 19+*/
.in_box :-ms-input-placeholder { color: rgba(255,255,255,0.80); } /*IE10*/
.in_box .placeholderColor { color: rgba(255,255,255,0.80); } /*IE9*/

.in_box2 {
	margin: 30px auto;
}
.in_box2 input[type="submit"] {
	width: 100%;
	padding: 10px 0;
	color: #FFFFFF;
	font-size: 20px;
	border: thin solid #FFFFFF;
	border-radius: 50px;
	background-color: transparent;
}
.in_box2 input[type="submit"]:hover {
	border: thin solid #449898;
	background-color: #449898;
}





/*-------------------- 註冊頂端 --------------------*/
header {
	width: 100%;
	padding: 10px 0;
	position: fixed;
	color: #FFFFFF;
	font-size: 30px;
	background-color: #84C4C4;
}
header a {
	color: #FFFFFF;
}
header a:hover {
	color: #000000;
}
header .title {
	width: calc(100% - 40px);
}





/*-------------------- 註冊表單 --------------------*/
.re_box {
	margin: 30px auto;
}
.re_pic, .re_pic img {
	width: 22px;
	margin: 3px 0 0 0;
}
.re_inp, .re_inp2, .re_inp3 {
	width: calc(100% - 40px);
	padding: 0 0 5px 0;
	font-size: 20px;
	border-bottom: thin solid #84C4C4;
}
.re_inp span, .re_inp2 span, .re_inp3 span {
	width: 120px;
	float: left;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.ra_div label {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.re_inp:hover span, .re_inp2:hover span, .re_inp3:hover span, .ra_div:hover label {
	color: #84C4C4;
}
.re_inp input {
	width: calc(100% - 130px);
	font-size: 20px;
}
.re_inp2 input {
	width: calc(100% - 160px);
	font-size: 20px;
}

.re_box ::-webkit-input-placeholder { color: #CCCCCC; } /*webkit*/
.re_box input::-moz-placeholder { color: #CCCCCC; } /*Firefox 4-18*/
.re_box input::-moz-placeholder { color: #CCCCCC; } /*Firefox 19+*/
.re_box :-ms-input-placeholder { color: #CCCCCC; } /*IE10*/
.re_box .placeholderColor { color: #CCCCCC; } /*IE9*/

.re_a {
	float: right;
	font-size: 20px;
}
.re_a a {
	color: #999999;
}
.re_a a:hover {
	color: #84C4C4;
}
.ra_div {
	width: 70px;
	display: inline-block;
}
.re_box2 {
	width: 80%;
	margin: 50px auto;
}
.re_box2 input[type="submit"] {
	width: 100%;
	padding: 10px 0;
	color: #FFFFFF;
	font-size: 20px;
	border: thin solid #449898;
	border-radius: 50px;
	background-color: #449898;
}
.re_box2 input[type="submit"]:hover {
	color: #449898;
	border: thin solid #449898;
	background-color: #FFFFFF;
}





/*-------------------- 報告頂端 --------------------*/
.tab_box {
	margin: 20px 0 0 0;
	padding: 15px 0 0 0;
	font-size: 18px;
	border-top: thin solid #FFFFFF;
}





/*-------------------- 報告內容 --------------------*/
.tab_box2 {
	margin: 0 0 0px 0;
	padding: 0 0 0px 0;
    border-spacing:0px
	 
}
.tab_ti {
	margin: 0px;
	color: #86EC6D;
    border-bottom: thin solid #000000;
}
.tab_box2 strong {
	color: #F53D3F;
}
.tab_box2 strong2 {
	color: #000000;
     border-bottom: thin solid #000000;
}
 
.tab_box2 img {
	width: 30px;
	vertical-align: middle;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.tab_box2 img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}





/*-------------------- 醫生建議 --------------------*/
.note_box {
	margin: 30px 0 0 0;
	padding: 10px 0;
	color: #0000000;
	letter-spacing: 1px;
	background-color: #84C4C4;
}
.note_box h3 {
	margin: 10px 0 20px 0;
	color: #FFFF00;
}
.note_box ul {
	margin: 0 0 0 20px;
}
.note_box ul li {
	margin: 10px 0;
	text-align: justify;
	list-style-type: disc;
}