@charset "UTF-8";


/* マイクロサイトレイアウト 制作の流れ
----------------------------------------------- */

#contmicro .coment{
	background-image: url(/shared/images/visual/icon_visual.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 35px;
}
#contmicro .coment_web{
	background-image: url(/shared/images/web/icon_web.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 35px;
}


/*step*/
#contmicro .step{
	background-image: url(/shared/images/visual/step_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 905px;
	clear: both;
	margin-top: 25px;
}

#contmicro .step dl{}
#contmicro .step dt{
	float: left;
	width: 250px;
	padding-bottom: 25px;
}
#contmicro .step dd{
	float: left;
	width: 650px;
	padding-bottom: 25px;
}
.blockIcon{}