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


/* index.html
------------------------------------*/
/* mainimg */
#mainimg { 
	background-image: url(/group/bte/corporate/images/mainimg_corporate_01.jpg);
	background-color: #888f8e;
  background-size: auto 200px;
}
#mainimg .inner h1 {
    color: #fff;
}

@media screen and (min-width: 768px) {
#mainimg .read {
    color: #fff;
}
}
@media screen and (max-width: 767px) {
#mainimg {
	background-color: transparent;
  background-size: 100% auto;
}
}

/* philosophy.html
------------------------------------*/
.fig_philosophy {
  margin-top: 45px;
  text-align: center;
}
  .fig_philosophy img {
    border: solid 1px #ccc;
  }

@media screen and (max-width: 979px) {
}

@media screen and (max-width: 767px) {
}


/* access.html
------------------------------------*/
.table_access th,
.table_access td {
  text-align: left !important;
}

@media screen and (max-width: 979px) {
}

@media screen and (max-width: 767px) {
}


/* executives.html
------------------------------------*/
.sec_executives .h3_basic01Wrap {
  margin-bottom: 0;
}
.sec_executives .dl_basic02 {
  margin-top: 0;
}

@media screen and (max-width: 979px) {
.sec_executives .dl_basic02 dt {
  float: left;
  width: 45%;
  padding: 10px;
}
.sec_executives .dl_basic02 dd {
  padding: 10px 10px 10px 0;
}
}

@media screen and (max-width: 767px) {
}

