@charset "utf-8";


/* --------------------------------------------------------------------------------
   index.html
-------------------------------------------------------------------------------- */


/* Contents
-------------------------------------------------------------------------------- */
div.section ol.decimal_p li {
	list-style: none;
	background-image: url(/mobile/set/common/p/img/en/general/icn_disc_l.png);
	background-position: 0 0.3em;
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
}
ul.step li {
	float: left;
}
ul.step li img.arrow {
	margin: 0 5px 40px 5px ;
}


/* Clear
-------------------------------------------------------------------------------- */

.clearfix:after {
	content        : ".";
	height         : 0px;
	clear          : both;
	visibility     : hidden;
	display        : block;
}
.clearfix { zoom:100%;}

