@charset "utf-8";
/* CSS Document */
/*--reset--*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	/* font-style:normal; */
	/* font-weight:normal; */
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
/*h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}*/
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}

html {
	min-height: 100%;
	_height:100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	_height:100%;
	height: 100%;
}
a{text-decoration:none;}
/*--reset_END--*/

/*--共用版型--*/
body{ font-family:"微軟正黑體";}
   
/*背景漸層色*/  
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #BDEAEF 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #BDEAEF 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #BDEAEF 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #BDEAEF));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #BDEAEF 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #BDEAEF 100%);

/*背景漸層色*/ 
 
  }
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    padding: 10px 15px;    
    font-size: 20px;
    background: #777;
    color: white;
    cursor: pointer;
}
html,body{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
#DIV_PARENT {
    position: relative;
    background:rgba(0,0,0,0);
	// 這個DIV是提供定位點的父區塊，一般設為 relative
    // 提供定位點的父區塊，因為只提供定位點，一般不設定寬度與高度
} 

.clear_b{
	clear:both;
}	

.bottom_box { width: 100%; padding-top: 30px; background-color: #fdfdfd; border-top:20px solid rgba(0,0,0,0.5); position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.bottom_logo { width: 25%; float: left;}
.bottom_logo img { width: 335px; }
.bottom_data_box { width: 100%; padding:0px 0 10px 5%; display: inline-block; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.bottom_data_title { font-size: 18px;  font-family: 華康粗圓體,細圓體,微軟正黑體; color:#b00000; letter-spacing: 2px; }
.bottom_data { margin-top: 5px; display: inline-block; vertical-align: top; position: relative;}
.bottom_data p { margin: 15px 15px 0 0; display: inline-block; vertical-align: middle; font-family: 華康粗圓體,細圓體,微軟正黑體; letter-spacing: 2px; font-weight: bold; }
.bottom_share {padding: 10px 20px;display: table-cell;vertical-align: middle;float: right;}
.bottom_share img{padding:0 20px;display:inline-block;width: 4vw;}
.bottom { width: 100%; padding:5px 0; background-color: white; text-align: center; font-family: Microsoft JhengHei; position: relative;}
.bottom_share_mob { display: none; }























@media screen and (max-width: 1400px){

}
@media screen and (max-width: 1280px){

}
@media screen and (max-width: 1150px){
	.bottom_share { display: none; }
	.bottom_data_box { padding:25px 0 10px 8%; }
	.bottom_share_mob { padding:20px 20px 0 0; display: table-cell; vertical-align: middle; }
}
@media screen and (max-width: 1000px){

}
@media screen and (max-width: 880px){

}
@media screen and (max-width: 720px){

}
@media screen and (max-width: 550px){

}
@media screen and (max-width: 480px){

}
