@charset "utf-8";

/* レシピトップページ設定 */
#stage {
}

#stage .bdbg {
	display:none !important;
}


#stage #content.cts-recipetop {
	background:none;
	padding-bottom:50px;
}
#content.cts-recipetop .maincontents,
#content.cts-recipetop .subcontents {
	float:none;
	width:auto;
}
#content.cts-recipetop .cts-headline {
	margin-top: 30px;
	/* position:relative;
	background:#fff url(/recipe/top/img/bg_top_headline.png) no-repeat 50% 0;
	border:2px solid #e0d3b0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	padding:18px 20px;
	margin-bottom:14px; */
}
/*
#content.cts-recipetop .cts-headline:before {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:4px;
	background:#dbc58a;
}
*/
#content.cts-recipetop .cts-headline .box-main {
}
#content.cts-recipetop .cts-headline .box-main .renew_banner{
	width:620px;
}
#content.cts-recipetop .cts-headline .box-sub {
	position:relative;
	float:right;
	width:188px;
}
#content.cts-recipetop .cts-pickup .cts-todaysrecipe {
	position: relative;
	height: 537px;
	border: 2px solid #c8cee0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	background: url(/recipe/top/img/bg_top_todaysrecipe.png) no-repeat left top;
}
#content.cts-recipetop .cts-pickup .cts-todaysrecipe:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	z-index: 2;
	background:url(/recipe/top/img/icn_top_ribon_todaysrecipe.png) no-repeat 0 0;
	width:122px;
	height:70px;
}
#content.cts-recipetop .cts-todaysrecipe-wrp .t-cts span {
	background:url(/recipe/top/img/t_top_todaysrecipe.png) no-repeat 0 0;
}
#content.cts-recipetop .cts-pickup .cts-todaysrecipe > a {
	position:relative;
	display:block;
	padding: 30px 26px 60px;
	color:#535353 !important;
	height: 100%;
	box-sizing: border-box;
}
#content.cts-recipetop .cts-pickup .cts-todaysrecipe .date {
	position: absolute;
	top: 317px;
	left: 0;
	right: 0;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
#content.cts-recipetop .cts-pickup .cts-todaysrecipe .vis {
	position:relative;
	margin-bottom: 30px;
}
#content.cts-recipetop .cts-pickup .cts-todaysrecipe .vis > span {
	position:relative;
	display:block;
	background:#fff;
	width: 402px;
	height: 275px;
	/* width: 228px;
	height: 156px; */
	overflow:hidden;
	zoom:1;
	margin:10px;
	margin:0;
}
#content.cts-recipetop .cts-pickup .cts-todaysrecipe .vis img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
#content.cts-recipetop .cts-pickup .cts-todaysrecipe .data {
	border-bottom: 1px solid #7293ff;
	padding-bottom: 20px;
}
#content.cts-recipetop .cts-pickup .cts-todaysrecipe .data:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#content.cts-recipetop .cts-pickup .cts-todaysrecipe .data .tit {
	display: table-cell;
	vertical-align: middle;
	background:url(/recipe/common/img/icn_arrow3r_gry2.png) no-repeat 100% 50%;
	width: 404px;
	height:50px;
	margin-bottom: 5px;
	padding-right: 20px;
	font-size:116.7%;		/* 14px / /12px */
	font-weight:bold;
	vertical-align:middle;
	text-align: center;
}
/* #content.cts-recipetop .cts-pickup .cts-todaysrecipe .data .tit span{
	display: inline-block;
	vertical-align: middle;
	width: 99%;
	letter-spacing: normal;
}
#content.cts-recipetop .cts-pickup .cts-todaysrecipe .data .tit:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
} */
#content.cts-recipetop .cts-pickup .cts-todaysrecipe a:hover .data .tit {
	background-image:url(/recipe/common/img/icn_arrow3r_red.png);
	color:#ff7272 !important;
}
#content.cts-recipetop .cts-pickup .cts-todaysrecipe .cts-spec {
}
#content.cts-recipetop .cts-pickup .cts-todaysrecipe .cts-spec .specdata dt .icn {
	height:28px;
}
#content.cts-recipetop .cts-pickup .cts-todaysrecipe .cts-spec .specdata dd {
	line-height:1.1;
	text-align:center;
}
#content.cts-recipetop .cts-pickup .cts-todaysrecipe .cts-spec .specdata dd > span {
	/* display:block; */
	font-weight:bold;
}
#content.cts-recipetop .cts-pickup .cts-todaysrecipe .cts-usedproducts {
	width: 190px;
	float: right;
	margin-bottom: 0;
}
#content.cts-recipetop .cts-pickup .cts-todaysrecipe .cts-usedproducts .listitem {
	margin-bottom:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

#content.cts-recipetop .cts-headline .data .lead {
	padding-top:10px;
	padding-bottom:20px;
}
#content.cts-recipetop .cts-pickup .data .cts-spec {
	width: 197px;
	float: left;
	padding: 7px 0;
	/* padding-bottom:15px; */
}
#content.cts-recipetop .cts-pickup .data .cts-spec .list01 {
	position:relative;
}
#content.cts-recipetop .cts-pickup .data .cts-spec .list01:before {
	content:' ';
	position:absolute;
	top:0;
	right:0;
	width:1px;
	background-image:-moz-linear-gradient(top, #959595, #959595 33.33333%, rgba(0, 0, 0, 0) 33.33333%, rgba(0, 0, 0, 0) 100%);
	background-image:-o-linear-gradient(top, #959595, #959595 33.33333%, rgba(0, 0, 0, 0) 33.33333%, rgba(0, 0, 0, 0) 100%);
	background-image:-webkit-linear-gradient(top, #959595, #959595 33.33333%, rgba(0, 0, 0, 0) 33.33333%, rgba(0, 0, 0, 0) 100%);
	background-image:linear-gradient(to bottom, #959595, #959595 33.33333%, rgba(0, 0, 0, 0) 33.33333%, rgba(0, 0, 0, 0) 100%);
	background-size:1px 3px;
	height:100%;
}
.legacy_browser_mode #content.cts-recipetop .cts-pickup .data .cts-spec .list01:before {
	border-right:#dedede dotted 1px;
}
#content.cts-recipetop .cts-pickup .data .cts-spec .list01 .listitem {
	float:left;
	width: 65px;

	/* width: 72px; */
}
#content.cts-recipetop .cts-pickup .data .cts-spec .specdata {
	position:relative;
	padding: 7px 0;
}
#content.cts-recipetop .cts-pickup .data .cts-spec .specdata:before {
	content:' ';
	position:absolute;
	top:0;
	left:0;
	width:1px;
	background-image:-moz-linear-gradient(top, #959595, #959595 33.33333%, rgba(0, 0, 0, 0) 33.33333%, rgba(0, 0, 0, 0) 100%);
	background-image:-o-linear-gradient(top, #959595, #959595 33.33333%, rgba(0, 0, 0, 0) 33.33333%, rgba(0, 0, 0, 0) 100%);
	background-image:-webkit-linear-gradient(top, #959595, #959595 33.33333%, rgba(0, 0, 0, 0) 33.33333%, rgba(0, 0, 0, 0) 100%);
	background-image:linear-gradient(to bottom, #959595, #959595 33.33333%, rgba(0, 0, 0, 0) 33.33333%, rgba(0, 0, 0, 0) 100%);
	background-size:1px 3px;
	height:100%;
}
.legacy_browser_mode #content.cts-recipetop .cts-pickup .data .cts-spec .specdata:before {
	border-left:#dedede dotted 1px;
}

#content.cts-recipetop .cts-pickup .data .cts-spec .specdata dt .icn {
	display:block;
	width:auto;
	height:24px;
	text-indent:-9999em;
}

/* スポットバナー挿入用コンテンツ（today01とrecommend01の間に挿入を想定） */
#content.cts-recipetop .cts-spot {
}
#content.cts-recipetop .cts-spot ul {
	position:relative;
	margin-right:-20px;
}
#content.cts-recipetop .cts-spot ul li {
	float:left;
	width:460px;
	margin-right:20px;
}

