/* 2015.12.8 */
#main p {
  font-size:130%;
	line-height:1.6em !important
}
.product {
	width: 250px!important;
	float: left;
	margin-right: 50px!important;
}
.product tr .product-image img {
	width: 250px;
	/*border: solid 1px #666;*/
}
.product tr .product-title {
	font-weight: bold;
	padding: 10px 0;
}
.product tr .price {
	color: #F00;
	font-weight: bold;
	padding-bottom: 10px;
}
.product tr .link-store img {
	margin-bottom: 4px;
}

/* 2015.12.11 - Featured Image Sizes on Blog Pages  */
.single .entry-thumbnail img {
margin-right: auto;
margin-left: auto;
max-width: 20%;
}

article.post .entry-header .entry-thumbnail img {
margin-right: auto;
margin-left: auto;
max-width: 20%;
}




