/* import
---------------------------------------- */
@import url("../../shared/css/reset.css");
@import url("../../shared/css/common.css");
/* state
---------------------------------------- */
#state {
  padding-bottom: 25px;
}
#state h2 {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 10px;
}
#state h2 span {
  display: block;
  width: 300px;
  height: 32px;
  margin: 0 auto;
}
#state p.text {
  padding: 10px;
}
#state article {
  margin-top: 5px;
  background: url("../../img/shared_mark_arw_circle_right_glow.gif") 98% 50% no-repeat, -webkit-linear-gradient(top, white 0%, #eafbff 100%);
  background: url("../../img/shared_mark_arw_circle_right_glow.gif") 98% 50% no-repeat, -moz-linear-gradient(top, white 0%, #eafbff 100%);
  background: url("../../img/shared_mark_arw_circle_right_glow.gif") 98% 50% no-repeat, -ms-linear-gradient(top, white 0%, #eafbff 100%);
  background: url("../../img/shared_mark_arw_circle_right_glow.gif") 98% 50% no-repeat, -o-linear-gradient(top, white 0%, #eafbff 100%);
  background: url("../../img/shared_mark_arw_circle_right_glow.gif") 98% 50% no-repeat, linear-gradient(top, white 0%, #eafbff 100%);
  background: url("../../img/shared_mark_arw_circle_right_glow.gif") no-repeat 98% 50%, -webkit-gradient(linear, center top, center bottom, from(white), to(#eafbff));
  background-color: white;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
#state article a {
  display: block;
  padding: 10px 21px 10px 8px;
}
#state article a:before, #state article a:after {
  content: "";
  display: table;
}
#state article a:after {
  clear: both;
}
#state article a {
  zoom: 1;
}
#state article a p.photo {
  float: left;
  width: 83px;
  height: 65px;
  margin-right: 7px;
  border: 1px solid #d2d2d2;
}
#state article a div.entry {
  float: left;
  width: 197px;
}
#state article a div.entry p.notice {
  margin-top: 5px;
  color: #858585;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
}
#state article a div.entry h3 {
  color: #00c7f9;
  font-size: 14px;
  line-height: 1.2;
}
