@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Gill Sans MT Book';
	src: url('GillSansMT-Bk.eot');
	src: url('GillSansMT-Bk.eot?#iefix') format('embedded-opentype'),  url('GillSansMT-Bk.woff2') format('woff2'),  url('GillSansMT-Bk.woff') format('woff'),  url('GillSansMT-Bk.ttf') format('truetype'),  url('GillSansMT-Bk.svg#GillSansMT-Bk') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
body {
	margin: 0px;
	font-family: 'Gill Sans MT Book';
}
* {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	vertical-align: middle;
	width: auto;
	border: none;
}
a {
	text-decoration: none;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}
button, input[type='submit'] {
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}
li {
	list-style: none;
}
.wrapper {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.full_body:before {
	background-image: url(../network-picture-2-1.png);
	background-repeat: no-repeat;
	background-position: center -200px;
	background-size: contain;
	width: 100%;
	height: 622px;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0.4;
	content: "";
	z-index: -1;
}
.headmain {
	width: 100%;
	margin-top: 60px;
	display: inline-block;
}
.headtext {
	margin-top: 30px;
	text-align: center;
	width: 100%;
}
.logotext {
	font-size: 32px;
	color: #000;
	font-weight: bold;
}
.mid {
	width: 100%;
	display: inline-block;
	margin-top: 0px;
}
.mid p {
	text-align: center;
	width: 100%;
	display: block;
	font-size: 28px;
	font-weight: 600;
}
.listmidnetworks {
	width: 100%;
	text-align: center;
	max-width: 300px;
	margin: 25px auto 35px auto;
}
.listmidnetworks li {
	padding-top: 4px;
	list-style: disc;
	text-align: left;
	color: #000;
	font-size: 21px;
	margin-left: 15px;
}
.mainbox {
	display: inline-block;
	width: 1000px;
	margin: 0px auto 30px auto;
}
.word {
	width: 26%;
	float: left;
	padding: 20px 30px;
	border: 2px solid #86132e;
	margin-left: 11%;
	font-size: 18px;
	font-weight: bold;
}
.word span {
	color: #F00;
	text-decoration: underline;
	text-align: center;
	display: block;
}
.word p {
	padding-top: 4px;
	padding-bottom: 4px;
}
.word li {
	list-style: disc;
	margin-left: 15px;
}
.word:first-child {
	margin-left: 0px;
}
.boxul li {
	padding-top: 3px;
}
