@charset "utf-8";
/* CSS Document */

div#main .banner a{
    border: none;
    display: inline-block;
}
div#main .banner a:hover img{
    opacity:.7;
}
.ims2026_detail{
    margin-top:1em;
}
.ims2026_detail dt,.ims2026_detail dd{
    line-height: 1.4;
}
.ims2026_detail dt{
	float: left;
	font-weight: bold;
}
/*.ecoc2021_detail dd:before{
	content: ": ";
	display: inline;
}*/
.ims2026_detail dd{
	margin: 0 0 0.75em 6em;
}
.strong {
	font-weight: bold;
}
.ims2026_detail{
    margin-left:1em;
}
.ims2026_detail dt,.ecoc2025_detail dd{
    line-height: 1.4;
}
.ims2026_detail dt{
	float: left;
	font-weight: bold;
	width: 120px;
}
.ims2026_detail dd{
	margin: 0 0 0.75em 6em;
}

.detail-flex {
  display: flex;
  gap: 20px;
  align-items: center;
}

.detail-image img {
  width: 225px;
  height: auto;
}

.detail-text {
  flex: 1;
}
.detail-text .sub-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.detail-text ul {
  padding-left: 0px;
}

.more-link {
  color: #164999;
  text-align: right;
}

.black-title {
  margin-bottom: 0px;
  font-weight: bold;
  text-decoration: underline;
  border:none;
  background-color:ffffff;
}

.mgnTop-nl {
  margin-top: 25px;

}
/* スマホ対応 */
@media (max-width: 768px) {
  .detail-flex {
    flex-direction: column;
  }

  .detail-image img {
    width: 100%;
  }
}

/*
.ofc2023_boothBox{
    width: 80%;
    margin: 0 auto;
    padding: 2em 0;
}
.ofc2023_boothBox img{
    width:100%;
    display:inline-block;
}
.ofc2023_boothBox img:first-child{
    margin-bottom: 1.5em;
}
*/
/* 
@media screen and (max-width:640px){
.photonicsWest_photo{
    flex-direction: column;
    justify-content: center;
}
.photonicsWest_photo > div{
    width:100%;
}
.photonicsWest_photo > div:first-child{
    margin-bottom: 1.5em;
}
.ofc2023_boothBox{
    width: 100%;
}
}-------- */