@charset "UTF-8";
.section {
	margin-bottom: 35px;
}
.step-name {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 13px;
	background: url(../images/beginner/common/step_ttl_bg.jpg) 0 0 no-repeat;
}
.step-name img {
	display: inline;
	width: auto;
	margin:0 10px 0 13px;
	vertical-align: middle;
}
.step {
	margin-bottom: 13px;
	overflow: hidden;
}
.step li {
	float: left;
	width: 190px;
	vertical-align: top;
	font-size: 12px;
}
.step li img{
	margin-bottom: 5px;
}
.step li+ li {
	padding-left: 25px;
	background: url(../images/beginner/common/step_arrow.gif) no-repeat 6px 59px;
}
h2#pageTitle{
	background: none;
}

.step-point {
	width: 602px;
	min-height: 47px;
	margin: 0 auto 13px;
	padding: 8px;
	font-size: 14px;
	background: 
	url(../images/beginner/common/point_bg_top.jpg) center top no-repeat,
	url(../images/beginner/common/point_bg_btm.jpg) center bottom no-repeat,
	url(../images/beginner/common/point_bg_repeat.jpg) center repeat;
}
.step-point h4 {
	width: 98px;
	margin: 0;
	padding-bottom: 0;
	float: left;
	background: url(none);
}
.step-point h5{
	margin-left: 110px;
	font-weight: bold;	
}
.step-point p {
	overflow: hidden;
	margin-bottom: 0;
	margin-left: 110px;
	font-size: 12px;

}
.step-point img {
	width: auto;
	background: none;
}
.checkpoint{
	background: #fffbee;
	margin-bottom: 1em;
	overflow: hidden;
	padding-bottom: 1em;	
}
.checkpoint .section {
	padding: 0 20px;
	width: auto;
}
.checkpoint h2 {
	background: url(none);
}
.checkpoint dl{
	width: 290px;
	float: left;
	padding:10px;
	line-height: 1.5;
}
.checkpoint dl.cler{
	clear: left;
	float: left;
}
.checkpoint dl dt{
	font-weight: bold;
}
.checkpoint dl dt,
.checkpoint dl dd{
	margin-bottom: 5px;
}
.point {
	width: 272px;
	float: left;
	margin-bottom: 28px;
	border: 1px solid #6c501f;
}
div.point + div {
	margin-left: 28px;
}
.point h3 {
	background: #6c501f;
	padding: 6px 4px;
	margin-bottom: 0;
}
.point h3 span {
	color: #fff;
	margin: 0;
	padding: 0 0 0 9px;
	background: url(none);
	border-left: 4px solid #fa7328;
}
.point p {
	margin-bottom: 0;
	padding: 10px 14px;
	min-height: 60px;
	border-bottom: 1px solid #6c501f;
}
.check-info {
	overflow: hidden;
	background: #fff;
}
.check-info p {
	float: right;
	width: 129px;
	border-left: 1px solid #6c501f;
	border-bottom: none;
	background: #faf8f5;
}
.check-img {
	width: 90px;
	text-align: center;
	overflow: hidden;
	float: left;
}
.check-img img {
	width: auto;
	margin: 0 auto;
}
.prev {
	float: left;
	padding-left: 28px;
	background: url(../images/beginner/common/arrow_prev.jpg) center left no-repeat;
}
.next {
	float: right;
		padding-right: 28px;
	background: url(../images/beginner/common/arrow_next.jpg) center right no-repeat;
}
#stage-links {
	position: relative;
	background-color: #fffbee;
	padding: 13px;
	width: 594px;
}
#stage-ttl {
	position: absolute;
	font-size: 16px;
	font-weight: bold;
}
#stage-ttl li {
	padding: 10px;
	background: #efe4cc;
}
#stage-ttl li:first-child {
	background: #fff5b5;
	margin-bottom: 5px;
}
#stage-steps {
	width: 365px;
	float: right;
}
h4{
	font-weight: bold;
	font-size: 16px;
}

table{
	border-top:1px solid #6c501f;
	border-left:1px solid #6c501f;
}
table th{
	background-color: #faf8f5;
}
table thead th{
	background: #6c501f;
	color: #fff;
	font-weight: bold;
}
table thead th:first-child{
	border-right: 1px solid #faf8f5;
}

table th,
table td{
	border-bottom:1px solid #6c501f;
	border-right:1px solid #6c501f;		
	padding: 5px 10px;
}