div.right-unit .h-display-non {
    display: none !important;
  }

/*======================================================================================================================*/
/* pfi-data search */

#ppp-search {
   width: 930px;
   height: 90px;
   margin: 0 0 10px 0;
   background-image:url(../../images/pfi-search02.png);
   background-repeat: no-repeat;
   position: relative;
   }

#ppp-search-box {
   width: 930px;
   height: 40px;
   margin: 0 0 10px 0;
   padding: 10px 0 0 0;
   text-align: left;
   vertical-align: middle;
   position: absolute;
   background-image:url(../../images/search.png);
   background-repeat: no-repeat;
   background-position: 135px 12px;
   }
   
#ppp-search-box p.label {
   margin: 0 0 10px 5px;
   padding: 10px 0 0 0;
   text-align: left;
   vertical-align: middle;
   position: absolute;
   color: #333333;
   }

#searchform {  
    width: 300px;  
    display: block;  
    height: 30px;  
    position: absolute;
	left: 10px;
}  
#ppp-id_search  {  
    width: 268px; 
	height: 20px;
	line-height: 20px;
    position: absolute;  
    top: 6px;  
    left: 152px;
	border: 1px solid #fff;
	color: #333333;
}

.search_guide {
    widgth: 157px;
    height: 28px;  
    position: absolute;
	top: 12px;
	right: 10px;
}

#ppp-search-box02 {
   width: 930px;
   height: 34px;
   margin: 0 0 -5px 0;
   padding: 10px 0 0 0;
   text-align: left;
   vertical-align: middle;
   position: relative;
   }
* html #ppp-search-box02 { display: none; }
   
.L1,
.L2,
.L3 {
   width: 200px;
   position: absolute;
   top: 13px;
   border: 1px solid #fff;
   color: #333333;
   }
@-moz-document url-prefix() {
.L1,
.L2,
.L3 {
   width: 200px;
   position: absolute;
   top: 11px;
   border: 1px solid #fff;
   color: #333333;
   }
}
.L1 { left: 15px; }
.L2 { left: 230px; }
.L3 { left: 445px; }

option {
   font-size: 12px;
   padding: 2px 3px;
   }

#ppp-search-box02 select {
	padding: 1px;
	border: 1px solid #c8c8c8;
	background: #ffffff;
}

table.houkatsu-no {
   counter-reset: ranking;  /* A */
}
table.houkatsu-no tbody th:before {
   counter-increment: ranking;         /* B */
   content: counter(ranking) ; /* C */
}