@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Last up date:   2015.02.18
Style Info:     company css
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------*/
table.sheet_basic {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 40px;
}
table.sheet_basic th, table.sheet_basic td {
	font-size: 12px;
	line-height: 170%;
	padding: 10px;
	border: 1px dotted #fff;
}
table.sheet_basic th {
	background: rgba(225,225,225,0.20);
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}
