@charset "UTF-8";

/*
**************************************************************************
*	雪印メグミルク - 栗原はるみのミルクのある生活 - common.css
**************************************************************************/

/*----------------------------------------
	content
----------------------------------------*/
@font-face {
	font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
	font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
	font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
	font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: normal;
}
#stage #content {
	font-family: "游ゴシック体","YuGothic", "游ゴシック Medium", "游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

/* SP */
@media screen and (max-width: 736px) {
	#stage #content {
		-webkit-text-size-adjust: 100%;
	}
}


/*----------------------------------------
	contentHead
----------------------------------------*/
#contentHead {
	position: relative;
}
#contentHead:before {
	display: block;
	content: '';
	width: 100%;
	height: 6px;
	background: url(/rwd/fun/kurihara-recipe/common/img/bdr_stripe.gif) repeat;
	background-size: 8px 1px;
	-webkit-background-size: 8px 1px;
	-moz-background-size: 8px 1px;
	background-position: 0 0;
	position: absolute;
	top: 0;
	left: 0;
}
#contentHead .contentHeadInner {
	margin-top: 4px;
	padding-top: 6px;
}
#contentHead .ctsTitle {
	position: absolute;
	top: 29px;
	left: 0;
	z-index: 2;
}

/* Expand Menu */
.header #js_lnav_btn a {
	display: block;
	width: 40px;
	height: 40px;
	background: url(/rwd/fun/kurihara-recipe/common/img/sp/btn_menu.png) no-repeat;
	background-size: 40px 80px;
	-webkit-background-size: 40px 80px;
	-moz-background-size: 40px 80px;
	background-position: 0 0;
	text-indent: -9999px;
	overflow: hidden;
}

/* SP */
@media screen and (max-width: 736px) {
	#contentHead:before {
		height: 5px;
	}
	#contentHead .contentHeadInner {
		margin-top: 1px;
		padding-top: 5px;
	}
	#contentHead .ctsTitle {
		position: relative;
		top: 0;
		left: 0;
		background-color: #fff;
		border-bottom: 1px solid #e3e3e3;
		z-index: 0;
	}
	#contentHead .ctsTitle .img-sp {
		width: 100%;
	}
}


/*----------------------------------------
	contentArea
----------------------------------------*/
#content #contentArea {
	/*仮*//*height: 700px;*/
	color: #232323;
}
#contentArea .contents-area-inner {
	width: 940px;
	margin: 0 auto;
	position: relative;
}
#contentArea p {
	line-height: 1.5;
}

#contentArea .spdot {
	display: inline !important;
}
#contentArea .spdot:before {
	content: '\A' ;
	white-space: pre ;
}

/* SP */
@media screen and (max-width: 736px) {
	#contentArea .contents-area-inner {
		width: 100%;
	}
	#contentArea p {
		line-height: 1.8;
	}
	#contentArea img {
		width: 100%;
	}
	
	#contentArea .spbr {
		display: inline !important;
	}
	#contentArea .spbr:before {
		content: '\A' ;
		white-space: pre ;
	}

	#contentArea .spdot {
		display: inline !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	#contentArea .spdot:before {
		content: '・';
	}
}


