@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;
}

.dspTable {
	display:table;
}
.dspTable div {
	display:table-cell;
}
ol	{
	position: relative;
	margin:0;
	padding:0
}
ol li {
	list-style: none;
	list-style-position:outside;
	margin-bottom:5px;
}
ol li span {
	position: absolute;
	left:0;
	margin:0
}

.redBrd {
	border:2px dotted #F00;
	padding:10px;
	margin:10px;
}
.icoSq01 {
	padding-left:20px;
	background:url("/support/sp/hms/images/ico_square_matb.gif") no-repeat 2px 6px;
}
.icoDot01 {
	padding-left:20px;
	background:url("/support/sp/hms/images/ico_circle_ns.gif") no-repeat 3px 6px;
}
.revisionBA01 {
	margin:10px 0 20px 10px;
}
.revisionBA01 li {
	padding-left:5em;
	text-indent:-4em;
	background:url(/support/images/ico_square_matb.gif) no-repeat 0 6px;
}
/* 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%;
}
