

/*******************************
*	TABLE 
*******************************/

/* --------------------------------------------------- TABLE SCROLL */

@media screen and (max-width: 768px) {
/*tableをスクロールさせる*/
/*tableのセル内にある文字の折り返しを禁止*/
.table-scroll table {
	overflow: auto;
	white-space: nowrap;
	display:block;
	width:auto;
}

.table-scroll table tbody {
	width: 100%;
	display:table;
}

/*tableにスクロールバーを追加*/
.table-scroll table::-webkit-scrollbar {
	height: 5px;
}

/*tableにスクロールバーを追加*/
.table-scroll table::-webkit-scrollbar-track {
	background: #F1F1F1;
}

/*tableにスクロールバーを追加*/
.table-scroll table::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
}

/* --------------------------------------------------- COLUMN */
.boxlink a {
  display: block;
  width: 100%;
  height: 100%;
}
.boxlink img{
  margin: 10px 0px;
}

.one{
  float: left;
  width: 30%;
  margin: 0 10% 0 10%;
  padding: 10px 0px 10px;
  background-color: #fff;
  text-align: center;
}
.two{
  float: left;
  width: 30%;
  margin: 0 10% 0 10%;
  padding: 10px 0px 10px;
  background-color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {

.boxlink img{
  margin: 0px;
}
.one{
  float: left;
  width: 48%;
  margin: 0 2% 0 0;
  padding: 0px;
  background-color: #fff;
  text-align: center;
}
.two{
  float: left;
  width: 48%;
  margin: 0 0 0 2%;
  padding: 0px;
  background-color: #fff;
  text-align: center;
}

}

/* --------------------------------------------------- COLUMN2 */
.boxlink2 {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}
.boxlink2 img{
  margin: 10px 0px;
}
.boxlink2 .btn{
  width: 210px;
  text-align: center;
}
.one2{
  float: left;
  width: 28%;
  padding: 10px 0px 10px;
  text-align: center;
}
.two2{
  float: left;
  width: 68%;
  margin: 6% 0 0 2%;
  padding: 10px 0px 10px;
  text-align: left;
}

@media screen and (max-width: 768px) {

.boxlink2 img{
  margin: 10px 0 0;
}
.boxlink2 .btn{
  width: 100%;
}
.boxlink2 .ebook{
    display:none;
}
.one2{
  float: left;
  width: 32%;
  margin: 0 2% 0 0;
  padding: 0px;
  text-align: center;
}
.two2{
  float: left;
  width: 64%;
  margin: 20px 0 0 2%;
  padding: 0px;
  text-align: left;
}
}



/* --------------------------------------------------- BASE (width15) */
.simpletable {
  border-collapse: collapse;
  width: 100%;
}
.simpletable th,
.simpletable td {
  padding: 10px;
  border: 1px solid #999;
}
.simpletable th {
  background-color: #eee;
  text-align: left;
  width: 15%;
}
.simpletable th.t_top {
    border-top: #be1309 4px solid;
}
.simpletable td.t_top {
	border-top: #b3b3b3 4px solid;
}

.simpletable .cellR {
  text-align: left;
  font-weight: bold;
  width: 15%;
}


@media screen and (max-width: 768px) {
  .simpletable {
    border-top: 1px solid #999;
  }
  .simpletable td {
    display: block;
    text-align: left;
  }
  .simpletable th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
}

/* --------------------------------------------------- STANDARD (width5) */
.simpletable5 {
  border-collapse: collapse;
  width: 100%;
}
.simpletable5 th,
.simpletable5 td {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #999;
}
.simpletable5 th {
  background-color: #eee;
  text-align: center;
  width: 5%;
}

@media screen and (max-width: 768px) {
  .simpletable {
    border-top: 1px solid #999;
  }
  .simpletable td {
    display: block;
    text-align: left;
  }
  .simpletable th {
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
}

/* --------------------------------------------------- STANDARD-R (th width15) */
.simpletableR {
  border-collapse: collapse;
  width: 100%;
}
.simpletableR th,
.simpletableR td {
  padding: 10px;
  border: 1px solid #999;
}
.simpletableR th {
  background-color: #eee;
  text-align: center;
  width: 15%;
}
.cellR {
  text-align: left;
  font-weight: bold;
  width: 15%;
}

@media screen and (max-width: 768px) {
.simpletableR {
  border-collapse: collapse;
  width: 100%;
}
.simpletableR th,
.simpletableR td {
  padding: 5px;
  border: 1px solid #999;
}
.simpletableR th {
  background-color: #eee;
  text-align: left;
  width: 5%;
}
.cellR {
  text-align: left;
  font-size: 15px;
  font-weight: normal;
  width: 8%;
}
}

/* --------------------------------------------------- DIRECTOR */
.simpletable25 {
  width: 100%;
}
.simpletable25 th,
.simpletable25 td {
  padding: 10px 25px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
}
.simpletable25 th {
  font-weight: 500;
  text-align: left;
  width: 20%;
}

.simpletable25 .cell {
  text-align: left;
  font-weight: bold;
  width: 34%;
}
.simpletable25 .cellR {
  text-align: left;
  font-weight: 500;
  width: 46%;
}


@media screen and (max-width: 768px) {
  .simpletable25 {
    border-top: 0px solid #999;
  }
  .simpletable25 td {
		display:block;
		width: 98%;
		border:none;
  }
  .simpletable25 th {
		display:block;
                background-color: #eee;
		width: 100%;
		border:none;
  }
  .simpletable25 .cell {
  width: 98%;
  text-align: left;
  font-weight: bold;
  font-size: 1.2em;
  border:none;
  }
  .simpletable25 .cellR {
  width: 90%;
  text-align: left;
  color: #777;
  font-weight: 500;
  font-size: 1.0em;
  margin-bottom:20px;
  border:none;
  }
}


/* --------------------------------------------------- ISO */
.simpletable32 {
  border-collapse: collapse;
  width: 100%;
}
.simpletable32 th,
.simpletable32 td {
  padding: 10px;
  border: 1px solid #999;
}
.simpletable32 th {
  background-color: #eee;
  text-align: left;
  width: 32%;
}


@media screen and (max-width: 768px) {
  .simpletable32 {
    border-top: 0px solid #999;
    width: 98%;
  }
  .simpletable32 td {
		display:block;
		width: 96%;
		border:none;
  }
  .simpletable32 th {
		display:block;
		width: 98%;
  }
}

/* --------------------------------------------------- NEWS */
.news_table {
  width: 100%;
  background-color: #fff;
}

.news_table th{
  padding: 12px 0px 10px 20px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  text-align: left;
  font-weight:400;
  width: 27%;
}
.news_table td{
  padding: 12px 0px 10px 5px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  font-weight:500;
  text-align: left;
}

.news_table span{
    margin-left:18px;
}
.news_table a {
    display:block;
    width:100%;
    height:100%;
} 
.news_table  a:hover {
    color: #f49d9d;
}

.news_table .info1{
    width:120px;
    padding-top: 2px;
    font-weight:400;
    text-decoration:none;
    display:block;
    text-align:center;
    color:#fff;
    background-color:#AA5554;
    border-radius:3px;
}

.news_table .info2{
    width:120px;
    padding-top: 2px;
    font-weight:400;
    text-decoration:none;
    display:block;
    text-align:center;
    color:#fff;
    background-color:#4169e1;
    border-radius:3px;
}

.news_table .info3{
    width:120px;
    padding-top: 2px;
    font-weight:400;
    text-decoration:none;
    display:block;
    text-align:center;
    color:#fff;
    background-color:#249bb3;
    border-radius:3px;
}

.news_table .info4{
    width:120px;
    padding-top: 2px;
    font-weight:400;
    text-decoration:none;
    display:block;
    text-align:center;
    color:#fff;
    background-color:#327A00;
    border-radius:3px;
}

.news_table .info5{
    width:120px;
    padding-top: 2px;
    font-weight:400;
    text-decoration:none;
    display:block;
    text-align:center;
    color:#fff;
    background-color:#663366;
    border-radius:3px;
}

.news_table .info6{
    width:120px;
    padding-top: 2px;
    font-weight:400;
    text-decoration:none;
    display:block;
    text-align:center;
    color:#fff;
    background-color:#B56E0A;
    border-radius:3px;
}

.news_table .info7{
    width:120px;
    padding-top: 2px;
    font-weight:400;
    text-decoration:none;
    display:block;
    text-align:center;
    color:#fff;
    background-color:#696969;
    border-radius:3px;
}

.news_table .newscell{
  text-align: left;
  font-size: 14px;
  width: 98%;
}


@media screen and (max-width: 768px) {
.news_table {
    border-top: 1px solid #999;
  }
.news_table th {
    display: block;
    padding: 4px 5px 2px 5px;
    background-color: #fafafa;
    width: 100%;
    font-size: 12px;
    border:none;
  }
.news_table span{
    margin-left: 8px;
  }
.news_table td{
    display: block;
    padding: 3px 5px 4px 5px;
    text-align: left;
    border-top: none;
    border-bottom; 1px solid #999;
    font-size: 14px;
  }
.news_table .info1 {
    width:90px;
    padding-top: 1px;
  }
.news_table .info2 {
    width:90px;
    padding-top: 1px;
  }
.news_table .info3 {
    width:90px;
    padding-top: 1px;
  }
.news_table .info4 {
    width:90px;
    padding-top: 1px;
  }
.news_table .info5 {
    width:90px;
    padding-top: 1px;
  }
.news_table .info6 {
    width:90px;
    padding-top: 1px;
  }
  .news_table .info7 {
    width:90px;
    padding-top: 1px;
  }
}

/* --------------------------------------------------- RESULTS */
.ir_results  {
  width: 100%;
  background-color: #fff;
}

.ir_results th{
  padding: 12px 0px 10px 10px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  text-align: left;
  font-weight:400;
  width: 20%;
}
.ir_results td{
  padding: 12px 0px 10px 5px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  font-weight:500;
  text-align: left;
}
.ir_results  a {
    display:block;
    width:100%;
    height:100%;
} 
.ir_results  a:hover {
    color: #f49d9d;
}
.ir_results .large{
  padding: 12px 0px 10px 20px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  font-weight:500;
  font-size:18px;
  text-align: left;
}

.ir_results.ircell{
  width: 30%;
}

.ir_results img[src$="icon_ir.png"] {
width: 35px;
height: 40px;
}


@media screen and (max-width: 768px) {
.ir_results {
    border-top: 1px solid #999;
  }
.ir_results th {
    display: block;
    padding: 4px 5px 2px 10px;
    background-color: #fafafa;
    width: 100%;
    font-size: 14px;
    border:none;
  }
.ir_results td {
    display: block;
    padding: 3px 5px 4px 10px;
    text-align: left;
    border-top: none;
    border-bottom; 1px solid #999;
    font-size: 14px;
  }

.ir_results .ircell{
    display: none;
  }
.ir_results img{
    display: none;
  }
}

/* --------------------------------------------------- RESULTS2 */
.ir_results2  {
  width: 100%;
  background-color: #fff;
}
.ir_results2 th{
  padding: 12px 0px 10px 10px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  text-align: left;
  font-weight:400;
  width: 100px;
}
.ir_results2 td{
  padding: 12px 0px 10px 5px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  font-weight:500;
  text-align: left;
}
.ir_results2  a {
    display:block;
    width:100%;
    height:100%;
} 
.ir_results2  a:hover {
    color: #f49d9d;
}
.ir_results2 .large{
  padding: 12px 0px 10px 20px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  font-weight:500;
  font-size:18px;
  text-align: left;
}
.ir_results2 .ircell{
  width: 20%;
}

.ir_results2 .ircell a {
    display:block;
    width:100%;
    height:100%;
} 

.ir_results2 img[src$="icon_ir.png"] {
width: 35px;
height: 40px;
}

.ir_results2 a[class="pbOpenNewWindow"]:after{
    content: "\f1c1";
    font-family: FontAwesome;
    padding: 0 0 0 10px;
    font-weight: normal;
    color: #cc0000;
    text-decoration: none;
}


@media screen and (max-width: 768px) {
.ir_results2 {
    border-top: 1px solid #999;
  }
.ir_results2 th {
    display: block;
    padding: 4px 5px 2px 10px;
    background-color: #fafafa;
    width: 100%;
    font-size: 14px;
    border:none;
  }
.ir_results2 td {
    display: block;
    padding: 3px 5px 4px 10px;
    text-align: left;
    border-top: none;
    border-bottom; 1px solid #999;
    font-size: 14px;
  }

.ir_results2 .ircell{
    display: none;
  }
.ir_results2 img{
    display: none;
  }
}

/* --------------------------------------------------- IR Calendar */
.ir_calendar {
  width: 100%;
}

.ir_calendar th{
  padding: 12px 20px 10px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  text-align: left;
  font-weight:700;
  width: 15%;
}
.ir_calendar td{
  padding: 12px 10px 10px 5px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  font-weight:500;
  text-align: left;
}

@media screen and (max-width: 768px) {
.ir_calendar {
    width: 100%;
    border: 0px solid #999;
  }
.ir_calendar th {
    display: block;
    margin-top:15px;
    padding: 5px 5px 5px 10px;
    background-color: #eee;
    width: 100%;
    font-size: 17px;
    font-weight:blod;
    border:none;
   text-align: left;
  }
.ir_calendar td{
    display: block;
    padding: 3px 7px 4px 10px;
    width: 96%;
    text-align: left;
    border: none;
    border-bottom; 1px solid #999;
  }
}


/* --------------------------------------------------- TOCOLOGY */
.tecnology {
  width: 100%;
}

.tecnology th{
  padding: 12px 20px 10px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  text-align: left;
  font-weight:700;
  width: 25%;
}
.tecnology td{
  padding: 12px 10px 10px 5px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  font-weight:500;
  text-align: left;
}

.tecnology .tecnologycell{
  width: 10%;
}


@media screen and (max-width: 768px) {
.tecnology {
    width: 100%;
    border: 0px solid #999;
  }
.tecnology th {
    display: block;
    margin-top:15px;
    padding: 5px 5px 5px 10px;
    background-color: #eee;
    width: 100%;
    font-size: 17px;
    font-weight:blod;
    border:none;
   text-align: left;
  }
.tecnology td{
    display: block;
    padding: 3px 7px 4px 10px;
    width: 96%;
    text-align: left;
    border: none;
    border-bottom; 1px solid #999;
  }
.tecnology .tecnologycell{
    display: none;
  }
}

/* --------------------------------------------------- TOCOLOGY2 */
.tecnology2 {
  width: 100%;
}

.tecnology2 th{
  padding: 12px 20px 10px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  text-align: left;
  font-weight:700;
  width: 32%;
}
.tecnology2 td{
  padding: 12px 10px 10px 5px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  font-weight:500;
  text-align: left;
}


@media screen and (max-width: 768px) {
.tecnology2 {
   border-bottom: 1px solid #999;
}
.tecnology2 th {
    display: block;
    margin-top:15px;
    padding: 5px 5px 5px 10px;
    background-color: #eee;
    width: 100%;
    font-size: 17px;
    font-weight:blod;
    border:none;
   text-align: left;
  }
.tecnology2 td{
    display: block;
    padding: 3px 7px 4px 10px;
    width: 96%;
    border:none;
    text-align: left;
  }
.tecnology2 .bor{
    border-top: 1px solid #999;
   }
}


/* --------------------------------------------------- NETWORK */
.simpletable15 {
  border-collapse: collapse;
  width: 100%;
}
.simpletable15 br{
	display: none;
}
.simpletable15 span{
        padding-right: 24px
}
.simpletable15 th,
.simpletable15 td {
  padding: 10px 20px;
  border: 1px solid #999;
}
.simpletable15 th {
  background-color: #eee;
  text-align: center;
  width: 20%;
}

.simpletable15 .cell {
  text-align: center;
  font-weight: bold;
  width: 14%;
}

.simpletable15 .cell .fa {
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
}
.simpletable15 .cellR {
  text-align: left;
  font-weight: bold;
  width: 10%;
}

@media screen and (max-width: 768px) {
  .simpletable15 {
    border-top: 0px solid #999;
    width: 97%;
    font-size: 15px;
  }
.simpletable15 br{
	display: block;
 }
  .simpletable15 td {
		display:block;
                padding: 5px;
		width: 100%;
		border:none;

  }
.simpletable15 th {
		display:block;
                padding: 5px 10px;
		width: 96%;
                text-align: left;
  }

.simpletable15 .cell {
  text-align: left;
  font-weight: bold;
  width: 100%;
}

.simpletable15 .cellR {
  text-align: right;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom:30px;
}
}

/* --------------------------------------------------- GROUP*/
.group_other  {
  width: 100%;
  background-color: #fff;
}

.group_other th{
  padding: 12px 0px 10px 10px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  text-align: left;
  font-size: 1.2em;
  font-weight:700;
  width: 88%;
}
.group_other2 {
  padding: 10px 0px;
  text-align: center;
  font-size: 1.0em;
  width: 100%;
}
.group_other td{
  padding: 12px 0px 10px 5px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  font-weight:500;
  text-align: left;
}


@media screen and (max-width: 768px) {
.group_other {
    border-top: 1px solid #999;
  }
.group_other th {
    display: block;
    padding: 4px 0px 2px 5px;
    background-color: #fafafa;
    width: 100%;
    font-size: 1.0em;
    border:none;
  }

.group_other  td{
    display: block;
    padding: 3px 0px 4px 5px;
    text-align: left;
    font-size: 0.8em;
    border-top: none;
    border-bottom; 1px solid #999;
  }

}

/* --------------------------------------------------- DATASHEET */
#select1{
  margin-top : -80px;
  padding-top : 80px;
}
#select2 {
  margin-top : -80px;
  padding-top : 80px;
}
#select3 {
  margin-top : -80px;
  padding-top : 80px;
}
#select4 {
  margin-top : -80px;
  padding-top : 80px;
}
#select5 {
  margin-top : -80px;
  padding-top : 80px;
}
#select6 {
  margin-top : -80px;
  padding-top : 80px;
}

