@charset "utf-8";

/* =====================================================================
 * main
 * =================================================================== */
.productsCat, #main section#details, #tokushoku, 
.productList dl, .productImg, .moreInfo {
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */
}
h3 {
	margin-bottom: 18px;
}
#main h4 {
	margin-bottom: 10px;
	line-height: 1.6;
	font-size: 153.9%;
	color: #79490e;
}
.circle {
	height: 20px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
#tokushoku dt {
	height: 30px;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
h3#ttl_tokushoku { background: url(images/ttl_tokushoku.png) no-repeat; }
#high_quality    { background: url(images/high_quality.png) no-repeat; }
#safety          { background: url(images/safety.png) no-repeat; }
#brand           { background: url(images/brand.png) no-repeat; height: 58px!important; }

#main section {
	clear: both;
	margin-bottom: 30px;
}
.articleBox {
	clear: both;
	padding-bottom: 30px;
	background: url(../../images/dotline.gif) repeat-x bottom;
}
.txtBox {
	width: 339px;
}
#category-btn {
	margin: 32px 0 40px 107px;
	height: 31px;
}
#category-btn li {
	float: left;
	margin-right: 10px;
}
.productsCat {
	margin-top: 25px;
	padding: 20px 20px 15px;
	width: 285px;
	background-color: #fffde1;
	border: 2px solid #d1c58f;
}
.productsCat dt {
	margin-bottom: 15px;
	text-align: center;
}
.productsCat ul {
	margin-right: -24px;
	width: 309px;
}
.productsCat li {
	float: left;
	margin: 0 24px 5px 0;
	padding-left: 10px;
	width: 120px;
	background: url(images/arrow_green.png) no-repeat left center;
	line-height: 1.5;
}
.productsCat2 li {
	float: none;
	width: 285px
}

/* 業務用商品・家庭用商品トップページ */
#main section#details {
	margin-bottom: 0;
	padding: 18px;
	width: 638px;
	background-color: #f6efcf;
	border: 2px solid #d1c58f;
}
.listBox {
	overflow: hidden;
	margin: 0 -14px -14px 0;
	width: 652px;
}
.listBox li {
	float: left;
	margin: 0 14px 14px 0;
	background-color: #ffffff;
}

/* 商品カテゴリ別トップページ */
#main h4.listName {
	font-size: 138.5%;
	color: #d68566;	
}
h5.catName {
	margin-bottom: 20px;
	padding: 10px 15px 8px;
	background-color: #d8e7f9;
	border-radius: 3px;        /* CSS3草案 */  
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;   /* Firefox用 */
	line-height: 1;
	font-size: 131%;
	color: #5a91ce;	
}
dt.midashi, p.midashi {
	margin-bottom: 7px;
	line-height: 1.6;
	font-size: 138.5%;
	color: #5a91ce;	
}
p.mds-sizeS {
	font-size: 116%;
}
#tokushoku {
	margin-top: 20px;
	padding: 18px;
	width: 638px;
	background-color: #f6efcf;
	border: solid 2px #d1c58f;
}
#tokushoku h3 {
	margin-bottom: 10px;
}
#tokushoku dl {
	float: left;
	margin-right: 10px;
	padding: 20px;
	width: 164px;
	border: solid 1px #cccccc;
	background: #ffffff;
}
#tokushoku dl:last-child {
	margin-right: 0;
}
#tokushoku dt {
	margin-bottom: 10px;
}
#tokushoku dd {
	line-height: 1.7;
}
.productList {
	margin: 0 -14px -14px 0;
	width: 692px;
	text-align: left;
}
.productList dl {
	float: left;
	overflow: hidden;
	margin: 0 14px 14px 0;
	padding: 20px 10px 10px 10px;
	width: 137px;
	line-height: 1.6;
	border: 1px solid #cccccc;
}
.productList dt {
	margin-bottom: 15px;
	position:relative;
	text-align: center;
}
.productList dd {
	margin-bottom: 10px;
}
.productList li {
	margin-bottom: 5px;
}
.pd-image figure {
	float: left;
	display: table;
	width: 145px; /* minimum width */
	*width: auto; /* for IE7 and below */
	margin-right: 10px;
	text-align: left;
}
.pd-image figure:last-child {
	margin-right: 0;
}
.pd-image figcaption {
	margin-top: 5px;
	line-height: 1.5;
	font-size: 93%;
}
.endDate {
	color: #ff5050;
}
section.catBox {
	margin-bottom: -30px!important;
}
.endItem {
	margin-top: 15px;
}