/*----------------------------------------
	contentMainArea
----------------------------------------*/
#stage #contentArea {
	margin-top: 10px;
}
#contentArea .content-mainarea.col2 {
	width: 940px;
	margin: 0 auto;
}
#contentArea .content-mainarea.col2 .fl-l {
	float: left;
}
#contentArea .content-mainarea.col2 .fl-r {
	float: right;
}
#contentArea .content-mainarea.col2 .ttlbox .ttl {
	display: table;
	width: 570px;
}
#contentArea .content-mainarea.col2 .ttlbox .ttl .ttltop {
	display: table-cell;
	width: 138px;
	height: 118px;
	font-size: 16px;
	color: #fff;
	line-height: 1.3;
	font-weight: normal;
	text-align: center;
	padding: 16px 0 0;
}
#contentArea.spring .content-mainarea.col2 .ttlbox .ttl .ttltop {
	background: url(/rwd/fun/kurihara-recipe/common/img/bg_month_spring.png) no-repeat;
	background-size: 138px 138px;
	-webkit-background-size: 138px 138px;
	-moz-background-size: 138px 138px;
	background-position: 0 0;
}
#contentArea.summer .content-mainarea.col2 .ttlbox .ttl .ttltop {
	background: url(/rwd/fun/kurihara-recipe/common/img/bg_month_summer.png) no-repeat;
	background-size: 138px 138px;
	-webkit-background-size: 138px 138px;
	-moz-background-size: 138px 138px;
	background-position: 0 0;
}
#contentArea.autumn .content-mainarea.col2 .ttlbox .ttl .ttltop {
	background: url(/rwd/fun/kurihara-recipe/common/img/bg_month_autumn.png) no-repeat;
	background-size: 138px 138px;
	-webkit-background-size: 138px 138px;
	-moz-background-size: 138px 138px;
	background-position: 0 0;
}
#contentArea.winter .content-mainarea.col2 .ttlbox .ttl .ttltop {
	background: url(/rwd/fun/kurihara-recipe/common/img/bg_month_winter.png) no-repeat;
	background-size: 138px 138px;
	-webkit-background-size: 138px 138px;
	-moz-background-size: 138px 138px;
	background-position: 0 0;
}
#contentArea .content-mainarea.col2 .ttlbox .ttl .ttltop h1 {
	font-weight: normal;
}
#contentArea .content-mainarea.col2 .ttlbox .ttl .ttltop .month {
	font-size: 29px;
	height: 59px;
}
#contentArea .content-mainarea.col2 .ttlbox .ttl .ttltop .month span {
	font-size: 37px;
}
#contentArea .content-mainarea.col2 .ttlbox .ttl .ttltop .year {
	font-size: 11px;
	line-height: 19px;
}
#contentArea.spring .content-mainarea.col2 .ttlbox .ttl .ttltop .year {
	color: #5b9f0b;
}
#contentArea.summer .content-mainarea.col2 .ttlbox .ttl .ttltop .year {
	color: #018bb8;
}
#contentArea.autumn .content-mainarea.col2 .ttlbox .ttl .ttltop .year {
	color: #d1a906;
}
#contentArea.winter .content-mainarea.col2 .ttlbox .ttl .ttltop .year {
	color: #10488c;
}
#contentArea .content-mainarea.col2 .ttlbox .ttl .txt {
	display: table-cell;
	font-size: 216.67%; /* 26px */
	line-height: 1.5;
	font-weight: bold;
	vertical-align: middle;
}
#contentArea.spring .content-mainarea.col2 .ttlbox .ttl .txt .color {
	color: #5b9f0b;
}
#contentArea.summer .content-mainarea.col2 .ttlbox .ttl .txt .color {
	color: #018bb8;
}
#contentArea.autumn .content-mainarea.col2 .ttlbox .ttl .txt .color {
	color: #d1a906;
}
#contentArea.winter .content-mainarea.col2 .ttlbox .ttl .txt .color {
	color: #10488c;
}
#contentArea .content-mainarea.col2 .ttlbox .ttl .txt .color2 {
	color: #666;
}
#contentArea .content-mainarea.col2 .ttlbox .pic {
	width: 370px;
	padding-bottom: 30px;
}
#contentArea .content-mainarea.col2 .main-lead {
	width: 570px;
	font-size: 133.33%; /* 16px */
	line-height: 1.87;
	box-sizing: border-box;
}

