@charset "UTF-8";

body {
  background: #000;
  font-size: 14px;
}

img {
  max-width: 100%;
  height: auto;
}

/* wrap */

#wrap {
	width:100%;
	margin:0 auto;
}

#btnclose + div {
	margin-top: 40px;
}

#wrapbody{
	background-color:#0096c8;
	border-radius: 5px;
	padding:6px;
	margin:12px 12px;
}

#protectingsheets{
	background-color:#fff;
	border-radius: 4px;
	padding: 0 14px 5px;
	position:relative;
}

#protectingsheets p {
	font-size: 12px;
	line-height: 1.6;
}

#protectingsheets h1{
	font-size: 14px;
	display: inline-block;
	padding-left: 24px;
	padding-top: 24px;
	position: relative;
	line-height: 1.2;
}

#protectingsheets h1 span{
	display: block;
	position: relative;
	font-size: 20px;
	margin-bottom: 8px;
	line-height: 1.6;
	color: #0096c8;
}

#protectingsheets h1:before{
	content:"";
	position: absolute;
	display:block;
	left: 0;
	top: 26px;
	width:6px;
	height:56px;
	background-color:#0096c8;
}

#protectingsheets ul{
	width:100%;
	margin-top:20px;
}

#protectingsheets li{
	margin:0 0 30px 16px;
	position: relative;
}

#protectingsheets li:before{
	content:"";
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #888;
	top: 0.4em;
	left:-1.2em;
}


#protectingsheets .img01{
	margin: 30px auto;
}

#protectingsheets h2{

	border-bottom:1px solid #8c8c8c;
	padding-bottom: 4px;
	font-size: 100%;
	letter-spacing: 0.1em;
}

#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: 90%;
	line-height: 1.5;
}

#protectingsheets .stitle02,
#protectingsheets .stitle01{
	height: 22px;
	background-color: #0096c8;
	border-radius: 13px;
	text-align: center;
	color: #fff;
	padding: 2px 0;
	letter-spacing: 0.1em;
}

#protectingsheets .img02{
	margin:20px 0 30px;
}

#protectingsheets .img03{
	margin:20px 0 0;
}


#cleaningcloth{
	position:relative;
	background-color:#fff;
	border-radius: 5px;
	padding: 0 14px 5px;
	margin:6px 0;

}


#cleaningcloth h1{
	font-size: 14px;
	display: inline-block;
	padding-left: 24px;
	padding-top: 24px;
	position: relative;
	line-height: 1.2;
}

#cleaningcloth h1 span{
	display: block;
	position: relative;
	font-size: 20px;
	margin-bottom: 8px;
	line-height: 1.6;
	color: #0096c8;
}

#cleaningcloth h1:before{
	content:"";
	position: absolute;
	display:block;
	left: 0;
	top: 26px;
	width:6px;
	height:24px;
	background-color:#0096c8;
}

#cleaningcloth .txt01{
	margin: 30px auto 0;
	color: #0096C8;
	font-size: 114%;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}


#cleaningcloth .txt02{
	margin: 10px auto 30px;
	font-size: 90%;
}
#cleaningcloth .img01{
	margin: 0 auto 20px;
	width: 160px;
	height: auto;
}


#touchpen{
	position:relative;
	background-color:#fff;
	border-radius: 5px;
	padding: 0 10px 5px;
}

#touchpen h1{
	font-size: 14px;
	display: inline-block;
	padding-left: 24px;
	padding-top: 24px;
	position: relative;
	line-height: 1.2;
}

#touchpen h1 span{
	display: block;
	position: relative;
	font-size: 20px;
	margin-bottom: 8px;
	line-height: 1.6;
	color: #0096c8;
}

#touchpen h1:before{
	content:"";
	position: absolute;
	display:block;
	left: 0;
	top: 26px;
	width:6px;
	height:24px;
	background-color:#0096c8;
}


#touchpen .img01{
	margin: 40px auto 40px;
	width: 100%;
	height: auto;
}

#wrapbottom .close {
	text-align: center;
	padding: 8px;
	background: #0096C8;
	border-radius: 4px;
	width: 160px;
	margin: 24px auto 24px;
}

#wrapbottom .close a {
	color: #fff;
}
/* clearfix */
.clearfix {width:100%;}
.clearfix:after{
content: "";
display: block;
clear: both;}
