@charset "utf-8";

body#aboutus #headerArea .headerBG {
  background-image: url(../images/02_mv.jpg);
}

#message_con {
	width: 1000px;
  padding: 60px 0;
	margin: 0 auto;
	border-bottom: 1px dashed #67605D;
}

#message_con .msgPh {
  padding-top: 20px;
  font-size: 11px;
  line-height: 1.6;
}
#message_con .msgPh .company {
  padding-top: 15px;
}
#message_con .msgPh .name span {
  font-size: 15px;
}
#message_con .msg {
  width: 780px;
  padding: 30px 0 0;
  margin: 0 auto;
	text-align: left;
}

#company_con {
	width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
	border-bottom: 1px dashed #67605D;
}

.profileList {
  max-width: 780px;
  display: inline-block;
  line-height: 1.5em;
  text-align: left;
}
.profileList dt {
  width: 8em;
	-moz-text-align-last: justify;
	text-align-last: justify;
}
.profileList dd {
  margin: -1.5em 0 1em 0;
  padding: 0 0 0 12em;
}
.profileList dd:last-child {
  margin-bottom: 0;
}
.profileList .officerList span {
  display: inline-block;
}
.profileList .officerList .position {
  width: 6em;
}

#history_con {
	width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
	border-bottom: 1px dashed #67605D;
}

.historyList {
  max-width: 780px;
  display: inline-block;
  line-height: 1.8em;
  text-align: left;
}
.historyList dt {
  width: 8em;
}
.historyList dt .year {
  display: inline-block;
  width: 5em;
  letter-spacing: 0.2em;
}
.historyList dt .month {
  display: inline-block;
  width: 3em;
  text-align: right;
}
.historyList dt .num {
  display: inline-block;
  width: 2em;
  text-align: center;
}
.historyList dd {
  margin: -1.8em 0 1em 0;
  padding: 0 0 0 12em;
}
.historyList dd:last-child {
  margin-bottom: 0;
}

#access_con {
	width:1000px;
  margin: 0 auto;
  padding: 60px 0 0;
}

#access_con h4{
	color: #33612E;
  font-size: 105%;
	font-weight: bold;
}

#access_con .accessInfo {
  padding: 20px 0 10px;
}

#access_con #map {
  position: relative;
  width: 100%;
  padding-bottom: 42%;
}

#access_con #map iframe{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
