@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;
  font-size: 14px;
	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;
}

#protectingsheets{
	height: 875px;
	position: relative;
	background-color:#fff;
	border-radius: 5px;
}

#protectingsheets p {
	font-size: 12px;
	line-height: 1.6;
}

.titlearea{
	position: absolute;
	top:0;
	left: 46px;
}

h1{
	position: absolute;
	bottom:0;
	left: 25px;
	font-size: 100%;
	letter-spacing: 0.1em;
	width:600px;
}

h1 span{
	color: #0096c8;
	font-size: 200%;
	letter-spacing: 0.1em;
	display: block;
}

#protectingsheets .titlearea:before{
	content:"";
	display:block;
	width:6px;
	height:109px;
	background-color:#0096c8;
}

#protectingsheets .img01{
	position: absolute;
	left: 46px;
	top:165px;
}

#protectingsheets h2{
	width: 345px;
	border-bottom:1px solid #8c8c8c;
	padding-bottom: 4px;
	position: absolute;
	left: 424px;
	top: 167px;
	font-size: 85%;
	letter-spacing: 0.1em;
}

#protectingsheets ul{
	position: absolute;
	left:424px;
	top: 212px;
	width:329px;
	padding-left: 16px;
}

#protectingsheets li{
	list-style-image: url("../img/specBullet.png");
	margin-bottom: 17px;
}

#protectingsheets .text{
	color: #0096C8;
	font-size: 114%;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}

#protectingsheets .note {
	margin-top:5px;

}

#protectingsheets p.note{
	font-size: 11px;
	line-height: 1.7;
}

#protectingsheets .stitle01{
	position: absolute;
	left: 46px;
	top: 510px;
}

#protectingsheets .stitle02,
#protectingsheets .stitle01{
	width: 346px;
	height: 22px;
	background-color: #0096c8;
	border-radius: 13px;
	text-align: center;
	color: #fff;
	padding: 2px 0;
	letter-spacing: 0.1em;
}

#protectingsheets .img02{
	position: absolute;
	left: 43px;
	top: 561px;
}
#protectingsheets .stitle02{
	position: absolute;
	left: 420px;
	top: 510px;
}
#protectingsheets .img03{
	position: absolute;
	left: 421px;
	top: 544px;
}

#cleaningcloth{
	margin:6px 0 0 0;
	height: 320px;
	position: relative;
	background-color:#fff;
	border-radius: 5px;
}

#touchpen .titlearea:before,
#cleaningcloth .titlearea:before{
	content:"";
	display:block;
	width:6px;
	height:103px;
	background-color:#0096c8;
}

#cleaningcloth .txt01{
	position: absolute;
	left: 46px;
	top: 153px;
	color: #0096C8;
	font-size: 114%;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}


#cleaningcloth .txt02{
	position: absolute;
	left: 46px;
	top: 210px;
}
#cleaningcloth .img01{
	position: absolute;
	left: 529px;
    top: 34px;
}


#touchpen{
	margin:6px 0 0 0;
	position: relative;
	background-color:#fff;
	border-radius: 5px;
	height: 335px;
}

#touchpen .img01{
	position: absolute;
	left: 129px;
    top: 163px;
}

#popupsheet #protectingsheets{
	background-image: none;
	height: 869px;
}

.sp_only {
    display: none;
}

/* clearfix */
.clearfix {width:100%;}
.clearfix:after{
content: "";
display: block;
clear: both;}
