@charset "UTF-8";

.pagetitle { 
  width: 684px;
  height: 68px;
  background: url(images/link_title.png) no-repeat;
  margin-bottom: 15px;
  text-indent: -9999px;
}
.pagelead {
  font-size: 123%;
  line-height: 1.4;
  margin-bottom: 15px;
}
.subtitle {
  background: url("/images/title_bg_common_blue.png") repeat scroll 0 bottom;
  color: #FFFFFF;
  font-size: 123%;
  height: auto;
  line-height: 1.4;
  padding: 10px;
  margin-bottom: 20px;
}
.subtitle span {
  font-size: 100%;
  color: #FFFFFF;
}
.link_list {}
.link_list th {
  background: url("images/th_bg.png") repeat scroll left top;
  border-bottom: 1px solid #999999;
  border-right: 1px dashed #999999;
  font-size: 116%;
  padding: 12px 12px 12px 8px;
  text-align: left;
  word-break: break-all;
}
.link_list th a { color: #333333; }
.link_list td {
  background: url("images/link_list_mark.png") no-repeat scroll 10px 13px;
  border-bottom: 1px solid #999999;
  font-size: 116%;
  padding: 10px 8px 10px 24px;
  word-break: break-all;
}
.link_list td a {
  color: #ec751b;
  text-decoration: underline;
}

@media only screen and (max-width: 800px) {

  .main_menu_wrap {
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .pagetitle { 
    width: 320px;
    height: 89px;
    background-position: 0 -68px;
    margin: 0;
  }
  .pagelead { padding: 0 7px; }
  .subtitle {
    text-align: center;
    font-size: 130%;
  }
  .subtitle span { display: block; }
  .link_list {}
  .link_list th {
    border-bottom: 1px solid #dddddd;
    border-right: 0 none;
    display: block;
  }
  .link_list td { display: block; }

}
