 @charset "UTF-8";
 .kuang
 {
    display: flex;
    justify-content: center;
 }
 .time
 {
 height:30px;
 width:80px;
 background-color: bisque;
 }
 .memo
 {
 marign-left:30px;
  height:30px;
  width:230px;
 background-color: lavenderblush;
 }
 .table-notice
 {
 
 }
 table#notice3 {
 font-family: ui-serif;
    font-weight: bold;
    width: 90%;
    border-collapse: collapse;
    font-size: 15px;
}
table#notice3y tr {
	height: 28px;
}

	/* border: solid 1px #000;
	vertical-align: middle; */

table#notice3 th {
	/* width: 25%; */
	line-height: 16px;
	text-align: center;
}
table#notice3 tr
{
	/* border: 2px solid orange; */
	border-bottom-style: dotted;
    border-color: orange;
}
table#notice3 td {
	
	background:color:#000;
    white-space: pre-wrap;
	text-align: left;
    min-width: 136px;
    line-height: 33px;
    vertical-align: baseline;
    padding: 4px 0px 0px 0px;
}
 .modal-wrap3 {
    padding: 3px 5px 16px 5px;
    overflow-y: scroll;
	display: none;
	width: 900px;
    height: 650px;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.9);
	border-radius: 5px;
    background-color: white;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.notice-hr
{
	border: 2px solid orange;
	background-color: orange;
	width: 90%;
}