@charset "utf-8";

/*Content
---------------------------------------------------------------------------------------------------------------------------*/
#content-container h2{
	display: list-item;
	list-style-image: url(images/contents_title.jpg);
	list-style-position: inside;
	}

table{
	width:100%;
	}
th{
	padding:10px;
	font-size:93%;
	font-weight:bold;
	vertical-align:top;
	line-height:150%;
	white-space:nowrap;
	border-bottom:1px solid #eee;
	}
	
th.icon{
	padding:13px 0 0 10px;
	border-bottom:1px solid #eee;
}

th.table-top{
	border-top:1px solid #eee;
	}
td{
	padding:10px;
	font-size:12px;
	font-weight:normal;
	line-height:150%;
	border-bottom:1px solid #eee;
	border-left:1px solid #eee;
	}
td.table-top{
	border-top:1px solid #eee;
	}
