@charset "utf-8";

#guidelines table{
	width:100%;
}
#guidelines table.sp{
	display:none;
}
#guidelines table th{
	border:1px solid #cccccc;
	background:#e8e8e8;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	padding:9px 6px;
	font-size:90%;
}
#guidelines table .small{
	font-size:10px;
}
#guidelines table th .gray{
	color:#666666;
}
#guidelines table td .small{
	font-size:12px;
	display:block;
	padding-top:5px;
}
#guidelines table td{
	border:1px solid #cccccc;
	vertical-align:middle;
	padding:9px 6px;
	font-size:90%;
}
#guidelines table td.nowrap{
	white-space:nowrap;
}
#guidelines table th.k42{ background:#fdeff2;}
#guidelines table th.k10{ background:#eaf4fc;}
#guidelines table th.k3{ background:#e0ebaf;}

