/*
smsconfirm
*/
.smsConfirmTxt {
	text-align: center;
}
.content-wrapper01 .smsConfirmBtnArea {
	padding: 0px;
}
.smsInqueryTxt {
	text-align: center;
	margin: 32px auto 0;
}


/*
smsauth
*/
.smsAuthArea {
	text-align: center;
}

.smsAuthButton span {
	margin: auto 0;
}

.button-block01 .smsAuthButton span.button-next01:after {
	background: none;
}

.errTxt {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.modalBtn {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.modal_inner .btn > * {
	height: auto;
	padding: 18px 0 16px;
	font-size: 16px;
	line-height: 1.2 !important;
}
.btn{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 5px;
    text-align: center;
}
.btn>*{
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #D6D6D6;
	font-size: 18px;
	line-height: 59px;

	*display: inline;
	*zoom: 1;
}
.btn.sd>*{
	color: #32292d;
	border: #d6d6d6 solid 1px;
	background: -ms-linear-gradient(bottom, #fefefe 0%, #fefefe 50%, #eeeeee 100%);
	background: -moz-linear-gradient(bottom, #fefefe 0%, #fefefe 50%, #eeeeee 100%);
	background: -webkit-linear-gradient(bottom, #fefefe 0%,#fefefe 50%,#eeeeee 100%);
	background: linear-gradient(to bottom, #fefefe 0%,#fefefe 50%,#eeeeee 100%);
	background-color: #fefefe;
	-webkit-box-shadow: 0px 0px 1px 1px rgba(255,255,255,1.0) inset,0px 3px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 1px 1px rgba(255,255,255,1.0) inset,0px 3px 3px 0px rgba(0,0,0,0.1);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#eeeeee', GradientType=0);
}

/*
smstimeout
*/
.smsTimeoutTxt {
	text-align: center;
}
.content-wrapper01 .smsTimeoutBtnArea {
	padding: 0px;
}
.smsTimeoutBtnArea .back_btn {
	padding-top: 6px;
}
