@charset "utf-8";
/* CSS Document */


#informationWrap table {
	margin:20px auto;
}
#informationWrap .tbl-01 th {
  border: solid 1px #dcdcdc;
  text-align:center;
  padding: 10px;
}
#informationWrap .tbl-01 td {
	border:solid 1px #dcdcdc;
	padding: 10px;
}


.img_w150{
	max-width:150px;}
	
.tbl-01 li{
    list-style-type:none;
	float: left;
    margin-left: 10px;
}

 
@media screen and (max-width: 600px) {
#informationWrap  .last td:last-child {
    border-bottom: solid 1px #dcdcdc;
    width: 100%;
  }
  
#informationWrap .tbl-01{
	width:95%;}

#informationWrap .tbl-01 th,
#informationWrap .tbl-01 td {
	border-bottom:none;
    display: block;
    width: 100%;
  }
  .tbl-01 li{
	  float:none;
	  margin-left:0px;
}