@charset "utf-8";

/* ------------------------------------------------------------
	
	filename:	detail.css
	created:	140703
	update:		140703
		
------------------------------------------------------------ */


/* ベース */
body.site#index div#main table{
	border-collapse: collapse;
	border : solid #c0c0c0;
	border-width : 1px;
	width : 100%;
	margin-bottom : 10px;
}
body.site#index div#main th{
	text-align : left;
	padding : 5px;
	background : #f5f5f5;
	border : 1px solid #c0c0c0;
	white-space: nowrap;
}

body.site#index div#main td{
	border : 1px solid #c0c0c0;
	text-align : left;
	padding : 5px;
	white-space: normal;
}
body.site#index div#main td ul.links{
	margin-bottom : 0px;
	word-break: break-all;
}

/* EOF */

