@charset "UTF-8";

.confirmation #contents {
	max-width: 980px;
}
.confirmation h1{
	margin:20px 0;
	text-align:center;
}

/* .check_area
----------------------------- */
.check_area{
	text-align:center;
}
.check_area h2 {
	margin-bottom:10px;
	padding-bottom: 10px;
	font-size: 23px;
	
	border-bottom: 1px solid #ccc;
}

/* .check_area_inner
----------------------------- */
.check_area_inner{
	max-width:700px;
	margin:0 auto;
	padding:20px;
	border:1px solid #ccc;
}
.check_area_inner h3{
	margin-bottom: 20px;
	font-size:20px;
	text-align:center;
}
.check_area_inner ul{
	text-align:center;
}
.check_area_inner li{
	display:inline-block;
	width:300px;
	margin: 0 10px;
}