@charset "shift-jis";
/* ===================================================================
CSS information

 file name  :recipe_listpage.css
 style info :シリーズレシピ
=================================================================== */
.lead-txt .m-txt{
	font-size: 108%;
	font-wight: bold;
	color: #795e2a;
	width: 560px;
}
.lead-txt .m-txt2{
	font-size: 108%;
	font-wight: bold;
	color: #795e2a;
}

.m-txt h4{
	font-size: 125%;
	margin: 0 0 10px;
}

.m-txt .sbtn{
	margin: 10px 0 0px;
}

/* series1 ロイヤルミルクティー */
.series1 .m-txt h4{
	color: #3311aa;
}
.series1 .m-txt_box01{
	border-bottom: 1px dashed #3311aa;
	padding:0 0 10px;
}
/* series2 フルーツで季節のレシピ */
.series2 .m-txt h4{
	color:#FF9933;
}
.series2 .m-txt_box01{
	border-bottom: 1px dashed #66CC33;
	padding:0 0 10px;
}
/* series4 紅茶とsweetな一年 */
.series4 .m-txt h4{
	color: #bb0011;
}
.series4 .m-txt_box01{
	border-bottom: 1px dashed #bb0011;
	padding:0 0 10px;
}
/* series6 紅茶を使ったお料理 */
.series6 .m-txt h4{
	color: #ff5a25;
}
.series6 .m-txt_box01{
	border-bottom: 1px dashed #ff5a25;
	padding:0 0 10px;
}



/* スマホ表示：横幅767px */
@media screen and (max-width: 767px){
	.lead-txt .m-txt,
	.lead-txt .m-txt2{
		width:100%;
		font-size:18px !important;
	}
	.lead-txt .m-txt_img img{
		width:136px;
	}
	.m-txt .sbtn{
		text-align: center;
	}
	.m-txt h4{
		font-size: 19px !important;
		padding:5px 0 0;
	}
}
@media screen and (max-width: 480px){

}
@media screen and (max-width: 420px){

}
@media screen and (max-width: 330px){

}
