@charset "utf-8";

@import "../../css/common.css";
/*==================================================================*/

/* style css */

/*==================================================================*/

/* ---------------------------------------------------------------- */
/* flow */
/* ---------------------------------------------------------------- */

/* 事例一覧 */
#flow *{margin:0;padding:0;}
#flow{
	margin:0 auto 1em;
	width:580px;
}
#contents p.read{
	margin:0 auto 2em;
	width:580px;
}
#flow img{padding:5px 0;}
#flow dl{
	padding-left:110px;
	padding-bottom:1em;
}
#flow dt{
	margin-bottom:0.5em;
	padding:17px 0 10px;
	background:url('../image/dt_back.gif') no-repeat 0 0;
   	font-size:1.8em;
    	color:#523225;
    	line-height:1.2;
}
#flow dd{padding-right:10px;}
#flow dd strong{color:#cc0000;}
#flow dd p{
	padding:1px 5px;
	background:#cc0000;
	color:#fff;
	font-weight: bold;
}

/* step1 */
#flow dl.step1{background:url('../image/step1.gif') no-repeat 0 0;}
/* step2 */
#flow dl.step2{background:url('../image/step2.gif') no-repeat 0 0;}
/* step3 */
#flow dl.step3{background:url('../image/step3.gif') no-repeat 0 0;}
/* step4 */
#flow dl.step4{background:url('../image/step4.gif') no-repeat 0 0;}
/* step5 */
#flow dl.step5{
	background:url('../image/step5.gif') no-repeat 0 0;
	padding-left:110px;
}
#flow dt.step5{
	margin-left:50px;
	background:url('../image/step5_back.gif') no-repeat 0 0;
	color:#cc0000;
}
/* step6 */
#flow dl.step6{background:url('../image/step6.gif') no-repeat 0 0;}
/* step7 */
#flow dl.step7{
	background:url('../image/step7.gif') no-repeat 0 0;
	padding-left:110px;
}
#flow dt.step7{
	margin-left:50px;
	background:url('../image/step7_back.gif') no-repeat 0 0;
}
/* step8 */
#flow dl.step8{background:url('../image/step8.gif') no-repeat 0 0;}
/* step9 */
#flow dl.step9{background:url('../image/step9.gif') no-repeat 0 0;}
/* step10 */
#flow dl.step10{background:url('../image/step10.gif') no-repeat 0 0;}
#flow dt.step10{background:url('../image/step10_back.gif') no-repeat 0 0;}
/* step11 */
#flow dl.step11{background:url('../image/step11.gif') no-repeat 0 0;}
/* step11 */
#flow dl.step12{background:url('../image/step12.gif') no-repeat 0 0;}