#content.cts-recipetop .cts-spec .specdata-time dt .icn 		{	background:url(/recipe/common/img/icn_detail_time.png) no-repeat 50% 50%;		}
#content.cts-recipetop .cts-spec .specdata-energy dt .icn 	{	background:url(/recipe/common/img/icn_detail_energy.png) no-repeat 50% 50%;		}
#content.cts-recipetop .cts-spec .specdata-calcium dt .icn 	{	background:url(/recipe/common/img/icn_detail_calcium.png) no-repeat 50% 50%;		}
#content.cts-recipetop .cts-spec .specdata-protein dt .icn 	{	background:url(/recipe/common/img/icn_detail_protein.png) no-repeat 50% 50%;		}
#content.cts-recipetop .cts-spec .specdata-salt dt .icn 		{	background:url(/recipe/common/img/icn_detail_salt.png) no-repeat 50% 50%;		}

#content.cts-recipetop .cts-spec .specdata dd {
	text-align:center;
}
#content.cts-recipetop .cts-spec .caption {
	padding-top:8px;
	text-align:right;
}
#content.cts-recipetop .cts-usedproducts .listitem {
	float:left;
	width: 60px;
	/* width:69px; */
	margin-right:5px;
	padding:0;
	border-radius:0;
	border:0;
}
#content.cts-recipetop .cts-usedproducts .listitem:nth-child(n+3) {
	margin-right:0;
}
#content.cts-recipetop .cts-usedproducts .productsdata {
	border:1px solid #dcdcdc;
}
#content.cts-recipetop .cts-usedproducts .productsdata .vis {
	display:table-cell !important;
	float:none !important;
	margin-right:0 !important;
	width:60px !important;
	height:60px !important;
	/* width:69px !important;
	height:69px !important; */
	text-align:center;
	vertical-align:middle;
}
#content.cts-recipetop .cts-usedproducts .productsdata .vis img {
	position: absolute;
	width: 100%;
	height: auto;
	display:inline !important;
	margin:0 !important;
}
#content.cts-recipetop .b-yesterdaysrecipe {
	position: absolute;
	bottom: 25px;
	right: 0;
	padding: 0 27px;
}
#content.cts-recipetop .b-yesterdaysrecipe a {
	display: block;
	background: url(/recipe/common/img/icn_arrow2r_blu.png) no-repeat 100% 50%;
	padding-right: 16px;
	text-align: right;
	color:#535353!important;
}
#content.cts-recipetop .b-yesterdaysrecipe a:hover {
	background: url(/recipe/common/img/icn_arrow2r_red.png) no-repeat 100% 50%;
	color: #ff7272 !important;
}

#content.cts-recipetop .cts-movie-wrp  .t-cts span {
	background:url(/recipe/top/img/t_top_movie.png) no-repeat 0 0;
}
#content.cts-recipetop .cts-movie {
	position: relative;
	border: 2px solid #d1bcbc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	background: url(/recipe/top/img/bg_top_movie.png) no-repeat left top;
	height: 537px;
}
#content.cts-recipetop .cts-movie:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	background:url(/recipe/top/img/icn_top_ribon_movie.png) no-repeat 0 0;
	width:122px;
	height:70px;
	z-index:2;
}

#content.cts-recipetop .cts-movie .random {
	position: relative;
	height: 100%;
}
#content.cts-recipetop .cts-movie .random > a {
	display:block;
	height: 100%;
	/* padding: 30px 30px 30px; */
	padding: 30px 30px 60px;
	box-sizing: border-box;
}
#content.cts-recipetop .cts-movie .random > a:hover {
	color:#535353 !important;
}
#content.cts-recipetop .cts-movie .random .tit {
	padding-bottom:7px;
}
#content.cts-recipetop .cts-movie .random .thumb {
	/* float: left; */
	/* width: 296px; */
	width: 402px;
	/* height: 275px; */
	overflow: hidden;
}
#content.cts-recipetop .cts-movie .random .vis {
	position: relative;
	margin-bottom: 30px;
}
#content.cts-recipetop .cts-movie .random .vis > span {
	display:block;
	position:relative;
	height: 275px;
	/* height: 220px; */
}
#content.cts-recipetop .cts-movie .random .vis > span:after {
	position:absolute;
	content:"";
	top:50%;
	left:50%;
	width: 86px;
	height: 86px;
	margin-top:-43px;
	margin-left:-43px;
	/* width:54px;
	height:54px; */
	/* margin-top:-27px;
	margin-left:-27px; */
	cursor:pointer;
	background:url(/recipe/common/img/icon-play-01.png) no-repeat;
	background-size:86px auto;
	display:block;
}
#content.cts-recipetop .cts-movie .random .vis img {
	width: 100%;
	height: 100%;
	display:block;
	position: absolute;
	top: 0;
	left: 0;
}
#content.cts-recipetop .cts-movie .random .data {
	padding-bottom: 20px;
	border-bottom: 1px solid #E35D5B;
	/* float: right; */
	/* width: 238px; */
	/* width: 328px; */
	/* padding-top: 20px; */
}
#content.cts-recipetop .cts-movie .random .data > .t {
	background: url(/recipe/common/img/icn_arrow3r_gry2.png) no-repeat 100% 50%;
	height: 50px;
	margin-bottom: 10px;
	font-size: 116.7%;
	font-weight: bold;
	vertical-align: middle;
	letter-spacing: -0.5em;
	text-align: center;
}
#content.cts-recipetop .cts-movie .random .data > .t:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
#content.cts-recipetop .cts-movie .random .data > .t span {
	display: inline-block;
	vertical-align: middle;
	width: 99%;
	letter-spacing: normal;
}
#content.cts-recipetop .cts-movie .random a:hover .data > .t {
	background-image: url(/recipe/common/img/icn_arrow3r_red.png);
}
#content.cts-recipetop .cts-movie .random a:hover .data > .t span {
	color:#ff7272;
}
#content.cts-recipetop .cts-movie .random a:hover .data > .t span {
	color:#ff7272;
}
#content.cts-recipetop .cts-movie .random .data .cts-spec {
	float: none;
	width: 320px;
	margin: auto;
}
#content.cts-recipetop .cts-movie .random .data .cts-spec .list01 .listitem {
	/* width: 79px; */
	width: 106px;
}
#content.cts-recipetop .cts-movie .random .data .cts-spec .specdata {
	padding: 8px 0;
	text-align: center;
}
#content.cts-recipetop .cts-movie .random .data .cts-spec .specdata dt,
#content.cts-recipetop .cts-movie .random .data .cts-spec .specdata dd{
	display: inline-block;
	vertical-align: middle;
}
#content.cts-recipetop .cts-movie .random .data .cts-spec .specdata dt{
	width: 18px;
	margin: 0 5px 0 0;
}
#content.cts-recipetop .cts-movie .random .data .cts-spec .specdata dd span{
	font-weight: bold;
}

/* #content.cts-recipetop .cts-movie .basic {
	margin-top: 15px;
	padding: 0 30px 30px;
}
#content.cts-recipetop .cts-movie .basic .tit{
	margin-bottom: 24px;
}
#content.cts-recipetop .cts-movie .basic .tit span{
	display: block;
	height: 19px;
	text-indent: -9999em;
	background: url(/recipe/top/img/t_top_movie_basic.png) no-repeat 0 0;
}

#content.cts-recipetop .cts-movie .basic .list01 {

}
#content.cts-recipetop .cts-movie .basic .list01 li {
	width: 273px;
}
#content.cts-recipetop .cts-movie .basic .list01 li:nth-child(odd) {
	float: left;
}

#content.cts-recipetop .cts-movie .basic .list01 li:nth-child(even) {
	float: right;
} */