/* SP */
@media screen and (max-width: 736px) {
	#stage #contentArea {
		margin-top: 0;
	}
	#contentArea .content-mainarea.col2 {
		width: 100%;
	}
	#contentArea .content-mainarea.col2 .ttlbox {
		display: table;
		width: 100%;
	}
	#contentArea .content-mainarea.col2 .ttlbox .ttl {
		display: table-cell;
		width: 53.12%;
		float: none;
		text-align: center;
		vertical-align: middle;
		margin: 0;
	}

	#contentArea .content-mainarea.col2 .ttlbox .ttl .ttltop {
		display: block;
		width: 70px;
		height: 65px;
		font-size: 10px;
		line-height: 1.2;
		margin: 0 auto;
		padding: 5px 0 0;
	}
	#contentArea.spring .content-mainarea.col2 .ttlbox .ttl .ttltop {
		background: url(/rwd/fun/kurihara-recipe/common/img/sp/bg_month_spring.png) no-repeat;
		background-size: 70px 70px;
		-webkit-background-size: 70px 70px;
		-moz-background-size: 70px 70px;
		background-position: 0 0;
	}
	#contentArea.summer .content-mainarea.col2 .ttlbox .ttl .ttltop {
		background: url(/rwd/fun/kurihara-recipe/common/img/sp/bg_month_summer.png) no-repeat;
		background-size: 70px 70px;
		-webkit-background-size: 70px 70px;
		-moz-background-size: 70px 70px;
		background-position: 0 0;
	}
	#contentArea.autumn .content-mainarea.col2 .ttlbox .ttl .ttltop {
		background: url(/rwd/fun/kurihara-recipe/common/img/sp/bg_month_autumn.png) no-repeat;
		background-size: 70px 70px;
		-webkit-background-size: 70px 70px;
		-moz-background-size: 70px 70px;
		background-position: 0 0;
	}
	#contentArea.winter .content-mainarea.col2 .ttlbox .ttl .ttltop {
		background: url(/rwd/fun/kurihara-recipe/common/img/sp/bg_month_winter.png) no-repeat;
		background-size: 70px 70px;
		-webkit-background-size: 70px 70px;
		-moz-background-size: 70px 70px;
		background-position: 0 0;
	}
	#contentArea .content-mainarea.col2 .ttlbox .ttl .ttltop .month {
		direction: initial;
		font-size: 13px;
		height: 27px;
	}
	#contentArea .content-mainarea.col2 .ttlbox .ttl .ttltop .month span {
		font-size: 19px;
	}
	#contentArea .content-mainarea.col2 .ttlbox .ttl .ttltop .year {
		font-size: 8px;
		line-height: 10px;
	}
	#contentArea .content-mainarea.col2 .ttlbox .ttl .txt {
		display: block;
		width: auto;
		font-size: 13px;
		padding: 17px 10px 0;
	}
	#contentArea .content-mainarea.col2 .ttlbox .pic {
		display: table-cell;
		width: 46.88%;
		float: none;
		vertical-align: top;
		padding: 0;
	}
	#contentArea .content-mainarea.col2 .main-lead,
	#contentArea .content-mainarea.col2 .main-lead p {
		/*line-height: 1.8;*/
	}
	#contentArea .content-mainarea.col2 .main-lead {
		width: auto;
		font-size: 13px;
		line-height: 1.8;
		padding: 17px 15px 13px;
		float: none;
	}
}


/* === ▼ link style ▼ === */

/* テキストリンク */
#contentArea a.lnk-txt {
	color: inherit;
}
#contentArea a.lnk-txt:hover {
	text-decoration: underline;
}
@media screen and (max-width: 736px) {
	#contentArea a.hovr:hover {
		text-decoration: none;
	}
}

/* 透過 */
#contentArea a.hovr:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	text-decoration: none;
}
@media screen and (max-width: 736px) {
	#contentArea a.hovr:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
	}
}

/* 位置ずらし（ブロックリンク）*/
#contentArea a.hovr2 {
	position: relative;
}
#contentArea a.hovr2:hover {
	text-decoration: none;
	top: -2px;
	left: -2px;
}
@media screen and (max-width: 736px) {
	#contentArea a.hovr2:hover {
		top: 0;
		left: 0;
	}
}


