@charset "utf-8";
.list {
	background-color: #aaaaaa;
	position: relative;
	text-align: center;
	border: 9px solid #173849;
	margin: 20px 0px 0px 0px;
}
.gor {
	width:100%;
	position:absolute;
	height:50px;
	z-index:10;
	left: 0px;
	top: -50px;
	border-bottom-style:none;
	border-top-style:none;
	border-left-style:solid;
	border-left-width:1pt;
	border-left-color:#000;
	border-right-style:solid;
	border-right-width:1pt;
	border-right-color:#000;
}
.gor_line {
	border-bottom-width: 1pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 10px;
	font-size: 12px;
	text-align: center;
}
.vert {
	width: 50px;
	position:absolute;
	height:100%;
	z-index:10;
	left: -50px;
	top: 0px;
	border-bottom-style:solid;
	border-top-style:solid;
	border-left-style:none;
	border-top-width:1pt;
	border-top-color:#000;
	border-right-style:none;
	border-bottom-width:1pt;
	border-bottom-color:#000;
}
.vert_line {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 1pt;
	border-right-color: #000;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 12px;
	text-align: center;
	height: 100%;
	vertical-align: middle;
}
.vert_line table {
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}
.vert_line td {
	vertical-align: middle;
}
div {
	overflow: visible;
}

