@charset "utf-8";
/* 共通 */

.mt05{ margin-top:5px !important; }
.mt10{ margin-top:10px !important; }
.ml05{ margin-left:5px !important; }
.ml10{ margin-left:10px !important; }
.mb05{ margin-bottom:5px !important;}
.mb10{ margin-bottom:10px !important;}
.mb20{ margin-bottom:20px !important;}
.pb10{ padding-bottom:10px !important;}
.pb20{ padding-bottom:20px !important;}
.mlr10{
	margin-left:10px;
	margin-right:10px;
}

.dotBox {
	box-sizing:border-box;
	border:1px solid #ccc;
	border-radius:5px;
	padding:10px;
	min-height:60px;
	background:url(/support/sp/images/common/bg_dot02.gif) 0 0;
	-o-box-shadow:0px 0px 5px #ccc;
	-ms-box-shadow:0px 0px 5px #ccc;
	-moz-box-shadow:0px 0px 5px #ccc;
	-webkit-box-shadow:0px 0px 5px #ccc;
	box-shadow:0px 0px 5px #ccc;
}
.boxAttention {
	padding: 10px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #e2e2e2;
}
.listFlow1 li.no {
	list-style:none inside;
	counter-increment: cnt;
}
.listFlow1 li.no:before{
      display: marker;
      content: "(" counter(cnt) ")";
}
.border_b_dot{
	padding-bottom:10px;
	border-bottom: 1px dotted #e2e2e2;
}
.dotList_noli {
	padding-left:15px;
	background:url(/support/sp/images/common/i_dotr.png) no-repeat 0 0.3em;
	-o-background-size:10px;
	-ms-background-size:10px;
	-moz-background-size:10px;
	-webkit-background-size:10px;
	background-size:10px;
}

/* BD lens-cleaner */
.typeList {
	padding-top:10px;
	margin-left:10px;
}
.typeList ul {
	margin:0 0 20px 20px;
}
.typeList li {
	float:left;
	width:45%;
}

.subTitle {
	font-weight:bold;
	font-size:0.9rem;
	color:#066;
	border-bottom:dotted #333 1px;
}
.numberBox {
	font-weight:bold;
	margin:10px 0;
}
.numberBox .iconTel {
	display:inline-block;
	padding:2px 5px;
	margin-right:10px;
	background:#555;
	color:#fff;
	font-weight:bold;
	border-radius:3px;
	margin-bottom:10px;
}
.numberBox .iconFax {
	display:inline-block;
	padding:2px 5px;
	margin-right:10px;
	background:#66F;
	color:#fff;
	font-weight:bold;
	border-radius:3px;
}


/* clearfix */
.clrFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
*html .clrFix {
	height: 1%;
}
.clrFix {
	zoom: 100%;
	min-height: 1%;
}
