@charset "UTF-8";

/* normal settings */
body {
	background: transparent;
	padding: 0;
	margin: 0;
	color: #5d5d5d;
	font-family: '‚l‚r ‚oƒSƒVƒbƒN','MS PƒSƒVƒbƒN','ƒqƒ‰ƒMƒmŠpƒS Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	text-align: center;
}
a:link, a:visited, a:hover, a:active {
	color: #5d5d5d;
	text-decoration: none;
	outline: none;
}
img {
	border: 0;
	outline: none;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
}

/* header */
#header{
	margin:0 auto;
	width:824px;
	height:65px;
	position:relative;
	text-align:left;
}
#header img#closeBtn{
	position:absolute;
	top:0;
	right:0;;
}

/* wrap */

#wrap {
	width:832px;
	text-align:left;
	background-color:#0096c8;
	border-radius: 5px;
	padding:5px 6px 5px;
}

#wrapbody{
	background-color:#fff;
	border-radius: 5px;
}

#controllerbatterychager {
	height: 480px;
	position: relative;
}

#controllerbatterychager p {
	font-size: 12px;
	line-height: 1.6;
}
#controllerbatterychager h1{
	position: absolute;
	top:0;
	left: 46px;
	color: #0096c8;
	font-size: 200%;
	letter-spacing: 0.1em;
}

#controllerbatterychager h1:before{
	content:"";
	display:inline-block;
	width:6px;
	height:80px;
	background-color:#0096c8;
	margin-right:19px;	
}

#controllerbatterychager ul{
	position: absolute;
	left:67px;
	top:130px;
	width:460px;
}

#controllerbatterychager li{
	list-style-image: url("../img/specBullet.png");
	margin-bottom:40px;
}

#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 {
	position: absolute;
	left:557px;
	top:133px;

}
#controllerbatterychager .img02 {
	position: absolute;
	left:557px;
	top:289px;
}

.sp_only {
    display: none;
}