#content.cts-recipetop .b-recipedetail {
	position: absolute;
	bottom: 25px;
	right: 0;
	width: 170px;
	padding: 0 27px;
}
#content.cts-recipetop .b-recipedetail a {
	position:relative;
	display:block;
	/* background:#feebeb;
	background:-moz-linear-gradient(top, #feebeb, #fcd9d8);
	background:-webkit-gradient(linear, center top, center bottom, from(#feebeb), to(#fcd9d8));
 	background:linear-gradient(to bottom, #feebeb, #fcd9d8);
	border:1px solid #e6b8b8;
	padding:6px 0;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-ms-border-radius:2px; */
	text-align:center;
}
#content.cts-recipetop .b-recipedetail a:after {
	content:'';
	position:absolute;
	top:50%;
	right:9px;
	background:url(/recipe/common/img/icn_arrow2r_gry2.png) no-repeat 0 0;
	margin-top:-7px;
	width:9px;
	height:14px;
}
/* #content.cts-recipetop .b-recipedetail a:hover {
	background:#fb9896;
	background:-moz-linear-gradient(top, #fb9896, #e46563);
	background:-webkit-gradient(linear, center top, center bottom, from(#fb9896), to(#e46563));
 	background:linear-gradient(to bottom, #fb9896, #e46563);
 	border:1px solid #cc5452;
	color:#fff !important;
} */
#content.cts-recipetop .b-recipedetail a:hover:after {
	background: url(/recipe/common/img/icn_arrow2r_red.png) no-repeat 0 0;
	/* background:url(/recipe/common/img/icn_arrow2r_wh.png) no-repeat 0 0; */
}

#content.cts-recipetop .cts-headline .box-main .data .cts-spec .list01 .listitem {
	width:63px;
}
#content.cts-recipetop .cts-headline .box-sub .data .cts-spec .list01 {
}
#content.cts-recipetop .cts-headline .box-sub .data .cts-spec .list01 .listitem {
	width:56px;
}

#content.cts-recipetop .t-cts {
	background:url(/recipe/common/img/icn_dot_l1_blu.png) no-repeat 0 0;
	padding-left:20px;
	height:32px;
}
#content.cts-recipetop .t-cts span {
	display:block;
	height:19px;
	text-indent:-9999em;
}

#content.cts-recipetop .b-selectmenu {
	position:absolute;
	/* top:2px; */
	top: -30px;
	right:22px;
	width:258px;
}
#content.cts-recipetop .b-selectmenu a {
	position:relative;
	display:block;
	background:#f7f8fe;
	background:-moz-linear-gradient(top, #f7f8fe, #edf0fb);
	background:-webkit-gradient(linear, center top, center bottom, from(#f7f8fe), to(#edf0fb));
	border:1px solid #ccd3eb;
	border-bottom:0;
	border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	-ms-border-radius:3px 3px 0 0;
	padding:0 10px 0 10px;
	height:29px;
	color:#535353;
}
#content.cts-recipetop .b-selectmenu a:hover {
	display:block;
	background:#0530b3;
	background:-moz-linear-gradient(top, #4c6bc8, #0530b3);
	background:-webkit-gradient(linear, center top, center bottom, from(#4c6bc8), to(#0530b3));
	color:#fff !important;
}
#content.cts-recipetop .b-selectmenu a:before {
	content:'';
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-5px;
	width:15px;
	height:10px;
	background-image:url(/recipe/common/img/icn_arrow2d_blu.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
#content.cts-recipetop .b-selectmenu a:hover:before {
	background-image:url(/recipe/common/img/icn_arrow2d_wh.png);
}
#content.cts-recipetop .b-selectmenu a .txt {
	display:table-cell;
	width:225px;
	height:29px;
	font-size:100%;
	line-height:1;
	text-align:center;
	vertical-align:middle;
}
#content.cts-recipetop .b-selectmenu a:hover {
	border-color:#00249d;
}
/*
#content.cts-recipetop .b-selectmenu a:hover .txt {
	background-image:url(/recipe/common/img/icn_arrow2d_wh.png);
	background-repeat:no-repeat;
	background-position:96% 80%;
}
*/
#content.cts-recipetop .cts-pickup {
	padding-top: 30px;
	margin-bottom: 40px;
}
#content.cts-recipetop .cts-pickup .box-main.cts-todaysrecipe-wrp {
	float: left;
	width: 460px;
	/* width: 622px; */
}
/* #content.cts-recipetop .cts-pickup .box-sub { */
#content.cts-recipetop .cts-pickup .box-main.cts-movie-wrp {
	float: right;
	width: 460px;
	/* width: 282px; */
}

#content.cts-recipetop .cts-basicmovie-wrp {
	margin-bottom: 40px;
}
#content.cts-recipetop .cts-basicmovie-wrp .t-cts span {
	background: url(/recipe/top/img/t_top_basicmovie.png) no-repeat 0 0;
}
#content.cts-recipetop .cts-basicmovie-wrp .box-main:nth-of-type(odd) {
	float:left;
	width: 460px;
}
#content.cts-recipetop .cts-basicmovie-wrp .box-main:nth-of-type(even)  {
	float:right;
	width: 460px;
}
#content.cts-recipetop .cts-basicmovie-wrp .cts-basicmovie >  a{
	display: table;
	width: 100%;
}
#content.cts-recipetop .cts-basicmovie-wrp .cts-basicmovie .thumb{
	display: table-cell;
	vertical-align: middle;
	width: 232px;
}
#content.cts-recipetop .cts-basicmovie-wrp .cts-basicmovie .thumb span{
	display: block;
	height: 185px;
	/* height: 172px; */
	position: relative;
	overflow: hidden;
}
#content.cts-recipetop .cts-basicmovie-wrp .cts-basicmovie .thumb span:after {
	position: absolute;
	z-index: 2;
	content: "";
	top: 50%;
	left: 50%;
	width: 64px;
	height: 64px;
	margin-top: -32px;
	margin-left: -32px;
	cursor: pointer;
	background: url(/recipe/common/img/icon-play-01.png) no-repeat;
	background-size: 64px auto;
	display: block;
}
#content.cts-recipetop .cts-basicmovie-wrp .cts-basicmovie .thumb span img{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#content.cts-recipetop .cts-basicmovie-wrp .cts-basicmovie .data{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 13px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	background: url(/recipe/top/img/bg_top_movie_basic.png);
}
#content.cts-recipetop .cts-basicmovie-wrp .cts-basicmovie .data:after{
	content: '';
	position: absolute;
	bottom: 3px;
	right: 3px;
	display: block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}
#content.cts-recipetop .cts-basicmovie-wrp .cts-basicmovie a:hover .data:after{
	border-right-color: #ff7272;
	border-bottom-color: #ff7272;
}

#content.cts-recipetop .cts-fun {
	margin-bottom: 30px;
}
#content.cts-recipetop .cts-fun .box-main {
	width: 460px;
}
#content.cts-recipetop .cts-fun .box-main:nth-of-type(odd) {
	float: left;
}
#content.cts-recipetop .cts-fun .box-main:nth-of-type(even) {
	float: right;
}

#content.cts-recipetop .cts-feature {
	position:relative;
}
#content.cts-recipetop .cts-feature .t-cts {
	/* position: relative;
	z-index: 1; */
	position: absolute;
	bottom: 100%;
	left: 0;
	z-index: 1;
	width: 460px;
	margin-bottom: -6px;
	padding: 0;
	height: 38px;
	background: none;
}
#content.cts-recipetop .cts-feature .t-cts span {
	height: 100%;
	background:url(/recipe/top/img/t_top_feature.png) no-repeat 0 0;
}
#content.cts-recipetop .cts-feature .cts-listdata {
	position: relative;
	background:url(/recipe/top/img/bg_feature_main.png) repeat 0 0;
	border:2px solid #ebb2a4;
	padding: 18px 27px 50px;
	/* padding:24px 0 0 23px; */
	border-radius:0 4px 4px 4px;
	-moz-border-radius:0 4px 4px 4px;
	-webkit-border-radius:0 4px 4px 4px;
	-ms-border-radius:0 4px 4px 4px;
}
#content.cts-recipetop .cts-feature .cts-listdata:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 4px;
	background:url(/recipe/top/img/bg_top_feature.png) no-repeat 0 0;
}

