@charset "utf-8";


/*+++++++++++++++++++++++++++++++++++
#main
++++++++++++++++++++++++++++++++++++*/
#main dl {
	margin-top	:30px;
}
#main dl dd {
	padding-left	:85px;
	min-height	:80px;
}
* html #main dl dd {
	height		:80px;
}
#main dl dd {
	padding-bottom	:15px;
	margin-bottom	:15px;
	border-bottom	:1px dotted #999;
}
#main dl dd.flow01 {background:url(img/icon_01.png) no-repeat;}
#main dl dd.flow02 {background:url(img/icon_02.png) no-repeat;}
#main dl dd.flow03 {background:url(img/icon_03.png) no-repeat;}
#main dl dd.flow04 {background:url(img/icon_04.png) no-repeat;}
#main dl dd.flow05 {background:url(img/icon_05.png) no-repeat;}
#main dl dd.flow06 {background:url(img/icon_06.png) no-repeat;}
#main dl dd.flow07 {background:url(img/icon_07.png) no-repeat;}
#main dl dd.flow08 {background:url(img/icon_08.png) no-repeat;}
#main dl dd.flow09 {background:url(img/icon_09.png) no-repeat;}
#main dl dd.flow10 {
	min-height	:50px;
	background:url(img/icon_10.png) no-repeat;
}
* html #main dl dd.flow10 {
	height		:50px;
}
