/* CSS Document */


.clear {
	clear:both;
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

td {
	font-size: 14px;
}
.center {
	text-align: center;
}
.pagetit {
	margin-bottom: 40px;
}
.lead {
	display: flex;
	align-items: space-between;
}
.lead p {
	line-height: 1.6;
	margin-bottom: 20px;
}
.lead .img {
	width: 200px;
	flex-shrink: 0;
	margin: 0 25px 0 20px;
	text-align: center;
}
.subtit {
	margin-bottom: 30px;
	text-align: center;
}
.list_tea {
	margin: 0 auto 10px;
	padding: 0;
}
.list_tea li {
	display: flex;
	align-items: center;
	margin: 0 0 10px;
	padding: 20px;
	list-style: none;
	background: #fffce4;
}
.list_tea .inner {
	line-height: 1.5;
}
.list_tea li img {
	align-self: flex-start;
	margin-right: 30px;
}
.list_tea h3 {
	font-size: 1.3em;
	font-weight: bold;
}

.howto {
	background: #fefbeb;
	padding: 20px;
	margin-bottom: 30px;
	line-height: 1.5;
}
.howto h3 {
	margin-bottom: 10px;
	color: #3F7C01;
	font-size: 1.3em;
}
.paraph {
	margin-bottom: 15px;
}
.list_tea .price span {
	font-weight: bold;
	font-size: 1.125em;
}
.download {
	text-align: center;
}

.goodslink {	
	display: flex;
	padding:0;
}
.goodslink li {
	width:208px;
	list-style:none;
	padding:0 0 10px;
	border:1px solid #F6D458;
	background:#FDF9EA;
	box-sizing: border-box;
}
.goodslink li:not(:nth-of-type(3n)) {
	margin-right: 5px;
}
.goodslink a {
	text-decoration: none!important;
	color: #333333!important;
}
.goodslink a:hover {
	text-decoration: underline;
}
.goodslink div {
	text-align:center;
}
.goodslink h3 {
	color: #3F7C01;
	text-decoration: none;
	margin-bottom: 10px;
}
.goodslink span {
	color: #3F7C01;
	font-weight: bold;
}
.goodslink .photo {
	width: 100%;
	height: auto;
}
.goodslink li p {
	font-size:12px;
	line-height:140%;
	text-align:center !important;
}
.goodslink li p img {
	margin:5px 0 0 0;
}