#content.cts-recipetop .cts-feature .cts-listdata .list01 {
	min-height: 275px;
	/* margin: 0 -6px; */
}
#content.cts-recipetop .cts-feature .cts-listdata .list01 .listitem {
	float:left;
	margin-bottom:14px;
	width: 286px;
	padding: 0 6px;

}
#content.cts-recipetop .cts-feature .cts-listdata .list01 .listitem a {
	position:relative;
	display:block;

	background:#fff url(/recipe/common/img/bg_link_frm_rb1.png) no-repeat 99.0% 99.0%;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	-webkit-box-shadow:0px 2px 1px 1px rgba(161,161,161,0.15);
	-moz-box-shadow:0px 2px 1px 1px rgba(161,161,161,0.15);
	box-shadow:0px 2px 1px 1px rgba(161,161,161,0.15);
	padding:4px;
}
#content.cts-recipetop .cts-feature .cts-listdata .list01 .listitem a:hover {
	margin:-2px 2px 2px -2px;
}

#content.cts-recipetop .cts-feature .cts-listdata .list01 .listitem.new a:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:64px;
	height:38px;
	background:url(/recipe/top/img/icn_top_ribon_new_feature.png) no-repeat 0 0;
	z-index:1;
}
#content.cts-recipetop .cts-feature .cts-listdata .list01 .listitem .txt {
	padding:10px 10px 6px;
	height:36px;
	font-size: 116%; /* 14px */
	line-height: 1.4;
	font-weight:bold;
	opacity: 0;
}
#content.cts-recipetop .cts-feature .cts-listdata .list01 .listitem .txt[style] {
	opacity: 1;
	transition: opacity 250ms;
}
#content.cts-recipetop .cts-feature .cts-listdata .list01 .listitem .vis img{
	width: 100%;
	height: auto;
}
/* #content.cts-recipetop .cts-feature .cts-listdata > .list01 > .listitem.col3 {
	width:182px;
	margin-right:14px;
}
#content.cts-recipetop .cts-feature .cts-listdata > .list01 > .col3:nth-child(3n) {
	margin-right:0;
}
#content.cts-recipetop .cts-feature .cts-listdata > .list01 > .listitem.col3 a {
	background:#fff url(/recipe/common/img/bg_link_frm_rb1.png) no-repeat 99.0% 99.0%;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	-webkit-box-shadow:0px 2px 1px 1px rgba(161,161,161,0.15);
	-moz-box-shadow:0px 2px 1px 1px rgba(161,161,161,0.15);
	box-shadow:0px 2px 1px 1px rgba(161,161,161,0.15);
	padding:4px;
}
#content.cts-recipetop .cts-feature .cts-listdata > .list01 > .listitem.col3 a:hover {
	background-image:url(/recipe/common/img/bg_link_frm_rb1_hover.png);
}
#content.cts-recipetop .cts-feature .cts-listdata > .list01 > .listitem.col3 .txt {
	padding:6px 10px;
	height:36px;
	font-weight:bold;
} */
/* #content.cts-recipetop .cts-feature .cts-listdata > .list01 > .listitem.col4 {
	width:129px;
	margin-right:20px;
} */
/* #content.cts-recipetop .cts-feature .cts-listdata > .list01 > .listitem:nth-child(3),
#content.cts-recipetop .cts-feature .cts-listdata > .list01 > .listitem:nth-child(7) {
	margin-right:0;
}
#content.cts-recipetop .cts-feature .cts-listdata > .list01 > .listitem.col4 a .vis {
	background:#fff;
	margin-bottom:8px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	-webkit-box-shadow:0px 2px 1px 1px rgba(121,121,121,0.2);
	-moz-box-shadow:0px 2px 1px 1px rgba(121,121,121,0.2);
	box-shadow:0px 2px 1px 1px rgba(121,121,121,0.2);
	padding:4px;
}
#content.cts-recipetop .cts-feature .cts-listdata > .list01 > .listitem.col4 a .txt {
	background:url(/recipe/common/img/icn_arrow1r_blu.png) no-repeat 0 4px;
	padding-left:10px;
}
#content.cts-recipetop .cts-feature .cts-listdata > .list01 > .listitem.col4 a:hover .txt {
	background:url(/recipe/common/img/icn_arrow1r_red.png) no-repeat 0 4px;
}
#content.cts-recipetop .cts-feature .cts-listdata > .list01 > .listitem.col4 a.hover-fix:hover .txt {
	background-position:2px 6px;
}
#content.cts-recipetop .cts-feature .cts-listdata > .list01 > .listitem.col4 a.hover-fix:hover .txt span {
	display:block;
	padding:2px 0 0 2px;
} */
#content.cts-recipetop .cts-feature .b-list {
	position:absolute;
	bottom:10px;
	right:30px;
	z-index:1;
	white-space:nowrap;
}
#content.cts-recipetop .cts-feature .b-list a {
	position:relative;
	display:table-cell;
	background:#ffffff;
	border: 1px solid #e6b8b8;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	width:170px;
	height:29px;
	vertical-align:middle;
	color:#535353;
	text-align:center;
}
#content.cts-recipetop .cts-feature .b-list a:after {
	content:'';
	position:absolute;
	top:7px;
	right:6px;
	background:url(/recipe/common/img/icn_arrow2r_gry2.png) no-repeat 0 0;
	width:9px;
	height:14px;
}
#content.cts-recipetop .cts-feature .b-list a:hover {
	background:#ffc0b6;
	background:-moz-linear-gradient(top, #ffc0b6, #ff8774);
	background:-webkit-gradient(linear, center top, center bottom, from(#ffc0b6), to(#ff8774));
	border-color:#ff9283;
	color:#fff !important;
}
#content.cts-recipetop .cts-feature .b-list a:hover:after {
	background:url(/recipe/common/img/icn_arrow2r_wh.png) no-repeat 0 0;
}
#content.cts-recipetop .cts-fun .t-cts span {
	background:url(/recipe/top/img/t_top_fun.png) no-repeat 0 0;
}


#content.cts-recipetop .cts-fun .cts-column {
	position:relative;
	margin-bottom:14px;
}
#content.cts-recipetop .cts-fun .cts-column a:hover {
	color:#535353 !important;
}
#content.cts-recipetop .cts-fun .cts-column .t {
	background:url(/recipe/top/img/t_top_column.png) no-repeat 0 0;
	height:52px;
	text-indent:-9999em;
}
#content.cts-recipetop .cts-fun .cts-column .no {
	position:absolute;
	top:20px;
	right:10px;
	display:block;
	background:#a4c458;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	padding:6px 0;
	width:58px;
	color:#fff;
	font-size:83.3%;	/* 10px / 12px */
	line-height:1;
	font-weight:bold;
	text-align:center;
}
#content.cts-recipetop .cts-fun .cts-column .box {
	margin-bottom:8px;
	padding:16px;
	border:1px solid #dcdcdc;
	border-top:0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
}
#content.cts-recipetop .cts-fun .cts-column .vis {
	position:relative;
	float:left;
	width:140px;
	height:105px;
	margin-right:16px;
	overflow:hidden;
	zoom:1;
}
#content.cts-recipetop .cts-fun .cts-column .vis > span {
	position:relative;
	display:block;
	width:154px;
	height:105px;
	margin-left:-7px;		/* CMS生成の画像幅:154px */
	overflow:hidden;
	zoom:1;
}
#content.cts-recipetop .cts-fun .cts-column .vis img {
	position:absolute;
	top:0;
	left:0;
	margin-left:0;
}

