@charset "utf-8";
/* CSS Document */
/*-------------------
 Main
---------------------*/
.header{
	border-bottom:none!important;
	}
	
.groupImg{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-top:40px;
	padding-bottom:30px;
	}

.groupImg .oneImg{
	width:306px;
	height:auto;
	float:left;
	margin-right:30px;
	}	
	
.cost{
	margin-bottom:10px;
	}
	
.imgBg1{
	position:absolute;
	right:50px;
	top:80px;
	}
	
.pg4 .date{
	font-weight:lighter;
	color:#535353;
	font-size:20px;
	}
	
.gallery_img_3{
	width:100%;
	height:auto;
	overflow:hidden;
	}
@media screen and(min-width:768px){	
.gallery_img_3 .oneimg{
 width:230px;
 min-height:153px;
 overflow:hidden;
 float:left;
 margin-right:19px;
 cursor:pointer;	
}
}
@media screen and(max-width:767px){
.gallery_img_3 .oneimg { width: 50%; overflow: hidden; float: left; cursor: pointer; }
.gallery_img_3 .oneimg img { width: 100% !important; }
}

.gallery_img_2{
	width:100%;
	height:auto;
	overflow:hidden;
	}
	
.gallery_img_2 .oneimg{
 width:300px;
 min-height:163px;
 overflow:hidden;
 float:left;
 margin-right:38px;
 cursor:pointer;	
}							
	