@charset "UTF-8";


/*----- 流れ -----*/

#flow {
	line-height:1.5em;
	margin-bottom:30px;
}

#flow p {
	margin:0px 0px 0.7em 0px;
}
#flow #inner p {
	margin:0px 10px 0.7em 10px;
}


/* 冒頭 */

#flow .head {
	margin:0px 0px 30px 19px;
	background-image: url(../flow/img/head-bg.gif);
	background-repeat: no-repeat;
	background-position: -3px center;
	height:140px;
}
#flow .head img {
	float:left;
}
#flow .head img.arr {
	margin:61px 7px 56px 7px;
}

/* 本文 */

#flow #inner {
	margin:0px 10px;
}

#flow #step1 {
	margin:-5px 10px 10px 10px;
}
#flow #step1 table {
	width:500px;
}

#flow #step1 th {
	width:10px;
}
#flow #step1 td {
	width:160px;
}

#flow #step1 td.p {
	vertical-align:bottom;
	padding-bottom:5px;
}

#flow #step1 td.txt {
	vertical-align:top;
	background-image: url(../flow/img/step1-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#flow #step1 td.txt .add {
	padding:0px 5px 5px 10px;
	font-size:90%;
	line-height:1.3em;
}


#flow .r-link {
	display:inline-block;
	padding:1px 5px;
	background-color:#F9F3E9;
	border:solid 1px #9BA177;
	margin-right:10px;
}

#flow .r-link a {
	color:#006633;
}
#flow .r-link img {
	vertical-align:middle;
	margin-right:3px;
	text-decoration:none
}

#flow .arr-l {
	text-align:center;
	margin:5px;
	clear: both;
}


#flow #after {
	margin:30px 0px 0px;
}
#flow #after .in {
	background-image: url(../flow/img/after-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding:1px;
	clear:both;
}

#flow #after .in ul {
	margin:15px 0px 5px 15px;
	list-style:none;
}
#flow #after .in ul li {
	margin-bottom:0.8em;
	background-image: url(../img/icon6.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left:25px;
}