/* 商品個別ページ */
h3#productName {
	margin-bottom: 18px;
	line-height: 1.4;
	font-size: 189%;
	color: #7da350;
}
.lBox {
	float: left;
	overflow: hidden;
	width: 292px;
}
.rBox {
	float: right;
	width: 355px;
}
.rBox p {
	font-size: 108%;
}
.productImg {
	overflow: hidden;
	margin-bottom: 15px;
	padding: 20px;
	width: 250px;
	border: 1px solid #cccccc;
	text-align: center;
}
.detail {
	float: left;
	width: 400px;
	border: 1px solid #cccccc;
	line-height: 1.65;
}
.detail th, .detail td {
	padding: 5px 17px 4px;
	border-bottom: 1px solid #cccccc;
	vertical-align: middle;
}
.detail colgroup:nth-of-type(1) {
	width: 110px;
	background-color: #ecf3fa;
}
.nutrition {
	float: right;
	width: 260px;
}
.nutrition table {
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #cccccc;
	line-height: 1.65;
}
tr.caption {
	background-color: #fffde1;
}
tr.caption th {
	line-height: 1.4;
	text-align: center;
}
.nutrition th, .nutrition td {
	padding: 5px 20px 4px;
	border-bottom: 1px solid #cccccc;
	vertical-align: middle;
}
.nutrition td {
	text-align: right;
}
.nutrition colgroup:nth-of-type(1) {
	width: 130px;
	background-color: #e9f8cb;
}
.nutrition p.note2 {
	line-height: 1.7;
	font-size: 85%;
}
dl.materials {
	float: left;
	margin-top: 18px;
	padding: 10px 17px;
	width: 364px;
	border: 1px solid #cccccc;
}
.materials dt {
	color: #7da350;
}
.materials dd {
	line-height: 1.65;
}
.moreInfo {
	margin: 20px 0;
	padding: 22px;
	width: 630px;
	background-color: #ffffe3;
	border: 2px solid #d1c58f;
}
.moreInfo p {
	margin-bottom: 10px;
	color: #79490e;
}
.moreInfo img {
	margin-right: 10px;
	padding: 10px 0 5px 0;
}
.moreInfo dt {
	margin-bottom: 3px;
	color: #79490e;
}
.moreInfo dd {
	line-height: 1.7;
}
.moreInfo ol li {
	margin-left: 20px;
	list-style: decimal;
}
p.note {
	margin-top: 22px;
	padding-top: 17px;
	background: url(../../images/dotline.gif) repeat-x top;
	line-height: 1.7;
	font-size: 93%;
}
#linkBtn {
	overflow: hidden;
	width: 688px;
	margin-right: -14px;
}
#linkBtn p {
	text-align: center;
	margin-bottom: 15px;
}
#linkBtn ul li {
	float: left;
	margin: 0 10px 12px 0;
}
p.backbtn {
	display: block;
	padding: 12px 10px 10px;
	width: 658px;
	background-color: #eeeeee;
	text-align: center;
	border-radius: 4px;        /* CSS3草案 */  
	-webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 4px;   /* Firefox用 */
}
div.back a {
	text-decoration: none;
	color: #444444;
}
/* 家庭用商品 個別ページ用 */
section#relation {
	overflow: hidden;
	margin: 5px -12px 0 0;
	width: 690px;
}
h4#relatedResipe {
	margin-bottom: 0;
 	padding: 27px 0 7px;
	width: 678px;
	border-top: 1px solid #cccccc;
	font-size: 146.5%;
	color: #d66e66;
}
#relation dl {
	float: left;
	margin: 0 12px 15px 0;
	width: 103px;
	line-height: 1.6;
}
#relation dt {
	margin-bottom: 10px;
}
#dattanBtn {
	width: 339px;
	height: 25px;
	background: url(images/btn_dattan.gif) no-repeat;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
}
#dattanBtn a {
	display: block;
	width: 339px;
	height: 25px;
}
#dattanBtn a:hover {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	opacity: 0.3;
	filter: alpha(opacity=30);
	background-color: #ffffff;
}
/* 業務用商品 個別ページ用 */
div.proNote {
	margin-bottom: 13px;
	font-size: 108%;
}
p.note2 {
	display: block;
	clear: both;
	line-height: 1.7;
	font-size: 93%;
}
.prouse-detail {
	margin-bottom: 20px;
	width: 355px;
}
#soba-pasta {
	clear: both;
}
#soba-pasta table {
	margin-bottom: 20px;
}
#soba-pasta table td {
	padding-left: 15px;
	vertical-align: middle;
}
#soba-pasta figure {
	float: left;
	margin-right: 15px;
	width: 220px;
}
#soba-pasta table td span {
	display: block;
	margin-bottom: 5px;
}
/* 202103追加 */
.imgWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.imgWrap img {
	margin: 10px 0;
	padding: 0;
}
.imgWrap + p {
  margin-top: .4em;
  padding-bottom: .4em;
}
.imgWrap + p a span {
  display: inline-block;
  text-decoration: underline;
}
.imgWrap + p a:hover span {
  text-decoration: none;
}
.imgWrap.topimgBox {
  margin-top: 5px;
}
.summaryBox {
  margin-top: 25px;
  text-align: center;
}
.summaryBox dt {
  margin-bottom: .2em;
  font-size: 123.1%;
  font-weight: bold;
}
.imgCaption {
  display: block;
  margin: .35em 0;
  text-align: center;
  color: #79490e;
}
.imgCaption > span {
  display: inline-block;
}
.imgCenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/* =====================================================================
 * mediaqueries
 * =================================================================== */
