<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.netis_box {
	border: 3px solid #f00;
	border-radius: 12px;
	padding: 20px;
	text-align: center;
	margin: 0 auto;
}
.n_no_container {
	width: 100%;
	background: #f00;
	box-sizing: border-box;
}

.n_sub_title,
.n_title,
.n_no {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.n_sub_title {
  color: #000;
  font-size: 16px;
}
.n_title {
	color: #f00;
	font-size: 89px;
	line-height: 1;
}
.n_no {
	margin: 0;
	color: #fff;
  font-size: 21px;
	line-height: 1;
	padding: 8px;
}
.netis_box_b {
	border-top: 3px solid #f00;
	border-bottom: 3px solid #f00;
	vertical-align: middle;
	padding-top: 30px;
	margin-left: 30px;
}
.n_item {
font-size: 24px;
text-align: justify;
}


.c-list-unstyle {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.c-holizontal, .c-holizontal--rowreverse {
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-box-lines: multiple;
}
.c-holizontal--rowreverse {
  -webkit-flex-direction: row-reverse;
  /* Safari */
  flex-direction: row-reverse;
}

.c-justify--between {
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
.c-justify--center {
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}
.c-justify--end {
  -webkit-box-pack: end;
     -ms-flex-pack: end;
   justify-content: flex-end;
}

.c-alignitem--center {
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
  text-align: center;
}
.c-alignitem--start {
  -webkit-align-items: flex-start;
  /* Safari */
  align-items: flex-start;
}
.c-alignitem--end {
  -webkit-align-items: flex-end;
  /* Safari */
  align-items: flex-end;
}

.ylink_links {
  width: 90%;
  margin: 0 auto;
}

.newtech_netice {
position: relative;
top: -35px;
left: 370px;
color: red;
}</pre></body></html>