/* --------------------------------------------------
clearfix
-------------------------------------------------- */
#experience h4 {
  background: url("../../img/common/bg_h4long.gif") no-repeat scroll left bottom rgba(0, 0, 0, 0);
}

#experience .exList li {
  margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}

#experience .address {
  text-align: center;
}

#experience .address dl {
  display: inline-block;
  width: 410px;
  background: #F2EDE3;
  padding: 20px;
  border: #e1dcd2 solid 2px;
}
#experience .address dl strong {
  display: block;
}
#experience .address dl dt {
  color: #633;
  font-size: 1.2em;
  margin-bottom: 10px;
}
#experience .address dl dd {
  text-align: left;
}
#experience .address dl dd span {
  color: #666;
}

.pdf a {
  background: url("../../img/common/icon_pdf.gif") no-repeat scroll 10px 0.8em rgba(0, 0, 0, 0);
  border: 1px dotted #CCCCCC;
  display: inline-block;
  margin: 5px 0;
  padding: 7px 15px 7px 27px;
}

.pdf a:hover {
  border: 1px solid #FF9900;
  text-decoration: none;
}
