@charset "UTF-8";

/*
**************************************************************************
*	雪印メグミルク - 栗原はるみのミルクのある生活 - 人気レシピTOP15ページ
**************************************************************************/

/*----------------------------------------
	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;
	}
}


/* 人気レシピTOP15
----------------------------------- */
/*#contentArea .wrp-top15box {
	visibility: hidden;
}*/
#contentArea .list-top15box li {
	width: 310px;
	float: left;
	margin-right: 5px;
	margin-bottom: 15px;
}
#contentArea .list-top15box li:nth-child(3n) {
	margin-right: 0;
}
#contentArea .list-top15box li a {
	display: block;
	font-size: 116.67%; /* 14px */
	color: #232323;
	padding: 10px;
	background-color: #fff;
	box-sizing: border-box;
	position: relative;
	border: 1px solid #e3e3e3;
}
#contentArea .list-top15box 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-top15box li a:hover {
	text-decoration: none;
	top: -2px;
	left: -2px;
}

#contentArea .list-top15box li .vis{
	float:left;
	width:156px;
	font-weight:bold;
}

#contentArea .list-top15box li .vis img{
	width:142px;
	height:142px;
}

#contentArea .list-top15box li .data{
	float:left;
	width:132px;
}

#contentArea .list-top15box li .tit {
	padding: 0px 0px 5px;
	font-size: 100%; /* 12px */
	font-weight:bold;
}

#contentArea .list-top15box li .txt {
	padding: 0px;
	font-size: 83.33%; /* 10px */
}

#contentArea .js-expand-btn {
	display: none;
}
#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;
}

/* SP */
@media screen and (max-width: 736px) {
	#contentArea .list-top15box li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	#contentArea .list-top15box:first-child {
		margin-top: 13px;
	}
	#contentArea .list-top15box li:nth-child(2n) {
		float: right;
	}
	#contentArea .list-top15box li a {
		font-size: 12px;
	}
	#contentArea .list-top15box 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-top15box li .vis {
		width:33%;
	}
	#contentArea .list-top15box li .data{
		float: right;
		width:63%;
	}
	#contentArea .list-top15box li .vis img {
		width: 100%;
		height: auto;
	}
	#contentArea .list-top15box li .tit {
		padding: 10px 0;
		font-size: 116.67%; /* 14px */
	}

	#contentArea .list-top15box li .txt {
		font-size: 100%; /* 12px */
	}

	#contentArea .js-expand-btn {
		display: table;
		width: 100%;
		height: 35px;
		font-size: 83.33%; /* 10px */
		margin: 0;
		border: 1px solid #e3e3e3;
		cursor: pointer;
		position: relative;
	}
	#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;
	}
	#contentArea .sp_hidden{
		display:none;
}