@charset "utf-8";
/* CSS Document */

#infomation p.search_result {
  float: left;
  color: #666666;
  font-size: 14px;
  display: inline;
  margin: 0 20px 0px 0;
  padding-bottom: 20px;
}
#infomation p.search_result span {
  font-size: 18px;
  font-weight: bold;
  color: #ee0f39;
}
#infomation p.pagenav {
  float: right;
  padding-bottom: 20px;
}
#infomation p.pagenav span {
  display: inline-block;
  padding: 0 10px;
}

.infomation_list {
  width: 738px;
  height: auto;
  border: 1px solid #aaaaaa;
  background: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-bottom: 40px;
}
.infomation_list dt {
  padding: 20px 0 5px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  line-height: 1em;
  background: url(../img/common/dotline.png) left top repeat-x;
}
.infomation_list dd {
  margin: 0 0 5px 20px;
  margin-bottom: 10px;
  line-height: 1.3em;
}
.infomation_list dd a {
  text-decoration: underline;
  color: #0067b2;
  font-size: 14px;
}
.infomation_list dt:first-child {
  background: none;
}

.infomation_list span.category{
  font-size: 11px;
  display: inline-block;
  width: 66px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin: 0 10px;
  color: #ffffff;
  border-radius: 4px;
}
.infomation_list span.important{
  background: #f83c76;
}

.infomation_list span.service{
  background:#9bcdf7;
}

.infomation_list span.campaign{
  background:#f8a347;
  font-size:10px;
  line-height:21px;
}

.infomation_list span.info{
  background:#1a489b;
}

.infomation_list span.other{
  background:#acacac;
}

.infomation_content {
  width: 698px;
  height: auto;
  line-height: 1.2em;
  margin-bottom: 40px;
  padding: 20px;
  font-size: 14px;
  color: #333333;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}