table a {
  color: #049fd7;
  text-decoration: none;
}
table a:hover {
  text-decoration: underline;
}
table.table-style01 {
  width: 100%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
table.table-style01 tr th,
table.table-style01 tr td {
  padding: 15px 20px;
  border-left: 1px solid #fff;
}
table.table-style01 tr th {
  background: #3e8ddd;
  color: #fff;
}
table.table-style01 tr th:nth-of-type(1) {
  width: 244px;
}
table.table-style01 tr th:nth-of-type(2) {
  width: 660px;
}
table.table-style01 tr td {
  background: #f0f0f0;
}
table.table-style01 tr li {
  position: relative;
  margin-left: 21px;
  line-height: 2;
}
table.table-style01 tr li:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 12px;
  width: 15px;
  height: 2px;
  margin-left: -21px;
  background: #e2231a;
}
table.table-style02 {
  font-size: 12px;
  font-size: 1.2rem;
}
table.table-style02 caption {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
}
table.table-style02 thead {
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}
table.table-style02 tbody {
  border-right: 1px solid #d1d1d1;
}
table.table-style02 tr th,
table.table-style02 tr td {
  padding: 15px 10px;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
}
table.table-style02 tr th {
  background: #f0f0f0;
}
table.table-style02 tr th:nth-of-type(1),
table.table-style02 tr th:nth-of-type(2),
table.table-style02 tr th:nth-of-type(4) {
  text-align: left;
}
table.table-style02 tr th:nth-of-type(3) {
  text-align: right;
}
table.table-style02 tr th:nth-of-type(1) {
  width: 55%;
}
table.table-style02 tr th:nth-of-type(2) {
  width: 15%;
}
table.table-style02 tr th:nth-of-type(3) {
  width: 15%;
}
table.table-style02 tr th:nth-of-type(4) {
  width: 10%;
}
table.table-style02 tr td {
  background: #fff;
}
table.table-style02 tr td:nth-of-type(3) {
  text-align: right;
}
table.table-style03 {
  font-size: 12px;
  font-size: 1.2rem;
}
table.table-style03 thead {
  border-top: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
}
table.table-style03 tbody {
  border-right: 1px solid #d1d1d1;
}
table.table-style03 tr {
  border-bottom: 1px solid #d1d1d1;
}
table.table-style03 tr th,
table.table-style03 tr td {
  padding: 15px 10px;
  border-bottom: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  line-height: 1.4;
  vertical-align: top;
}
table.table-style03 tr th {
  background: #f0f0f0;
  text-align: left;
}
table.table-style03 tr th span {
  color: #e2231a;
}
table.table-style03 tr td {
  background: #fff;
}
table.table-style03 tr td:nth-of-type(1),
table.table-style03 tr td:nth-of-type(7) {
  text-align: center;
}
table.table-style03 tr td .btn {
  display: block;
  width: 80%;
  margin: 10px auto 0;
  padding: 4px 5px;
  border: 1px solid #049fd7;
  border-radius: 3px;
  text-align: center;
}
table.table-style03 tr td .btn:hover {
  background: #049fd7;
  color: #fff;
}
table.table-style03 tr td .btn-03 {
  display: block;
  width: 77px;
  height: 50px;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px rgba(0,0,0,0.5);
}
table.table-style04 {
  width: 100%;
  margin-top: 20px;
}
table.table-style04 tr {
  border-bottom: 1px solid #d1d1d1;
  font-size: 13px;
  font-size: 1.3rem;
}
table.table-style04 tr th {
  width: 10%;
  padding: 10px 0;
  text-align: left;
}
table.table-style04 tr td {
  width: 90%;
  padding: 1em;
}
table.table-style05 {
  display: block;
  width: auto;
  overflow: auto;
}
table.table-style05 tr {
  border-bottom: 1px solid #d1d1d1;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
}
table.table-style05 tr th {
  width: 30%;
  padding: 15px 10px;
  text-align: left;
}
table.table-style05 tr td {
  width: 70%;
  padding: 15px 0;
}
table.table-style06 {
  width: 100%;
}
table.table-style06 tr {
  border-bottom: 1px solid #d1d1d1;
  font-size: 13px;
  font-size: 1.3rem;
}
table.table-style06 tr:nth-of-type(1) {
  border-top: 1px solid #d1d1d1;
}
table.table-style06 tr th {
  width: 25%;
  padding: 15px 0 15px 10px;
}
table.table-style06 tr td {
  width: 75%;
  padding: 15px 10px 15px 0;
}
table.table-style07 {
  width: 100%;
}
table.table-style07 tr {
  border-bottom: 1px solid #d1d1d1;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
}
table.table-style07 tr th {
  padding: 15px 10px;
  text-align: left;
}
table.table-style07 tr th:nth-of-type(1) {
  width: 10%;
  padding: 15px 0 15px 10px;
}
table.table-style07 tr th:nth-of-type(2) {
  width: 70%;
}
table.table-style07 tr th:nth-of-type(3) {
  width: 10%;
  text-align: right;
}
table.table-style07 tr th:nth-of-type(4) {
  width: 20%;
  padding: 15px 10px 15px 0;
  text-align: right;
}
table.table-style07 tr td {
  padding: 15px 10px;
}
table.table-style07 tr td:nth-of-type(1) {
  padding: 15px 0 15px 10px;
}
table.table-style07 tr td:nth-of-type(3) {
  text-align: right;
}
table.table-style07 tr td:nth-of-type(4) {
  text-align: right;
}
table.table-style07 tr td ul {
  margin-top: 5px;
}
table.table-style07 tr li {
  position: relative;
  margin-left: 13px;
  line-height: 1.5;
}
table.table-style07 tr li:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 12px;
  width: 8px;
  height: 1px;
  margin-left: -13px;
  background: #e2231a;
}
table.table-style08 {
  font-size: 13px;
}
table.table-style08 img {
  width: 100px;
}
table.table-style08 th {
  padding: 15px 10px 13px;
  font-size: 13px;
  background: #919191;
  color: #fff;
  border-right: 1px solid #fff;
}
table.table-style08 th.first {
  background: #3e8ddd;
  width: 6em;
  box-sizing: content-box;
  border-left: 1px solid #3e8ddd;
}
table.table-style08 th.third {
  width: 212px;
}
table.table-style08 th.detail {
  border-right: 1px solid #919191;
}
table.table-style08 td.first {
  background: #e2eefa;
}
table.table-style08 td {
  vertical-align: top;
  padding: 15px 10px 10px;
  color: #333;
  border: 1px solid #d1d1d1;
  border-top: 0;
}
table.table-style08 .detail li {
  position: relative;
  margin-left: 14px;
  margin-bottom: 4px;
  line-height: 1.4;
}
table.table-style08 .detail li:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 8px;
  width: 8px;
  height: 1px;
  margin-left: -14px;
  background: #e2231a;
}
table.table-style08 td.dot {
  border-bottom: 1px dotted #d1d1d1;
}
table.table-style08 .bold {
  font-weight: bold;
}
table.table-style08 .item-box {
  overflow: hidden;
}
table.table-style08 .item-box .img {
  float: left;
}
table.table-style08 .item-box .txt {
  float: left;
  margin-left: 10px;
  width: 80px;
  line-height: 1.3;
  padding-top: 17px;
  box-sizing: border-box;
}
table.table-style08 .item-box .txt .cat-01 {
  background: #6abf4a;
  padding: 2px 2px 0;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
}
table.table-style08 .item-box .txt .cat-02 {
  background: #3e8ddd;
  padding: 2px 2px 0;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
}
table.table-style08 .item-box .txt .cat-03 {
  background: #e96baf;
  padding: 2px 2px 0;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
}
table.table-style08 .item-box .txt a {
  display: block;
  margin-top: 0.5em;
  line-height: 1.5;
}
table.table-style09 {
  font-size: 13px;
  font-size: 1.3rem;
}
table.table-style09 th {
  padding: 10px 10px 8px;
  background: #d9d8d6;
  border-right: 1px solid #fff;
  text-align: left;
}
table.table-style09 th:last-child {
  border-right: 1px solid #d9d8d6;
}
table.table-style09 th:nth-of-type(1) {
  width: 600px;
}
table.table-style09 th:nth-of-type(2) {
  width: 200px;
}
table.table-style09 th:nth-of-type(3) {
  width: 200px;
}
table.table-style09 td {
  padding: 15px 10px 13px;
  border: 1px solid #d1d1d1;
  border-top: 0;
  text-align: left;
}
table.table-style09 td:nth-of-type(3) {
  text-align: right;
}
table.table-style09 td small {
  display: block;
}
.table-base {
  max-width: 596px;
  margin: 0 auto;
  width: 100%;
}
.table-base td,
.table-base th {
  border: 1px solid #d1d1d1;
  padding: 12px 10px;
  vertical-align: top;
  text-align: left;
  font-size: 13px;
  color: #333;
  line-height: 1.4;
}
.table-base th {
  background: #f0f0f0;
}
.table-base td {
  background: #fff;
}
.table-caption {
  caption-side: bottom;
  padding-top: 10px;
  text-align: left;
  line-height: 1.4;
  font-size: 13px;
  color: #333;
}
.scroll-txt {
  display: none;
}

