@charset "utf-8";

@import "../../css/base.css";
@import "../../css/common.css";

/*		Flow
----------------------------------------------------*/
strong {
    font-weight: bold;
}

div#section-right h2 {
    margin: 10px 0 0 15px;
    width: 420px;
    height: 57px;
    background: url(../images/h2_flow.png) top left no-repeat;
    text-indent: -9999px;
}

div#section-right p.notice {
    margin: 10px 0 0 15px;
    width: 600px;
    padding: 10px;
    border: solid 5px #999;
    background: #EEE;
}

dl.flow-list {
	padding: 10px 0 0 35px;
}

dl.flow-list dt {
	padding-bottom: 5px;
	font-weight: bold;
}
dl.flow-list dd {
	padding: 5px 0 5px 18px;
	background: url(../../images/icon_detail.png) center left no-repeat;	
}

dl.step-k {
	padding: 0 20px 0 38px;
}

dl.step-k dt {
	margin-bottom: 20px;
	text-indent:-9999px;
}

dl.step-k dd {
    width: 450px;
	padding: 0 0 0 155px;
	line-height: 1.4;
}

h3 {
	margin: 30px 0 20px 18px; 
	width: 630px;
	height: 42px;
	text-indent:-9999px;
}

h3#step1 {	
	background: url(../images/h3_step1.png) top left no-repeat;
}
h3#step2 {	
	background: url(../images/h3_step2.png) top left no-repeat;
}
h3#step3 {	
	background: url(../images/h3_step3.png) top left no-repeat;
}
h3#step4 {	
	background: url(../images/h3_step4.png) top left no-repeat;
}
h3#step5 {	
	background: url(../images/h3_step5.png) top left no-repeat;
}
h3#step6 {	
	background: url(../images/h3_step6.png) top left no-repeat;
}
h3#step7 {	
	background: url(../images/h3_step7.png) top left no-repeat;
}
h3#step8 {	
	background: url(../images/h3_step8.png) top left no-repeat;
}

dl.step1 dt {
	height: 25px;
	background: url(../images/title_step1.png) top left no-repeat;
}
dl.step2 dt {
	height: 56px;
	background: url(../images/title_step2.png) top left no-repeat;
}
dl.step3 dt {
	height: 25px;
	background: url(../images/title_step3.png) top left no-repeat;
}
dl.step4 dt {
	height: 56px;
	background: url(../images/title_step4.png) top left no-repeat;
}
dl.step5 dt {
	height: 25px;
	background: url(../images/title_step5.png) top left no-repeat;
}
dl.step6 dt {
	height: 56px;
	background: url(../images/title_step6.png) top left no-repeat;
}
dl.step7 dt {
	height: 57px;
	background: url(../images/title_step7.png) top left no-repeat;
}
dl.step8 dt {
	height: 56px;
	background: url(../images/title_step8.png) top left no-repeat;
}

dl.step1 dd {
	height: 115px;
	background: url(../images/bg_step1.png) top left no-repeat;
}
dl.step2 dd {
	height: 118px;
	background: url(../images/bg_step2.png) top left no-repeat;
}
dl.step3 dd {
	height: 102px;
	background: url(../images/bg_step3.png) top left no-repeat;
}
dl.step4 dd {
	height: 89px;
	background: url(../images/bg_step4.png) top left no-repeat;
}
dl.step5 dd {
	height: 119px;
	background: url(../images/bg_step5.png) top left no-repeat;
}
dl.step6 dd {
	height: 111px;
	background: url(../images/bg_step6.png) top left no-repeat;
}
dl.step7 dd {
	height: 120px;
	background: url(../images/bg_step7.png) top left no-repeat;
}
dl.step8 dd {
	height: 113px;
	background: url(../images/bg_step8.png) top left no-repeat;
}

p.noborder {
    border: 0;
}