.datasheet_box {
    text-align:left;
    margin: 0px auto 100px;
    width:600px;
 } 


.datasheet {
  width: 100%;
  background-color: #fff;
}
.datasheet th{
  padding: 12px 20px 10px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  font-size: 16px;
  text-align: left;
  font-weight:700;
  width: 26%;
}
.datasheet td{
  padding: 10px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  font-size: 14px;
  font-weight:500;
  text-align: left;
}
.datasheet .datasheetcell{
  width: 5%;
}
.datasheet .datasheetcellR {
  width: 34%;
  padding-bottom:20px;
  text-align: center;
}

.datasheet img{
width: 35px;
height: 40px;
}

@media screen and (max-width: 480px) {
.datasheet_box {
    text-align:left;
    margin: 0px auto 100px;
    width:100%;
 } 

.datasheet {
    width: 98%;
    border: 0px solid #999;
  }
.datasheet th {
    display: block;
    margin-top:14px;
    padding: 4px;
    background-color: #eee;
    width: 100%;
    font-size: 16px;
    font-weight:blod;
    border:none;
   text-align: left;
  }
.datasheet td{
    display: block;
    padding: 1px 0px 2px 5px;
    font-size: 12px;
    text-align: left;
    border: none;
    border-bottom; 1px solid #999;
  }
.datasheet .datasheetcell{
    display: block;
    padding: 3px 0px 4px 5px;
    width: 100%;
    text-align: left;
    border: none;
    border-bottom; 1px solid #999;
  }
.datasheet .datasheetcellR {
    display: block;
    margin: 14px auto;
    padding: 3px 0px 4px 5px;
    width: 100%;
    text-align: center;
    border: none;
    border-bottom; 1px solid #999;
  }

.datasheet img{
width: 10%;
height: 10%;
}
}


