.contents p{
	text-align:center;
	margin-bottom:1em;
}

#confirm_table{
	width:100%;
	max-width:550px;
	margin:0 auto 3em;
	border-top:#D9D9D9 1px solid;
}

#confirm_table tr{
	border-bottom:#D9D9D9 1px solid;
}

#confirm_table tr th,
#confirm_table tr td{
	vertical-align:middle;
	font-weight:bold;
	padding:2em;
	line-height:1.8;
	text-align:left;
}

#confirm_table tr th{
	white-space: nowrap;
}





.btn{
	display: block;
    margin: 0 auto;
    color: #fff;
    background: none;
    text-align: center;
	line-height:1;
	width:200px;
	height: 70px;
    line-height: 70px;
	cursor:pointer;
	border:solid #fff 1px;
}

.btn-gray{
	color:#fff;
	border:none;
	text-decoration:underline;
	background:none;
	height:auto;
}