@charset "UTF-8";

.title{
	margin:0 0 40px;
	padding:0;
	font-size:0;
	text-align: center;
}
.recipe_box{
	display:inline-block;
	width:200px;
	margin-bottom:20px;
	margin-right:21px;
	vertical-align: top;
}
.recipe_box a{
	text-decoration: none;
}
.recipe_box:nth-child(3n+1){
	margin-right:0px;
}
.recipe_box .img{
	margin-bottom:20px;
}
.recipe_box .img img{
	width:200px;
	height:160px;
	object-fit: cover;
}
.recipe_box p{
	width:100%;
	height:80px;
	font-size:15px;
	padding:0.5em;
	text-align: center;
	background-color: #dc807e;
	color:#FFFFFF;
	overflow: hidden;
}

.hukidasi{
	width:650px;
	height:70px;
	background-image:url(../images/recipe/hukidasi.png);
	background-size: contain;
	color:#FFFFFF;
	font-size:18px;
	padding:14px;
	text-align:center;
	margin:0 auto 30px;
}
.main_image{
	display:block;
	margin:0 auto 18px;
	width:400px;
}
.table_none th,
.table_none td
{
	border:none !important;
	font-weight: normal;
}
.table_none th{
	text-align:left;
}
.table_none td{
	text-align:right;
}

@media screen and (max-width: 767px){
	.recipe_box{
		display:inline-block;
		width:100%;
		margin-bottom:20px;
		margin-right:auto;
	}
	.recipe_box a{
		text-decoration: none;
	}
	.recipe_box:nth-child(3n+1){
		margin-right:0px;
	}
	.recipe_box .img{
		margin-bottom:20px;
	}
	.recipe_box .img img{
		width:100%;
		height:160px;
		object-fit: cover;
	}
	.recipe_box p{
		width:100%;
		height:80px;
		font-size:15px;
		padding:0.5em;
		text-align: center;
		background-color: #dc807e;
		color:#FFFFFF;
		overflow: hidden;
	}
	.hukidasi{
		width:100%;
		height:70px;
		background-image:url(../images/recipe/hukidasi.png);
		background-size:100% 100%;
		color:#FFFFFF;
		font-size:18px;
		padding:14px;
		text-align:center;
		margin:0 auto 30px;
	}
}