#content.cts-recipetop .cts-fun .cts-column .data {
	float:left;
	width:270px;
}
#content.cts-recipetop .cts-fun .cts-column .data .tit {
	margin-bottom: 10px;
	font-size: 14px;
	color:#5f9401;
	font-weight:bold;
}
#content.cts-recipetop .cts-fun .cts-column a:hover .data .tit {
	color:#ff7272;
}
#content.cts-recipetop .cts-fun .cts-column .b-list {
	padding-right:8px;
}
#content.cts-recipetop .cts-fun .cts-column .b-list a {
	display:block;
	background:url(/recipe/common/img/icn_arrow2r_blu.png) no-repeat 100% 50%;
	padding-right:16px;
	text-align:right;
}
#content.cts-recipetop .cts-fun .cts-column .b-list a:hover {
	background:url(/recipe/common/img/icn_arrow2r_red.png) no-repeat 100% 50%;
	color:#ff7272 !important;
}


#content.cts-recipetop .cts-kurihararecipe {
	margin-top: 2px;
}
#content.cts-recipetop .cts-kurihararecipe a {
	display:block;
	opacity:1;
}
#content.cts-recipetop .cts-kurihararecipe a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha(opacity=70)";
}
#content.cts-recipetop .cts-kurihararecipe img{
	border: 1px solid #dcdcdc;
}



#content.cts-recipetop .cts-search {
	position:relative;
	margin-bottom:20px;
}
#content.cts-recipetop .cts-search .t-cts {
	position:relative;
	border-bottom:1px solid #ccd3eb;
	margin-bottom:12px;
}
#content.cts-recipetop .cts-search .t-cts:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	border-top:1px solid #ccd3eb;
}
#content.cts-recipetop .cts-search .t-cts span {
	background:url(/recipe/top/img/t_top_select.png) no-repeat 0 0;
	margin-bottom:12px;
	height:18px;
	text-indent:-9999em;
}
#content.cts-recipetop .cts-search .box-main {
	float:left;
	width:460px;
}
#content.cts-recipetop .cts-search .box-sub {
	position:relative;
	float:right;
	width:450px;
}

#content.cts-recipetop .searchcontents {
	position:relative;
	top:-18px;
	left:0;
}
#content.cts-recipetop .searchcontents .bar_expand {
	position:absolute;
	top:-27px;
	right:22px;
}
#content.cts-recipetop .searchcontents > .expand_cts {
	border-top:1px solid #dadada;
}
#content.cts-recipetop .searchcontents-abs {
	position:absolute;
	top:27px;
	left:auto;
	right:0;
}


#content.cts-recipetop .cts-search .tit {
	background:url(/recipe/common/img/bg_cts_blu.png) repeat 0 0;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
}
#content.cts-recipetop .cts-search .cts-menuselect .tit span {
	display:block;
	background:url(/recipe/top/img/t_top_selectmenu.png) no-repeat 14px 50%;
	margin-bottom:4px;
	height:40px;
	text-indent:-9999em;
}
#content.cts-recipetop .cts-search .cts-menuselect .list01 > .listitem {
	float:left;
	width:150px;
	margin-right:5px;
	padding-bottom:10px;
}
#content.cts-recipetop .cts-search .cts-menuselect .list01 > .listitem:nth-child(3n) {
/*	background:#ff0;			*//* ie8で適応確認。 */
	margin-right:0;
}
#content.cts-recipetop .cts-search .cts-menuselect .list01 .item01 {
	border:1px solid #e7dfd1;
	border-bottom:0;
	border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	-webkit-border-radius:2px 2px 0 0;
	-ms-border-radius:2px 2px 0 0;
}
#content.cts-recipetop .cts-search .cts-menuselect .list01 .item01 > a {
	position:relative;
	display:block;
	background-color:#f5eee2;
	background-repeat:no-repeat;
	background-position:10px 50%;
	padding:12px 25px 12px 50px;
}
#content.cts-recipetop .cts-search .cts-menuselect .list01 .item01 > a:after {
	content:'';
	position:absolute;
	top:50%;
	right:8px;
	margin-top:-5px;
	width:7px;
	height:10px;
	background:url(/recipe/common/img/icn_arrow1r_gry.png) no-repeat 96% 50%;
	z-index:2;
}
#content.cts-recipetop .cts-search .cts-menuselect .list01 .item01 > a:hover {
	background-color:#ffe2d7;
}
#content.cts-recipetop .cts-search .cts-menuselect .list01 .item01 > a > span {
	display:block;
	text-indent:-9999em;
}
#content.cts-recipetop .cts-search .cts-menuselect .list01 .list02 {
	border:1px solid #e7dfd1;
	border-top:0;
	border-radius:0 0 2px 2px;
	-moz-border-radius:0 0 2px 2px;
	-webkit-border-radius:0 0 2px 2px;
	-ms-border-radius:0 0 2px 2px;
	padding:0 10px;
}
#content.cts-recipetop .cts-search .cts-menuselect .list01 .list02 > .listitem a {
	position:relative;
	display:block;
	background:url(/recipe/common/img/icn_arrow1r_blu.png) no-repeat 0 50%;
	padding:4px 0 4px 12px;
}
#content.cts-recipetop .cts-search .cts-menuselect .list01 .list02 > .listitem:nth-child(-n+3) a:before {	/* 子ブカテゴリーが最大4つの仕様 */
	content:' ';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-image:-moz-linear-gradient(left, #aaa, #fff 33.3%, #fff 33.3%, #fff 100%);
	background-image:-o-linear-gradient(left, #aaa, #fff 33.3%, #fff 33.3%, #fff 100%);
	background-image:-webkit-linear-gradient(left, #aaa, #fff 33.3%, #fff 33.3%, #fff 100%);
	background-image:linear-gradient(to right, #aaa, #fff 33.3%, #fff 33.3%, #fff 100%);
	background-size:3px 1px;
	height:1px;
}
.legacy_browser_mode #content.cts-recipetop .cts-search .cts-menuselect .list01 .list02 > .listitem:nth-child(-n+3) a:before {
	border-bottom:#dedede dotted 1px;
}

#content.cts-recipetop .cts-search .cts-menuselect .list01 .list02 > .listitem a:hover {
	background-image:url(/recipe/common/img/icn_arrow1r_red.png);
}
#content.cts-recipetop .cts-search .cts-menuselect .list01 .menu-staple > a {
	background-image:url(/recipe/top/img/icn_top_searchmenu_staple.png);
}
#content.cts-recipetop .cts-search .cts-menuselect .list01 .menu-staple span {
	background:url(/recipe/top/img/t_top_searchmenu_staple.png) no-repeat 4px 50%;
}
#content.cts-recipetop .cts-search .cts-menuselect .list01 .menu-maindish > a {
	background-image:url(/recipe/top/img/icn_top_searchmenu_maindish.png);
}
#content.cts-recipetop .cts-search .cts-menuselect .list01 .menu-maindish span {
	background:url(/recipe/top/img/t_top_searchmenu_maindish.png) no-repeat 4px 50%;
}
#content.cts-recipetop .cts-search .cts-menuselect .list01 .menu-sidedish > a {
	background-image:url(/recipe/top/img/icn_top_searchmenu_sidedish.png);
}
#content.cts-recipetop .cts-search .cts-menuselect .list01 .menu-sidedish span {
	background:url(/recipe/top/img/t_top_searchmenu_sidedish.png) no-repeat 4px 50%;
}
#content.cts-recipetop .cts-search .cts-menuselect .list01 .menu-soup > a {
	background-image:url(/recipe/top/img/icn_top_searchmenu_soup.png);
}
#content.cts-recipetop .cts-search .cts-menuselect .list01 .menu-soup span {
	background:url(/recipe/top/img/t_top_searchmenu_soup.png) no-repeat 0 50%;
}
#content.cts-recipetop .cts-search .cts-menuselect .list01 .menu-desert > a {
	background-image:url(/recipe/top/img/icn_top_searchmenu_desert.png);
}
#content.cts-recipetop .cts-search .cts-menuselect .list01 .menu-desert span {
	background:url(/recipe/top/img/t_top_searchmenu_desert.png) no-repeat 4px 50%;
}


