@charset "UTF-8";

/*
========================================

	/about/hrd/css/hrd_add.css
 
========================================
*/

#gr_contents div.licentiate_table {
  border-top: 1px dotted #93a5cf;
}

#gr_contents dl.licentiate,
#gr_contents a.licentiate dl {
  border-bottom: 1px dotted #93a5cf;
  border-right: 1px dotted #93a5cf;
  border-left: 1px dotted #93a5cf;
}

#gr_contents .licentiate:nth-child(odd) {
  /*background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;*/
  background-color: #fff;
}

#gr_contents .licentiate:nth-child(even) {
  /*background-color: rgb(199 210 254 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;*/
  background-color: #e0e7ff;
}

#gr_contents a.licentiate:hover dl.licentiate {
  /*background-color: rgb(199 210 254 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;*/
  background-color: #c7d2fe;
}

#gr_contents dl.licentiate dt,
#gr_contents a.licentiate dl dt {
  border-right: 1px dotted rgb(147, 165, 207);
}

#gr_contents dl.licentiate:nth-child(3n) {
  border-right: 1px dotted #93a5cf;
}
