@charset "utf-8";
/* CSS Document */

.top_info{
	
	max-width: 1000px;
	width: 100%;
	margin: auto;
	padding: 20px;
	text-align: center;
}


.Pages-page{
	padding: 50px 0px;
	width: 100%;
	overflow: auto;
}
 .gray_bg {
	width: 100%;
	background:rgba(220,220,220,0.5);
}


.table-list{
	text-align: center;
	width: 100%;
	max-width: 768px;
	margin: 0px auto;
}
#cruise h1.title{
	line-height: 80px;
	text-align: center;
	font-size: 30px;
	color: #00969e;
}

.table-list .btn{
	
	text-align: center;
	display: inline-block;
	cursor: pointer;
	background-image: url(../images/health/h_btn.png);
	width:15%;
	height: auto;
	background-size: 100% auto;
	background-position: center;
	margin: 1%;
	padding-top: 8%;
	padding-bottom: 8%;
	font-weight: 500;
	filter: drop-shadow(10px 10px 8px rgba(0,0,0,0.48));

}

.table-list .btn:hover{
	filter:sepia(1);
}

.table-list .btn span{
	color: #393939;
	font-size: 20px;
	vertical-align:bottom;
	width: 200px;

}


.row {
	width: 100%;
   padding-bottom: 10px;
   text-align: center;
	   
    }

.inner{
	display: inline-block;
	text-align: center;
	width: 30%;
	margin:5px;
	background-color: rgba(203,203,203,0.15);
	min-height:330px;
	padding: 10px;
	overflow: hidden;
}

.inner span{
	margin-top: 80px;
	width: 200px;
	
}


.inner ul {
	color: #1A5276;
	 list-style:disc;
	text-align: left;
list-style-position:inside;
}

#cruise .top .Pages-page .row .inner img{
	width: 100%;
	max-width: 200px;
	height: auto;
	display: block;
	margin: 10px auto;
	
}

.position{
vertical-align: top;	
}

@media (max-width: 768px) {
.table-list .btn{
	
	text-align: center;
	display: inline-block;
	cursor: pointer;
	width:60px;
	height: auto;
	background-size: 100% auto;
	background-position: center;
	margin: 3px;
	padding: 8% 10px;

}

.table-list .btn span{
	color: #393939;
	font-size: 15px;
	vertical-align:bottom;
	width: 200px;

}



}




@media (max-width: 500px) {

.table-list{
	}
	
	
.inner{
	
	width: 45%;
	margin:1%;
	background-color: rgba(203,203,203,0.15);
	min-height: 250px;
	overflow:auto;
}
.inner span{
	font-size: 15px;
	margin-top: 80px;
	width: 200px;
	
}

	.Pages-page{
	padding: 30px 0px;
	
}
}