@charset "utf-8";
/* CSS Document */
/*--------　　共通　　---------*/
.small-text3 {
  font-size: 12px;
}
h2 {
  font-size: 17px;
  color: #13496F;
  font-weight: bold;
  margin-bottom: 10px !important;
}
.color-orange {
  color: #E97132;
}
.font16 {
  font-size: 16px;
}
.line-h14 {
  line-height: 1.4;
}
.mr0 {
  margin-bottom: 0px !important;
}
.mr5 {
  margin-bottom: 5px !important;
}
.mr10 {
  margin-bottom: 10px !important;
}
.mr30 {
  margin-bottom: 30px !important;
}
.mr40 {
  margin-bottom: 40px !important;
}
.link_arrow {
  background: url(../../../../images/common/csspart/marker_blue.gif) no-repeat 5px 7px;
  margin-bottom: 5px;
  padding-left: 14px;
  margin-top: 5px;
}
.text-underline {
  text-decoration:underline;
}
.text-red {
  color:#FF0000;
}
a.pdf_icon2 {
  background-repeat: no-repeat;
  background-image: url(../../../../images/common/csspart/pdf_icon2.gif);
  background-position: 100% 50%;
  padding: 1px 20px 1px 0;
}