#unique_kijun_dialog {
	padding: 0px 0px;
}

#unique_kijun_dialog .conditions {
	border-bottom: 1px solid #ccc;
	background-color: #e5eed4;
	padding: 15px 0 10px 20px;
	color: #000;
	position: relative;
}

#unique_kijun_dialog .b5px {
	margin-bottom: 5px;
}

#unique_kijun_dialog .kettei {
	margin-left: 10px;
	border-style: none;
	background:url(../img/btn_kettei_02.png) 0 0 no-repeat;
	cursor: pointer;
	height:26px;
	width:100px;
	display:block;
}

#unique_kijun_dialog .kettei:hover{
	background:url(../img/btn_kettei_01.png) 0 0 no-repeat;
}

#unique_kijun_detail {
	padding: 15px 15px
}

#unique_kijun_detail .category {
	padding: 10px 10px;
}

#unique_kijun_detail .edit_all {
	border-style: none;
	background: url(../img/btn_kijuntuika_02.png) 0 0 no-repeat;
	cursor: pointer;
	height: 26px;
	width: 180px;
}
#unique_kijun_detail .edit_all:hover {
	background: url(../img/btn_kijuntuika_01.png) 0 0 no-repeat;
}

#unique_kijun_detail div.edit-min {
	float: left;
	margin-right: 5px;
	cursor: pointer;
	width: 26px;
	height: 26px;
	border-radius: 4px;
	padding: 2px;
	background: #fff url(../img/icon_26_edit_02.png) no-repeat 2px;
}

#unique_kijun_detail div.delete-min {
	float: left;
	cursor: pointer;
	width: 26px;
	height: 26px;
	border-radius: 4px;
	padding: 2px;
	background: #fff url(../img/icon_26_delete_02.png) no-repeat 2px;
}

#unique_kijun_noyaku_edit_dialog .noyakuDetails {
border-style: none;
    background: url(../img/btn_noyaku_detail_02.png) 0 0 no-repeat transparent;
    cursor: pointer;
    height: 26px;
    width: 100px;
	margin: 0px 0px 0px 3px;

}

#unique_kijun_noyaku_edit_dialog .noyakuDetails:hover {
	background: url(../img/btn_noyaku_detail_01.png) 0 0 no-repeat transparent;
}
#unique_kijun_noyaku_edit_dialog .noyaku_td_w {
    width: 210px;
    max-width: 210px;
}