@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------.listTb*/
.lpTb {
	border-collapse: collapse;
	clear: both;
	margin:2px 0px 10px 0px;
	width:100%;
	padding:3px;	
}
.lpTb caption{
	text-align: center;
	display: none;/*過無障礙必須設隱藏*/
}
.lpTb table {width:100%;}

.lpTb th{ padding:3px; font-weight: normal; text-align: center; line-height: 20px; background-color: #FFEBBF; border-bottom: 1px solid #FFFFFF; font-weight: bold; border-top: 1px solid #E1F2FF; border-left: 1px solid #E1F2FF; border-right: 1px solid #E1F2FF; color: #333333; }
.lpTb th col {color: #FF3300;}
.lpTb td{padding:3px;background-image: none;line-height: 20px;vertical-align: baseline;border: 1px solid #ddd;}
.lpTb .altrow {background-color: #f2f9ff;}
.lpTb .aLeft {text-align: left;}
.lpTb .aRight {text-align: right;}
.lpTb .aCenter {text-align: center;}
.date {color: #FF6600;text-align: center;font-size:95%;}
.lpTb .bold {font-weight: bold;color: #FF0000;text-align: center;}
.lpTb span {float: right;}
.lp .list ul li .number{
	text-align: center;
	margin-right: 10px;
}
/*---*/

.lpPhTb {
	width: 100%;
}

.lpPhTb table td {
	vertical-align: top;
	border-top: 1px dotted #E8E8E8;
	border-right: 1px solid #E8E8E8;
	border-bottom: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
}
.lpPhTb table td .box {
	padding-top: 10px;
}
.lpPhTb table td .box .image {
	width: 150px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 2px solid #CCC;
}
.lpPhTb table td .box .image img {
	width: 150px;
	height: 100px;
}
.lpPhTb table td .box h3 {
	font-size: 105%;
	margin: 5px 10px;
	padding: 0;
	display: block;
}
.lpPhTb table td .box p {margin: 5px 10px; padding: 0;}

/*----------------------------------------------------------------.Tbdata*/
.Tbdata {
	border-collapse: collapse;
	clear: both;
	margin:2px 0px 10px 0px;
	width:100%;
	padding:3px;
	background-color: #FFFDF7;
}
.Tbdata table {width:100%;}

.Tbdata th{ padding:3px; font-weight: normal; text-align: center; line-height: 20px; background-color: #FFEBBF; border-bottom: 1px solid #FFFFFF; font-weight: bold; border-top: 1px solid #E1F2FF; border-left: 1px solid #E1F2FF; border-right: 1px solid #E1F2FF; color: #333333; }
.Tbdata th col {color: #FF3300;}
.Tbdata td{padding:3px 5px; background-image: none;line-height: 20px;vertical-align: baseline;border: 1px solid #ddd;}
.Tbdata .altrow {background-color: #f2f9ff;}
.Tbdata .aLeft {text-align: left;}
.Tbdata .aRight {text-align: right;}
.Tbdata .aCenter {text-align: center;}
