#main{
	background:url(../images/friend_page_bg.jpg) top left no-repeat;
	width:100%;
	line-height:1.6em;
}
#main #titleBox{
	padding:73px 0 0 70px;
	margin-bottom:50px;
}
#main #titleBox h2{
	margin-bottom:23px;
}
#main #titleBox p{
	margin-bottom:16px;
}
#main #Stepflow{
	width:842px;
	margin:0 auto 20px;
}
#main #Stepflow h3{
	margin-bottom:12px;
}
#main #Stepflow .flow_hd{
	background:url(../images/step_head.png) top center no-repeat;
	padding-top:4px;
}
#main #Stepflow .flow_ft{
	background:url(../images/step_bottom.png) bottom center no-repeat;
	padding:22px 46px 106px;
	height:100%;
}
#main #Stepflow .flow_ft2{
	background:url(../images/step_bottom.png) bottom center no-repeat;
	padding:38px 46px 106px;
}
#main #Stepflow .flow_ft3{
	background:url(../images/step_bottom2.png) bottom center no-repeat;
	padding:38px 46px 130px;
}
#main #Stepflow .flow_ft4{
	background:url(../images/step_bottom3.png) bottom center no-repeat;
	padding:38px 46px 46px;
}
#main #Stepflow h4{
	margin-bottom:25px;
}
#main #Stepflow .detailBox{
	float:left;
	width:506px;
}
#main #Stepflow .detailBox h5 .stepTitle{
	border-top:1px solid #B8A361;
	font-size:1.4em;
	font-weight:bold;
	margin:4px 0 20px;
	padding-top:20px;
	display:block;
}
#main #Stepflow ul.detailBox2{
	float:left;
	width:540px;
}
#main #Stepflow ul.detailBox2 li{
	background:url(../images/next_arrow.png) 100px bottom no-repeat;
	font-size:1.45em;
	font-weight:bold;
	line-height:1.22em;
	margin-bottom:20px;
	padding-bottom:32px;
}
#main #Stepflow ul.detailBox2 li.friendPresent{
	background:url(../images/friend_item.png) 428px 12px no-repeat;
	font-size:2em;
	color:#A50618;
}
#main #Stepflow ul.detailBox2 li.attention{
	background:none;
	margin-bottom:0px;
	padding-bottom:0px;
}
#main #Stepflow .picBox{
	float:right;
	text-align:right;
}
#main #cautionBox{
	width:840px;
	margin:20px auto 60px;
}
#main #cautionBox p{
	text-indent:-1em;
	margin-left:1em;
}
#main #entryButtonArea{
	width:390px;
	margin:0px auto 120px;
}
#main #entryButtonArea #entryButton{
	margin-top:8px;
}

#main #titleBox{
	position: relative;
}

#main .gift_card_entry_end {
	position: absolute;
	left: 0;
	right:0;
	top: 200px;
	margin: 0 auto;
	width: 90%;
	padding: 40px 0;
	background-color: rgba(255,255,255,0.8);
}

#main .gift_card_entry_end p {
	font-size: 24px;
	text-align: center;
	color: #a50319;
	line-height: 1.5;
	font-weight: bold;
}