/* --------------------------------------------------- SEAJET */
.datasheetR {
  width: 100%;
  background-color: #fff;
  word-break: break-all;
}

.datasheetR th{
  padding: 12px 20px 10px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  font-size: 18px;
  text-align: left;
  font-weight:700;
  width: 25%;
}
.datasheetR td{
  padding: 12px 0px 10px 5px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
  font-weight:500;
  text-align: left;
}

.datasheetR .datasheetcellR {
  width: 20%;
  padding-bottom:20px;
  text-align: center;
}
.datasheetR img{
width: 35px;
height: 40px;
}


@media screen and (max-width: 480px) {
.datasheetR {
    width: 98%;
    border: 0px solid #999;
    word-break: break-all;
  }

.datasheetR th {
    display: block;
    margin-top:15px;
    padding: 5px;
    background-color: #eee;
    width: 100%;
    font-size: 14px;
    font-weight:blod;
    border:none;
   text-align: left;
  }
.datasheetR td{
    display: block;
    padding: 3px 0px 4px 5px;
    text-align: left;
    border: none;
    border-bottom; 1px solid #999;
  }
.datasheetR .datasheetcellR {
    display: block;
    padding: 3px 0px 4px 5px;
    width: 100%;
    text-align: left;
    border: none;
    border-bottom; 1px solid #999;
  }
.datasheetR img{
width: 10%;
height: 10%;
}

}


