@charset "UTF-8";
/* CSS Document */

body{
	background: #F5F5F5;
	font-family: 'Noto Sans TC bold', sans-serif;
}

#listArea{
	background: #FFF;
	margin-top: 30px;
}

.listItem{
	height: 44px;
	color: #313131;
	box-sizing: border-box;
}

.listIcon{
	width: 36px;
	height: 36px;
	margin: 4px 16px;
	float: left;
}

.listIcon img{
	width: 36px;
	height: 36px;
}

.listTXT{
	height: 44px;
	padding-top: 2px;
	border-bottom: 1px #00000026 solid; 
	box-sizing: border-box;
	line-height: 44px;
}

.listName{
	color: #313131;
	font-size: 15px;
	line-height: 40px;
	float: left;
}

.listAngle{
	padding-right: 16px;
	float: right;
}

.listAngle img{
	width: 9px;
	height: 16px;
}

