@charset "UTF-8";
/* CSS Document */

#food{
	border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
	padding:40px;
	border:1px solid #ff9000;
}
#contents h2{ padding:32px 0 14px 0;}
#food h3{ font-weight:bold; font-size:23rem;}
#food .image{ line-height:0;}