@charset "utf-8";

#title_wrap {
	background-image: url(/business/img/title_bg.jpg);
}


#sec_01 {
	clear: both;
	padding-bottom: 0px;
}

.category {
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	padding-right: 30px;
	padding-left: 30px;
	color: #FFF;
	text-align: center;
}
.category h3 {
	font-size: 2em;
	-moz-text-shadow: 0px 0px 8px #000000;
	-webkit-text-shadow: 0px 0px 8px #000000;
	text-shadow: 0px 0px 8px #000000;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.category h3 span {
	display: inline;	
}
.category .txt {
	display: inline;
	line-height: 2em;
	-moz-text-shadow: 0px 0px 8px #000000;
	-webkit-text-shadow: 0px 0px 8px #000000;
	text-shadow: 0px 0px 8px #000000;
}
.mind {
	background-image: url(/business/food/img/image.jpg);
}

#sec_02 {
	clear: both;
	padding-bottom: 0px;
}






/* Media Queries */
@media screen and (min-width:568px) {

}

@media screen and (min-width:768px) {
#title_wrap {
	margin-bottom: 60px;
}
#sec_01 {
	clear: both;
	padding-bottom: 20px;
	display: block;
}

.category {
	padding-top: 100px;
	padding-bottom: 100px;
	margin-bottom: 60px;
}
.category h3 {
	font-size: 3.5em;
}
.category h3 span {
	display: block;	
}

#sec_02 {
	clear: both;
	padding-bottom: 60px;
}


}

@media screen and (min-width:1000px) {

}

@media screen and (min-width:1200px) {

}
