@charset "utf-8";
/* CSS Document */

/* 웹폰트 CSS */

.page_table{
	width: 100%;
	border-collapse: collapse;
	overflow-x:auto;
	font-size: 0.8em;
}
.page_table h1.table_title{
	text-align: center;
}

.page_table .table_unit{
	display: block;
	margin: 5px 0px;
	font-size: 0.8em;
	text-align: right;
}

.page_table td{
	padding: 15px 10px;
	text-align: center;
	border: 1px solid #e5e5e5;
}

.page_table td.ttext{
	text-align: left;
}

.page_table thead .ttitle{
	padding: 15px 0px;
	border-top: 2px solid #333333;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	background: #f5f5f5;
}

.page_table .tlabel{
	display: block;
	padding-top: 5px;
	font-size: 0.9em;
}

.page_table td a{
	text-decoration: none;
	color: #333333;
}

.page_table td.text-left{
	text-align: left;
}














