@charset "utf-8";

/* =======================================

	RecipeCategory CSS

========================================== */


#udonsoup #contents h1 {
	margin-bottom: 35px !important;
}


/*トップページの商品画像*/
.recipe #page #localNav .localNav_pdt a img:first-child {
	padding-bottom: 10px;
}



/*Pagenation ========== */
.holder {
	clear: both;
	width: auto;
	margin: 0 10px 10px;
	padding: 0 0 3px;
	background: #fff;
	text-align: right;
}

#page .holder span,
#page .holder a {
	display: inline-block;
	margin: 0 3px 0 0;
	padding: 5px 8px;
	text-decoration: none;
	vertical-align: middle;
	background: #FFF;
	border: 1px solid #E5E5E5;
	cursor: pointer;
}

#page .holder a:hover {
	color: #666;
	background: #FCDACB;
	text-decoration: none;
}

#page .holder .jp-current {
	color: #666;
	background: #FCDACB;
	text-decoration: none;
}


#page .holder a.jp-disabled,
#page .holder a.jp-disabled:hover {
	cursor: default;
	color: #666;
	background: none;
	text-decoration: none;
}

#holderHeader {
	float: right;
	display: inline;
	margin: -33px 13px 0 10px;
}

#holderHeaderOmotenashi {
	clear: both;
}

