@charset "UTF-8";

/* ----------初期化---------- */
@import "normalize.css";
*{
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic", Osaka, Verdana, sans-serif;
}
/* ---------- body ---------- */
html {
	-webkit-text-size-adjust: 100%;
}
body{
	line-height:1.5;
	color: #333;
	font-size: 12px;
	position: relative;
	background: #e6e3db;
}

a:link { color: #333; text-decoration: none; }
a:visited { color: #333; text-decoration: none; }
a:active { color: #333; text-decoration: underline; }
a:hover { color: #333; text-decoration: underline; }

ul, li {
	list-style: none;
}
p, ul, dl, dt, dd, figure, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

/* ---------- clearfix ---------- */
.clmBox,
#contents #shopInfo #handbill ul,
.new_top #searchArea .recipe ul li,
.inner,
#contents,
footer,
header,
.clearfix {
	zoom: 1;
}

.clmBox:after,
#contents #shopInfo #handbill ul:after,
.new_top #searchArea .recipe ul li:after,
.inner:after,
#contents:after,
footer:after,
header:after,
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear { clear: both; }
/* ---------- common ---------- */
/** margin, Padding **/
.mt0{margin-top:0 !important;}
.mt5{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt16{margin-top:16px !important;}
.mt20{margin-top:20px !important;}
.mt24{margin-top:24px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}

.mb0{margin-bottom:0 !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb16{margin-bottom:16px !important;}
.mb20{margin-bottom:20px !important;}
.mb24{margin-bottom:24px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}

.ml0{margin-left:0 !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml16{margin-left:16px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}

.mr0{margin-right:0 !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr16{margin-right:16px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}

.pt0{padding-top:0 !important;}
.pt5{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}
.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}
.pt30{padding-top:30px !important;}

.pb0{padding-bottom:0 !important;}
.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}
.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}
.pb30{padding-bottom:30px !important;}

.pl0{padding-left:0 !important;}
.pl5{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}
.pl25{padding-left:25px !important;}
.pl30{padding-left:30px !important;}

.pr0{padding-right:0 !important;}
.pr5{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}
.pr25{padding-right:25px !important;}
.pr30{padding-right:30px !important;}

.center { margin: 0 auto; }

.fl{float:left;}
.fr{float:right; text-align:left;}

.al{text-align:left;}
.ar{text-align:right;}
.ac{text-align:center;}

.small{font-size: small;}


/* ---------- header ---------- */
header {
	width: 100%;
	min-width: 944px;
	height: 64px;
	background: #fff;
}
header .inner {
	width: 944px;
	margin: 0 auto;
	padding-top: 12px;
}
header .shufLogo {
	width: 140px;
	float: left;
}
header .niftyLogo {
	width: 85px;
	float: right;
	margin-top: 10px;
}

/* ---------- footer ---------- */
footer {
	width: 100%;
	min-width: 944px;
	height: 96px;
	background: #55aa53;
}
footer .inner {
	width: 944px;
	margin: 0 auto;
	padding-top: 24px;
	color: #fff;
	position: relative;
}
footer .pageTop {
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	right: 0;
	top: -64px;
}
footer .niftyTop {
	float: left;
}
footer .footLink {
	display: block;
	width: 480px;
	float: right;
	text-align: right;
}
footer .footLink li {
	display: inline-block;
	width: auto;
	margin-right: 15px;
}
footer .footLink li.lastChild {
	margin-right: 0;
}
footer .footLink li:after {
	content: "|";
}
footer .footLink li.lastChild:after {
	content: "";
}
footer .footLink li a {
	color: #fff;
	margin-right: 15px;
}
footer .footLink li.lastChild a {
	margin-right: 0;
}
footer .copyright {
	width: 100%;
	clear: both;
	padding-top: 10px;
	text-align: right;
}

/* ---------- contentsArea ---------- */
#contents {
	width: 944px;
	margin: 0 auto;
}
#contents #topicPath {
	overflow: hidden;
	padding: 16px 0;
}
#contents #topicPath li {
	float: left;
	margin-right: 5px;
}
#contents #topicPath li:after {
	content: ">";
}
#contents #topicPath li.current {
	margin-right: 0;
}
#contents #topicPath li.current:after {
	content: "";
}
#contents #topicPath li a {
	margin-right: 5px;
	color: #0055ff;
	text-decoration: underline;
}
#contents #topicPath li a:hover {
	text-decoration: none;
}
#contents .cmnBox {
	background: #fff;
	padding-bottom: 3px;
	position: relative;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	behavior: url(/css/PIE.htc);
}
#contents .cmnBox h2 {
	padding: 8px 10px;
	background: #faf9f2;
	border-bottom: 1px solid #e0e0e0;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	behavior: url(/css/PIE.htc);
}
#contents .cmnBox h2.shop {
	background: #faf9f2 url(/images/icn_shop.png) no-repeat 8px center;
	padding-left: 36px;
}
#contents #rightNav .cmnBox .body {
	padding: 10px 10px 7px;
}
#contents #mainContents .cmnBox .body {
	padding: 19px; 16px 13px;
}
#contents #mainContents {
	width: 628px;
	float: left;
}
#contents #rightNav {
	width: 300px;
	float: right;
}
#contents #rightNav .bnrArea {
	margin-bottom: 18px;
}
#contents #rightNav .bnrArea li {
	margin-top: 10px;
}
#contents #rightNav .bnrArea li:first-child {
	margin-top: 0;
}
#contents #rightNav .beginner a {
	display: block;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background: #55aa53 url(/images/icn_beginner.png) no-repeat 12px center;
	padding: 0 10px 0 55px;
	margin-bottom: 16px;
	font-weight: bold;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	behavior: url(/css/PIE.htc);
}
#contents #rightNav .beginner a:hover {
	text-decoration: none;
}
#contents #rightNav .beginner a span {
	display: block;
	padding-right: 26px;
	background: url(/images/icn_arrow.png) no-repeat right center;
}
#contents #rightNav .cmnBox .body ul li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e0e0e0;
}
#contents #rightNav .cmnBox .body ul li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
#contents #rightNav .cmnBox .body ul li .date {
	font-size: 10px;
	color: #666;
}
#contents #rightNav .smartPhone {
	margin-top: 16px;
	background: #fff;
	padding: 10px;
	position: relative;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	behavior: url(/css/PIE.htc);
}
#contents #rightNav .smartPhone img {
	display: block;
	width: 120px;
	height: 120px;
	float: left;
	margin-right: 8px;
}
#contents #rightNav .smartPhone p {
	width: 152px;
	float: right;
}
#contents #rightNav .smartPhone a {
	display: block;
	width: 108px;
	height: 20px;
	line-height: 20px;
	background: #421806 url(/images/icn_arrow.png) no-repeat 105px center;
	padding-left: 12px;
	color: #fff;
	font-size: 10px;
	letter-spacing: 0.2em;
	position: absolute;
	right: 10px;
	bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
}
#contents #rightNav .smartPhone a:hover {
	text-decoration: none;
}
#contents #appDL {
	padding: 16px;
	position: relative;
	background: #55aa53;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	behavior: url(/css/PIE.htc);
}
#contents #appDL dl {
	overflow: hidden;
}
#contents #appDL dl dt {
	width: 120px;
	float: left;
}
#contents #appDL dl dd {
	width: 475px;
	float: right;
	text-align: center;
	padding-top: 8px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