/* 右下アロー（ブロックリンク）*/
#contentArea a.lnk-box {
	display: block;
	font-size: 116.67%; /* 14px */
	color: inherit;
	padding: 8px;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
	box-shadow: 0 1px 0 #e3e3e3;
}
#contentArea a.lnk-box:before {
	display: block;
	content: '';
	width: 13px;
	height: 13px;
	background: url(/rwd/fun/kurihara-recipe/common/img/arrow_br.gif) no-repeat;
	background-size: 13px 13px;
	-webkit-background-size: 13px 13px;
	-moz-background-size: 13px 13px;
	background-position: left top;
	position: absolute;
	right: 0;
	bottom: 0;
}
#contentArea a.lnk-box:hover {
	text-decoration: none;
	top: -2px;
	left: -2px;
}
@media screen and (max-width: 736px) {
	#contentArea a.lnk-box {
		display: block;
		font-size: 12px;
		color: inherit;
		padding: 5px;
		background-color: #fff;
		box-sizing: border-box;
		position: relative;
	}
	#contentArea a.lnk-box:before {
		width: 10px;
		height: 10px;
		background-size: 10px 10px;
		-webkit-background-size: 10px 10px;
		-moz-background-size: 10px 10px;
	}
	#contentArea a.lnk-box:hover {
		top: 0;
		left: 0;
	}
}

/* blankリンク（画像付き） */
#contentArea a.lnk-blank {
	display: block;
	color: inherit;
}
#contentArea a.lnk-blank .pic {
	position: relative;
}
#contentArea a.lnk-blank .pic:before {
	display: block;
	content: '';
	width: 13px;
	height: 13px;
	background: url(/rwd/fun/kurihara-recipe/common/img/icn_blank.gif) no-repeat;
	background-size: 13px 13px;
	-webkit-background-size: 13px 13px;
	-moz-background-size: 13px 13px;
	background-position: left top;
	position: absolute;
	right: 5px;
	bottom: 5px;
}
#contentArea a.lnk-blank:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	text-decoration: none;
}
@media screen and (max-width: 736px) {
	#contentArea a.lnk-blank:hover {
		opacity: 1;
		filter: alpha(opacity=100);
		-ms-filter: "alpha(opacity=100)";
	}
}

/* blankリンク（テキストのみ） */
#contentArea a.lnk-tblank {
	color: inherit;
	padding-left: 20px;
	position: relative;
}
#contentArea a.lnk-tblank:before {
	display: block;
	content: '';
	width: 13px;
	height: 13px;
	background: url(/rwd/fun/kurihara-recipe/common/img/icn_blank.gif) no-repeat;
	background-size: 13px 13px;
	-webkit-background-size: 13px 13px;
	-moz-background-size: 13px 13px;
	background-position: left top;
	margin-top: -7px;
	position: absolute;
	left: 0;
	top: 50%;
}
#contentArea a.lnk-tblank:hover {
	text-decoration: underline;
}
@media screen and (max-width: 736px) {
	#contentArea a.lnk-tblank:hover {
		text-decoration: none;
	}
}

/* pdfリンク */
#contentArea a.lnk-pdf {
	display: inline-block;
	color: inherit;
	line-height: 21px;
	padding-left: 30px;
	background: url(/rwd/fun/kurihara-recipe/common/img/icn_pdf.gif) no-repeat;
	background-size: 19px 21px;
	-webkit-background-size: 19px 21px;
	-moz-background-size: 19px 21px;
	background-position: left top;
}
#contentArea a.lnk-pdf:hover {
	text-decoration: underline;
}

/* === ▲ link style ▲ === */