#content.cts-recipetop .cts-search .cts-categoryselect .tit span {
	display:block;
	background:url(/recipe/top/img/t_top_selectcategory.png) no-repeat 14px 50%;
	height:40px;
	margin-bottom:4px;
	text-indent:-9999em;
}
#content.cts-recipetop .cts-search .cts-categoryselect .list01 > .listitem {
	float:left;
	width:109px;
	margin-right:4px;
	padding-bottom:4px;
}
#content.cts-recipetop .cts-search .cts-categoryselect .list01 > .listitem:nth-child(4n) {
	margin-right:0;
}
#content.cts-recipetop .cts-search .cts-categoryselect .list01 .item01 {
}
#content.cts-recipetop .cts-search .cts-categoryselect .list01 .item01 a {
	position:relative;
	display:block;
	border:1px solid #e1e1e1;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	height: 95px;
}
#content.cts-recipetop .cts-search .cts-categoryselect .list01 .item01 a .box {
	display: block;
	/* padding:15px 26px 28px; */
	padding: 9px 4px 0;
}
#content.cts-recipetop .cts-search .cts-categoryselect .list01 .item01 a .box .thumb {
	/* display:table-cell;
	width:50px; */
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
	/* vertical-align:middle; */
}
#content.cts-recipetop .cts-search .cts-categoryselect .list01 .item01 a .box .thumb img {
	width:50px;
	height:auto;
}
#content.cts-recipetop .cts-search .cts-categoryselect .list01 .item01 a .box .t {
	/* position:absolute;
	top:68px;
	left:0;
	width:108px;
	height:14px; */
	display: table;
	width: 100%;
	height: 34px;
	text-align:center;
	/* text-indent:-9999em; */
}
#content.cts-recipetop .cts-search .cts-categoryselect .list01 .item01 a .box .t span {
	display: table-cell;
	font-size: 11px;
	letter-spacing: -0.08em;
	vertical-align: middle;
}

/*#content.cts-recipetop .cts-search .cts-categoryselect .list01 .item01 a:hover {
	border:1px solid #c1c1c1;
}*/
/*
#content.cts-recipetop .cts-search .cts-categoryselect .list01 .item01 a:hover .thumb img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
*/
/*#content.cts-recipetop .cts-search .cts-categoryselect .list01 .item-milk a .box .t 			{	background:url(/recipe/top/img/t_top_product_milk.png) no-repeat 50% 0;				}
#content.cts-recipetop .cts-search .cts-categoryselect .list01 .item-juice a .box .t 			{	background:url(/recipe/top/img/t_top_product_juice.png) no-repeat 50% 0;				}
#content.cts-recipetop .cts-search .cts-categoryselect .list01 .item-yogurt a .box .t 			{	background:url(/recipe/top/img/t_top_product_yogurt.png) no-repeat 50% 0;			}
/* #content.cts-recipetop .cts-search .cts-categoryselect .list01 .item-dessert a .box .t 			{	background:url(/recipe/top/img/t_top_dessert.png) no-repeat 50% 0;	}
#content.cts-recipetop .cts-search .cts-categoryselect .list01 .item-cream a .box .t 			{	background:url(/recipe/top/img/t_top_product_cream.png) no-repeat 50% 0;				}
#content.cts-recipetop .cts-search .cts-categoryselect .list01 .item-butter a .box .t 			{	background:url(/recipe/top/img/t_top_product_butter.png) no-repeat 50% 0;			}
#content.cts-recipetop .cts-search .cts-categoryselect .list01 .item-margarine a .box .t 		{	background:url(/recipe/top/img/t_top_product_margarine.png) no-repeat 50% 0;			}
#content.cts-recipetop .cts-search .cts-categoryselect .list01 .item-processed-cheese a .box .t {	background:url(/recipe/top/img/t_top_product_processedcheese.png) no-repeat 50% 0;	}
#content.cts-recipetop .cts-search .cts-categoryselect .list01 .item-natural-cheese a .box .t 	{	background:url(/recipe/top/img/t_top_product_naturalcheese.png) no-repeat 50% 0;	}
#content.cts-recipetop .cts-search .cts-categoryselect .list01 .item-condensed-milk a .box .t 	{	background:url(/recipe/top/img/t_top_product_condensedmilk.png) no-repeat 50% 0;	}
#content.cts-recipetop .cts-search .cts-categoryselect .list01 .item-other a .box .t 			{	background:url(/recipe/top/img/t_top_product_other.png) no-repeat 50% 0;				}*/

#content.cts-recipetop .cts-recommend-wrp {
	position:relative;
}
#content.cts-recipetop .cts-recommend-wrp .tit span {
	display:block;
	background:url(/recipe/top/img/t_top_selectranking.png) no-repeat 14px 50%;
	height:40px;
	margin-top:16px;
	margin-bottom:4px;
	text-indent:-9999em;
}
#content.cts-recipetop .cts-recommend {
	min-height:114px;
}
#content.cts-recipetop .cts-recommend a {
	font-size:0;
	line-height:0;
	text-align:center;
	width:100%;
	padding:9px 0;
	background:url(/recipe/top/img/bg_top_ranking.png) repeat 0 0;
	border:1px solid #e1d2a9;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
}
#content.cts-recipetop .cts-recommend a:hover {
	color:#535353 !important;
}
#content.cts-recipetop .cts-recommend .tit,
#content.cts-recipetop .cts-recommend .vis,
#content.cts-recipetop .cts-recommend .data {
	display:inline-block;
	height:84px;
	vertical-align:top;
	font-size:12px;
	line-height:1.4;
	text-align:left;
	padding:5px 0;
	background:#fffce5;
}
#content.cts-recipetop .cts-recommend .tit {
	padding-left:4px;
	padding-right:4px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-ms-border-radius:0;
	position:relative;
}
#content.cts-recipetop .cts-recommend .tit:after {
	content:'';
	position:absolute;
	top:7px;
	left:5px;
	width:136px;
	height:75px;
	background:url(/recipe/top/img/tit_top_ranking.png) no-repeat 0 0;
	z-index:2;
}
#content.cts-recipetop .cts-recommend .tit img {
	width:136px;
	opacity:0;
}
#content.cts-recipetop .cts-recommend .vis {
	padding-right:10px;
	position:relative;
}
#content.cts-recipetop .cts-recommend .vis:after {
	content:'';
	position:absolute;
	top:5px;
	left:0;
	width:66px;
	height:35px;
	background:url(/recipe/top/img/icn_top_ribon_recommend_no01.png) no-repeat 0 0;
	z-index:2;
}
#content.cts-recipetop .cts-recommend .vis > span {
	position:relative;
	display:block;
	background:#fff;
	width:129px;
	height:84px;
	overflow:hidden;
	zoom:1;
}
#content.cts-recipetop .cts-recommend .vis img {
	width:100%;
	height:auto;
	position:relative;
	display:block;
}
#content.cts-recipetop .cts-recommend .data {
	width:158px;
	padding-right:9px;
}
#content.cts-recipetop .cts-recommend .data > .t span {
	display:table-cell;
	height:30px;
	font-weight:bold;
}
#content.cts-recipetop .cts-recommend a:hover .data > .t span {
	color:#ff7272;
}
#content.cts-recipetop .cts-recommend .data .cts-spec {
	height:16px;
}
#content.cts-recipetop .cts-recommend .data .cts-spec .list01 .listitem {
	float:left;
}
#content.cts-recipetop .cts-recommend .data .cts-spec .list01 .listitem:first-of-type {
	width:41px;
}
#content.cts-recipetop .cts-recommend .data .cts-spec .list01 .listitem:nth-of-type(2) {
	width:61px;
}
#content.cts-recipetop .cts-recommend .data .cts-spec .list01 .listitem:nth-of-type(3) {
	width:56px;
}
#content.cts-recipetop .cts-recommend .data .cts-spec .list01 .listitem .specdata {
	position:relative;
}
#content.cts-recipetop .cts-recommend .data .cts-spec .list01 .listitem:nth-of-type(n+2) .specdata {
	padding-left:4px;
}
#content.cts-recipetop .cts-recommend .data .cts-spec .list01 .listitem:nth-of-type(n+2) .specdata:before {
	content:' ';
	position:absolute;
	top:0;
	left:0;
	width:1px;
	background-image:-moz-linear-gradient(top, #959595, #959595 33.33333%, rgba(0, 0, 0, 0) 33.33333%, rgba(0, 0, 0, 0) 100%);
	background-image:-o-linear-gradient(top, #959595, #959595 33.33333%, rgba(0, 0, 0, 0) 33.33333%, rgba(0, 0, 0, 0) 100%);
	background-image:-webkit-linear-gradient(top, #959595, #959595 33.33333%, rgba(0, 0, 0, 0) 33.33333%, rgba(0, 0, 0, 0) 100%);
	background-image:linear-gradient(to bottom, #959595, #959595 33.33333%, rgba(0, 0, 0, 0) 33.33333%, rgba(0, 0, 0, 0) 100%);
	background-size:1px 3px;
	height:100%;
}
.legacy_browser_mode #content.cts-recipetop .cts-recommend .data .list01 .listitem:nth-of-type(n+2) .cts-spec .specdata:before {
	border-left:#dedede dotted 1px;
}
#content.cts-recipetop .cts-recommend .data .cts-spec .specdata dl {
	display:table;
}
#content.cts-recipetop .cts-recommend .data .cts-spec .specdata dt,
#content.cts-recipetop .cts-recommend .data .cts-spec .specdata dd {
	display:table-cell;
	vertical-align:middle;
}
#content.cts-recipetop .cts-recommend .data .cts-spec .specdata dt .icn {
	display:block;
	width:12px;
	height:16px;
	text-indent:-9999em;
	background-size:12px auto;
}
#content.cts-recipetop .cts-recommend .data .cts-spec .specdata dd {
	font-size:91.7%;		/* 11px / 12px */
	padding-left:3px;
}

