@charset "utf-8";
/*********      メインコンテンツ      *********/
#lc .note1{
	line-height: 150%;
	margin-bottom: 10px;
}
#lc .note2{
	line-height: 150%;
	margin-top: 10px;
}
#lc table{
/**/
	border: 1px solid #666666;
	font-size: 15px;
	line-height: 150%;
}
#lc table thead{
	background-color: #EFEFEF;
	font-weight: bold;
}
#lc table tbody td{
	font-size: 13px;
/**/white-space: nowrap;
}
#lc table td{
/**/
	border: 1px solid #666666;
	padding: 5px;
}
#lc .note{
	margin-top: 20px;
	line-height: 150%;
}
#lc .scroll{
	overflow: auto;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #EEEEEE;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.scroll::-webkit-scrollbar-thumb{
	background: #666666;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
