@charset "UTF-8";

#link #main {
  float: none;
  width: 1024px;
  min-height: 600px;
}
.pagetitle {
  font-size: 250%;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 10px 0 30px;
}

.linklist {
  border-bottom: 1px dotted #aaaaaa;
  padding-bottom: 5px;
}
.linklist_title {
  float: left;
  width: 300px;
}
.linklist_desc {
  background: #ffffff url("/images/submenu_list_head.png") no-repeat scroll 10px 50%;
  display: table;
  float: left;
  height: 47px;
  line-height: 1.2;
  width: 720px;
}
.linklist_desc a {
  color: #0fa9e7;
  display: table-cell;
  font-size: 108%;
  padding-left: 33px;
  vertical-align: middle;
}


@media only screen and (max-width: 900px) {

  #link #main {
    width: auto;
    padding: 0 5px;
    margin-bottom: 20px;
    min-height: 300px;
  }
  .pagetitle {
    font-size: 170%;
    margin: 25px 0 15px;
  }
  .linklist {
    border-bottom: 1px dotted #aaaaaa;
    padding-bottom: 10px;
  }
  .linklist_title {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
  .linklist_desc {
    float: none;
    height: auto;
    line-height: 1;
    width: auto;
  }
  .linklist_desc a {

  }





}

