.tabs>ul {
	margin: 0;
	padding : 0;
	height: 2.5rem;
	line-height: 2.5rem;
}
.tabs>ul>li {
	display: inline;
	background-color: #ccc;
	float: left;
	padding: 0 0.5em 0 0.5em;
	cursor:pointer;
	opacity: 0.4;
	/* border-top-left-radius: 8px; */
	/* border-top-right-radius: 8px; */
}

.tabs>ul>.ui-tabs-add {
	background-color: #ddd;
	border-bottom:1px solid #ddd;
}

.tabs>ul>.ui-tabs-active {
	background-color: #FFF;
	opacity: 1.0;
	white-space: nowrap;
	overflow: hidden;
}
.tabs>ul>.ui-tabs-active>a {
	color: #1598cc;
	font-weight: bold;
}
.tabs>ul>.ui-tabs-active>span {
	font-size: 0.93rem;
}
.tabs>ul>.ui-tabs-active>span::before {
	content: " > ";
}
.tabs>ul>.ui-tabs-add {
	color: #000000;
	font-weight :bold;
	font-size: 1.4em;
}
.tabs>ul>li>a {
	display: inline-block;
	text-decoration: none;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
	margin-right: 0.5rem;
}
.tabs>div {
	clear:both;
	margin: 0;
	padding : 2px;
}
.tabs.tabs>ul>.tabEnd {
	border-right-color: #aaaaaa;
	border-right-style: solid;
	border-right-width : 1px;
}
.tabs>ul>li>img {
	height: 1.0em;
}
.tabs>ul>li>img:hover {
	color: #eee;
}
.tabs>ul>li>.ui-tabs-close {
	background-position: right;
	padding-left: 0.86rem;
	background-image: url(../imgs/batsu1.png);
}
.tabs>ul>li>.ui-tabs-close:hover {
	background-image: url(../imgs/batsu2.png);
}
.tabs>ul>li>.private {
	background-image: url(../imgs/private.png);
	font-size: 1.2em;
	display: none;
}
.tabs>ul>li>.private.show {
	display: inline-block;
}