@charset "utf-8";

/*--------------------------------------
	Style Name : Showcase Style Sheet

	content
--------------------------------------*/


/*--------------------------------------
	div#content
--------------------------------------*/

#main-content div.section table {
	width:100%;
	border:1px solid #e0e0e0;
	background:url(../../img/texture_section-03_01.png) no-repeat right top;
}

#main-content div.section table th,
#main-content div.section table td {
	padding:0.5em 1em;
	border-bottom:1px solid #e0e0e0;
	vertical-align:top;
}

#main-content div.section table thead th {
	padding:0 1em;
	height:50px;
	border-bottom:none;
	color:#fff;
	text-align:center;
	vertical-align:middle;
}

#main-content div.section table th {
	white-space:nowrap;
}

#main-content div.section table td ul {
	margin:0;
}

