@charset "UTF-8";

/********************************************

 機能紹介 酒類（liquor）

********************************************/
#liquor {
	
}


#liquor .img_box {
	float: left;
	display: inline-block;
	padding-right: 10px;
	padding-bottom: 10px;
}


/*** img_list_h ***/
#liquor .img_list_h {
	display: table;
}
#liquor .img_list_h li {
	display: table-cell;
	padding-top: 4px;
	padding-right: 20px;
}
#liquor .img_list_h li .desc {
	font-size: 74%;
	line-height: 1.2;
	text-align: center;
	padding-top: 4px;
}


#liquor .block h4{
	font-weight: 600;
	color: #977b18;
    margin: 0 0 20px;
    border-bottom:none;
    min-height:inherit;
}