@charset "UTF-8";
@media screen and (min-width: 1080px) {

	
	
#topContent {
	margin-bottom: 2vw;
}	
	
	
/* ===================================================
   協賛ブースマップ
   =================================================== */
  /* コンテナ（PC用） */
  .map-container {
    width: 100% !important;        
    height: auto !important;       
    overflow-x: visible !important; 
    margin-left: 0 !important;   
    margin-right: 0 !important;  
  }

  /* ★PC用：スマホで作った透明な下敷きを非表示にして隙間を消す */
  .map-container::after {
    display: none !important;
  }

  /* マップ画像本体（PC用） */
  .map-container .map-image {
    width: 100% !important;        
    height: auto !important;       
  }
.boxSet_map {
	margin: 3vw 0 0;
	padding: 0 7.5vw 0vw;
}

	
	
/* ===================================================
   ブースリスト
   =================================================== */	

  .booth-list-container {
    flex-direction: row !important;  /* PCでは3列の横並びにする */
    justify-content: space-between !important;
	padding: 0vw 0vw 2vw 0vw;
  }

  .new-booth-list {
    width: 32% !important;
  }

  .new-booth-list li {
    margin-bottom: 0.4vw !important; /* PC用の行間 */
  }

  .new-booth-list .booth-number {
    width: 1.6vw !important;         /* PC用の丸のサイズ */
    height: 1.6vw !important;
    font-size: 0.8vw !important;
    margin-right: 0.8vw !important;  /* PC用の丸と文字の隙間 */
  }	
  .new-booth-list .wheel-number {
    width: 1.6vw !important;         /* PC用の丸のサイズ */
    height: 1.6vw !important;
    font-size: 0.8vw !important;
    margin-right: 0.8vw !important;  /* PC用の丸と文字の隙間 */
  }	
	
.new-booth-list a.text_link {
  flex-grow: 1 !important;           /* 残りの幅をすべて会社名に使う */
  text-align: left !important;
	font-size: 0.9vw;
}
	
	
	
	
	
	
	
	
	

	
	
	
}




