@charset "UTF-8";
body {
    color: #333;
    font-family: "Microsoft JhengHei";
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal;
	background-color: #fff;
	padding: 0;
	margin: 0;
}
.content{
	max-width: 750px;
	margin: 0 auto ;
	padding: 0 0 10% 0;
	background-image: url("../imgs/bg.jpg");
}
.videobox {
    position: relative;
    width: 88%;
    height: 0;
    padding-bottom: 56.25%;
	border: 5px solid #4a0055;
	margin: 1% 5% 2%;

}
.videobox iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.mealsbox{
	margin: 0 5%;
}
.mealsbox > div.meals{
	display: inline-block;
	width: 49%;
	text-align: center;
}
.mealsbox > div.meals2{
	display: inline-block;
	width: 60%;
	text-align: center;
}
.mealsbox > div.meals3{
	display: inline-block;
	width: 38%;
	text-align: center;
}

