@charset "utf-8";
/* CSS Document */
#recipecontest2013{
	width: 100%;
	background: url("img/recipecontest/bg_contestPrize.gif");
}
#recipecontest2013_header{
	background: url("img/recipecontest/bg_recipecontest2013_header.png") no-repeat;
}
#recipecontest2013_title{
	padding-top: 90px;
}
#recipecontest2013_title{
	text-align: center;
}
#recipecontest2013_lead{
	text-align: center;
}
#recipecontest2013_leadSP{
	display: none;
}
#recipecontest2013_awardWinner{
}
#recipecontest2013_awardWinner li{
	list-style: none;
	text-align: center;
	display: inline-block;
	width: 40%;
	font-weight: bold;
}
#recipecontest2013_awardWinner li#recipecontest2013_grandprix{
	width: 100%;
}
#recipecontest2013_awardWinner li:nth-child(even){
	margin-right: 10%;
	margin-left: 5%;
}
#grandprix_img_sp{
	display: none;
}
@media screen and (max-width:480px){

#recipecontest2013_leadPC{
	display: none;
}
#recipecontest2013_leadSP{
	display: block;
}
#recipecontest2013_awardWinner li{
	width: 100%;
}
#recipecontest2013_awardWinner li:nth-child(even){
	margin-right: 0;
	margin-left: 0;
}
#grandprix_img_pc{
	display: none;
}
#grandprix_img_sp{
	display: block;
}




}
