.memberInfoEdit_centerBox{
	width: 80%;
}
.customerMessageSame{
	padding:0;
	margin:0;
	border:1px solid #808080;
}
.customerMessageSame li{
	display: flex;
    font-size:16px;
    /* justify-content: space-between; */
    border-bottom: 0;
    padding-top:10px;
	padding-bottom:30px;
	padding-left: 20px;
}
.customerMessageUl{
	padding:0;
	margin:0;
}
.customerMessageUl li{
	align-items: center;
	display: flex;
    font-size:16px;
    /* justify-content: space-between; */
}
.customerMessageUl li:last-child{
	border-bottom:none;
}
.customerMessageUl li>div:first-child{
	/* width:380px; */
	background:#9BC2E6;
	border-right:1px solid #808080;
	text-align: center;
	padding-top:30px;
	padding-bottom:30px;
}
.customerMessageUl li>div:last-child{
	/* width:820px; */
}
.customerMessageSame_ap{
	padding:0;
	margin:0;
}
.customerMessageSame_ap li{
	display: flex;
    border-bottom: 0;
    padding-top:10px;
	padding-bottom:30px;
	padding-left: 20px;
}

