@charset "UTF-8";
/*========================================
  support common
========================================*/

.event_info {
	width:100%;
	border-spacing: 5px;
}

.event_info tr{
	border-bottom: solid 2px #fef5f6;
}

.event_info tr:last-child{
	border-bottom: none;
}

.th_top{
	position: relative;
	text-align: left;
	width: 20%;
	background: linear-gradient(#fca5ba,#e5478a);
	color: white;
	text-align: center;
	padding: 10px 0;
	border-radius: 5px;
}


.th_below{
	position: relative;
	text-align: left;
	width: 20%;
	background: linear-gradient(#fca5ba,#e5478a);
	color: white;
	text-align: center;
	padding: 10px 0;
	border-radius: 5px;
}

.event_info td{
	width: 80%;
	text-align: left;
	background-color: #eee;
	padding: 10px 10px 10px 20px;
	border-radius: 5px;
}

.app_info {
	width:100%;
	border-spacing: 5px;
	margin:20px 0;
}

.app_notice{
	color:#0e9cdc;
	font-size:12px;
	margin-top:5px;
}
