*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}


body {
	font-family: '微軟正黑體', 'PT Sans', Arial, sans-serif;
	font-size: 15px;
	color: #313131;
	background: #eeeeee;
	-webkit-font-smoothing: antialiased;
	position: relative;
	overflow-y: scroll;
}

body.ja {font-family: "Yu Gothic", sans-serif}

::selection {
	background: #009fce;
	color: white;
}

a {
	color: #0078b4;
	text-decoration: none;
		    transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
a:hover,
a:active {
	color: #00aaff;
	text-decoration: none;
}

strong, .strong {font-weight: 700;}

p.section {
	margin: 0 0 20px 0;
	display: block;
}

.align_center {text-align: center;}

video {width: 100%; height: auto;}

.padding15 {padding: 15px;}
.padding_0 {padding: 0 !important;}
.marginBtm20 {margin: 0 0 20px 0;}
.marginBtm30 {margin: 0 0 30px 0;}
.paddingtop20 {padding-top: 20px;}

.fullWidth {width: 100%;}

.col {vertical-align: top;}
.col-l {float: left;}
.col-r {float: right;}

.fleft {float: left;}
.fright {float: right;}

.align_r {text-align: right;}
.align_l {text-align: left;}

.box_style-1 {padding: 15px; background: #454545; margin: 15px 0; border-radius: 5px; -webkit-border-radius: 5px;}


.btn-icon {padding: 5px 30px 5px 40px;}
.btn-icon .icon {position: absolute; top: 6px; left: 10px; width: 12px; height: 12px; background: no-repeat 0 0;}

.btn_short {display: inline-block;}


.btn_style2 {
	display: inline-block;
	padding: 0 15px;
	min-width: 30px;
	line-height: 35px;
	font-weight: 500;
	color: #828282;
	text-align: center;
	text-decoration: none;
	border: 1px solid black;
	border-radius: 3px;
	background: #fe892a;
	color: #fff;
	border-color: rgba(0, 0, 0, 0.1);
	text-decoration: none !important;
}
.btn_style2:hover {background: #fe702a; color: #fff;}

.btnStyle_1 {
	display: inline-block;
	padding: 0 10px;
	line-height: 28px;
	font-size: 90%;
	color: #7b7b7b;
	border: 1px solid #e3ddce;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #fff;
	vertical-align: top;
	text-decoration: none !important;
}
.btnStyle_2 {
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #fff;
	height: 23px;
	line-height: 23px;
	font-size: 80%;
	padding: 0 10px;
	text-decoration: none !important;
}
.btnStyle_2:hover {color: #fff;}

.btnStyle_3{
	color: #fff;
	background: #434343 url(../images/icon-arrowR_1.png) right center no-repeat;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 5px 30px 5px 10px;
	transition: background-color 0.5s ease;
}
.btnStyle_3:hover{
	color: #fff;
	background-color: #000;
}

.btnStyle_4 {padding: 5px 15px; background: #fff; color: #f68b29 !important; display: inline-block; text-decoration: none !important; position: relative;}
.btnStyle_4:active {top: 1px;}
.icon-r {padding-right: 45px;}
.icon-r.icon-ExternalLink {background: #fff url(../images/icon-ExternalLink3-r.png) no-repeat right center;}

.btnStyle_5 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding: 12px 0;
	width: 70px;
	height: 70px;
	background-color: #5cbf94;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border: none;
	cursor: pointer;
	font-size: 80%;
	position: relative;
	border-radius: 10px;
	vertical-align: bottom;
	text-decoration: none !important;
}
.btnStyle_5 p {margin-bottom: 5px !important; width: 100%; text-align: center !important;}
.btnStyle_5 p i{ font-size: 170%; font-weight: 700; padding: 0 5px;}
.btnStyle_5:hover {background-color: #2766a8; color: #fff;}
.btnStyle_5:active {top: 1px;}



/*button {
	width: 80px;
	line-height: 30px;
	position: relative;
	background: #434343;
	color: #ffffff;
	border: none;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	font-size: 90%;
	font-family: '微軟正黑體', 'PT Sans', Arial, sans-serif;
	border-radius: 2px;
}
button span.icon {
	position: absolute;
	display: block;
	background: no-repeat 0 0;
	outline: none;
	border: none;
}
button:hover {background: #000;}
button:active {
	position: relative;
	top: 1px;
}*/
button.btn-icon {padding: 5px 35px 5px 40px;}

button.editbtn span.icon {
	left: 10px;
	top: 6px;
	width: 12px;
	height: 12px;
	background-image: url(../images/icon-edit.png);
}
button.removebtn span.icon {
	left: 10px;
	top: 6px;
	width: 12px;
	height: 13px;
	background-image: url(../images/icon-remove.png);
}

select.select_style1 {
	color: #fff;
	background: #d80806;
	border: 0;
}
input, select {font-family: '微軟正黑體', 'PT Sans', Arial, sans-serif;}

input.inputBtn_1 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 0 10px;
	height: 36px;
	background-color: #242424;
	color: #FFF;
	font-size: 110%;
	font-weight: 500;
	line-height: 36px;
	text-decoration: none;
	text-align: center;
	border: none;
	cursor: pointer;
}

input.inputBtn_2 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding: 35px 0px 0 0px;
	width: 70px;
	height: 70px;
	background-color: #fe892a;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border: none;
	cursor: pointer;
	font-size: 80%;
	position: relative;
	border-radius: 10px;
}
input.inputBtn_2:hover {background-color: #f3740c;}
input.inputBtn_2:active {top: 1px;}


hr.divide_solid {border-top: 1px solid #636363; margin: 20px 0;}

.selectStyle1, select.links-to-select {
  background: transparent;
  min-width: 200px;
  padding: 5px;
  font-size: 14px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 30px;
  color: #fff;
  -webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
  font-family: '微軟正黑體', 'PT Sans', Arial, sans-serif;
  background: #242424 url(../../images/select-appearance.png) no-repeat right center;
}
select.selectStyle1::-ms-expand, select.links-to-select::-ms-expand{
    display: none;
}

.inputStyle1 {
  background: #242424;
  min-width: 200px;
  padding: 5px;
  font-size: 14px;
  line-height: 30px;
  border: 0;
  border-radius: 0;
  height: 30px;
  color: #fff;
  font-family: '微軟正黑體', 'PT Sans', Arial, sans-serif;
}

.inputBtnStyle1 {
  background: transparent;
  min-width: 50px;
  padding: 5px;
  font-size: 14px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 30px;
  color: #fff;
  font-family: '微軟正黑體', 'PT Sans', Arial, sans-serif;
  background: #242424;
}