/* --------------------------------------------------- form */
.simpletableform {
  border-collapse: collapse;
  width: 100%;
}
.simpletableform th,
.simpletableform td {
  padding: 5px;
  border: 1px solid #999;
}
.simpletableform th {
  background-color: #eee;
  text-align: left;
  width: 15%;
}



@media screen and (max-width: 768px) {
  .simpletableform {
    border:none;
  }
  .simpletableform td {
    display: block;
    text-align: left;
  }
  .simpletableform th {
    display: block;
    border: none;
    width: 100%;
  }
}

/* --------------------------------------------------- Corporate Data */
.simpletable20 {
  border-collapse: collapse;
  width: 100%;
}
.simpletable20 br{
	display: none;
}
.simpletable20 span{
        padding-right: 24px
}
.simpletable20 th,
.simpletable20 td {
  padding: 10px 20px;
  border: 1px solid #999;
}
.simpletable20 th {
  background-color: #eee;
  text-align: center;
  width: 20%;
}

.simpletable20 th.t_top {
    border-top: #be1309 4px solid;
}
.simpletable20 td.t_top {
	border-top: #b3b3b3 4px solid;
}


@media screen and (max-width: 768px) {
  .simpletable20 {
    border-top: 0px solid #999;
    width: 98%;
  }
.simpletable20 br{
	display: block;
  }
  .simpletable20 td {
		display:block;
                padding: 5px 15px;
		width: 98%;
		border:none;
  }
  .simpletable20 th {
		display:block;
                padding: 5px 15px;
		width: 98%;
                text-align: left;
                border:none;
  }
}

