@charset "UTF-8";
/* CSS Document */
/*-------------------------------contents-----------------------------------*/

#wrapper #contents #main h2 {
  padding-top: 20px;
}

#wrapper #contents #main .overview {
  width: 780px;
  margin: 0 auto;
  border: solid 2px #ccc;
  margin-bottom: 40px;
}

#wrapper #contents #main .overview th {
  background-color: #e5eef3;
  padding: 20px 40px;
  border-bottom: solid 2px #ccc;
}

#wrapper #contents #main .overview td {
  padding: 20px 30px;
  border-bottom: solid 2px #ccc;
}

#wrapper #contents #main .overview .none {
  border: none;
}

#wrapper #contents #main .overview .height01 {
  line-height: 40px;
}

#wrapper #contents #main .businessLine {
  width: 430px;
}

#wrapper #contents #main .businessLine ul {
  margin-left: 75px;
  margin-bottom: 35px;
}

#wrapper #contents #main .businessLine li {
  padding-bottom: 10px;
}

#wrapper #contents #main .businessLine li:before {
  content: "●";
  margin-right: 3px;
  color: #003366;
}

#wrapper #contents #main .history {
  background-image: url(../img/profile/bg_main.jpg);
  background: url(../img/profile/bg_main.jpg) left 30px no-repeat;
  background-size: cover;
}

#wrapper #contents #main .history dl {
  margin-left: 75px;
  overflow: hidden;
}

#wrapper #contents #main .history dt {
  width: 85px;
  float: left;
  margin-right: 40px;
  clear: both;
  padding-bottom: 20px;
  line-height: 1.8;
}

#wrapper #contents #main .history dd {
  float: left;
  padding-bottom: 20px;
  line-height: 1.8;
}
