@charset "UTF-8";
/* CSS Document */

.battery-agari
{
	list-style-type: decimal;
	border-bottom: 1px dotted #666666;
	padding-bottom: 3px;
	padding-top: 2px;
}

@media(max-width:768px) {
	
	.bt-up
	{
			float:left; width:50%;
			margin-bottom:5px;
	}
}

@media(min-width:768px) {
	
	.bt-up
	{
			float:left; width:20%;
	}
}