body  {
	background:#efefef;
    word-break: keep-all;
}

P {
	line-height: 30px;
	text-align:justify;
}

li {
	margin-bottom:5px;
}

img {
	max-width:100%;
}

.main_box {
	max-width:800px;
	width:100%;
	margin:0 auto;
    background: #fff;
    box-shadow: 2px 3px 3px #cdcdcd;
}

.middle_conf {
	padding:30px;
    border: 10px solid #8bbcd4;
}

.middle_conf table {
	max-width:500px;
	width:100%;
	margin:0 auto;
}

.middle_conf table th {
	text-align:right;
}

.middle_conf table th,.middle_conf table td {
	padding:5px;
}

.sub_title {
	text-align:center;
	font-size:24px;
	margin-bottom:30px;
	color:#eb6f00;
	font-weight:bold;
}

.chat_box {
	/*width:1240px;*/
	margin:0 auto;
	background:#fff;
	padding:30px;
	border:1px solid #d5d5d5;
}

.chat_box table {
	width:100%;
}

.chat_box table th {
	border:1px solid #d5d5d5;
	text-align:center;
	padding:5px;
    background: #ebebeb;
}

.chat_box table td {
	border:1px solid #d5d5d5;
	text-align:center;
	padding:5px;
}


.middle_conf .table01 {
	max-width:100%;
}

.middle_conf .table01 th {
	border:1px solid #d5d5d5;
	text-align:center;
    background: #ebebeb;
}

.middle_conf .table01 td {
	border:1px solid #d5d5d5;
}

.middle_conf .table01 td.bg01 {
	text-align:center;
	width:140px;
}



.form-control {
	border: var(--bs-border-width) solid #b1b1b1;
}


.foot_conf {
	margin-top:50px;
	text-align:center;
}