@CHARSET "UTF-8";

/**********************************************************
 * Product Layout
 *********************************************************/
.product_unit_l {
	padding: 165px 0 0 0;
	width: 300px;
	float: left;
	margin-bottom: 10px;
}

.product_unit_r {
	padding: 165px 0 0 0;
	width: 300px;
	float: right;
	margin-bottom: 10px;
}
/***** Miso *****/
#miso {
	padding: 10px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}

/**********************************************************
 * Product Information
 *********************************************************/
p.title {
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 6px;
	width: 5em;
}
/***** Price Table *****/
table.price {
	margin-bottom: 10px;
}

table.price th {
	font-size: 22px;
	font-weight:bold;
	padding-right:8px;
	line-height: 25px;
}
table.price td {
	font-size: 22px;
	font-weight:bold;
	line-height: 25px;
}
/***** Free Shipping *****/
.free_shipping {
	background-color: #E60012;
	color: #fff;
	padding: 5px 0;
	line-height: 100%;
	text-align:center;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0;]
}
/***** Limited *****/
p.limited {
	padding-bottom: 5px;
}
p.limited span {
	background: #ed6d00;
	padding: 0 0.5em 0 1em;
	color: #fff;
}
/***** Other Product Info *****/
p.title span.small {
	font-size: 24px;
}

p.content {
	font-size: 18px;
}
p.price {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
p.price span.small {
	font-size: 16px;
	margin-right: 0.5em;
}



/***** Other *****/
#other .product_unit_l,
#other .product_unit_r {
	padding-top: 175px;
	width: 300px;
}

#other p.title {
	width: 100%;
}



/***** Each Product Image *****/
.miso_jukusei { background: url("../../img/product/miso/prd_miso_jukusei.jpg") 0 0 no-repeat;}
.miso_genmai  { background: url("../../img/product/miso/prd_miso_genmai.jpg") 0 0 no-repeat; }
.miso_ama     { background: url("../../img/product/miso/prd_miso_ama.jpg") 0 0 no-repeat;    }
.miso_megumi  { background: url("../../img/product/miso/prd_miso_megumi.jpg") 0 0 no-repeat; }
.handmade_set { background: url("../../img/product/miso/prd_set.jpg") 0 0 no-repeat;         }
.komekouji    { background: url("../../img/product/miso/prd_kouji.jpg") 0 30px no-repeat;   }


.handmade_set p.content {
	margin-top: -20px;
}

