@charset "utf-8";
/* CSS Document */
	#NewsTitle{
		width: 100%;
		font-size: 24px;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#NewsDate{
		padding-bottom: 20px;
	}
	#NewsBack{
		width: 100%;
		height: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#Content{
		padding: 10px;
		box-shadow: border;
	}
	
	#Cover{
		width: 100%;
		padding: 5px;
		box-sizing: border-box;
		border: 2px solid rgba(255,172,231,1.00);
	}
	#Cover img{
		max-width: 100%;
	}
	#Content img{
		max-width: 100%;
	}
	#ImgList{
		width: 100%;		
		padding-bottom: 10px;
	}
	.SmallImg{
		width: 75px;
		height: 50px;
		border:1px solid rgba(255,197,249,1.00);
		margin: 5px;
		cursor: pointer;	
		overflow: hidden;
		display: inline-block;
	}
	.SmallImg > img{
		min-width: 100%;	
		transform: scale(1.6);
	}
	.BtnBack {
		box-shadow:inset 0px 1px 0px 0px #fff6af;
		background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
		background-color:#ffec64;
		border-radius:6px;
		border:1px solid #ffaa22;
		display:flex;
		justify-content: center;
		align-items: center;
		cursor:pointer;
		color:#666;
		font-family:Arial;
		font-size:15px;
		font-weight:bold;
		padding:6px 12px;
		text-decoration:none;
	}
	.BtnBack:hover {
		background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
		background-color:#ffab23;
		text-decoration:none;
	}
	.BtnBack:active {
		position:relative;
		top:1px;
	}
	.TitleNamePrice{
		width: 100%;
		height: 70px;
		font-size: 30px;
		color: rgba(216,167,75,1.00);
		font-family: "Cormorant Garamond", serif;
		font-weight: 300;
	}
	.TitleNamePrice span{
		font-size: 18px;
	} 
	#OtherNote{
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		background:#FAFAFA;
	}
	.tab-content{
		border: 1px solid #dee2e6;
		border-top: none;
		background: #FFF;
		padding-bottom: 20px;
		
	}
	#Dec{
		width: 100%;		
		padding-bottom: 30px;
	}
	#DecTitle{
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 18px;		
	}
	#DecText{
		width: 100%;
		font-size: 14px;
	}
	.RoomInfoTitle{
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		font-weight: bolder;
		color: #FF84C1;
	}
	.RoomInfoText{
		font-size: 14px;
		color: #666;
		padding-left: 14px;
	}
	