/* --------------------------------------------------- STANDARD (width45) */
.simpletable45 {
  border-collapse: collapse;
  width: 100%;
}
.simpletable45 th,
.simpletable45 td {
  padding: 10px;
  border: 1px solid #999;
}
.simpletable45 th {
  background-color: #eee;
  text-align: center;
  width: 35%;
}

@media screen and (max-width: 768px) {
  .simpletable45 {
    width: 98%;
    border: 0px solid #999;
  }
  .simpletable45 td {
    display: block;
    border: none;
    width: 100%;
    text-align: left;
  }
  .simpletable45 th {
    display:block;
    border: none;
    width: 100%;
    text-align: left;
  }
}

/* --------------------------------------------------- STANDARD 2 (width12) */
.simpletable12 {
  border-collapse: collapse;
  width: 100%;
}
.simpletable12 th,
.simpletable12 td {
  padding: 10px;
  border-style: solid; /* 枠の種類 */
  border-color: #C0C0C0; /* 枠の色 */
  border-width: 1px 0px; /* 枠の幅 */
}
.simpletable12 th {
  text-align: left;
  width: 12%;
}
.simpletable12 td {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .simpletable12 {
    width: 98%;
    border: 0px solid #999;
  }
  .simpletable12 td {
    display: block;
    border: none;
    width: 100%;
    text-align: left;
  }
  .simpletable12 th {
    display:block;
    background-color: #eee;
    border: none;
    width: 100%;
    text-align: left;
  }
}




