﻿/* Fast Facts*/
.secFactsTbl {
  width: 600px;
}
.secFactsTbl tbody th,
.secFactsTbl tbody td {
  padding: 16px;
  border: 1px solid #fff;
  vertical-align: middle;
}
.secFactsTbl tbody th {
  width: 20%;
  background: #bae3f9;
	font-weight: bold;
}
.secFactsTbl tbody td {
  width: 80%;
  background: #f7f7f7;
}
.secFactsTbl .phone,
.secFactsTbl .fax {
  display: inline-block;
  margin-right: .5em;
  padding: 2px 5px;
  width: 45px;
  border: 1px solid #006fbd;
  color: #006fbd;
  text-align: center;
  font-size: .65rem;
}
@media screen and (min-width: 769px) {
  .secFactsTbl {
    width: auto;
    margin: 0 auto;
  }
}

/* Business in Indonesia */
.secBizFlexImg {
  text-align: center;
}
.secBizFlexL {
  margin-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .secBizFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .secBizFlexL {
    margin-right: 16px;
    margin-bottom: 0;
    width: 600px;
  }
  .secBizFlexR {
    width: 400px;
  }
}


/* Representative Office in Indonesia(Osaka Gas Singapore Pte. Ltd) */
.secOfficeTbl {
  width: 600px;
}
.secOfficeTbl thead tr {
  background: #bae3f9;
	font-weight: bold;
}
.secOfficeTbl thead tr .nos {
  width: 60%;
}
.secOfficeTbl thead tr .md {
  width: 40%;
}
.secOfficeTbl tbody tr:nth-child(odd) {
  background: #f7f7f7;
}
.secOfficeTbl thead tr th,
.secOfficeTbl tbody td {
  padding: 16px;
  border: 1px solid #fff;
  vertical-align: middle;
}
.secOfficeTbl .officeName {
  font-weight: bold;
}
.secOfficeTbl .phone,
.secOfficeTbl .fax {
  display: inline-block;
  margin-right: .5em;
  padding: 2px 5px;
  width: 45px;
  border: 1px solid #006fbd;
  color: #006fbd;
  text-align: center;
  font-size: .65rem;
}
@media screen and (min-width: 769px) {
  .secOfficeTbl {
    width: auto;
  }
}
