@charset "utf-8";
/* CSS Document */
.selOk {
    position: absolute;
    display: inline-block;
    right: 10px;
    top: 18px;
    width: 22px;
    height: 22px;
    /*background: url('../icon/selOk.jpg') no-repeat scroll 0% 0% / 22px 22px transparent;*/
	background: url('../icon/selOk.jpg') no-repeat;
	background-size: 22px 22px;
}
