@charset "UTF-8";

/* ホームページ制作
-----------------------------------------------------------------*/

#works {
  width: 683px;
}
#works p {
  margin-bottom: 1em;
}
#works ul {
  list-style: none;
}
#works ul li {
  background: url("../images/arrow_big.gif") no-repeat;
  font-size: 120%;
  line-height: 15px;
  margin-bottom: 0.5em;
  text-indent: 1em;
}
#works ul li a:link {
  color: #c20000;
  font-weight: bold;
}

/* 制作実績
-----------------------------------------------------------------*/
#works ol#result {
  list-style: none;
}

#works ol#result dl.result_contents dt {
  float: left;
  width: 175px;
}
#works ol#result dl.result_contents dd {
  margin-left: 185px;
}
#works ol#result dl.result_contents dd h3 {
  font-size: 120%;
  font-weight: bold;
  padding: 0.3em 0;
  text-indent: 1em;
  background: url("../images/caption2.gif") left repeat-y;
}
#works ol#result dl.result_contents dd dl.url_contents {
  margin-top: 0.5em;
}
#works ol#result dl.result_contents dd dl.url_contents dt {
  width: 3em;
  background: #2f7c14;
  text-align: center;
  color: #fff;
}
#works ol#result dl.result_contents dd dl.url_contents dd {
  margin-left: 4em;
}
#works ol#result dl.result_contents dd ul {
  margin: 0.5em 0;
}
#works ol#result dl.result_contents dd ul li {
  display: inline;
  background: #3d5fba;
  font-size: 80%;
  color: #fff;
  padding: 0 0.3em;
  margin: 0 0.5em 0 0;
}

/* お問い合わせフォーム
-----------------------------------------------------------------*/
.result_contact {
  clear: both;
  background: url("../images/works/result_contact.png") #f8a581 no-repeat;
  height: 40px;
  line-height: 40px;
  text-indent: 4em;
  font-weight: bolder;
  font-size: 120%;
  margin-bottom: 1em;
}
.result_contact a:link {
  color: #c20000;
}