@charset "utf-8";

/********************************************************

	PC01 (/purchase/index.html)

********************************************************/
#pc #document dt {
	font-weight: bold;
	margin-top: 15px;
}

#pc .flowTitle {
	border-bottom: 6px solid #f2f2f2;
	background: url(../../purchase/img/pc_icon_flow.gif) no-repeat left center;
	margin-top: 20px;
	font-weight: bold;
	font-size: 114%;
	padding-left: 22px;
	
}

#pc .flow {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 6px solid #f2f2f2;
	clear: both;
}

#pc .flowLast {
	border-bottom: none;
	padding-bottom: 0;
}

#pc .flow dl {
	width: 516px;
	float: right;
}

#pc .flow dt {
	padding-left: 56px;
	font-weight: bold;
}

#pc .flow dt.step01 {
	background: url(../../service/img/sv_flow_step01.gif) no-repeat left center;
}

#pc .flow dt.step02 {
	background: url(../../service/img/sv_flow_step02.gif) no-repeat left center;
}

#pc .flow dt.step03 {
	background: url(../../service/img/sv_flow_step03.gif) no-repeat left center;
}

#pc .flow dt.step04 {
	background: url(../../service/img/sv_flow_step04.gif) no-repeat left center;
}

#pc .flow dt.step05 {
	background: url(../../service/img/sv_flow_step05.gif) no-repeat left center;
}

#pc .flow dd {
	margin-top: 8px;
	font-size: 90%;
}

#pc #formBtn {
	text-align: center;
	margin: 30px 0 10px;
}