@charset "UTF-8";
/* CSS Document */
/*トップページCSS*/
/*ピンク　rgba(255,92,206,1.00)	*/
/*カラー1 エンジ　#C6008B*/
/*カラー2 濃いブルー　#003485*/

/*-----------------------------------
参加者の皆様へ
-----------------------------------*/

/*表組字間表示の幅最小サイズ*/
.hour {
	min-width: 80px;
}

/*懇親会*/
.social_gathering {
	padding-left: 20px;
	border-left: 4px solid #C7C7C7;
}

.social_gathering .flex {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 450px){
	.social_gathering .flex {
		display: block;
	}
}

.social_gathering dd {
	margin-left: 1em;
}
/*アドレス*/
.address p {
	font-size: 14px;
	line-height: 1.5em;
	
}