/*------------------------------------*/
/* corprate_profile.css : main_group */
#main_group {
  font-size:1em;
  line-height:1.5em;
}

#main_group h1 {
  padding: 0px 1em;
  font-size: .8em;
}

h2 {
  clear: both;
  background-image: url('../img/h_back01.png');
  background-repeat: no-repeat;
  padding: .5em 2.5em;
  font-size: 1.5em;
  color: #0;
  letter-spacing:3px;
  text-shadow: -1px -1px 0px #acacac, 1px -1px 0px #acacac, 1px 1px 0px #acacac, -1px 1px 0px #acacac, 
               1px 2px 3px rgba(0, 0, 0, 0.6);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
h2 img {
  float:left;
  padding-right: 15px;
}

h3 {
  font-size: 0.9em;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 2em;
}

#p01 {
  padding-left: 4em;
  padding-right: 4em;
  padding-bottom: 1em;
}
#p02 {
  font-size: 0.8em;
  padding-left: 4em;
  padding-right: 4em;
}

#tbl_profile {
  margin-left: 4em;
  margin-right: 4em;
  border-spacing: 0;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
       -o-border-radius: 6px;
          border-radius: 6px;
  box-shadow: 0 1px 1px #ccc;
}
#tbl_profile th,
#tbl_profile td {
  padding: 5px 20px 5px 20px;
  background: #ffffff;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
}
#tbl_profile tr:first-child th:first-child,
#tbl_profile tr:first-child td:first-child {
  -webkit-border-radius: 6px 0 0 0;
     -moz-border-radius: 6px 0 0 0;
       -o-border-radius: 6px 0 0 0;
          border-radius: 6px 0 0 0;
}
#tbl_profile tr:first-child th:last-child,
#tbl_profile tr:first-child td:last-child {
  -webkit-border-radius: 0 6px 0 0;
     -moz-border-radius: 0 6px 0 0;
       -o-border-radius: 0 6px 0 0;
          border-radius: 0 6px 0 0;
}
#tbl_profile tr:last-child th:first-child,
#tbl_profile tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 6px;
     -moz-border-radius: 0 0 0 6px;
       -o-border-radius: 0 0 0 6px;
          border-radius: 0 0 0 6px;
}
#tbl_profile tr:last-child th:last-child,
#tbl_profile tr:last-child td:last-child {
  -webkit-border-radius: 0 0 6px 0;
     -moz-border-radius: 0 0 6px 0;
       -o-border-radius: 0 0 6px 0;
          border-radius: 0 0 6px 0;
}
.profile_td01 {
  width: 100px;
}
.profile_td02 {
  width: 570px;
}
