#DURnotice-ruined-tab #accordion .ui-accordion-content {
	border: none;
	border-radius: 0;
	padding: 0 0;
	overflow-x: hidden;
	color: #555555;
}
#DURnotice-ruined-tab #accordion .ui-accordion-header-active {
	background: #dc6018;
	color: #ffffff;
}
.grayscale #DURnotice-ruined-tab #accordion .ui-accordion-header-active {
	background: #555555 !important;
}
#DURnotice-ruined-tab #accordion h3 {
	height: auto;
	background: #FF8040;
	line-height: 1.3;
	padding: 10px 30px;
	color: #FFFFFF;
	font-size: 110%;
}
.grayscale #DURnotice-ruined-tab #accordion h3 {
	background: #888888;
}
.mobile #accordion .title.active {
	background: #dc6018 !important;
}
.grayscale.mobile #accordion .title.active {
	background: #555555 !important;
}
.DURnotice {
	margin: 0 1em 1em 1em;
	display: inline-block;
	width: 97%;
}
.transition.DURnotice {
	margin: 0 0;
	display: inline-block;
	width: 100%;
}
.ui.styled.accordion .content {
	margin: 0;
	padding: .5em .5em .5em;
}
.DURnotice table {
	width: 100%;
	text-align: center;
	border-spacing: 0;
	border-collapse: collapse;
}
.DURnotice table thead {
	background: #bd3b01;
}
.grayscale .DURnotice table thead {
	background: #444444;
}
.DURnotice table thead tr {
	border-left: 1px #bd3b01 solid;
	border-right: 1px #bd3b01 solid;
}
.grayscale .DURnotice table thead tr {
	border-left: 1px #444444 solid !important;
	border-right: 1px #444444 solid !important;
}
.DURnotice table thead th {
	color: #FFFFFF;
	padding: 10px;
}
.DURnotice table thead .th2 .th3 {
	width:10%
}
.DURnotice table thead .th4 {
	width:67%
}
.DURnotice table thead .th5 {
	width:13%
}
.DURnotice table tbody tr {
	border-bottom: 1px #fc8600 solid;
	border-left: 1px #dddddd solid;
	border-right: 1px #dddddd solid;
}
.grayscale .DURnotice table tbody tr {
	border-bottom: 1px #555555 solid !important;
}
.DURnotice table tbody td {
	padding: 10px 9px;
}
.DURnotice table tbody td.con {
	text-align: left;
}
.clickable-row {
	cursor: pointer;
}
.clickable-row:hover {
	color: #f9560b;
	background: #f1f1f1;
}
.grayscale .clickable-row:hover {
	color: #888888 !important;
}
.num-nowrap {
	white-space: nowrap;
}
.ui-widget {
	font-family: Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
	font-size: 100%;
}
.content {
	margin: 0 0 1em 0;
}
.mobile #accordion  h3.title .dropdown.icon{
	position: absolute;
	left: 10px;
	top: 13px;
}
.ui-accordion-content {
    overflow-y: hidden !important;
}
.remark {
    width: 100%;
}
.bSelected {
	background: #079bae !important;
	color: #FFFFFF !important;
}
.showBtn {
	cursor:pointer;
}