#producing{
	color:#333;
	line-height: 1.5;
}
#producing .wrapper{
	padding: 10px;
}

#producing .visual{
	position: relative;
	width:100%;
	height: 260px;
	background-image: url("../img/producing/visual.jpg");
	background-size: cover;
	overflow: hidden;
}
#producing .visual img{
	position: absolute;
	width:240px;
	top: 0;
	left: 0;
}

#producing section{
	margin-bottom: 30px;
}
#producing .read{
	margin-top: 10px;
}
#producing .read img{
	float: right;
	margin: 0 0 10px 10px;
	width:150px;
}

#producing h2{
	border:1px solid #89CB79;
	padding: 3px 0;
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
	/*font-weight: normal;*/
}
#producing h2 span{
	font-size: 10px;
	font-weight: normal;
}

#producing ul.gift{
	width: 100%;
	overflow: hidden;
}
#producing ul.gift li{
	width: 50%;
	float: left;
	padding: 3px;
	box-sizing:border-box;
}
#producing ul.gift li img{
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
#producing ul.gift li h3{
	font-size: 12px;
}
#producing ul.gift li p{
	font-size: 10px;
	margin-bottom: 10px;
}
#producing ul.gift li p span.price{
	font-size: 14px;
}
#producing ul.gift li p span.em{
	color:#006AB5;
}
#producing ul.gift li .free{
	border:1px solid #333;
	border-radius: 4px;
	padding: 1px 5px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 3px;
}

#producing .seminar{
	background-color: #FFFDE4;
	border:1px solid #AE7905;
	padding: 10px;
}

#producing .seminar h4{
	background-color: #E0C783;
	background: linear-gradient(135deg, #9c7700 0%, #feebbe 34%, #9c7700 90%);
	padding: 2px 10px;
	text-align: center;
	font-size: 13px;
}
#producing .seminar h4 span{
	font-size: 11px;
}

#producing .seminar dl{
	line-height: 1.5em;
}
#producing .seminar dl dt{
	color:#666;
}
#producing .seminar dl dd{
	margin:0 0 10px 0;
	padding-left: 5em;
	margin-top: -1.5em;
}