@charset "UTF-8";
/* CSS Document */


/* Table
========================================================= */

/* table1
----------------------------------------- */

.table1 {
  width: 100%;
  border-collapse: collapse;
}

.table1 th.t_top {
  border-top: #b3b3b3 4px solid;
}

.table1 th {
  width: 26%;
  border-bottom: #e3e3e3 1px solid;
  border-left: #e3e3e3 1px solid;
  text-align: left;
  background: #f7f7f7;
  padding: 10px;
  font-weight: normal;
}

.table1 td.t_top {
  border-top: #be1309 4px solid;
}

.table1 td {
  border-bottom: #e3e3e3 1px solid;
  border-right: #e3e3e3 1px solid;
  text-align: left;
  padding: 10px;
}

.table1 td li {
  list-style: none;
  margin-left: -26px;
}

/* shopping-rule
----------------------------------------- */

table .shopping-rule {
  height: 160px;
}

table .shopping-rule ul {
  margin-left: -16px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

table .shopping-rule p {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size: 1.3rem;
}


/* Table.table2
------------------------------------------------------------------------- */

table.table2 {
  border-collapse: collapse;
  width: 100%;
}

.table2 th.t_top {
  border-top: #be1309 4px solid;
}

.table2 th {
  border-bottom: #e3e3e3 1px dotted;
  text-align: left;
  padding: 10px;
  font-weight: normal;
}

.table2 td.t_top {
  border-top: #b3b3b3 4px solid;
}

.table2 td {
  border-bottom: #e3e3e3 1px dotted;
  text-align: left;
  padding: 10px;
}

.table2 tr:hover {
  background: #3d80df;
  color: #FFF;
}

.table2 p {
  text-align: left;
}


/* Table.table3
------------------------------------------------------------------------- */

table.table3 {
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

table.table3 th {
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  background: #eee;
}

table.table3 td {
  padding: 10px;
  vertical-align: top;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}


/* Table.table3_2
------------------------------------------------------------------------- */

table.table3_2 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid rgb(153, 205, 255, .5);
  border-left: 1px solid rgb(153, 205, 255, .5);
}

table.table3_2 th {
  width: 35%;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  border-right: 1px solid rgb(153, 205, 255, .5);
  border-bottom: 1px solid rgb(153, 205, 255, .5);
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  background: rgb(153, 205, 255, .3);
}

table.table3_2 td {
  width: 65%;
  padding: 10px;
  vertical-align: top;
  border-right: 1px solid rgb(153, 205, 255, .5);
  border-bottom: 1px solid rgb(153, 205, 255, .5);
}


/* Table.table4
------------------------------------------------------------------------- */

table.table4 {

  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 1px 0;
  font-size: 15px;
}

table.table4 th,
table.table4 td {
  padding: 10px;
}

table.table4 th {
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8) inset;
  border-radius: 5px 5px 10px 10px;
  background: #88b7d5;
  vertical-align: middle;
  text-align: center;
  width: 33%;
  height: 50px;
  position: relative;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 16px;
}

