@charset "UTF-8";
.mv{
	width:400px;
	margin:30px auto 50px;
}
.detail_btn{
	width:250px;
	margin: 3em auto;
}
.img_row{
	margin: 50px auto;
}
.img_row ul{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.img_row ul li{
	width:250px;
}
.img_row ul li img{
	width: 100%;
}
.ttl_base{
	height: 43px;
	text-align: center;
	margin: 80px auto 50px;
}
.ttl_base img{
	width:auto;
	height: 100%;
}
.txt_base{
	margin: 30px auto;
	line-height: 2;
	text-align: center;
	color: #40210F;
}