@charset "utf-8";

/*  .drink_section
----------------------------------------*/
article .drink_section {
	width: 960px;
	margin: 0 auto 40px auto;
}
article .drink_section .txt_top {
	color: #542810;
	font-size: 134%;
	text-align: center;
	margin-bottom: 40px;
}
article .drink_section dl {
	margin-bottom: 25px;
}
article .drink_section dl dt {
	color: #FFF;
	background: #542810;
	font-weight: bold;
	padding: 10px 15px;
	font-size: 159%;
}
article .drink_section dl dd:after {
  content: ".";display: block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
article .drink_section dl dd {
	border: 1px solid #542810;
	border-radius: 0 0 5px 5px;
	padding: 20px 15px;
	color: #542810;
	font-size: 150%;
}
article .drink_section dl dd .txt li {
	background: url(../common/images/bg-dotted.png) repeat-x left bottom;
	background-size: 4px auto;
	padding-bottom: 7px;
	margin-bottom: 7px;
	font-weight: bold;
}
article .drink_section dl dd .txt li.mb40 {
	margin-bottom: 40px;
}
article .drink_section dl dd .txt li:after {
  content: ".";display: block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
article .drink_section dl dd .txt .recipe {
	float: left;
}
article .drink_section dl dd .txt .price {
	float: right;
}
article .drink_section dl dd p.txt {
	font-weight: bold;
	margin-bottom: 20px;
}
article .drink_section dl dd h3 {
	color: #FFF;
	background: #956145;
	padding: 10px 10px 10px 75px;
	border-radius: 7px;
	margin: 0 5px 15px 5px;
}
article .drink_section dl dd h3 span {
	font-size: 84%;
	display: inline-block;
	margin-left: 20px;
}
article .drink_section dl dd div {
	font-size: 84%;
	padding-left: 85px;
	position: relative;
	background: url(../common/images/bg-dotted.png) repeat-x left bottom;
	background-size: 4px auto;
	padding-bottom: 5px;
	margin-bottom: 25px;
}
article .drink_section dl dd div .photo {
	position: absolute;
	left: 10px;
	top: -60px;
}
article .drink_section dl dd div .red_txt {
	font-weight: bold;
	text-align: right;
	color: #bc2103;
	font-size: 109%;
	margin-top: 20px;
}
article .drink_section dl dd div .mt35 {
	margin-top: 35px;
}
article .drink_section dl dd div .mt55 {
	margin-top: 55px;
}
article .drink_section dl dd div .mt70 {
	margin-top: 70px;
}

.drink_subttl{
	margin-bottom:10px;
	font-weight:bold;
}


.mb30{
	margin-bottom:30px;
}
