@charset "utf-8";
@import "style.css";

/*========================================================================================================================


  ◇◆◇ 使用可能核種 ◇◆◇
  
  
========================================================================================================================*/

.tbl-cols table { width:390px; }
.tbl-cols table:first-child { float:left; }
.tbl-cols table:last-child { float:right; margin-top:42px; }

@media screen and (max-width:640px) {
  .tbl-cols table { width:100%; float:none; }
  .tbl-cols table:last-child { margin-top:0; }
  .tbl-cols table:last-child thead { display:none; }
}