.table-none {
	margin-top: 20px;	
}

.table-none .text-center {
	text-align: center;	
}

@media screen and (max-width: 1200px) {
  table.table-style10 {
    display: block;
    width: 906px;
    margin-right: 1px;
  }
  .table-scroll2 {
    overflow: auto;
  }
}
@media screen and (max-width: 1000px) {
  table.table-style04 tr th {
    width: 25%;
  }
  table.table-style04 tr td {
    width: 75%;
  }
  table.table-style05 tr th,
  table.table-style06 tr th {
    width: 50%;
  }
  table.table-style05 tr td,
  table.table-style06 tr td {
    width: 50%;
  }
  table.table-style08 {
    display: block;
    width: 946px;
    margin-right: 1px;
  }
  .table-scroll {
    overflow: auto;
  }
  .scroll-txt {
    display: block;
    color: #e2231a;
    text-align: center;
    margin-top: 20px;
  }
   .scroll-txt.sm {
     display: none;
  }
  
  .scrollable table {
    width: 798px;
  }
}
@media screen and (max-width: 640px) {
  table.table-style07 thead {
    display: none;
  }
  table.table-style07 tbody,
  table.table-style07 tr,
  table.table-style07 th,
  table.table-style07 td {
    display: block;
  }
  table.table-style07 tbody {
    border: 0;
  }
  table.table-style07 tr:first-child {
    border-top: 1px solid #d1d1d1;
  }
  table.table-style07 tr td {
    position: relative;
    border-left: 0;
    border-bottom: 1px dotted #e2e2e2;
    padding: 15px 5px 15px 40%;
    text-align: left;
/*&:nth-child(2n)
						background: #f0f0f0*/
  }
  table.table-style07 tr td:before {
    position: absolute;
    top: 33%;
    left: 10px;
    width: 35%;
    padding-right: 10px;
    white-space: nowrap;
  }
  table.table-style07 tr td:last-child {
    border-bottom: none;
  }
  table.table-style08 {
    width: 800px;
  }
  table.table-style08 th {
    width: 17%;
  }
  table.table-style08 th.first {
    width: 15%;
  }
  table.table-style08 th.third {
    width: 28%;
  }
  table.table-style08 th.detail {
    width: 40%;
  }
  table.table-style02 tr th,
  table.table-style02 tr td {
    padding: 15px 8px;
  }
  table.table-style02 tr td:nth-of-type(1) {
    word-break: break-all;
    text-overflow: ellipsis;
  }
  table.table-style02 tr td:nth-of-type(2),
  table.table-style02 tr td:nth-of-type(3) {
    white-space: nowrap;
  }
  table.table-style06 tr th {
    width: 40%;
  }
  table.table-style06 tr td {
    width: 60%;
  }
  table.table-style07 tr td:nth-of-type(1) {
    padding: 15px 5px 15px 40%;
  }
  table.table-style07 tr td:nth-of-type(1):before {
    content: '製品番号';
  }
  table.table-style07 tr td:nth-of-type(2):before {
    content: '品名';
  }
  table.table-style07 tr td:nth-of-type(3) {
    text-align: left;
  }
  table.table-style07 tr td:nth-of-type(3):before {
    content: '単価';
  }
  table.table-style07 tr td:nth-of-type(4) {
    text-align: left;
  }
  table.table-style07 tr td:nth-of-type(4):before {
    content: '個数';
  }
  table.table-style09 th:nth-of-type(1) {
    width: 50%;
  }
  table.table-style09 th:nth-of-type(2),
  table.table-style09 th:nth-of-type(3) {
    width: 25%;
    white-space: nowrap;
  }
}

