@charset "UTF-8";

body {
	background: #000;
}

/* wrap */

#wrap {
	width:100%;
	margin:0 auto;
}

#btnclose + div {
	margin-top: 40px;
}

#wrapbody{
	text-align:left;
	background-color:#0096c8;
	border-radius: 5px;
	padding:6px 6px 6px;
	margin:12px 12px;
}

#controllerbatterychager {
	background-color:#fff;
	border-radius: 4px;
	padding: 0 14px 30px;
}

#controllerbatterychager p {
	font-size: 12px;
	line-height: 1.6;
}
#controllerbatterychager h1{
	color: #0096c8;
	font-size: 150%;
	display: inline-block;
	padding-left: 24px;
	padding-top: 24px;
	position: relative;
}

#controllerbatterychager h1 span{
	display: block;
	position: relative;
}

#controllerbatterychager h1:before{
	content:"";
	position: absolute;
	display:block;
	left: 0;
	top: 26px;
	width:6px;
	height:56px;
	background-color:#0096c8;
}

#controllerbatterychager ul{
	width:100%;
	margin-top:30px;
}

#controllerbatterychager li{
	margin:0 0 30px 16px;
	position: relative;
}
#controllerbatterychager li:before{
	content:"";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #888;
	top: 0.6em;
	left:-1.2em;
}

#controllerbatterychager .stitle{
	color: #0096C8;
	font-size: 124%;
	letter-spacing: 0.15em;
	margin-bottom: 10px;
}

#controllerbatterychager .note {
	margin-top:10px;

}
#controllerbatterychager p.note{
	font-size: 11px;
	line-height: 1.7;

}

#controllerbatterychager .img01 {
	margin: 0 auto 20px;
	width:200px;
	height:142px;

}
#controllerbatterychager .img02{
	margin: 0 auto;
	width:200px;
	height:142px;
}


#wrapbottom .close {
	text-align: center;
	padding: 8px;
	background: #0096C8;
	border-radius: 4px;
	width: 160px;
	margin: 24px auto 24px;
}

#wrapbottom .close a {
	color: #fff;
}
