@charset "utf-8";
/*********      メインコンテンツ      *********/
#c article .text{
	line-height: 150%;
	padding: 5px 10px;
}
#c article table{
	width: 100%;
}
#c article table tr{
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
#c article table tr:hover{
	background-color: #EFEFEF;
}
#c article table td{
	border: 1px solid #CCCCCC;
	padding: 5px;
	vertical-align: middle;
}
#c article table td:first-child{
	width: 105px;
	font-size: 13px;
	text-align: center;
}
#c article table td span{
	width: 140px;
	border-radius: 10px;
	background-color: #EFEFEF;
	display: inline-block;
	font-size: 13px;
	margin: 3px;
	padding: 2px 5px;
	text-align: center;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
#c article table tr:hover td span{
	background-color: #666666;
	color: #FFFFFF;
}
#c article table td p{
	font-size: 13px;
}