#contents #appDL dl dd p {
	margin-bottom: 10px;
}
#contents #appDL dl dd a.firstChild {
	margin-right: 16px;
}
#contents #searchArea {
	margin-top: 16px;
}
#contents #mainContents #searchArea .kana .body {
	padding: 19px !important;
}
#contents #searchArea .kana ul {
	overflow: hidden;
	margin-bottom: -8px;
}
#contents #searchArea .kana ul li {
	display: block;
	float: left;
	width: 80px !important;
	height: 40px;
	margin: 0 8px 8px 0;
	border: none;
}
#contents #searchArea .kana ul li a {
	display: block;
	width: 80px !important;
	height: 40px;
	line-height: 40px;
	padding: 0;
	text-align: center;
	color: #222;
	background: #ece8df;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/css/PIE.htc);
}
#contents #searchArea .kana ul li a:hover {
	text-decoration: none;
	background: #fcf3c8;
}
#contents #searchArea .chain {
	margin-top: 16px;
}
#contents #searchArea .chainShopList,
#contents #searchArea .chain {
	padding-bottom: 0;
}
#contents #searchArea .chainShopList h3,
#contents #searchArea .chain h3 {
	width: 299px;
	height: 40px;
	line-height: 40px;
	color: #000;
	padding-left: 17px;
	background: #e6e6e6;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/css/PIE.htc);
}
#contents #searchArea .chainShopList .body,
#contents #searchArea .chain .body {
	padding-bottom: 1px;
	padding-right: 0;
}
#contents #searchArea .chainShopList ul,
#contents #searchArea .chain ul {
	overflow: hidden;
	margin-bottom: 15px;
}
#contents #searchArea .chainShopList ul li,
#contents #searchArea .chain ul li {
	width: 287px;
	float: left;
	border-bottom: 1px solid #e6e6e6;
	margin-right: 16px;
}
#contents #searchArea .chain ul li a {
	display: block;
	width: 245px;
	padding: 12px 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(/images/icn_list_arrow.png) no-repeat right center;
}
#contents #searchArea .chainShopList ul li a {
	display: block;
	width: 207px;
	padding: 12px 54px 12px 16px;
	position: relative;
	background: url(/images/icn_list_arrow.png) no-repeat right center;
}
#contents #searchArea .chainShopList ul li a .name {
	display: block;
	font-weight: bold;
	width: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#contents #searchArea .chainShopList ul li a .address {
	display: block;
	width: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#contents #searchArea .chainShopList ul li a .count {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 9px;
	color: #fff;
	background: #a63535;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	behavior: url(/css/PIE.htc);
}
#contents #appInfoArea {
	background: #55aa53;
	margin: 32px 0 96px;
	overflow: hidden;
	position: relative;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	behavior: url(/css/PIE.htc);
}
#contents #appInfoArea .imgBox {
	background: url(/images/bg_app_info.jpg) no-repeat center 0;
	background-size: cover;
	position: relative;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	behavior: url(/css/PIE.htc);
}
#contents #appInfoArea .imgBox .catchArea {
	background: url(/images/bg_arrow_top.png) no-repeat center 0;
	overflow: hidden;
	padding: 49px 16px 0 14px;
}
#contents #appInfoArea .imgBox .catchArea figure {
	display: block;
	width: 228px;
	height: 437px;
	float: left;
}
#contents #appInfoArea .imgBox .catchArea .catch {
	width: 356px;
	float: right;
	margin-top: 38px;
}
#contents #appInfoArea .imgBox .catchArea dl {
	width: 356px;
	float: right;
	margin-top: 24px;
}
#contents #appInfoArea .imgBox .catchArea dl:first-child {
	margin-top: 48px;
}
#contents #appInfoArea .imgBox .catchArea dl dt {
	color: #ffd400;
	font-size: 16px;
	line-height: 16px;
	background: url(/images/icn_app_list.png) no-repeat 0 0;
	padding-left: 24px;
}
#contents #appInfoArea .imgBox .catchArea dl dd {
	padding-left: 24px;
	color: #fff;
	margin-top: 8px;
}
#contents #appInfoArea .imgBox .appImg {
	background: url(/images/bg_arrow_bottom.png) no-repeat center bottom;
	overflow: hidden;
	padding: 18px 0 72px 18px;
}
#contents #appInfoArea .imgBox .appImg li {
	width: 192px;
	float: left;
	margin-right: 8px;
	background: #fff;
	overflow: hidden;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	behavior: url(/css/PIE.htc);
}
#contents #appInfoArea .imgBox .appImg li img {
	position: relative;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	behavior: url(/css/PIE.htc);
}
#contents #appInfoArea .imgBox .appImg li p {
	padding: 16px;
}
#contents #appInfoArea .dlArea {
	padding: 24px 0 40px;
	text-align: center;
}
#contents #leadApp .dlArea .txt,
#contents #appInfoArea .dlArea .txt {
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	letter-spacing: 0.2em;
	vertical-align: middle;
	margin-top: 24px;
}
#contents #leadApp .dlArea .txt strong,
#contents #appInfoArea .dlArea .txt strong {
	color: #ffbd00;
	font-size: 24px;
	vertical-align: middle;
}
#contents #leadApp .dlArea ul,
#contents #appInfoArea .dlArea ul {
	width: 256px;
	margin: 16px auto 0;
	overflow: hidden;
}
#contents #leadApp .dlArea ul li,
#contents #appInfoArea .dlArea ul li {
	width: 120px;
	float: left;
	text-align: center;
}
#contents #leadApp .dlArea ul li:first-child,
#contents #appInfoArea .dlArea ul li:first-child {
	margin-right: 16px;
}
#contents #leadApp .dlArea ul li .qr,
#contents #appInfoArea .dlArea ul li .qr {
	margin-bottom: 8px;
}
#contents #shopInfo {
	margin-top: 16px;
}
#contents #shopInfo .cmnBox .body {
	padding-top: 4px;
	padding-bottom: 4px;
}
#contents #shopInfo .cmnBox .body ul li {
	border-top: 1px solid #e6e6e6;
}
#contents #shopInfo .cmnBox .body ul li:first-child {
	border-top: none;
}
#contents #shopInfo .cmnBox .body ul li a {
	display: block;
	padding: 12px 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(/images/icn_list_arrow.png) no-repeat right center;
}
#contents #shopInfo #handbill {
	margin-top: 16px;
}
#contents #shopInfo #handbill ul {
	position: relative;
	margin-left: -6px;
}
#contents #shopInfo #handbill ul li {
	width: 192px;
	float: left;
	margin-left: 16px;
	background: #fff;
	overflow: hidden;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	behavior: url(/css/PIE.htc);
}
#contents #shopInfo #handbill .date {
	width: 100%;
	background: #a63535;
	text-align: center;
	color: #fff;
	font-size: 10px;
	padding: 3px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	behavior: url(/css/PIE.htc);
}
#contents #shopInfo #handbill .img {
	width: 100%;
	height: 156px;
	position: relative;
	z-index: 1;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	behavior: url(/css/PIE.htc);
	overflow: hidden;
}
#contents #shopInfo #handbill .img img {
	position: relative;
	z-index: 1;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	behavior: url(/css/PIE.htc);
}
#contents #shopInfo #handbill .img .price {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 8px;
	z-index: 10;
	color: #f44c1d;
	-moz-text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;
	-webkit-text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;
	text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;
}
#contents #shopInfo #handbill .img .price strong {
	font-size: 18px;
}
#contents #shopInfo #handbill .body {
	padding: 8px;
}
#contents #shopInfo #handbill .place {
	display: block;
	width: 176px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#contents #shopInfo #handbill .name {
	width: 176px;
	height: 36px;
	font-weight: bold;
	overflow: hidden;
}
/* 3行時(18px x 3行) */
#contents #shopInfo #handbill .name.threeLines {
	height: 54px;
}
#contents #shopInfo #handbill .volume {
	font-size: 10px;
	color: #666;
}
#contents #shopInfo #handbill .recipe {
	margin-top: 12px;
	padding-top: 6px;
	border-top: 1px solid #e6e6e6;
}
#contents #shopInfo #handbill .recipe a {
	display: block;
	height: 17px;
	line-height: 17px;
	color: #666;
	padding-left: 30px;
	background: url(/images/icn_recipe.png) no-repeat 0 center;
}
#contents #shopInfo #handbill .noHndbill {
	width: 100%;
	background: #fff;
	color: #000;
	text-align: center;
	padding: 70px 0;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	behavior: url(/css/PIE.htc);
}
#contents #shopInfo #handbill .noHndbill strong {
	font-size: 16px;
}
#contents #recipe {
	margin-top: 16px;
	background: #fff;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	behavior: url(/css/PIE.htc);
}
#contents #recipe dl {
	overflow: hidden;
	padding: 8px;
}
#contents #recipe dl dt {
	width: 80px;
	height: 80px;
	float: left;
}
#contents #recipe dl dd {
	width: 516px;
	float: right;
}
#contents #recipe dl dd .title {
	width: 184px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 6px;
	background: #ea741a;
	color: #fff;
	font-weight: bold;
	position: relative;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/css/PIE.htc);
}
#contents #recipe dl dd a {
	font-size: 18px;
	font-weight: bold;
	color: #ea741a;
}
#contents #leadApp {
	background: #55aa53;
	overflow: hidden;
	margin-top: 32px;
	padding: 24px 0;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	behavior: url(/css/PIE.htc);
}
#contents #leadApp .dlArea {
	text-align: center;
}
#contents #leadApp .txt {
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#contents #leadApp .txt em {
	font-style: normal;
	color: #ffbd00;
}
#contents #leadApp .txt span {
	font-size: 12px;
	font-weight: normal;
}
#contents #campainDetail {
	margin-bottom: 126px;
}
#contents #campainDetail .cmnBox .body figure {
	text-align: center;
}
#contents #campainDetail .cmnBox .body h3 {
	background: #e6e6e6;
	height: 32px;
	line-height: 32px;
	padding-left: 16px;
	color: #000;
}
#contents #campainDetail .cmnBox .body p {
	margin-top: 16px;
}
#contents #campainDetail .cmnBox .body table {
	margin-top: 32px;
}
#contents #campainDetail .cmnBox .body table td,
#contents #campainDetail .cmnBox .body table th {
	vertical-align: top;
	border-top: 1px solid #e6e6e6;
	padding: 16px;
	font-weight: normal;
	text-align: left;
}
#contents #campainDetail .cmnBox .body table th {
	width: 144px;
}





