 @charset "UTF-8";
/* CSS Document */


/*=================
tab
=================*/

#tabcontrol {
	margin-bottom: 0px !important;
}
#tabcontrol a {
	display: inline-block;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #d6d6d6;
	border-radius: 0.75em 0.75em 0 0;
	padding: 0.75em 0.55em;
	text-decoration: none;
	color: #787878;
	background-color: white;
	font-weight: bold;
	position: relative;
	margin-bottom: 0px !important;
}
#tabcontrol a:hover {
	text-decoration: underline;
}
#tabbody div {
	border: 1px solid #d6d6d6;
	margin-top: -1px;
	padding: 1em;
	padding-top: 2em;
	color: #787878;
	background-color: white;
	position: relative;
	z-index: 0;
}
#tabbody a {
	text-decoration: none;
}
#tabbody a:hover {
	text-decoration: underline;
}
.verList ul {
	width: 640px;
	padding: 0;
	position: relative;
	border-left: solid 8px #b5d330;
	background: whitesmoke;
	border-radius: 0 15px 15px 0;
	display: inline-table;
	margin-bottom: 10px !important;
}
.verList li {
	width: 100px;
	margin-top: 15px;
	margin-bottom: 5px;
	background-image: none !important;
	display: -webkit-inline-box;
}
#tabpage1.cloud ul li {
	width: auto;
}
#tabpage1.on-premise ul li:nth-child(2) {
	width: 60%;
	text-align: -webkit-right;
}