#Contents .pageRow .photo {
  text-align: center;
}
#Contents .pageRow .txtCol .linkList > li:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  #Contents .pageRow {
    display: table;
  }
  #Contents .pageRow .photo {
    display: table-cell;
    width: 258px; 
    vertical-align: top;
  }
  #Contents .pageRow .txtCol {
    display: table-cell;
    padding-right: 50px; 
    vertical-align: top;
  }
  #Contents .pageRow .txtCol .linkList {
    margin-top: 20px;
  }
  #Contents .pageRow .txtCol .linkList > li {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .pageRow .photo img {
    width: 150px;
  }
  #Contents .pageRow .txtCol {
    margin-bottom: 10px;
  }
  #Contents .pageRow .txtCol .linkList {
    margin-top: 10px;
  }
}