/* SP用開閉ボタン */
#contentArea .js-expand-btn {
	display: none;
}
@media screen and (max-width: 736px) {
	#contentArea .js-expand-btn {
		display: table;
		width: 100%;
		height: 35px;
		font-size: 83.33%; /* 10px */
		text-align: center;
		border: 1px solid #e3e3e3;
		border-radius: 3px;
		box-sizing: border-box;
		cursor: pointer;
		position: relative;
	}
	#contentArea .js-expand-btn span {
		display: table-cell;
		vertical-align: middle;
	}
	#contentArea .js-expand-btn.is-open .txt-open {
		display: none;
	}
	#contentArea .js-expand-btn .txt-close {
		display: none;
	}
	#contentArea .js-expand-btn.is-open .txt-close {
		display: table-cell;
	}
	#contentArea .js-expand-btn:before {
		display: block;
		content: '';
		width: 12px;
		height: 12px;
		background: url(/rwd/fun/kurihara-recipe/common/img/sp/btn_toggle.png) no-repeat;
		background-size: 12px 24px;
		-webkit-background-size: 12px 24px;
		-moz-background-size: 12px 24px;
		background-position: 0 0;
		position: absolute;
		right: 10px;
		top: 50%;
		margin-top: -6px;
	}
	#contentArea .js-expand-btn.is-open:before {
		background-position: 0 -12px;
	}

	#contentArea .js-expand-box {
		display: none;
	}
}

/* SP用セレクトボックス */
@media screen and (max-width: 736px) {
	#contentArea .js-select-btn {
		display: table;
		width: 100%;
		height: 36px;
		color: inherit;
		background-color: #fff;
		position: relative;
	}
	#contentArea .js-select-btn.is-open {
		border-bottom: 1px dotted #e3e3e3;
	}
	#contentArea .js-select-btn span {
		display: table-cell;
		vertical-align: middle;
		padding: 0 10px;
	}
	#contentArea .js-select-btn:before {
		display: block;
		content: '';
		width: 10px;
		height: 5px;
		margin-top: -2px;
		background: url(/rwd/fun/kurihara-recipe/common/img/arrow_down.gif) no-repeat;
		background-size: 10px 5px;
		-webkit-background-size: 10px 5px;
		-moz-background-size: 10px 5px;
		background-position: left top;
		position: absolute;
		right: 10px;
		top: 50%;
	}
	#contentArea .js-select-btn.is-open:before {
		background: url(/rwd/fun/kurihara-recipe/common/img/arrow_up.gif) no-repeat;
		background-size: 10px 5px;
		-webkit-background-size: 10px 5px;
		-moz-background-size: 10px 5px;
	}
	#contentArea .js-select-btn:hover,
	#contentArea .js-select-btn:active {
		color: inherit;
		text-decoration: none;
	}
	#contentArea .js-select-wrap {
		box-sizing: border-box;
		border: 1px solid #e3e3e3;
	}
	#contentArea .js-select-box {
		display: none;
	}
}


/*----------------------------------------
	contentFoot
----------------------------------------*/
/* footer override */
#stage .footer {

}

/* PC */
#contentFoot {
	/*border-bottom: 3px solid #000;*/
}
#contentFoot .ctsTitle {
	/*#contentFoot .lnav*/
	display: none;
}
#contentFoot #btnPagetop {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 5;
}
#contentFoot #btnPagetop .txt {
	display: none;
}
#contentFoot #btnPagetop a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);  /* For IE 5-7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* For IE 8 */
}

/* SP */
@media screen and (max-width: 736px) {
	#contentFoot {
		border-bottom: none;
	}
	#contentFoot .lnav {
		display: block;
	}
	#contentFoot #btnPagetop {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		text-align: right;
		padding: 15px;
	}
	#contentFoot #btnPagetop .txt {
		display: inline-block;
		font-size: 10px;
		line-height: 35px;
		padding-right: 10px;
	}
	#contentFoot #btnPagetop a {
		width: 30px;
	}
}


