@charset "utf-8";
.url {
	text-decoration: none;
}
.url:hover {
	text-decoration: underline;	
}
.curl {
	color: #ccc;
}
h3 {
  font-family: Borda-Regular;
  font-size: 18px;
  color: #323232;
}
h4 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
h5 {
	color: #069;
	font-size: 12px;
	font-weight: bold;
}
.s_font {
	font-size: 13px;
}
.h_font {
	font-size: 20px;
}
.b_font {
	font-size: 16px;
}
.t_font {
	font-size: 49px;
	margin-bottom: 10px;
	margin-left: -3px;
}
.b_height {
	line-height: 30px;
}
.Notosanstc {
	font-family: Borda-Medium,'Noto Sans TC', sans-serif;
	font-weight: normal;
	font-style: normal;
}
.Mplus-1p {
	font-family: Borda-Medium,'Mplus 1p', serif;
	font-weight: normal;
	font-style: normal;
}
.Borda-Light {
	font-family: Borda-Light;
	font-weight: normal;
	font-style: normal;
}
.Borda-Regular {
	font-family: Borda-Regular;
	font-weight: normal;
	font-style: normal;
}
.Borda-Medium { 
	font-family: Borda-Medium;
	font-weight: normal;
	font-style: normal;
}
.ProximaNova-Light { 
	font-family: ProximaNova-Light;
	font-weight: normal;
	font-style: normal;
}
.HelveticaNeueLTStd-Th {
    font-family: HelveticaNeueLTStd-Th_0;
	font-weight: normal;
	font-style: normal;
}
.HelveticaNeueL TStd-ultlt {
    font-family: HelveticaNeueL TStd-ultlt_0;
	font-weight: normal;
	font-style: normal;
}
.desc {
	color: #323232;
}
.desc2 {
	color: #646464;
}
.desc3 {
	color: #b4b4b4;
}
.content {
	color: #333;
}
.warm {
	color: #F90;
}
.white {
    color: #fff;
}
.blue {
    color: #008ED3;
}
.gray {
  color: #ccc;
}
.dark_gray {
  color: #787878;
}
.winfo {
	color:#333;
	line-height:30px;
}
.infoblue {
	color:#00C;
	text-decoration: none;
}
.ps{
	font-family: "新細明體";
	font-size: 12px;
	color: #999;
}
hr.solid {
	height: 1px;
	border: 0;
	background: #cbcbcb;
}
#space_10 {
	margin-top: 10px;
}

/*form*/
#reg_errmesg{
	margin: 2px 72px;
	display:block;
}
#checkid_state {
	margin:0 3px;
}
.errmesg{
	background: #FFD0D0 url(../images/cross.png) left center no-repeat;
	border: solid 1px #FF6F6F;
	padding: 3px 2px 3px 20px;
	font-family: "新細明體";
	font-size: 12px;
	color: #FF6262;
	line-height:14px;
}
.succmesg{
	background: #C2CCFC url(../images/accept.png) left center no-repeat;
	border: solid 1px #039;
	padding: 3px 2px 3px 20px;
	font-family: "新細明體";
	font-size: 12px;
	color: #039;
	line-height:14px;
}
.warn{
	background: #FFD0D0 url(../images/warn_icon.png) 3px center no-repeat;
	border: solid 1px #FF6F6F;
	padding: 3px 2px 3px 30px;
	font-family: ProximaNova-Light;
	font-size: 14px;
	color: #323232;
	line-height:14px;
}

/*list*/
#listtitle {
	margin-top: 10px;
	font-family:"新細明體";
	font-size:14px;
	font-weight:bold;
	color:#f60
}
#list{
	margin-top: 5px;
}
#list th{
	padding: 0 10px;
	line-height: 30px;
	background: url(../images/ubcth_bg.gif) repeat-x;
	font-family:"新細明體";
	font-size:14px;
	color: #fff;
}
#list tr.even td{
	background: #ccc;
}
#list td{
	padding: 0 10px;
	line-height: 30px;
	font-family:"新細明體";
	font-size:12px;
	color: #333;
}

/* goods rise */
.goods_rise {
	transform: translate3d(0,5vh,0);
	opacity: 0.0;
	transition: transform .8s cubic-bezier(.165,.84,.44,1),opacity .6s linear .1s,-webkit-transform .8s cubic-bezier(.165,.84,.44,1);
}
.rise_in_view {
	transform: translate3d(0,0,0);
	opacity: 1.0;
}

/* goods down */
.goods_down {
	transform: translate3d(0,-5vh,0);
	opacity: 0.0;
	transition: transform .8s cubic-bezier(.165,.84,.44,1),opacity .6s linear .1s,-webkit-transform .8s cubic-bezier(.165,.84,.44,1);
}
.down_in_view {
	transform: translate3d(0,0,0);
	opacity: 1.0;
}