table.table4 th.c1 {
  background: rgb(162, 206, 26);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(97, 174, 36, 1) 1%, rgba(86, 155, 32, 1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(97, 174, 36, 1)), color-stop(100%, rgba(86, 155, 32, 1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(97, 174, 36, 1) 1%, rgba(186, 155, 32, 1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(97, 174, 36, 1) 1%, rgba(86, 155, 32, 1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(97, 174, 36, 1) 1%, rgba(86, 155, 32, 1) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(97, 174, 36, 1) 1%, rgba(86, 155, 32, 1) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#61ae24', endColorstr='#569b20', GradientType=0);
  /* IE6-9 */
}

table.table4 th.c2 {
  background: rgb(237, 73, 147);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(204, 20, 69, 1) 1%, rgba(182, 17, 61, 1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(204, 20, 69, 1)), color-stop(100%, rgba(182, 17, 61, 1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(204, 20, 69, 1) 1%, rgba(182, 17, 61, 1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(204, 20, 69, 1) 1%, rgba(182, 17, 61, 1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(204, 20, 69, 1) 1%, rgba(182, 17, 61, 1) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(204, 20, 69, 1) 1%, rgba(182, 17, 61, 1) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1445', endColorstr='#b6113d', GradientType=0);
  /* IE6-9 */
}

table.table4 th.c3 {
  background: rgb(29, 140, 233);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(17, 63, 140, 1) 1%, rgba(15, 56, 125, 1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(17, 63, 140, 1)), color-stop(100%, rgba(15, 56, 125, 1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(17, 63, 140, 1) 1%, rgba(15, 56, 125, 1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(17, 63, 140, 1) 1%, rgba(15, 56, 125, 1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(17, 63, 140, 1) 1%, rgba(15, 56, 125, 1) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(17, 63, 140, 1) 1%, rgba(15, 56, 125, 1) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#113f8c', endColorstr='#0f387d', GradientType=0);
  /* IE6-9 */
}

table.table4 th:after {
  top: 69px;
  left: 5px;
  content: &quot;
  &quot;
  ;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 78px solid transparent;
}

/* firefox */
@-moz-document url-prefix() {
  table.table4 th {
    text-indent: 10px;
  }

  table.table4 th::after {
    padding: 0;
    top: 60px;
    left: 0;
    content: &quot;
    &quot;
    ;
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 50px solid transparent;
    border-top: #B7D567 15px solid;
  }
}

table.table4 th.c1:after {
  border-top: #569b20 15px solid;
}

table.table4 th.c2:after {
  border-top: #b6113d 15px solid;
}

table.table4 th.c3:after {
  border-top: #0f387d 15px solid;
}

table.table4 td {
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
  text-align: center;
  padding-top: 15px;
  border: none;
  height: 70px;
}

table.table4 tr:nth-child(2n+1) td.c1 {
  background: #f7f9e8;
}

table.table4 tr:nth-child(2n+0) td.c1 {
  background: #e2efbc;
}

table.table4 tr:nth-child(2n+1) td.c2 {
  background: #ffecf5;
}

table.table4 tr:nth-child(2n+0) td.c2 {
  background: #ffdfed;
}

table.table4 tr:nth-child(2n+1) td.c3 {
  background: #fff;
}

table.table4 tr:nth-child(2n+0) td.c3 {
  background: #eee;
}


table.table4 tr:last-child td {
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

table.table4 tr:last-child td button {
  font-size: 12px;
  font-family: Arial;
  font-weight: normal;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ffaa22;
  padding: 9px 18px;
  text-decoration: none;
  background: -moz-linear-gradient(center top, #ffec64 5%, #ffab23 100%);
  background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ffec64), color-stop(100%, #ffab23));
  background-color: #ffec64;
  color: #333333;
  display: inline-block;
  text-shadow: 1px 1px 0px #ffee66;
  -webkit-box-shadow: inset 1px 1px 0px 0px #fff6af;
  -moz-box-shadow: inset 1px 1px 0px 0px #fff6af;
  box-shadow: inset 1px 1px 0px 0px #fff6af;
}

table.table4 tr:last-child td button:hover {
  background: -moz-linear-gradient(center top, #ffab23 5%, #ffec64 100%);
  background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #ffab23), color-stop(100%, #ffec64));
  background-color: #ffab23;
}

table.table4 tr:last-child td button {
  position: relative;
  top: 1px;
}


/* Table.table5
------------------------------------------------------------------------- */

table.table5 {
  border-collapse: collapse;
  width: 100%;
}

.table5 th.t_top {
  border-top: #be1309 4px solid;
}

.table5 th {
  border-bottom: #e3e3e3 1px dotted;
  text-align: left;
  padding: 10px;
  font-weight: normal;
}

.table5 td.t_top {
  border-top: #b3b3b3 4px solid;
}

.table5 td {
  border-bottom: #e3e3e3 1px dotted;
  text-align: left;
  padding: 10px;
}

.table5 tr:hover {
  background: #3D80DF;
  color: #FFF;
}