@charset "utf-8";

/* ---------------------------------------- 参加健保 */

/* 共通 */
#container-box {
  margin-top: 20px;
}
#main-box {
  width: 100%;
}
#main-box .title {
  float: left;
  color: #00693e;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}
#main-box .title-desc {
  float: right;
  margin-top: 5px;
  margin-left: 10px;
  font-size: 11px;
}
#main-box .index-menu { padding: 20px 0 0 0; font-size: 15px; }
#main-box .index-menu a:link { text-decoration: underline; }
#main-box .index-menu a:visited { text-decoration: underline; }

#list-table {
  width: 566px;
  margin-top: 20px;
}
#list-table td { vertical-align: top; padding: 2px; }
#list-table .index {
  width: 8%;
}
#list-table .name {
  width: 38%;
  color: #00693e;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px dashed #999;
}
#list-table .yakuin {
  width: 12%;
  border-bottom: 1px dashed #999;
}
#list-table .bukai {
  width: 42%;
  border-bottom: 1px dashed #999;
}

.index-arrow {
  width: 35px;
  padding-left: 3px;
  height: 18px;
  background-image: url("../images/sankakenpo/arrow-bg.png");
  color: #00693e;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}
