.content_body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 95%;
  margin: 1em auto 0em auto;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 3px;
  padding: 1em 0.8em; }
.content_body h1.title {
  margin-bottom: 0.5em; }
.content_body p.intro {
  line-height: 1.4em;
  margin-bottom: 1em; }
.content_body h2.subtitle {
  border-left: 3px solid #000;
  padding: 0.5em 0 0.5em 0.4em;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  font-weight: bold; }
.content_body ul li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 1.4em 0.6em 1.2em 0.6em;
  display: block;
  position: relative;
  text-decoration: none;
  color: #000;
  border: 1px solid #ccc;
  border-bottom: none;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#d9d9d9)); }
.content_body ul li a img {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px; }
.content_body ul li:first-child a {
  border-radius: 5px 5px 0 0; }
.content_body ul li:last-child a {
  border-radius: 0 0 5px 5px;
  border-bottom: 1px solid #ccc; }