/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　.new_top　ここから
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.new_top #contents {
	margin: 0 auto;
	width: 1000px;
	margin-bottom: 74px;
}
.new_top header .inner {
	min-width: 1000px;
}
.new_top .tag_line {
	float: left;
	margin-left: 16px;
}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　#mainContents
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.new_top #mainContents {
	width: 684px !important;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　#appDL
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.new_top #appDL {
	margin-bottom: 12px;
}
.new_top #appDL dl {
	margin: 0 auto;
}
.new_top #appDL dl dt {
	padding-top: 10px;
	text-align: right;
	width: 20% !important;
}
.new_top #appDL dl dd {
	float: left;
	width: 80% !important;
	text-align: left;
}
.new_top #contents #appDL dl dd p {
	font-size: 18px;
	text-align: center;
}
.new_top #contents #appDL dl dd p span {
	font-size: 13px;
	font-weight: normal;
}
.new_top #appDL .dl_btn {
	width: 256px;
	margin: 0 auto;
}
.new_top #appDL .dl_btn a:first-child {
	margin-right: 16px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　#main_visual
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.new_top #main_visual {
	border: none;
}
.new_top #main_visual ul li,.new_top #main_visual ul li img {
	border-radius: 4px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　#searchArea
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.new_top .cmnBox {
	margin-bottom: 16px;
}
.new_top .cmnBox .body {
	padding-bottom: 0 !important;
}
.new_top .cmnBox h2 {
	font-size: 14px;
}
.new_top .cmnBox h3 {
	font-size: 12px;
	line-height: 28px;
	font-weight: bold;
	background: #e6e6e6;
	width: 100%;
	border-radius: 4px;
}
.new_top .cmnBox h2 a,.new_top #searchArea .recipe .first .txt a {
	font-size: 12px;
	font-weight: normal;
	float: right;
	background: url(../images/icn_link_arrow.png) no-repeat center left;
	padding-left: 15px;
	line-height: 20px;
}
.new_top #searchArea ul li {
    width: 30.333% !important;
    float: left;
    border-bottom: 1px solid #e6e6e6;
    margin-right: 16px;
}
.new_top #searchArea .columLong li {
	width: 316px !important;
}
.new_top #searchArea ul li a {
	width: auto !important;
	display: block;
    padding: 12px 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(/images/icn_list_arrow.png) no-repeat right center;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　#searchArea　ー　.chain
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.new_top #searchArea .m_btn {
	background: #ece8df;
	height: 32px;
	line-height: 32px;
	width: 95%;
	margin: 0 auto 19px;
	text-align: center;
	font-weight: bold;
	border-radius: 4px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　#searchArea　ー　.prefectures
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.new_top #searchArea .prefectures ul li {
    width: 11% !important;
    float: left;
    border-bottom: 1px solid #e6e6e6;
    margin-right: 16px;
}
.new_top #searchArea .prefectures ul {
	margin-bottom: 19px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　#searchArea　ー　.recipe
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.new_top #searchArea .recipe .body {
	padding: 10px !important;
}
.new_top #searchArea .recipe .first {
	width: 356px;
	float: left;
	border-right: 1px dotted #e6e6e6;
}
.new_top #searchArea .recipe .first .ttl {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}
.new_top #searchArea .recipe .first a.img{
	float: left;
	background: #fcf4e8;
	padding: 8px;
	width: 204px;
}
.new_top #searchArea .recipe .first a.img img {
	width: 100%;
}
.new_top #searchArea .recipe .first .txt {
	float: left;
	width: 120px;
	margin-left: 8px;
	padding-right: 8px;
}
.new_top #searchArea .recipe .first .txt a {
	float: none;
}
.new_top #searchArea .recipe h3 {
	width: 70px;
	float: left;
	font-size: 14px;
	background: none;
	margin-left: 12px;
}
.new_top #searchArea .recipe ul {
	width: 278px;
	float: left;
	margin-left: 12px;
}
.new_top #searchArea .recipe ul li {
	width: 131px !important;
    float: left;
    border-bottom: none;
    margin-right: 15px;
}
.new_top #searchArea .recipe ul li.even {
	margin-right: 0;
} 
.new_top #searchArea .recipe ul li a {
	display: block;
    overflow: hidden;
    background: none;
    float: left;
    padding:0;
    width: 48px;
	margin-right: 5px;
}
.new_top #searchArea .recipe ul li a.ttl {
	width: 72px !important;
	white-space: normal;
	text-overflow: clip;
	text-align: left;
	margin-right: 0;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　#appInfoArea
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.new_top #appInfoArea {
	background: url(/images/bg_app_info_02.png) no-repeat center 32px #55a953 !important;
	margin-bottom: 16px !important;
	border-radius: 4px;
	margin-top: 0 !important;
}
.new_top #appInfoArea h2 {
	background: #ffaa00 !important;
	line-height: 36px !important;
	text-align: center !important;
}
.new_top #appInfoArea .imgBox {
	border-radius: 0 0 4px 4px !important;
	background: none !important;
	margin-top: 5px !important;
}
.new_top #appInfoArea .imgBox .catchArea {
	width: 90% !important;
	margin: 0 auto !important;
	background: none !important;
	padding-top: 0 !important;
}
.new_top #appInfoArea .imgBox .catchArea figure {
	width: 45% !important;
	height: auto !important;
}
.new_top #appInfoArea .imgBox .catchArea figure img {
	width: 228px !important;
	height: auto !important;
	margin: 0 auto !important;
	display: block !important;
}
.new_top #appInfoArea .imgBox .catchArea .catch {
	color: #fff !important;
	font-weight: bold !important;
	font-size: 24px !important;
	margin-top: 20px !important;
	width: 51% !important;
	line-height: 25px !important;
}
.new_top #appInfoArea .imgBox .catchArea dl {
	font-weight: bold !important;
	margin-top: 8px !important;
	width: 55% !important;
}
.new_top #appInfoArea .dlArea {
	width: 55% !important;
	float: right !important;
}
.new_top #appInfoArea .dlArea .txt {
	font-weight: bold !important;
	font-size: 20px !important;
	margin-top: 8px !important;
}
.new_top #appInfoArea .dlArea .txt span {
	color: #ffbd00 !important;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　.bnrArea
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.new_top #mainContents ul.bnrArea li {
	width: 300px;
	float: left;
	margin: 11px 20px;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　#rightNav
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.new_top .bnrArea a {
	display: block;
	text-align: center;
}
.new_top #rightNav .dlArea {
	padding-bottom: 0;
}
.new_top #rightNav .dlArea h2 {
	background: #ffaa00;
	text-align: center;
}
.new_top #rightNav .dlArea .imgBox p {
	padding: 3px;
}
.new_top #rightNav .dlArea ul {
	background: #55A953;
	padding-bottom: 4px;
}
.new_top #rightNav .dlArea li {
	width: 40%;
    float: left;
    margin: 5%;
    text-align: center;
}
.new_top #rightNav .dlArea .txt {
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	background: url(/images/qr_right_nav.png) no-repeat #55A953 center top;
	padding-top: 24px;
	text-align: center;
}
.new_top #rightNav .dlArea .txt span {
	color: #ffbd00;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　footer
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
.new_top footer {
	min-width: 80%;
}
.new_top footer .inner {
    width: 80%;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　#recipe
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
body#recipe div#mainContents {
	margin-top: 0;
}
body#recipe div#searchArea {
	position: static;
	margin-bottom: 20px;
}
p.subTitle {
	padding: 8px 10px;
	background: #faf9f2;
	border-bottom: 1px solid #e0e0e0;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	behavior: url(/css/PIE.htc);
}
body#recipe div#searchArea {
	width: 676px;
}
div.titleImage img {
	vertical-align: bottom;
}
body#recipe .pages {
	text-align: center;
}
body#recipe .pages.upper {
	padding-bottom: 10px;
	background: url(/v2/images/common/cotents/dotline.gif) 0 bottom repeat-x;
}
body#recipe .pages.lower {
	padding-top: 10px;
}
body#recipe .pages a {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #fff;
	border: 1px solid #ccc;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/css/PIE.htc);
}
body#recipe .pages b {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #fbe479;
	border: 1px solid #ccc;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/css/PIE.htc);
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　#shop #item
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#contents .cmnBox h2.shopIcon {
	padding: 10px 10px 10px 44px;
	background: #faf9f2 url(/images/icn_shop.png) no-repeat 16px center;
}
.greenTitle {
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	padding: 10px 20px;
	background: #55aa53;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	behavior: url(/css/PIE.htc);
	margin-bottom: 16px;
}
.clmBox {
	width: 702px;
	position: relative;
	margin: 0 0 16px -18px;
}
.clmBox li {
	float: left;
	margin-left: 18px;
	background: #fff;
	position: relative;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	behavior: url(/css/PIE.htc);
}
.clmBox .color {
	background: #fffae7;
}
.clmBox .column1 {
	width: 216px;
}
.clmBox .column2 {
	width: 450px;
}
.clmBox li .img {
	width: 100%;
	position: relative;
	z-index: 1;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	behavior: url(/css/PIE.htc);
	overflow: hidden;
}
.clmBox li .img .price {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 8px;
	z-index: 10;
	color: #f44c1d;
	-moz-text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;
	-webkit-text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;
	text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;
}
.clmBox li .img .price strong {
	font-size: 18px;
}
.clmBox li .date {
	width: 100%;
	background: #a63535;
	text-align: center;
	color: #fff;
	font-size: 10px;
	padding: 3px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	behavior: url(/css/PIE.htc);
}
.clmBox li .body {
	padding: 8px 8px 36px 8px;
}
.nearShop .clmBox li .body {
	padding: 8px;
}
#contents #mainContents .sameItem .txt .tag,
#contents #mainContents .recommendRecipe .txt .tag,
#contents .item .tag,
#contents #handbillDetail .recommend .txt .tag,
.clmBox li .body .tag {
	display: block;
	width: 176px;
	font-size: 10px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#contents #mainContents .sameItem .txt .name,
#contents #mainContents .recommendRecipe .txt .name,
#contents .item .name,
#contents #handbillDetail .recommend .txt .name,
.clmBox li .body .name {
	font-weight: bold;
	overflow: hidden;
}
#contents #mainContents .sameItem .txt .info,
#contents #mainContents .recommendRecipe .txt .info,
#contents .item .info,
#contents #handbillDetail .recommend .txt .info,
.clmBox li .body .info {
	font-size: 10px;
	color: #666;
}
.clmBox li .body .price {
	color: #f44c1d;
	margin-top: 10px;
}
.clmBox li .body .price strong {
	font-size: 20px;
}
.clmBox li .recipe {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 2px;
}
.clmBox li .recipe a {
	display: block;
	padding: 6px 0 6px 30px;
	margin: 0 8px;
	border-top: 1px solid #e6e6e6;
	height: 17px;
	line-height: 17px;
	color: #666;
	background: url(/images/icn_recipe.png) no-repeat 0 center;
}
.clmBox li .arrowLink {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 8px;
}
#contents #mainContents .recommendRecipe .txt .arrowLink a,
.clmBox li .arrowLink a {
	display: block;
	height: 17px;
	line-height: 17px;
	color: #666;
	margin: 0 8px;
	padding-right: 30px;
	background: url(/images/icn_list_arrow.png) no-repeat right center;
}

#contents .shopInfo li {
	padding: 7px 0 8px;
	border-top: 1px solid #e6e6e6;
}
#contents .shopInfo li:first-child {
	border-top: none;
}
#contents .shopInfo li dl {
	overflow: hidden;
}
#contents .shopInfo li dl dt {
	width: 100px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background: #55aa53;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/css/PIE.htc);
	float: left;
}
#contents .shopInfo li dl dd {
	padding-top: 6px;
	width: 538px;
	float: right;
}
#contents #shopDetail .shopNews .dayTab {
	border-bottom: 4px solid #55aa53;
	padding-left: 16px;
	margin-bottom: 8px;
	overflow: hidden;
}
#contents #shopDetail .shopNews .dayTab li {
	width: 208px;
	height: 36px;
	float: left;
	margin-left: 14px;
	background: #fbfbfb;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	behavior: url(/css/PIE.htc);
}
#contents #shopDetail .shopNews .dayTab li:hover,
#contents #shopDetail .shopNews .dayTab li.current {
	background: #55aa53;
}
#contents #shopDetail .shopNews .dayTab li:first-child {
	margin-left: 0;
}
#contents #shopDetail .shopNews .dayTab li a {
	display: block;
	width: 208px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
	position: relative;
	text-decoration: none;
}
#contents #shopDetail .shopNews .dayTab li:hover a,
#contents #shopDetail .shopNews .dayTab li.current a {
	color: #fff;
}
#contents #shopDetail .shopNews .dayTab li a span {
	display: block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background: #f9a825;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	border-radius: 28px;
	behavior: url(/css/PIE.htc);
	position: absolute;
	left: 8px;
	top: 4px;
}
#contents #shopDetail .shopNews div li {
	background: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	behavior: url(/css/PIE.htc);
	margin-top: 4px;
	padding: 0 24px;
}
#contents #shopDetail .shopNews div li:first-child {
	margin-top: 0;
}
#contents #shopDetail .shopNews div li a {
	display: block;
	padding: 10px 10px 10px 0;
	background: url(/images/icn_list_arrow.png) no-repeat right center;
}
#contents #shopDetail .shopNews #dayAfterTomorrow,
#contents #shopDetail .shopNews #tomorrow {
	display: none;
}
#contents #shopDetail #recipe {
	margin-top: 28px;
	background: none;
	position: relative;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#contents #shopDetail #recipe .recipeBlock {
	background: #fff;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	behavior: url(/css/PIE.htc);
}
#contents #shopDetail #recipe .recipeBlock dl dt {
	width: 116px;
}
#contents #shopDetail #recipe dl dd {
	width: 542px;
}
#contents #shopDetail #recipe dl dd a {
	font-size: 13px;
}
#contents #shopDetail .handbillLink {
	display: block;
	margin: 32px 0 16px;
	background: #fff;
	padding: 16px 60px;
	background: url(/images/icn_handbill.png) no-repeat 13px center, #fff url(/images/icn_list_arrow.png) no-repeat 654px center;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	behavior: url(/css/PIE.htc);
}
#contents .handbill .left {
	width: 300px;
	float: left;
}
#contents .handbill .right {
	width: 300px;
	float: right;
}
#contents .handbill h3 {
	background: none;
}
#contents #handbillDetail {
	margin-top: 32px;
}
#contents #handbillDetail .recommend {
	background: #fff;
	position: relative;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	behavior: url(/css/PIE.htc);
	margin-bottom: 32px;
}
#contents #handbillDetail .recommend h2 {
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	padding: 10px 20px;
	background: #a63535;
}
#contents #handbillDetail .recommend .img {
	width: 342px;
	float: left;
}
#contents #handbillDetail .recommend .img img {
	vertical-align: bottom;
}
#contents .item .txt,
#contents #handbillDetail .recommend .txt {
	width: 326px;
	float: left;
	padding: 12px 8px;
}
#contents .item .label,
#contents #handbillDetail .recommend .txt .label {
	height: 16px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	background: #a63535;
	margin-bottom: 8px;
}
#contents #mainContents .sameItem .txt .tag,
#contents #mainContents .recommendRecipe .txt .tag,
#contents .item .tag,
#contents #handbillDetail .recommend .txt .tag {
	width: 100%;
}
#contents .item .price,
#contents #handbillDetail .recommend .txt .price {
	color: #f44c1d;
	margin: 10px 0 12px;
}
#contents .item .price strong,
#contents #handbillDetail .recommend .txt .price strong {
	font-size: 20px;
}
#contents #mainContents .noHandbill .body {
	padding: 70px 19px !important;
	text-align: center;
}
#contents .noHandbill .body strong {
	display: block;
	margin-top: 16px;
	font-size: 15px;
}
#near .nearShop {
	margin-bottom: 24px;
}
#near .shopLink {
	display: block;
	position: relative;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	behavior: url(/css/PIE.htc);
	margin-bottom: 8px;
	padding: 8px 60px 8px 16px;
	background: #faf9f2 url(/images/icn_list_arrow.png) no-repeat 670px 12px;
	text-decoration: none;
}
#near .shopLink .name {
	display: block;
	font-weight: bold;
	background: url(/images/icn_shop.png) no-repeat 0 0;
	padding-left: 28px;
}
#near .shopLink .tag {
	display: inline-block;
	height: 16px;
	line-height: 16px;
	font-size: 8px;
	color: #666;
	background: #fff;
	border: 1px solid #e6e6e6;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(/css/PIE.htc);
	padding: 0 8px;
	margin: 6px 4px 0 0;
}
#near .shopLink .label {
	display: block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 9px;
	color: #fff;
	background: #a63535;
	position: absolute;
	right: 28px;
	top: 5px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	behavior: url(/css/PIE.htc);
}
#mainContents .attention {
	margin-top: 32px;
	text-align: center;
}

