@charset "UTF-8";
/* CSS Document */
/* ===============================================   ===============================================  */
@media screen and (min-width: 750px), print {
 .carrertBox{
   width: 1230px;
   margin: 70px auto;
 }
 .carrertBox table {
    width: 100%;
    border: 1px solid #bababa;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.4;
    text-align: left;
  }
  .carrertBox table th,
  .carrertBox table td {
    border: solid 1px #bababa;
    padding: 15px;
  }
  .carrertBox table th {
    background-color: #ebebeb;
  }
}

@media screen and (max-width: 749px), print {
  .carrertBox{
   width: 95%;
   margin: 30px auto;
 }
 .carrertBox table {
    width: 100%;
    border: 1px solid #bababa;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.4;
    text-align: left;
  }
  .carrertBox table th,
  .carrertBox table td {
    border: solid 1px #bababa;
    padding: 15px;
  }
  .carrertBox table th {
    background-color: #ebebeb;
  }
}
.carrertBox a:link { color: #343434; text-decoration: underline; }
.carrertBox a:visited { text-decoration: underline; }
.carrertBox a:hover { text-decoration: none; }
.carrertBox a:active {  }
