@charset "UTF-8";

/*
**************************************************************************
*	雪印メグミルク - 栗原はるみのミルクのある生活 - ミルクレシピ一覧
**************************************************************************/

/*----------------------------------------
	contentArea
----------------------------------------*/
#contentArea .mainttl {
	width: 100%;
	text-align: center;
	margin: 25px auto 30px;
}

/* SP */
@media screen and (max-width: 736px) {
	#contentArea .mainttl {
		width: 35.94%;
		margin: 18px auto 17px;
	}
	#contentArea .content-listarea {
		margin: 0 10px;
	}
}


/* カテゴリータブ
----------------------------------- */
#contentArea .list-categorybox {
	width: 940px;
	border-bottom: 2px solid #4a5073;
	margin-bottom: 20px;
}
#contentArea .list-categorybox li {
	float: left;
	border: 1px solid #e3e3e3;
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-right: 10px;
}
#contentArea .list-categorybox li:last-child {
	margin-right: 0;
}
#contentArea .list-categorybox li a,
#contentArea .list-categorybox li.act p {
	display: table;
	width: 146px;
	height: 58px;
	text-align: center;
	color: inherit;
}
#contentArea .list-categorybox li span {
	display: table-cell;
	vertical-align: middle;
}

#contentArea .list-categorybox li.act,
#contentArea .list-categorybox li:hover {
	background-color: #4a5073;
	color: #fff;
	border: 1px solid #4a5073;
	border-bottom: none;
}
#contentArea .list-categorybox li:hover a {
	text-decoration: none;
}

@media screen and (max-width: 736px) {
	#contentArea .list-categorybox {
		width: 100%;
		border: none;
		margin-bottom: 0;
	}
	#contentArea .list-categorybox li {
		float: none;
		border: none;
		border-radius: 0;
		margin-right: 0;
	}
	#contentArea .list-categorybox li a,
	#contentArea .list-categorybox li.act p {
		display: table;
		width: 100%;
		height: 33px;
		text-align: left;
		color: inherit;
	}
	#contentArea .list-categorybox li span {
		display: table-cell;
		vertical-align: middle;
		padding: 0 10px;
	}

	#contentArea .list-categorybox li.act {
		background-color: #fff;
		color: #666;
		border: none;
	}
	#contentArea .list-categorybox li:hover {
		background-color: #fff;
		color: inherit;
		border: none;
	}
}


/* レシピ一覧
----------------------------------- */
#contentArea .wrp-recipebox {
	visibility: hidden;
}
#contentArea .list-recipebox li {
	width: 152px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#contentArea .list-recipebox li:nth-of-type(6n) {
	margin-right: 0;
}
#contentArea .list-recipebox li a {
	display: block;
	font-size: 116.67%; /* 14px */
	color: #232323;
	padding: 5px;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
	border: 1px solid #e3e3e3;
}
#contentArea .list-recipebox li a: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 .list-recipebox li a:hover {
	text-decoration: none;
	top: -2px;
	left: -2px;
}
#contentArea .list-recipebox li .tit {
	padding: 10px 10px 22px;
}

#contentArea .js-expand-btn {
	display: block;
	width: 598px;
	height: 48px;
	font-size: 116.67%; /* 14px */
	text-align: center;
	border: 1px solid #e3e3e3;
	cursor: pointer;
	margin: 15px auto 0;
	position: relative;
}
#contentArea .js-expand-btn span {
	line-height: 48px;
}
#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: inline;
}
#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;
}

/* ランキングTOP15
----------------------------------- */
.contents-area-inner .top_recipe{
	position: absolute;
	top: -10px;
    right: 70px;
	}

/* SP */
@media screen and (max-width: 736px) {
	#contentArea .list-recipebox li {
		width: 48.33%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#contentArea .list-recipebox:first-child {
		margin-top: 13px;
	}
	#contentArea .list-recipebox li:nth-of-type(2n) {
		float: right;
	}
	#contentArea .list-recipebox li a {
		font-size: 12px;
	}
	#contentArea .list-recipebox li a:before {
		display: block;
		content: '';
		width: 10px;
		height: 10px;
		background-size: 10px 10px;
		-webkit-background-size: 10px 10px;
		-moz-background-size: 10px 10px;
	}
	#contentArea .list-recipebox li .vis img {
		height: auto;
	}
	#contentArea .list-recipebox li .tit {
		padding: 10px;
	}

	#contentArea .js-expand-btn {
		display: table;
		width: 100%;
		height: 35px;
		font-size: 83.33%; /* 10px */
		margin: 0;
	}
	#contentArea .js-expand-btn span {
		display: table-cell;
		line-height: 1.5;
		vertical-align: middle;
	}
	#contentArea .js-expand-btn.is-open .txt-close {
		display: table-cell;
	}
	
	
	/* ランキングTOP15
----------------------------------- */
	#contentArea .contents-area-inner .top_recipe{
	 position: relative;
	 width: 40%;
	 top: auto;
     right: auto;
	 margin: 0 auto 15px;
	}
}