#content.cts-recipetop .b-allrecommend {
	position:absolute;
	bottom:15px;
	right:10px;
	width:158px;
}
#content.cts-recipetop .b-allrecommend a {
	position:relative;
	display:block;
	background:#fdf7dd;
	background:-moz-linear-gradient(top, #fdf7dd, #faf0bd);
	background:-webkit-gradient(linear, center top, center bottom, from(#fdf7dd), to(#faf0bd));
 	background:linear-gradient(to bottom, #fdf7dd, #faf0bd);
	border:1px solid #e1d2a9;
	padding:6px 0;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	text-align:center;
}
#content.cts-recipetop .b-allrecommend a:after {
	content:'';
	position:absolute;
	top:50%;
	right:10px;
	background:url(/recipe/common/img/icn_arrow2r_gry2.png) no-repeat 0 0;
	margin-top:-7px;
	width:9px;
	height:14px;
}
#content.cts-recipetop .b-allrecommend a:hover {
	background:#e2c77f;
	background:-moz-linear-gradient(top, #e2c77f, #c7950c);
	background:-webkit-gradient(linear, center top, center bottom, from(#e2c77f), to(#c7950c));
 	background:linear-gradient(to bottom, #e2c77f, #c7950c);
 	border:1px solid #c7950c;
	color:#fff !important;
}
#content.cts-recipetop .b-allrecommend a:hover:after {
	background:url(/recipe/common/img/icn_arrow2r_wh.png) no-repeat 0 0;
}

#content.cts-recipetop .cts-news {
	position:relative;
	margin-bottom:-30px;
}
#content.cts-recipetop .cts-news .t-cts {
	position:relative;
	border-bottom:1px solid #ccd3eb;
	margin-bottom:12px;
}
#content.cts-recipetop .cts-news .t-cts:after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	border-top:1px solid #ccd3eb;
}
#content.cts-recipetop .cts-news .t-cts span {
	background:url(/recipe/top/img/t_top_news.png) no-repeat 0 0;
	margin-bottom:12px;
	height:18px;
	text-indent:-9999em;
}

#content.cts-recipetop .cts-news .box-main {
	float:left;
	/*width:410px;*/    /* old settings */
	width:300px;
	margin-right:25px;
	padding-bottom:0;
}
#content.cts-recipetop .cts-news .box-sub {
	position:relative;
	float:right;
	/*width:500px;*/    /* old settings */
	width:610px;
}

#content.cts-recipetop .cts-news .cts-bnrslide {
	background:#ebe7ce;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-ms-border-radius:2px;
	padding:3px;
}
#content.cts-recipetop .cts-news .cts-bnrslide #bnrlist > li {
	float:left;
}
#content.cts-recipetop .cts-news .cts-bnrslide #bnrlist {
	position:relative;
	/*height:104px;*/    /* old settings */
	height:246px;    /* = square banner height size */
}

#content.cts-recipetop .cts-news .cts-bnrslide #bnrlist .b-prev,
#content.cts-recipetop .cts-news .cts-bnrslide #bnrlist .b-next {
	position:absolute;
	top:0;
}
#content.cts-recipetop .cts-news .cts-bnrslide #bnrlist .b-prev {
	left:0;
}
#content.cts-recipetop .cts-news .cts-bnrslide #bnrlist .b-next	{
	right:0;
}

#content.cts-recipetop .cts-news .cts-bnrslide #bnrlist .b-prev a,
#content.cts-recipetop .cts-news .cts-bnrslide #bnrlist .b-next a {
	display:block;
	width:24px;
	/*height:104px;*/    /* old settings */
	height:246px;    /* = square banner height size */
	text-indent:-9999em;
}
#content.cts-recipetop .cts-news .cts-bnrslide #bnrlist .b-prev a {
	background:url(/recipe/common/img/icn_arrow2l_blu.png) no-repeat 50% 50%;
}
#content.cts-recipetop .cts-news .cts-bnrslide #bnrlist .b-next a {
	background:url(/recipe/common/img/icn_arrow2r_blu.png) no-repeat 50% 50%;
}

#content.cts-recipetop .cts-news .cts-bnrslide #bnrlist #bnrbox {
	position:relative;
	left:24px;
}

#content.cts-recipetop .cts-news .cts-bnrslide #bnrlist #bnrbox ul li {
	position:absolute;
	top:0px;
	/*display:block;*/
	/*height:130px;*/    /* old settings */
	height:246px;    /* = square banner height size */
	display:table;
}
#content.cts-recipetop .cts-news .cts-bnrslide #bnrlist #bnrbox ul li a {
	display:table-cell;
	vertical-align:middle;
}
#content.cts-recipetop .cts-news .cts-bnrslide #bnrlist #bnrbox ul li img {
	width:246px;    /* square banner size */
}