/* --------------------------------------------------- New Table */

  .responsive {
   border-collapse: collapse;
   width: 100%;
  }
 .responsive th,
 .responsive td {
   border: 1px solid #dddddd;
   background-color: #fff;
   padding: 10px;
   text-align: center;
  }
  .responsive .txt_tittle {
   font-weight:600;
   }
 .responsive th p {
   font-weight:400;
   font-size: 14px;
   }
 .responsive td.txt-center {
   text-align: center;
   padding: 0px 10px;
   width: 200px;
   font-weight:600;
  }
 .responsive td.txt-left {
   text-align: left;
   padding: 0px 10px;
   width: 200px;
   font-weight:600;
  }

@media (max-width: 768px) {
  .responsive {
    border-collapse: separate;
    border-spacing: 0  20px;
  }
  .responsive thead {
    display: none;
  }
  .responsive tr {
    background-color: #f6f6f6;
    padding: 5px;
  }
  .responsive td {
    border: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
    text-align: left;
    padding: 5px;
  }
  .responsive td.col-6 {
    float: left;
    width: 50%;
  }
  .responsive td.txt-center {
   text-align: left;
   padding: 10px 5px;
   width: 100%;
   font-size: 18px;
  }
  .responsive td.txt-left {
   text-align: left;
   padding: 10px 5px;
   width: 100%;
   font-size: 18px;
  }
  .responsive td:before {
    content: attr(data-title) " ";
  }
  .responsive .clear {
    clear: both;
  }
}
