@charset "utf-8";

/* CSS Document */

#g_item #main h2 {
  font-size: 100%;
}

#main dl {
  position: relative;
  behavior: url(/common/js/PIE.htc);
  overflow: hidden;
	border: 1px solid #ddd;
}

#main dt {
  font-size: 125%;
  font-weight: bold;
  height: 61px;
  line-height: 61px;
}

#main dd {
  padding: 15px 19px;
  font-size: 88%;
  background: #FFF;
  position: relative;
}

#main dd li {
  margin-bottom: 3px;
  padding-left: 12px;
  position: relative;
}
#main dd li::before{
	position: absolute;
	content: "";
	top: 46%;
	left:0;
	transform: translateY(-50%);
	width: 6px;
	height: 8px;
	background-color: var(--color-sub);
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
#main dd li a {
  text-decoration: none;
}
