@charset "utf-8";
/* CSS Document */
/* --------------------------------------------------

cooking TopPage

-------------------------------------------------- */

.grayDot {
	background-image: url(../img/dot.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
.grayDot_bottom {
	padding-bottom: 0;
}

p.toptext {
	margin-top: 1.5em;
}
p.infotext {
	font-size: 1.1em;
	font-weight: bold;
}

.dinner_list {
	display: flex;
	flex-flow: row wrap;
	margin-top: 15px;
}
.dinner_list .dinner_col {
	margin-right: 3.5%;
    margin-bottom: 30px;
    width: 31%;
}
.dinner_list .dinner_col:nth-child(3n) {
    margin-right: 0;
}
.dinner_list .dinner_col img {
	display: block;
	margin-bottom: 10px;
	width: 100%;
	height: auto;
}
.dinner_col .dinner_ttl {
	display: block;
	margin-bottom: 5px;
	font-size: 1.1em;
	font-weight: bold;
}

.two_img {
	display: flex;
    justify-content: space-between;
	margin-top: 15px;
}
.two_img .img_box {
	width: 48%;
}
.two_img .img_box img {
	width: 100%;
	height: auto;
}