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

#battery_box_koukan {
	width: 650px;
	height: 220px;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}
#battery_box {
	width: 650px;
	float: left;
}
#battery_box h2 {
	font-size: 20px;
	font-weight: bold;
	color: #0F0E0E;
	margin-bottom: 20px;
}
#battery_box_koukan h3 {
	margin-top:10px;
	font-weight: bold;
}
#left_box {
	width: 200px;
	height: 210px;
	margin-left: 20px;
	float:left
}
#right_box {
	width: 428px;
	height: 210px;
	float:right
	}
.battery_info {
	font-size: medium;
}
.tenken {
	color: #F54E03;
	font-size: xx-large;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px;
}
