@charset "UTF-8";

/*------------------------------------------------
スタディー固有のCSS
------------------------------------------------*/
#study p{
  margin-bottom: 10px;
}

#study dd{
  margin-bottom: 10px;
  line-height: 1.5em;
  letter-spacing: 0.08em;
}

#study h3{
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 15px;
}

#study h4{
	font-size: 80%;
	line-height: 1.2em;
	margin-bottom:15px;
	background-color: #DBDBDB;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#study dl{
  margin-bottom: 25px;
    width: 680px;
}

#study dt{
  margin-bottom: 5px;
  border-bottom: 1px solid #CCCCCC;
  font-weight: bold;
}
#study dd {
  margin-bottom: 2px;
}