@charset "UTF-8";
/* CSS Document */



@media screen and (min-width:769px) {

/*============title============*/

.title_bg{
	background: url(../../ship/bulk/images/title_bg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	width: 100%;
height:300px;
}

}


@media screen and (max-width: 768px) { 

.title_bg{
	background: url(../../ship/bulk/images/title_bg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	width: 100%;
height:180px;
}

}