#contents {
	overflow: hidden;
	display: block;
}

.panel {
	margin-top: -7px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0px;
}

.panel h2 {
	height: 15px;
	width: 30px;
	float: left;
}
	
.panel fieldset {
	position: relative;
	margin: 0px 0 2px 0;
	padding: 0;
	background: #efefef;
}

.panelLink {
	margin-top: 0px;
	position: relative;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	-webkit-border-radius: 0;
	background: url(../images/panel-arrow.png) center right no-repeat;
}

.panelLink a {
	color: #333;
	display: block;
	border: 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #888;
	text-decoration: none;
	padding: 13px 0px 13px 13px;
}

.attention {
	display: block;
	border: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	padding-top: 1px;
	text-shadow: rgba(255, 255, 255, 0.75) 0px 0px 0;
}

.panelUrl {
	position: relative;
	margin-top: 8px;
	padding: 0px 11px 0px 11px;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	word-break: break-all;
	color: #aaa;
	vertical-align: middle;
	-webkit-user-select: text;
}

.panelUrl img {
	width: 34px;
	height: 14px;
}