/*----------------------------------------
	lnav
----------------------------------------*/
#stage .lnav {
	z-index: 1;
}
#stage .lnav ul {
	position: relative;
}
#stage .lnav li {
	display: inline-block;
	vertical-align: middle;
	/* float: left; */
	text-align: center;
}
#stage .lnav li.top {
	display: none;
}
#stage .lnav li.kitchen {
	width: 131px;
}
#stage .lnav li.essay {
	width: 103px;
}
#stage .lnav li.present {
	width: 89px;
	text-align: right;
}
#stage .lnav li.list {
	width: 164px;
}
#stage .lnav li.backnumber {
	width: 150px;
}
#stage .lnav li.profile {
	position: absolute;
	top: 20px;
	right: 0;
}
#stage .lnav li p a {
	color: #232323;
}
#stage .lnav li p span {
	display: block;
	font-size: 125%; /* 15px */
	color: #666;
	border-left: 1px solid #cccccc;
}
#stage .lnav li p.act span {
	color: #666;
}
#stage .lnav li p a > span {
	color: #232323;
}
#stage .lnav li.kitchen p span,
#stage .lnav li.profile p span {
	border-left: none;
}
#stage .lnav li.profile p span {
	padding-left: 17px;
}
#stage .lnav li.profile p span:before {
	display: block;
	width: 8px;
	height: 10px;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
	background-image: url(/rwd/fun/kurihara-recipe/common/img/arrow_1_r.gif);
	background-repeat: no-repeat;
	background-size: 8px 10px;
	-webkit-background-size: 8px 10px;
	-moz-background-size: 8px 10px;
}

/*----------------------------------------
	lnav.monthly(月更新用ナビ)
----------------------------------------*/
#stage .lnav.monthly {
	background-color: #fff;
	z-index: 1;
}
#stage .lnav.monthly ul {
	position: relative;
}
#stage .lnav.monthly li {
	float: left;
	text-align: center;
}
#stage .lnav.monthly li.top {
	display: none;
}
#stage .lnav.monthly li.kitchen {
	width: 131px;
}
#stage .lnav.monthly li.essay {
	width: 103px;
}
#stage .lnav.monthly li.present {
	width: 164px;
}
#stage .lnav.monthly li.list {
	width: 164px;
}
#stage .lnav.monthly li.backnumber {
	width: 122px;
	text-align: right;
}
#stage .lnav.monthly li.profile {
	position: absolute;
	top: 20px;
	right: 0;
}
#stage .lnav.monthly li p a {
	color: #232323;
}
#stage .lnav.monthly li p span {
	display: block;
	font-size: 125%; /* 15px */
	color: #232323;
	border-left: 1px solid #cccccc;
}
#stage .lnav.monthly li p.act span {
	color: #666;
}
#stage .lnav.monthly li.kitchen p span,
#stage .lnav.monthly li.profile p span {
	border-left: none;
}
#stage .lnav.monthly li.profile p span {
	padding-left: 17px;
}
#stage .lnav.monthly li.profile p span:before {
	display: block;
	width: 8px;
	height: 10px;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
	background-image: url(/rwd/fun/kurihara-recipe/common/img/arrow_1_r.gif);
	background-repeat: no-repeat;
	background-size: 8px 10px;
	-webkit-background-size: 8px 10px;
	-moz-background-size: 8px 10px;
}

