@charset "utf-8";

.meat{
    width: 800px;
    height: 250px;
    margin: 0 auto;
}

.meat .images{
    width: 400px;
    height: 250px;
    float: right;
}
.meat .meat_title{
    width: 400px;
    height: 250px;
    float: left;
    background: #000;
}

.meat .meat_title h2{
    text-align: center;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 40px;
    padding-top: 40px;
    color: #fff;
    border-bottom: none;
}

h2{
	text-align: center;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;;
}
section{
	padding: 20px;
}
figure{
	float:left;
	margin:0 0 20px 20px;
	padding: 9px;
	border: 1px solid #666;
}
figcaption{
	padding: 0 10px;
}
figure span{
	float: right;
}