/* ------------------------------------------------------------------------------------------------------------------------------


--------------------------------------------------------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
common30.css　より　追加
-------------------------------------------------------------------------- */

.menuitem  {
	/*position: relative;*/
	/*max-width:100%;*/
	/*border:1px solid red;*/
	margin-bottom:30px;
	background-color: #fff;
}

.menuitem-image{
	width:98%;
	/*padding:30px*/
	padding-top:10px;
	margin:10px auto;
}
.menuitem-image-narrow{
	width:72%;
}

.menuitem-image img{
	max-width:100%;
	margin:0 auto;
	
}

.menu-text {
	padding:10px;
	margin:10px;
	text-align:center;
}
.menu-text > h3{
	font-weight:600;
	margin-bottom:8px;
}
.menu-text > .price{
	font-weight:600;
	margin-bottom:8px;
}
.menu-text > .price span{
	font-size:90%;
}
.menu-text > .caption{
	font-size:90%;
}








