@charset "utf-8";
/* CSS Document */
/*
ページタイトル
----------------------------------------------------------------------*/
#page_title {
  background-image: url(image/title.jpg)
}
/*
一覧
----------------------------------------------------------------------*/
.list_table {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.list_table tr {
  background-image: url(image/border.png);
  background-position: left bottom;
  background-repeat: repeat-x;
  overflow: hidden;
}
.list_table tr th {
  padding: 20px 0px 10px 0px;
  text-align: left;
  font-size: 16px;
}
.list_table tr th p {
  background-image: url(image/ico01.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
}
.list_table tr th p.atom {
  background-image: url(image/ico_atom.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
}
.list_table tr th p span {
  font-size: 15px;
}
.list_table tr th p a {
  color: #000;
}
.list_table tr th p.atom a {
  color: #000;
  margin-left: 10px;
}
.list_table tr td {
  padding: 20px 0px 10px 0px;
}