@charset "utf-8";

article span{
	height: 0px;
	width: 0px;
	overflow: visible;
	position: absolute;
	display: none;
}
section#send{}
section#send h2{
	background: url(../../send/images/contents-title.png) no-repeat 0px 0px;
	height: 123px;
	width: 619px;
	margin-top: 5px;
}

div#shipping,
div#carriage,
div#payment{
	margin-top: 30px;
	margin-bottom: 15px;
	width: 620px;
}
div#shipping p,
div#carriage p,
div#payment p{
	font-size: 13px;
	line-height: 130%;
	width: 520px;
	margin: 15px auto;
}

div#shipping h3{
	background: url(../../send/images/line-01.png) no-repeat 5px 0px;
	height: 28px;
	width: 619px;
}

div#shipping h4{
	font-size: 15px;
	text-align: left;
	width: 520px;
	margin: 10px auto 5px;
}
div#shipping dl{
	width: 520px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 13px;
	line-height: 150%;
	overflow: hidden;
}
div#shipping dl dt{
	float: left;
	width: 110px;
	margin-bottom: 5px;
}
div#shipping dl dd{
	float: left;
	width: 400px;
	line-height: 150%;
	margin-bottom: 5px;
}

div#carriage h3{
	background: url(../../send/images/line-02.png);
	height: 28px;
	width: 619px;
}
div#carriage p a:link,
div#carriage p a:visited{
	color: #00C;
}
div#carriage p a:hover{
	color: #F90;
}

div#payment h3{
	background: url(../../send/images/line-03.png) no-repeat 0px 0px;
	height: 28px;
	width: 619px;
}
