@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------
	ホーム
----------------------------------------------------*/
/* slide */
.mainImage {
  background: url(../images/home/bg_slide.png) 50% 0 no-repeat;
  height: 320px;
  margin: 0 auto 10px;
}
/* catchcopy */
.catchcopy {
  padding: 25px 20px;
  background: #fff;
  border: 1px solid #ddd;
}
.catchcopy h2 {
  margin: 0 0 15px;
  padding: 0;
}
.catchcopy p.copy {
  float: left;
  width: 450px;
  margin: 0 20px 0 0;
  font-size: 0.8em;
  line-height: 2.0;
}
.catchcopy .director {
  float: left;
  width: 140px;
  font-size: 0.9em;
  line-height: 1.2;
  text-align: center;
}
.catchcopy .director img {
  margin: 0 0 5px;
}
.catchcopy .director span.president {
  font-size: 0.8em;
}
.catchcopy .director span.specialist {
  font-size: 0.7em;
}
/* information */
.information .box {
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
}
.information dl {
  padding: 0;
  font-size: 0.8em;
}
.information dt {
  float: left;
  margin: 0;
  padding: 13px 0 10px;
  line-height: 1.5;
}
.information dd {
  margin: 0;
  padding: 13px 0 10px 138px;
  background: url(../images/common/arrow.gif) 112px 16px no-repeat;
  border-bottom: 1px dotted #ccc;
  line-height: 1.5;
}
.information dd a {
  text-decoration: underline;
}
.information dl img.newIcon {
  vertical-align: middle;
  padding: 1px 0 0 4px;
}
.information .listBtn {
  margin: 10px 0 0;
  text-align: right;
}
/* examine */
.examine {
  padding: 25px 10px;
  background: #fff;
  border: 1px solid #ddd;
}
.examine h4 {
  margin: 0 10px 10px;
  padding: 0;
  background: none;
}
.examine ul {
  margin: 0 0 0 30px;
  font-size: 0.8em;
  line-height: 1.8;
}
.examine ul li {
  list-style: disc;
}