@media screen and (max-width: 960px) {
	.lv15 {
		margin-bottom: 2.5%;
	}
	.lv20 {
		margin-bottom: 3%;
	}
	.lv25 {
		margin-bottom: 4.4%;
	}
	h3, h3#productName {
		margin-bottom: 2.8%;
	}
	#main h4 {
		margin-bottom: 3%;
		line-height: 1.5;
	}
	.circle {
		margin-bottom: 10px;
		height: auto;
		text-indent: inherit;
		white-space: inherit;
		background: none;
		font-size: 153.9%;
		font-weight: bold;
		text-align: left;
		line-height: 1.4;
		color: #79490e;
	}
	.circle:before {
		content: "";
		display: inline-block;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		vertical-align: middle;
		margin-right: 5px;
		height: 8px;
		width: 8px;
		border: 3px solid #79490e;
		position: relative;
		top: -3px;	
	}
	h3#ttl_tokushoku, #high_quality, #safety, #brand {
		height: auto!important;
		background: none;
	}
	#main section {
		width: 100%;
		margin-bottom: 5%;
	}
	section.catBox {
		margin-bottom: -5%!important;
	}
	.articleBox {
		padding-bottom: 5%;
	}
	/* 業務用商品・家庭用商品トップページ */
	#main section#details {
		padding: 2.6%;
		width: 100%;
	}
	.txtBox {
		width: 50%;
	}
	.itemImage, .pd-image {
		width: 45%;
	}
	.pd-image {
		overflow: hidden;
	}
	.pd-image figure {
		width: 48.5%; /* minimum width */
		margin-right: 3%;
	}
	.pd-image figcaption span {
		display: inline-block;
	}
	.listBox {
		margin: 0 0 -2.2% 0;
		width: 100%;
	}
	.listBox li {
		margin: 0 2.2% 2.2% 0;
		width: 48.9%;
	}
	.listBox li:nth-child(2n) {
		margin-right: 0;
	}
	/* 商品カテゴリ別トップページ */
	.midashi {
		text-align: left;
	}
	.midashi br {
		display: none;
	}
	#tokushoku {
		margin-top: 3%;
		padding: 2.6%;
		width: 100%;
	}
	#tokushoku h3 {
		margin-bottom: 5px;
	}
	#tokushoku dl {
		margin-right: 2%;
		padding: 3%;
		width: 32%;
	}
	#tokushoku dt {
		margin-bottom: 10px;
		padding-bottom: 5px;
		height: auto;
		font-size: 146.5%;
		color: #fc695e;
		line-height: 1.4;
		text-indent: inherit;
		white-space: inherit;
		text-align: center;
		border-bottom: 1px solid #fc695e;
	}
	#tokushoku dt span {
		display: inline-block;
	}
	#tokushoku dd {
		line-height: 1.6;
	}
	.productList {
		margin: 0 0 -2.2% 0;
		width: 100%;
	}
	.productList dl {
		margin: 0 2.2% 2.2% 0;
		padding: 2.9% 1.4% 1.8%;
		width: 23.35%;
	}
	.productList dl:nth-child(4n) {
		margin-right: 0;
	}
	h5.catName {
		margin-bottom: 2.9%;
	}
	/* 商品個別ページ */
	.lBox {
		width: 43%;
	}
	.rBox {
		width: 52.3%;
	}
	.productImg {
		padding: 6.8%;
		width: 100%;
	}
	.detail, dl.materials {
		width: 58.9%;
	}
	.detail colgroup:nth-of-type(1) {
		width: 27.5%;
	}
	.detail th, .detail td {
		padding: 5px 4.2% 4px;
	}
	.nutrition {
		width: 38.3%;
	}
	.nutrition th, .nutrition td {
		padding: 5px 5% 4px;
	}
	.nutrition colgroup:nth-of-type(1) {
		width: 50%;
	}
	.moreInfo {
		margin: 3.5% 0;
		padding: 3%;
		width: 100%;
	}
	#linkBtn {
		width: 100%;
		margin-right: 0;
	}
	#linkBtn p {
		margin-bottom: 2.2%;
	}
	.buyBtn {
		margin: 0 auto;
		width: 60%;
	}
	#linkBtn ul li {
		width: 49.2%;
		margin: 0 1.6% 1.6% 0;
	}
	#linkBtn ul li:nth-child(2n) {
		margin-right: 0;
	}
	p.backbtn {
		width: 100%;
	}
	/* 家庭用商品 個別ページ用 */
	section#relation {
		margin-bottom: 0;
		width: 100%;
	}
	h4#relatedResipe {
		margin-bottom: 1.6%;
	 	padding: 3.9% 0 0;
		width: 100%;
	}
	#relation dl {
		margin: 0 1.88% 3% 0;
		width: 15.1%;
		line-height: 1.5;
	}
	#relation dl:nth-of-type(6n) {
		margin-right: 0;
	}
	#relation dt {
		margin-bottom: 9.7%;
	}
	#relation dd {
		text-align: left;
	}
	#dattanBtn {
		margin-top: 10px;
		width: 100%;
		height: auto;
		background-image: none;
		text-indent: inherit;
		white-space: inherit;
		text-align: center;
	}
	#dattanBtn a {
		display: block;
		padding: 4px 5px 3px;
		width: 100%;
		height: auto;
		background-color: #95bc62;
		color: #fff;
		text-decoration: none;
		font-size: 108%;
		font-weight: bold;
		border-radius: 3px;        /* CSS3草案 */  
		-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
		-moz-border-radius: 3px;   /* Firefox用 */
	}
	#dattanBtn a:hover {
		background-color: #95bc62;
		opacity: 0.6;
		filter: alpha(opacity=60);
	}
	#dattanBtn a:before {
		content: "";
		background: url(../images/arrow_white.svg) no-repeat left;
		width: 4px;
		height: 7px;
		display: inline-block;
		margin-right: 10px;
		position: relative;
		top: -1px;	
	}
	/* 業務用商品 個別ページ用 */
	div.proNote {
		margin-bottom: 3.5%;
	}
	.prouse-detail {
		margin-bottom: 3%;
		width: 100%;
	}
	#soba-pasta table th {
		width: 22.1%;
	}
	/* 202103追加 */
	.imgWrap li {
  	width: 50%;
	}
  .summaryBox {
    margin-top: 18px;
  }
}
@media screen and (max-width: 600px) {
	#relation dl {
		margin: 0 2% 3% 0;
		width: 18.4%;
	}
	#relation dl:nth-of-type(6n) {
		margin-right: 2%;
	}
	#relation dl:nth-of-type(5n) {
		margin-right: 0;
	}
	/* 業務用商品 個別ページ用 */
	#soba-pasta figure {
		margin-right: 3%;
		width: 48.5%;
		max-width: 220px;
	}
	#soba-pasta figure:nth-of-type(2n) {
		margin-right: 0;
	}	
	/* 202103追加 */
  .imgWrap + p {
    margin-top: .8em;
    padding-bottom: 0;
  }
	.summaryBox dt {
  	margin-bottom: .5em;
    font-size: 108%;
  }
}
@media screen and (max-width: 480px) {
	.lv20 {
		margin-bottom: 4%;
	}
	#main h4 {
		font-size: 131%;
		font-weight: bold;
	}
	.circle {
		font-size: 138.5%;
	}
	h3#productName {
		font-size: 146.5%;
		font-weight: bold;
		text-align: left;
	}
	h3#productName span {
		display: inline-block;
		font-weight: bold;
	}
	dt.midashi, p.midashi, #main h4.listName {
		line-height: 1.5;
		font-size: 123.1%;
	}
	#main h4.listName {
		font-weight: bold;
	}
	.txtBox {
		margin-bottom: 15px;
		width: 100%;
	}
	.itemImage, .pd-image {
		width: 100%;
		text-align: center;
	}
	.itemImage img, .pd-image img {
		width: 70%;
	}
	.pd-image figure {
		float: none;
		display: inline-block;
		width: 36%;
		margin-right: 0;
		text-align: center;
		vertical-align: top;
	}
	.pd-image figure img {
		width: 100%;
	}
	p.mds-sizeS {
		margin-top: 5px;
		font-size: 108%;
	}
	#tokushoku {
		margin-top: 4%;
		padding: 3%;
	}
	h3#ttl_tokushoku {
		margin: 5px 0 7px;
		text-align: center;
	}
	#tokushoku dl {
		float: none;
		margin: 0 0 2.8% 0;
		padding: 5%;
		width: 100%;
	}
	#tokushoku dl:last-child {
		margin-bottom: 0;
	}
	#tokushoku dt {
		font-size: 138.5%;
	}
	.productList {
		margin: 0 0 -3% 0;
		font-size: 93%;
	}
	.productList dl {
		margin: 0 3% 3% 0;
		padding: 4% 3% 3.2%;
		width: 48.5%;
		line-height: 1.5;
	}
	.productList dl:nth-child(2n) {
		margin-right: 0;
	}
	.productList dl dd:last-child {
		text-align: center;
	}
	.productList li {
		margin-bottom: 3px;
	}
	h5.catName {
		margin-bottom: 10px;
		font-size: 123.1%;
		font-weight: bold;
	}
	.lBox, .rBox {
		float: none;
		width: 100%;
	}
	.rBox {
		margin-bottom: 10px;
	}
	.rBox h4 {
		text-align: left;
	}
	.lBox p {
		text-align: center;
	}
	.productImg {
		margin: 5px auto 15px;
		padding: 4%;
		width: 60%;
	}
	.detail, .nutrition {
		width: 100%;
		line-height: 1.5;
		text-align: left;
	}
	.detail colgroup:nth-of-type(1) {
		width: 30%;
	}
	.nutrition colgroup:nth-of-type(1) {
		width: 50%;
	}	
	.detail th, .detail td, .nutrition th, .nutrition td {
		padding: 5px 3% 4px;
	}
	.endItem {
		margin-top: 10px;
		font-size: 93%;
	}
	tr.caption th {
		line-height: 1.8;
	}
	.caption br {
		display: none;
	}
	.caption span {
		display: inline-block;
	}
	.nutrition table {
		margin: 15px 0 0 0;
	}
	.nutrition p.note2 {
		margin-top: 10px;
	}
	dl.materials {
		margin-top: 15px;
		padding: 10px 15px;
		width: 100%;
	}
	.moreInfo {
		margin: 15px 0 4%;
		padding: 15px;
	}
	.moreInfo img {
		display: block;
		margin: 0 auto;
	}
	#linkBtn p {
		margin-bottom: 8px;
	}
	.buyBtn {
		width: 100%;
	}
	#linkBtn ul {
		padding-bottom: 5px;
	}
	#linkBtn ul li {
		float: none;
		width: 100%;
		margin: 0 0 8px 0;
		text-align: center;
	}
	p.backbtn {
		padding: 10px 10px 8px;
	}
	h4#relatedResipe {
		margin-bottom: 7px;
	 	padding-top: 15px;
	}
	section#relation {
		margin-bottom: 5px;
	}
	#relation dl {
		margin: 0 2.4% 3% 0;
		width: 23.2%;
	}
	#relation dl:nth-of-type(6n), #relation dl:nth-of-type(5n) {
		margin-right: 2.4%;
	}
	#relation dl:nth-of-type(4n) {
		margin-right: 0;
	}
	#relation dd {
		font-size: 93%;
	}
	#dattanBtn a {
		font-size: 100%;
	}
	div.proNote {
		margin-bottom: 8px;
	}
	/* 業務用商品 個別ページ用 */
	.prouse-detail {
		margin-bottom: 15px;
	}
	.moreInfo #soba-pasta table th img {
		padding: 0;
	}
	#soba-pasta table th {
		padding: 5px 0;
		width: 30%;
		vertical-align: middle;
	}
	#soba-pasta table td {
		padding: 5px 0 5px 15px;
	}
  /* 	202103追加 */
  .imgWrap.topimgBox {
    margin-top: 2.5%;
  }
}
@media screen and (max-width: 414px) {
	.lv25 {
		margin-bottom: 15px;
	}	
	/* 202103追加 */
  .imgWrap {
    -webkit-box-direction: normal;
    flex-direction: column;
  }
	.imgWrap li {
  	width: 100%;
	}
  .imgWrap li + li {
  	margin-top: 10px;
  }
  .imgCaption {
    margin: .9em 0 0;
  }
}
@media screen and (max-width: 375px) {
	.circle {
		font-size: 123.1%;
	}
	h3#productName {
		font-size: 138.5%;
	}
	dt.midashi, p.midashi, #main h4.listName {
		font-size: 116%;
	}
	#main section {
		margin-bottom: 20px;
	}
	section.catBox {
		margin-bottom: -20px!important;
	}
	.articleBox {
		padding-bottom: 20px;
	}
	#main section#details {
		padding: 4%;
	}
	.listBox li {
		float: none;
		margin: 0 auto 2.2%;
		width: 80%;
	}
	.listBox li:nth-child(2n) {
		margin: 0 auto 2.2%;
	}
	.itemImage img, .pd-image img {
		width: 80%;
	}
	.pd-image figure {
		width: 45%;
	}
	.productImg {
		width: 70%;
	}
	section#relation {
		margin-bottom: 5px;
	}
	#relation dl {
		margin: 0 3.2% 4% 0;
		width: 31.2%;
	}
	#relation dl:nth-of-type(6n), #relation dl:nth-of-type(5n), #relation dl:nth-of-type(4n) {
		margin-right: 3.2%;
	}
	#relation dl:nth-of-type(3n) {
		margin-right: 0;
	}
	#soba-pasta table {
		margin-bottom: 10px;
	}
	#soba-pasta table th, #soba-pasta table td {
		display: block;
		width: 100%;
	}
	#soba-pasta table th {
		text-align: center;
	}
	#soba-pasta table td {
		padding: 5px 0;
	}
	#soba-pasta table td span {
		text-align: center;
	}
	#soba-pasta figure {
		float: none;
		margin: 0 auto;
		width: 210px;
	}
	#soba-pasta figure:nth-of-type(2n) {
		margin: 0 auto;
	}
}