table.table-style10 {
  font-size: 13px;
  width: 100%;
  table-layout: fixed;
}
table.table-style10 img {
  width: 100px;
}
table.table-style10 th {
  padding: 15px 10px 13px;
  font-size: 13px;
  background: #919191;
  color: #fff;
  border-right: 1px solid #fff;
}
table.table-style10 tr th:first-child {
  width: 50px;
   border-left: 1px solid #919191;
}
table.table-style10 tr th:last-child {
  border-right: 1px solid #919191;
}
table.table-style10 td {
  vertical-align: top;
  padding: 11px 11px 11px 11px;
  color: #333;
  border: 1px dotted #d1d1d1;
  border-top: 0;
}
table.table-style10 td p {
  margin-top: 0px;
  line-height: 1.2;
  text-align: center;
}

table.table-style10 .item-box {
  overflow: hidden;
}

table.table-style10 .item-box.item-box_l a:hover p {
	text-decoration: underline;
}

/* ------ 実線設定 ------ */

table.table-style10 td.sol_r {
  border-right: 1px solid #919191;
}
table.table-style10 td.sol_b {
  border-bottom: 1px solid #919191;
}

/* ------ 左端タイトル用設定 ------ */

table.table-style10 tr th.thtitle {
  border-right: 1px solid #919191;
  border-bottom: 1px solid #919191;
   border-left: 1px solid #919191;
  color: #222222;
  vertical-align: middle;
  white-space: nowrap;
}
table.table-style10 th.thtitle,
table.table-style10 td {
  height: 135px;
}
table.table-style10 tr th.thtitle span {
  /*display: block;*/
  writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin:0 auto; /* [2]Chromeで中央に寄せたいときに指定 */
}
/* ------ Safariのみ ------ */
.safari table.table-style10 tr th.thtitle span {
  display: block;
}
table.table-style10 tr th.thtitle1 {
  background-color: #e1f2db;
}
table.table-style10 tr th.thtitle2 {
   background-color: #e2eefa;
}
table.table-style10 tr th.thtitle3 {
   background-color: #f0f0f0;
}

table.texttable {
	border: none;
	width: 30px;
}
table.texttable td {
	padding: 0px !important;
	border: none !important;
	height: auto !important;
	vertical-align: middle;
}

/* ------ システムガイドテーブル（お客さま作成テーブル） ------ */

@media screen and (max-width: 480px) {
	.wrap_table_systemguide {
		overflow: auto;
	}
	.wrap_table_systemguide table {
		width: 500px;
	}
	
	.scroll-txt.sm {
		display: block;
		text-align: center;
	}
}






