/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
/*レスポンシブテーブル*/

table {
  margin: 20px auto;
}
.tbl-r02 th {
  background: #e9727e;
  border: solid 2px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r02 td {
  border : solid 1px;
  padding: 10px;
}

@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 2px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
    border: solid 2px;
    display: block;
    width: 100%;
  }
}

/*table*/
.vligntop{
	    vertical-align: top!important;
}