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

/*======================
最新折込広告
======================*/

@media print, screen and (min-width: 641px) {
	
#flyer ul.ad_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
	position: relative;
	margin-top: 30px;
}
#flyer ul.ad_box li {
	width: 28%;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	padding: 15px;
	border: 2px solid #E8658B;
	overflow: hidden;
}
#flyer dl {
	margin: 0px;
	padding: 0px;
	position: relative;
}
#flyer dt {
}
#flyer dt.title {
	padding-bottom: 10px;
	font-weight: bold;
	height: 65px;
	overflow: hidden;
}
#flyer dt.comment {
	font-size: 13px;
	height: 35px;
	overflow: hidden;
}
#flyer dd {
	text-align: center;
	margin-top: 10px;
	height: 300px;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
}
#flyer dd img {
	width: 240px;
	height: auto;
}
#flyer dd a {
	text-decoration: none;
	color:#333;
}
#flyer dd a:hover {
	color: #0054B6;
	text-decoration: underline;
}
}



@media print, screen and (max-width: 640px) {
	
#flyer ul.ad_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
	position: relative;
	margin-top: 30px;
}
#flyer ul.ad_box li {
	margin-bottom: 5%;
	background-color: #FFFFFF;
	padding: 15px;
	border: 2px solid #E8658B;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#flyer dl {
	margin: 0px;
	padding: 0px;
	position: relative;
}

#flyer dt.title {
	padding-bottom: 10px;
	font-weight: bold;
	height: 65px;
	overflow: hidden;
}
#flyer dt.comment {
	font-size: 13px;
	height: 35px;
	overflow: hidden;
}
#flyer dd {
	text-align: center;
	margin-top: 10px;
	height:280px;
}
#flyer dd img {
	height: auto;
}
#flyer dd a {
	text-decoration: none;
	color:#333;
}
#flyer dd a:hover {
	color: #0054B6;
	text-decoration: underline;
}
}