#content.cts-recipetop .cts-news .cts-newsrelease {
	padding-top:10px;
	/*padding-bottom:40px;*/    /* old settings */
}
#content.cts-recipetop .cts-news .cts-newsrelease dl dd {
	margin-top:-1.4em;
	padding-left:6em;
	padding-bottom:4px;
}
#content.cts-recipetop .cts-news .cts-newsrelease dl dd a {
	display:block;
}
#content.cts-recipetop .cts-news .cts-newsrelease dl dd a:link,
#content.cts-recipetop .cts-news .cts-newsrelease dl dd a:active,
#content.cts-recipetop .cts-news .cts-newsrelease dl dd a:visited {
	color:#002ea0 !important;
}
#content.cts-recipetop .cts-news .cts-newsrelease dl dd a:hover {
	color:#002ea0 !important;
	text-decoration:underline !important;
}
#content.cts-recipetop .cts-news .cts-extbnr {
	/*padding-top:10px;*/    /* old settings */
	padding:10px 0 40px 0;
	/*width:410px;*/    /* old settings */
	width:610px;
}
#content.cts-recipetop .cts-news .cts-extbnr ul li {
	padding-top:5px;
	float:left;
	margin-right:10px;
}

#stage .chara-baloon {
	position:absolute;
	bottom:0;
	right:50%;
	margin-right:-150px;
	z-index:4;
}

/* カテゴリー別商品リストバルーンブロック
-------------------------------------------------------------------- */
#content.cts-recipetop .cts-search .cts-categorylistBox {
	position:absolute;
	top:43px;
	left:0;

	background:#fff;
	z-index:3;
}
#content.cts-recipetop .cts-search .cts-categorylistBox .box-baloon {
	position:absolute;
	width:460px;
	background:#fff;
	border:5px solid #ccd3eb;
	border-radius:2px;
}
/* バルーンカテゴリータイトル */
#content.cts-recipetop .cts-search .cts-categorylistBox .box-baloon .c_t {
	position:relative;
	padding:10px 40px 10px 22px;
	background-color:#8296d6;
	margin:-5px -5px 0 -5px;
	border-radius:2px 2px 0 0;
}
#content.cts-recipetop .cts-search .cts-categorylistBox .box-baloon .c_t:after {
	content:'';
	display:block;
	position:absolute;
	top:50%;
	right:-12px;
	margin-top:-8px;
	width:12px;
	height:16px;
	background:url(/recipe/top/img/icn_top_categorylist_hukidashi.png) no-repeat 0 0;
}
#content.cts-recipetop .cts-search .cts-categorylistBox .box-baloon .c_t a {
	/*display:block;*/
	padding-left:14px;
	color:#fff !important;
	font-size:14px;
	background:url(/recipe/top/img/icn_top_categorylist_arrow_white.png) no-repeat 0 50%;
}
#content.cts-recipetop .cts-search .cts-categorylistBox .box-baloon .c_t a:hover {
	text-decoration:underline;
}

#content.cts-recipetop .cts-search .cts-categorylistBox .box-baloon .list02 {
	position:relative;
	margin-right:-1px;

}
#content.cts-recipetop .cts-search .cts-categorylistBox .box-baloon .list02:before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:50%;
	width:1px;
	height:100%;
	background-color:#e1e1e1;
}
#content.cts-recipetop .cts-search .cts-categorylistBox .box-baloon .list02 .listitem {
	background:#fff;
	float:left;
	width:230px;

}
#content.cts-recipetop .cts-search .cts-categorylistBox .box-baloon .list02 .listitem a {
	display:block;
	padding:0 20px;
}
#content.cts-recipetop .cts-search .cts-categorylistBox .box-baloon .list02 .listitem.f_l {
	border-bottom:1px solid #e1e1e1;
}
#content.cts-recipetop .cts-search .cts-categorylistBox .box-baloon .list02 .listitem.f_r {
	border-bottom:1px solid #e1e1e1;
}
#content.cts-recipetop .cts-search .cts-categorylistBox .box-baloon .list02 .listitem .box {
	display:block;
}
#content.cts-recipetop .cts-search .cts-categorylistBox .box-baloon .list02 .listitem .box .thumb {
	display:table-cell;
	width:45px;
	vertical-align:middle;
	line-height:1.2;
}
#content.cts-recipetop .cts-search .cts-categorylistBox .box-baloon .list02 .listitem .box .thumb img {
	display:block;
	padding:20px 0;
}
#content.cts-recipetop .cts-search .cts-categorylistBox .box-baloon .list02 .listitem .box .t {
	display:table-cell;
	width:150px;
	vertical-align:middle;
	padding:6px 0 0 12px;
}
/* closeボタン */
#content.cts-recipetop .cts-search .cts-categorylistBox .box-baloon .btn-close {
	position:absolute;
	top:3px;
	right:4px;

}
#content.cts-recipetop .cts-search .cts-categorylistBox .box-baloon .btn-close a {
	display:block;
	height:21px;
	width:21px;
	border:1px solid #cdd5ef;
	border-radius:2px;
	color:#fff !important;
	font-size:18px;
	line-height:21px;
	font-weight:bold;
	text-align:center;
}
#content.cts-recipetop .cts-search .cts-categorylistBox .box-baloon .btn-close a:hover {
	color:#8296d6 !important;
	border-color:#8296d6;
	background-color:#fff;
}
/* ページング */
#content.cts-recipetop .cts-search .cts-categorylistBox .box-baloon .nav-baloon {
	position:relative;
/*	bottom:0;
	left:0;*/
	width:460px;
	height:34px;
	background-color:#ebeffd;
	border-top:1px solid #e1e1e1;
	line-height:34;
}
#content.cts-recipetop .cts-search .cts-categorylistBox .box-baloon .nav-baloon .nav-index {
	text-align:center;
	font-size:14px;
	height:34px;
	line-height:34px;

}
#content.cts-recipetop .cts-search .cts-categorylistBox .box-baloon .nav-baloon .btn-prev,
#content.cts-recipetop .cts-search .cts-categorylistBox .box-baloon .nav-baloon .btn-next {
	position:absolute;
	top:17px;
	width:22px;
	height:22px;
	margin-top:-11px;
}
#content.cts-recipetop .cts-search .cts-categorylistBox .box-baloon .nav-baloon .btn-prev {
	left:9px;
	background:url(/recipe/top/img/icn_top_categorylist_prev.png) no-repeat 0 0;
}
#content.cts-recipetop .cts-search .cts-categorylistBox .box-baloon .nav-baloon a{
	text-indent:100%;
	height:22px;
    white-space:nowrap;
    overflow:hidden;
    display:block;
}
#content.cts-recipetop .cts-search .cts-categorylistBox .box-baloon .nav-baloon .btn-next {
	right:9px;
	background:url(/recipe/top/img/icn_top_categorylist_next.png) no-repeat 0 0;
}

#content.cts-recipetop .cts-search .cts-categorylistBox .box-baloon .wrap-ul {
	min-height:296px;			/* 暫定値で実際の値は、jsで作成更新 */
}
#content.cts-recipetop .visible0 {
	visibility:hidden;
}

/*hover追加*/
/*#content.cts-recipetop .cts-search .cts-categoryselect .list01 .item01 a:hover {
	border:3px solid #ccd3eb;
}*/
#content.cts-recipetop .cts-search .cts-categoryselect .list01 .item01 a:hover:before {
	content: "";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 3px solid #ccd3eb;
	z-index: 2;
}

/* #content.cts-recipetop .cts-search .cts-categoryselect .list01 .item01 a:hover .box {
	padding:13px 24px 26px;
}
#content.cts-recipetop .cts-search .cts-categoryselect .list01 .item01 a:hover .box .t {
	top:66px;
	left:-2px;
} */
/*active追加*/
/* #content.cts-recipetop .cts-search .cts-categoryselect .list01 .item01 a.act {
	border:3px solid #8296d6;
}
#content.cts-recipetop .cts-search .cts-categoryselect .list01 .item01 a.act .box {
	padding:13px 24px 26px;
}
#content.cts-recipetop .cts-search .cts-categoryselect .list01 .item01 a.act .box .t {
	top:66px;
	left:-2px;
} */
#content.cts-recipetop .cts-search .cts-categoryselect .list01 .item01 a.act:before {
	content: "";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border:3px solid #8296d6;
	z-index: 2;
}
