/* design-page styles */
#confirm-page{
	position:relative;
	overflow: hidden;
	padding: 0 8px;
}
#confirm-page .confirm-title{
	margin:0 -8px 16px;
	position: relative;
	color:#fff;
	height: 45px;
	font-size:11px;
	line-height:13px;
	padding: 9px 8px;
	background:url(/common/smart/design/img/design_page/title_bg.gif) repeat-x;
	background-size: auto 45px;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-weight:bold;
}
#confirm-page .sub-design-title{
	margin:0 0 10px;
	color:#fff;
	font-size:12px;
	line-height:30px;
	padding:0 8px;
	background:#59af26;
	font-weight:bold;
}
#confirm-page p{
	font-size:11px;
	line-height:20px;
	color:#2a2a2a;
	margin:0 0 10px;
}
.confirm-block{
	overflow:hidden;
	background:#f8f8f8;
	border:1px solid #e6e6e6;
	overflow:hidden;
	padding:6px;
	margin-bottom:15px;
}
.confirm-block .image{
	border:1px solid #e5e5e5;
	background:#fff;
	overflow:hidden;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	padding:15px;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.confirm-block .image img{
	display:block;
	max-width:90px;
}
.confirm-text-info{
	overflow:hidden;
}
.confirm-text-info dl{
	display:block;
	margin:0;
	padding:10px 0;
	border-bottom:1px dotted #000;
	overflow:hidden;
}
.confirm-text-info dl dt{
	float:left;
	margin:0;
	padding:0;
	min-width:84px;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
}
.confirm-text-info dl dd{
	display:block;
	overflow:hidden;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:14px;
}
.confirm-text-info .wrap-conf{
	overflow:hidden;
	margin:14px 0 0
}
.confirm-text-info .wrap-conf h4{
	margin:0 0 10px;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
}
#confirm-page .wrap-conf p{
	margin:0 0 6px;
	font-size:13px;
	line-height:16px;
}
.confirm-text-info .wrap-conf span{
	display:block;
	font-size:10px;
	line-height:16px
}
#confirm-page h3{
	margin:0 0 5px;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	color:#2a2a2a;
}
.confirm-information{
	overflow:hidden;
	margin-bottom:16px;
}
.confirm-information dl{
	display:block;
	margin:0 0 10px;
	overflow:hidden;
	padding:0;
}
.confirm-information dl dt{
	font-size:13px;
	line-height:16px;
	font-weight:bold;
	color:#2a2a2a;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0;
	margin:0;
}
.confirm-information dl dd{
	font-size:13px;
	line-height:16px;
	color:#2a2a2a;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.confirm-btn-box{
	overflow:hidden;
	text-align:center;
	margin-bottom:15px;
}
.confirm-btn{
	display:inline-block;
	vertical-align:top;
	width:180px;
	margin:0 auto 10px;
}
.confirm-btn input,
.confirm-btn a{
	display:block;
	text-align:center;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	overflow:hidden;
	border:0;
	border-bottom:2px solid #247e00;
	background:#31ae00;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	line-height:38px;
	height:38px;
	padding:0;
	cursor:pointer;
}
.confirm-btn.add01 input,
.confirm-btn.add01 a{
	background:#e60000;
	border-bottom-color:#a70018;
}















