
#ex2 table{
  margin: 1px;
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
}

#ex2 table th:first-child{
  border-radius: 5px 0 0 0;
}

#ex2 table th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

#ex2 table th{
  /*text-align: center; */
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}

#ex2 table td{
  /* text-align: center; */
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
}

#ex2 table td:last-child{
  border-right: 1px solid #a8b7c5;
}

#ex2 table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

#ex2 table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

input.lvhaba {
/* width: 17%; */
  width: 30%;
/*  font-size: 16px; */
}

input.haba {
  width: 100%;
}





/* ここに共通の記述 */
 
@media screen and (min-width:481px) {
	/* ここにパソコン版だけの記述 */
}
 
@media screen and (max-width:480px) {
	/* ここにスマホ版だけの記述 */
}





