.pBox_2 {
	width: 476px;
	padding: 0px 20px 30px;
	line-height: 1.3;
}


.p_font {
	font-size: 13px;
	color: #4a4a4a;
	margin-bottom: 10px;
}

.g_map {
	width: 514px;
	margin-top: 20px;
	border: 1px solid #30458c;
}


.mapLink a {
	font-size: 12px;
	text-decoration: none;
}

.muse {
	margin-top: 10px;
}

.muse .top_contact {
	margin-top: 10px;
}

.muse p {
	font-size: 13px;
}

.top_access {
	text-indent: 10px;
}

#arena_wap dt{
	display: inline-block;
}

#arena_wap dd{
	padding-left: 12px;
}

.border_box{
	border: 1px solid #969696;
	padding: 10px;
	line-height: 1.7;
}

.usage_time{
	padding: 0 30px 0;
}

.usage_time p{
	font-size: 16px;
}

.ryoukinTableWap .ryoukin_table th{
	width: 100px;
}
.imgBox.floatL {
	 display: flex;
  	/* 2枚を両端に配置し、中央に余白を作る */
  	justify-content: space-between; 
  	/* 縦方向も中央で揃える（任意） */
  	align-items: center; 
  	width: auto;
}
.image-box img {
  	/* 2枚の合計が100%未満になるよう設定（例: 各48%で間4%） */
 	width: 48%; 
  	height: auto;
}