@charset "utf-8";
/*********      メインコンテンツ      *********/
#c .text{
	font-size: 14px;
	line-height: 150%;
	padding: 10px;
}
#c ul{
	margin-left: 25px;
	line-height: 150%;
}
#c .l{
/**/
/**/
/**/margin-bottom: 15px;
}
#c .r{
/**/
/**/
/**/text-align: center;
}
#c .l2{
/**/
/**/
/**/text-align: center;
/**/margin-bottom: 15px;
}
#c .r2{
/**/
/**/
/**/text-align: center;
/**/margin-bottom: 15px;
}
#c table{
	border: 1px solid #666666;
	width: 100%;
}
#c table th{
	width: 110px;
	text-align: center;
	vertical-align: middle;
}
#c table thead th,
#c table thead td{
	background-color: #DDDDDD;
	font-weight: bold;
}
#c table tr{
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
#c table tr:hover{
	background-color: #EFEFEF;
}
#c table th,
#c table td{
	border: 1px solid #666666;
	font-size: 14px;
	line-height: 150%;
	padding: 5px;
}
#c table .bg-gray{
	background-color: #DDDDDD;
}