#contents .sameItem,
#contents .item {
	padding-bottom: 0;
}
#contents #mainContents .sameItem .body,
#contents #mainContents .item .body {
	padding: 0;
}
#contents #mainContents .item .img {
	width: 342px;
	float: left;
	position: relative;
}
#contents #mainContents .item .img img {
	vertical-align: bottom;
}
#contents #mainContents .item ul {
	clear: both;
	padding: 0 20px;
}
#contents #mainContents .item ul li {
	border-top: 1px solid #e5e5e5;
	padding: 12px 0;
}
#contents #mainContents .item ul li dl {
	overflow: hidden;
}
#contents #mainContents .item ul li dl dt {
	width: 95px;
	float: left;
}
#contents #mainContents .item ul li dl dd {
	width: 545px;
	float: left;
}
#contents #mainContents .item .report {
	border-top: 1px solid #e5e5e5;
	padding: 15px 20px 16px;
	text-align: right;
}
#contents #mainContents .item .report a {
	display: inline-block;
	width: 126px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 10px;
	background: #eee;
	border: 1px solid #e6e6e6;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	behavior: url(/css/PIE.htc);
}
#contents #mainContents .recommendRecipe {
	background: #fffae7;
	position: relative;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
	behavior: url(/css/PIE.htc);
	margin-bottom: 16px;
}
#contents #mainContents .recommendRecipe .img {
	position: relative;
	width: 342px;
	float: left;
}
#contents #mainContents .recommendRecipe .img img {
	vertical-align: bottom;
}
#contents #mainContents .recommendRecipe .img .copy {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 16px;
	text-align: center;
	font-size: 10px;
	color: #fff;
	background: #a63535;
}
#contents #mainContents .recommendRecipe .txt {
	width: 322px;
	padding: 12px 8px 32px 12px;
	float: left;
}
#contents #mainContents .recommendRecipe .txt .arrowLink {
	width: 322px;
	position: absolute;
	right: 8px;
	bottom: 12px;
}
#contents #mainContents .sameItem .body {
	border-bottom: 1px solid #e5e5e5;
}
#contents #mainContents .sameItem .img {
	position: relative;
	width: 216px;
	float: left;
}
#contents #mainContents .sameItem .img img {
	vertical-align: bottom;
}
#contents #mainContents .sameItem .txt {
	width: 448px;
	padding: 12px 8px 12px 12px;
	float: left;
}
#contents #mainContents .sameItem .txt .shopName {
	padding-left: 23px;
	background: url(/images/icn_shop_s.png) no-repeat 0 0;
	font-weight: bold;
	margin-bottom: 8px;
}
#contents #mainContents .sameItem .txt .recipeName {
	font-weight: bold;
	margin-bottom: 8px;
}
#contents #mainContents .sameItem .txt .time {
	padding-left: 22px;
	background: url(/images/icn_time.png) no-repeat 0 0;
	font-size: 11px;
}
#contents #mainContents .sameItem .txt .cook {
	padding-left: 22px;
	background: url(/images/icn_cook.png) no-repeat 0 0;
	font-size: 11px;
}
#contents #mainContents .sameItem .txt .category {
	padding-left: 22px;
	background: url(/images/icn_caterogy.png) no-repeat 0 0;
	font-size: 11px;
}
#contents #mainContents .sameItem .moreRecipe {
	display: block;
	width: 100%;
	height: 39px;
	line-height: 39px;
	text-align: center;
	font-weight: bold;
}
