@charset "utf-8";

.dessert_{
width: 800px;
height: 250px;
margin: 0 auto;
}

.dessert_ .dessert_gazou{
width: 400px;
height: 250px;
float: right;
}

.dessert_ .dessert_title{
width: 400px;
height: 250px;
float: left;
background: #000;
}

.dessert_ .dessert_title p{
text-align: center;
font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-size: 40px;
padding-top: 40px;
color: #fff;
}



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;
}

.gentei figure{
    margin-left:50px;
    
}