/***********************************************************************
 * #Contents .classTopRow
 ********************************************************************* */
@media print, screen and (min-width: 768px) {
  #Contents .classTopRow .photo {
    float: right;
    width: 35%;
  }
  #Contents .classTopRow .photo img {
    width: 100%;
  }
  #Contents .classTopRow .txtCol {
    float: left;
    width: 60%;
  }
  #Contents .modPanel02 .modPanel02_inner {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #Contents .classTopRow .photo {
    text-align: center;
  }
  #Contents .classTopRow .photo img {
    max-width: 100%; 
    width: auto;
  }
  #Contents .classTopRow .txtCol {
    margin-bottom: 20px;
  }
  
}
/* 231201 Add ´ú±íÊÚ˜I½B½é */
@media print, screen and (min-width: 768px) {
#Contents .classTopRow.photoSmall .txtCol {
	width: 76%;
}
#Contents .classTopRow.photoSmall .photo {
	width: 20%;
}
}
@media only screen and (max-width: 767px) {
#Contents .classTopRow.photoSmall .photo {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
}
