@charset "UTF-8";
/*カレント表記*/
.naviPc ul li.mainNaviClinical > a:before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 142px;
	height: 5px;
	background-color: #fff;
}
#research .titleMain {
  background-image: url(../images/research/bgTitleMain.png);
}

/* ================================================================
	臨床研究とは
=================================================================== */
#research.index .mainColumnInner > p + p {
  margin-top: 1em;
}
#research.index .imgAbout {
  display: block;
  margin: 35px auto 30px;
}
#research.index .glossary {
  background-color: #F4FAE5;
  padding: 15px;
}
#research.index .glossary h3 {
  font-size: 14px;
  color: #505050;
  font-weight: normal;
  position: relative;
  padding-left: 17px;
  line-height: 1.2;
}
#research.index .glossary h3:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #95D100;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
#research.index .glossary dl {
  font-size: 14px;
  line-height: 1.42;
  margin-top: 5px;
}
#research.index .glossary dt {
  text-indent: -.5em;
  color: #95D100;
}
.bottom30{
  margin-bottom:30px;
}