@charset "big5";
/*字型*/
.ft-f1 {font-family: Verdana;}

/*字級*/
.ft-s13 {font-size: 13px;}
.ft-s15 {font-size: 15px;}
.ft-s16 {font-size: 16px;}
.ft-s20 {font-size: 20px;}

/*行高*/
.ft-l24 {line-height: 24px;}
.ft-l30 {line-height: 30px;}

/*色彩*/
.cl-01 {color: #000;}
.cl-01 a {color: #000; text-decoration: none;}
.cl-01 a:hover {text-decoration: none; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #c7000b; color: #c7000b;}
.cl-02 {color: #666;}
.cl-03 {color: #003f7e;}
.cl-04 {color: #fff;}

/*背景色*/
.bg-01 {background-color: #eee;}
.bg-02 {background-color: #ccc;}
.bg-03 {background-color: #fff;}
.bg-04 {background-color: #d3edfb;}
.bg-05 {background-color: #0066a9;}

/*對齊*/
.float-l {float: left;}
.float-r {float: right;}
.float-c {text-align: center;}
.text-l {text-align: left;}

/*寬度高度*/
.h-35{height: 35px;}
.w-100{width: 100px;}
.w-220{width: 220px;}
.w-240{width: 240px;}
.w-360{width: 360px;}
.w-460{width: 460px;}
.w-730{width: 730px;}
.w-750{width: 750px;}

/*距離*/
.mt-5 {margin-top: 10px;}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.ml-20 {margin-left: 20px;}
.ls {letter-spacing: 0.25em;}
.pt-5 {padding-top: 5px;}
.pl-20 {padding-left: 20px;}
.pt-20 {padding-top: 20px;}

/*線條*/
.line-r {
	background-image: url(../images/line.gif);
	background-repeat: repeat-y;
	background-position: right;
}

/*邊框*/
.bd4 {border: 1px solid #CCC;}

/*其他*/
.box-01 {
	font-family: "微軟正黑體";
	font-size: 13px;
	height: 22px;
	color: #333;
	background-color: #FFF;
	float: left;
	width: 142px;
	margin-bottom: 6px;
	border: 1px solid #008cbe;
	padding-left: 5px;
}
.box-02 {
	font-family: "微軟正黑體";
	font-size: 16px;
	height: 35px;
	color: #FFF;
	background-color: #0066a9;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.box-03 {
	font-family: "微軟正黑體";
	font-size: 16px;
	height: 150px;
	color: #333;
	background-color: #FFF;
	float: left;
	width: 700px;
	border: 1px solid #ccc;
	padding: 10px;
}
.box-04 {
	font-family: "微軟正黑體";
	font-size: 16px;
	height: 30px;
	color: #333;
	background-color: #eee;
	padding-left: 10px;
	border: 1px solid #CCC;
}
.box-05 {
	font-family: "微軟正黑體";
	font-size: 13px;
	height: 16px;
	color: #333;
	background-color: #eee;
	width: 100px;
	border: 1px solid #999;
}
.box-06 {
	font-family: "微軟正黑體";
	font-size: 13px;
	height: 20px;
	color: #333;
	background-color: #eee;
	width: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.send {
	color: #333333;
	width: 58px;
	height: 58px;
	font-family: "微軟正黑體";
	font-size: 16px;
	background-color: #eee;
	cursor: pointer;
	float: right;
	border: 1px solid #008cbe;
	position: relative;
}
.send-1 {
	color: #FFFFFF;
	width: 120px;
	height: 40px;
	font-family: "微軟正黑體";
	font-size: 20px;
	background-color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	float: left;
	position: relative;
	top: 15px;
	margin-bottom: 20px;
}
.send-2 {
	color: #000000;
	font-family: "微軟正黑體";
	font-size: 13px;
	background-color: #eee;
	cursor: pointer;
	border: 1px solid #999;
}
.send-3 {
	color: #FFFFFF;
	font-family: "微軟正黑體";
	font-size: 13px;
	background-color: #0066a9;
	cursor: pointer;
	border: 1px solid #008cbe;
	float: right;
	height: 23px;
	width: 78px;
	margin-top: 7px;
}