@media screen and (max-width: 736px) {
	#stage .lnav_wrp {
		width: 100%;
	}
	#stage .lnav {
		width: 100%;
		bottom: 0;
	}
	#stage .lnav ul {
		padding-top: 10px;
		background: url(/rwd/fun/kurihara-recipe/common/img/bdr_stripe.gif) repeat;
		background-size: 8px 1px;
		-webkit-background-size: 8px 1px;
		-moz-background-size: 8px 1px;
		background-position: 0 0;
	}
	#stage .lnav li {
		width: 100% !important;
		text-align: center !important;
		border-bottom: 1px solid #e3e3e3 !important;
		background-color: #fff;
		position: relative;
	}
	#stage .lnav li.top {
		display: block;
	}
	#stage .lnav li.profile {
		position: relative;
		top: 0;
		left: 0;
	}
	#stage .lnav li p span {
		display: block;
		font-size: 12px;
	}
	#stage .lnav li p span {
		display: block;
		font-size: 12px;
		padding: 16px;
	}
	#stage .lnav li p span {
		border-left: none;
	}
	#stage .lnav li p a span::after {
		display: block;
		width: 8px;
		height: 10px;
		content: '';
		position: absolute;
		top: 50%;
		right: 19px;
		margin-top: -5px;
		background-image: url(/rwd/fun/kurihara-recipe/common/img/arrow_1_r.gif);
		background-repeat: no-repeat;
		background-size: 8px 10px;
		-webkit-background-size: 8px 10px;
		-moz-background-size: 8px 10px;
	}
	#stage .lnav li.profile p span {
		padding-left: 16px;
	}
	#stage .lnav li.profile p span:before {
		display: none;
	}
}

/* Head lnav */
#contentHead .lnav {
	display: block;
}
#contentHead .lnav ul {
	padding: 62px 0 23px 244px;
	text-align: right;
}

@media screen and (max-width: 736px) {
	#contentHead .lnav_wrp {
		position: absolute;
		top: 0;
		z-index: 99;
	}
	#contentHead .lnav{
		display: none;
	}
	#contentHead .lnav ul {
		padding: 5px 0 0;
	}
	#contentHead .lnav li.top {
		/*display: none;*/
	}
}

/* Foot lnav */
#contentFoot .lnav {
	/*margin-top: 25px;*/
	margin-top: 30px;
}
#contentFoot .lnav li {
	display: none;
}
#contentFoot .lnav li.top {
	display: block;
}
#contentFoot .lnav li.top p span {
	font-size: 116.67%; /* 14px */
	padding-left: 20px;
	border: none;
	background: url(/rwd/fun/kurihara-recipe/common/img/arrow_1_l.gif) no-repeat left center;
	position: relative;
}
#contentFoot .lnav li.top p span:before {
	/*display: block;
	width: 8px;
	height: 10px;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
	background-image: url(/rwd/fun/kurihara-recipe/common/img/arrow_1_l.gif);
	background-repeat: no-repeat;
	background-size: 8px 10px;
	-webkit-background-size: 8px 10px;
	-moz-background-size: 8px 10px;*/
}

@media screen and (max-width: 736px) {
	#contentFoot .lnav {
		margin-top: 0;
	}
	#contentFoot .lnav li {
		display: block;
	}
	#contentFoot .lnav li {
		float: left;
		width: 50% !important;
		/* text-align: left !important; */
	}
	#contentFoot .lnav li > p {
		height: 100%;
	}
	#contentFoot .lnav li > p > a{
		display: block;
		height: 100%;
	}
	#contentFoot .lnav li:not(.top) > p > a > span{
		display: block;
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#contentFoot .lnav li.top {
		width: 100% !important;
	}
	#contentFoot .lnav li.kitchen,
	#contentFoot .lnav li.list,
	#contentFoot .lnav li.present,
	#contentFoot .lnav li.backnumber {
		text-align: left !important;
	}
	#contentFoot .lnav li.top p span {
		font-size: 12px;
		padding: 16px;
		background: none;
	}
	#contentFoot .lnav li.backn p span{
		border-left: 1px solid #cccccc;
	}
	#contentFoot .lnav li.list p span,#contentFoot .lnav li.present p span{
		border-right: 1px solid #cccccc;
	}
	
	#contentFoot .lnav li.profile {
		display: none;
	}
	/*#contentFoot .lnav li.top p a span:before,*/
	#contentFoot .lnav li p a span::after {
		display: none;
	}
}
