@charset "UTF-8";

/* stepflow 
---------------------*/
ol.stepflow{
	width:680px;
	float:right;
	display:inline;
	margin:0 0 40px 0;
}
ol.stepflow li{
	float:left;
}

/* step-section
---------------------*/
dl.step-section{
	width:680px;
	padding:27px 0 0 0;
	background:url("../images/index/ico_arrow_under.gif") no-repeat 50% 7px;
}
dl.step-section.top{
	padding:0 0 0 0;
	background:none;
}
dl.step-section dd{
	padding:0 0 15px 0;
	border:1px solid #CCC;
	border-top:none;
}
dl.step-section dd ul{
	width:600px;
	margin:0 20px 0 40px;
}
dl.step-section dd ul li{
	padding:15px 0 10px 0;
	background:url("../../images/common/line_gray.gif") repeat-x 0 0;
}
dl.step-section dd ul li.top{
	background:none;
}
dl.step-section dd ul li p{
	padding:0 0 0 12px;
	background:url("../../images/common/ico_circle_black.gif") no-repeat 0 5px;
}
dl.step-section dd p.btn-step{
	padding:4px 5px 3px 10px;
	margin:5px 0 0 40px;
	font-size:117%;
	border:1px solid #CCCCCC;
	background:url("../../images/common/bg_btn_text.gif") repeat-x 0 100%;
}
dl.step-section dd p.btn-step01-01{
	width:374px;
}
dl.step-section dd p.btn-step01-02{
	width:139px;
}
dl.step-section dd p.btn-step02-01{
	width:227px;
}
dl.step-section dd p.btn-step a{
	display:block;
	padding:0 0 0 10px;
	background:url("../../images/common/ico_right_blue_s.gif") no-repeat 0 7px;
}
/* destination */
dl.step-section dd dl.destination{
	width:600px;
	margin:20px 0 0 40px;
}
dl.step-section dd dl.destination dt{
	padding:10px 0 10px 20px;
	background:url("../images/index/bg_address_top.gif") no-repeat 0 0 #EAF0F5;
}
dl.step-section dd dl.destination dt span{
	padding:0 0 10px 15px;
	background:url("../images/index/ico_post.gif") no-repeat 0 0;
}
dl.step-section dd dl.destination dd{
	padding:0 0 10px 20px;
	border:none;
	background:url("../images/index/bg_address_bottom.gif") no-repeat 0 100% #EAF0F5;
}

dl.step-section p.btn{
width:680px;
margin:0 0 10px 0;
text-align:center;
}


