@charset "utf-8";
/*------------------------------------------------------------*/
#about_contents{
	width: 100%;
	background: #00FFFF;
}
#about_contents article section{
  position: relative;
  width: 960px;
  margin: 0 auto;
}
#about_contents #about_ttl{
  padding-top: 60px;
}
#about_contents .about_con{
  margin-bottom: 30px;
}
.about_con{
  margin-top: 30px;
}
.about_con .left_box{
  margin-top: 40px;
}
.about_con .right_box dl{
  width:580px;
}
.about_con .right_box dl dt{
  float:left;
  clear:left;
  width:120px;
  text-align: right;
  margin-right: 20px;
  margin-top: 0.5em;
}
.about_con .right_box dl dd{
  margin-top: 0.5em;
  float:left;
  width:409px;
}
.about_con .right_box dl dt:first-child,
.about_con .right_box dl dd:nth-of-type(1){
  margin-top: 0;
}
.about_con .right_box dl dd img{
  margin: 20px 0 10px;
}
.about_con .right_box dl dd img:hover{
  opacity: 0.8;
}
.about_con .right_box dl dd span.link_btn a{
  background: #FFF;
  border: 1px solid #000;
  padding: 0 4px;
  font-size: 0.8em;
  margin-left: 8px;
}
.about_con .right_box dl dd span.link_btn a:hover{
  opacity: 0.8;
}
.soukanzu{
  position: absolute;
  bottom: 0;
  padding: 30px;
  display: block;
  background: #000;
  color: #FFF;
}
.soukanzu:hover{
  cursor: pointer;
}
.soukanzu_con{
  background: #FFF;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 830px;
  height: 368px;
  text-align: center;
  padding: 30px 0;
  -webkit-box-shadow: 0px 0px 22px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 22px -1px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 22px -1px rgba(0,0,0,0.75);
}
.close_btn{
  position: absolute;
  right: 30px;
}
.close_btn:hover{
  opacity: 0.7;
  cursor:pointer;
}