@charset "utf-8";
/* CSS Document */

.message {
  font-size: 120%;
  font-weight:bold;
  border: 2px solid #BB0045;
  color: #BB0045;
	border-radius: 5px;
	padding: 5px;
	width: 100%;
	max-width: 320px;
	margin-bottom: 10px;
	
}
.message.limited{
  border: 2px solid #BB0045;
  color: #BB0045;
	
}

.blind{
  width: 50px;
  height: 30px;
  background: #fff;
  position: absolute;
  margin-top: -50px;
}

.message.notice{
  border: 2px solid #C80000;
  color: #C80000;
	
}

.message.booking{
  border: 2px solid #12288e;
  color: #12288e;
	
}

.message p {
text-align: center;
	margin: 0;
	
}

.f1_table_item td{
position: relative;
	
}

.notice_icon{
position: absolute;

	
}

.notice_icon p{
	position: relative;
width: 100px;
height: 100px;
border-radius: 50%;
background-color: #C80000;
color: #FFFFFF;
padding: 0!important;
text-align:center;
}


.notice_icon p span{
position:absolute;
	left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
width :100px;
  text-align:center;

}

@media screen and (max-width: 480px){ 
.message {
	width: auto!important;
	max-width: 100%;
}
}