#news{
	color:#333;
	line-height: 1.5;
}
#news .wrapper{
	padding: 10px;
}

#news .newjam{
	width:100%;
	display: block;
}
#news section{
	margin-bottom: 50px;
}

#news .caption{
	font-size: 10px;
	margin-top: 5px;
}
#news .jam h1{
	font-size: 14px;
	margin:0 0 10px ;
}
#news .product img{
	width:90%;
	margin: 10px auto 0;
	display: block;
}
#news .product h3{
	font-size: 12px;
	margin-bottom: 3px;
}
#news .product p{
	font-size: 10px;
}
#news .product p strong{
	font-size: 11px;
}

#news .recipe {
	margin-top: 50px;
}
#news .recipe .recommend{
	color:#AE1F89;
	font-size: 10px;
	margin-bottom: 10px;
}

#news .recipe > img{
	display: block;
	width: 100%;
}
#news .recipe h2{
	background-color: #AE1F89;
	color:#fff;
	padding: 5px 10px;
	font-size: 13px;
	margin: 20px 0 10px;
}

#news .recipe h3{
	font-size: 12px;
}

#news .material ul{
	margin: 0 0 10px;
	/*border-top: 1px dotted #ccc;*/
}
#news .material ul li{
	padding:5px 0;
	border-bottom: 1px dotted #ccc;
}
#news .material ul li:after{
	content: "";
	display: block;
	clear: both;
}
#news .material ul li span{
	text-align: right;
	float: right;
}
#news .howto ul{
	list-style: decimal outside;
	padding-left: 2em;
}
#news .howto ul li{
	margin-bottom: 5px;
}

#news .pointcard {
	border:3px solid #66BE97;
	padding: 8px;
	overflow: hidden;
}
#news .pointcard h2{
	color: #fff;
	padding:1px 5px;
	font-size: 14px;
	background-color: #66BE97;
}
#news .pointcard h3{
	margin-bottom: 5px;
}
#news .pointcard h3 span{
	font-size: 20px;
}
#news .pointcard p img{
	width: 110px;
	margin: 0 0 10px 0;
	float: right;
}
#news .pointcard a{
	background-color: #ff6600;
	padding: 3px 15px;
	display: inline-block;
	margin: 10px 0 5px;
}

#news .info{
	padding: 10px;
	margin-bottom: 30px;
	background-color: #fffde4;
	/*color: #6f5200;*/
	position: relative;
}
#news .info .date{
	/*position: absolute;
	top: -15px;
	right: 5px;*/
	height:70px;
	width: auto;
	margin: 0 auto 10px;
	display: block;
}
#news .info h2{
	font-size: 14px;
	margin-bottom: 10px;
	/*padding:3px 10px;
	background-color: #F5DEAA;*/
	color: #705300;
}
#news .info dl{
	line-height: 1.5em;
}
#news .info dl dt{
	color:#666;
}
#news .info dl dd{
	margin:0 0 10px 0;
	padding-left: 5em;
	margin-top: -1.5em;
}

#news .info img.photo{
	width: 90%;
	display: block;
	margin: 10px auto;
}

#news .info h3{
	font-size: 13px;
	margin: 15px 0 5px;
}
#news .info h4{
	font-size: 12px;
}
#news .info span{
	background-color: #f00;
	font-size: 10px;
	color: #fff;
	padding: 5px 10px;
	line-height: 20px;
	border-radius: 20px;
}
#news .info img.event{
	width:160px;
	display: block;
	margin: 10px auto;
}

#news .fair table{
	background-color: #A18C74;
	color:#fff;
	width: 100%;
	margin: 10px auto;
}
#news .fair table th,
#news .fair table td{
	padding: 5px;
	font-size: 10px;
	border:1px solid #fff;
}
#news .fair table th{
	background-color: #705300;
}