@charset "utf-8";

@import url("default.css");
@import url("common.css");
@import url("page.css");


/* Clearfix
=================================*/

#ourBusiness:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

#ourBusiness {
	display: inline-block;
}

/* Hide from Mac IE \*/
#ourBusiness {
	*height: 1%;
	display: block;
}
/* Hide from Mac IE */

/* =========================================
 * TOPICS
 * ========================================= */

	div.topic p{
		padding:10px 10px;
	}

		div.topic p strong{
			font-weight: bold;
		}

	div.topic ul.link{
		padding-left:10px;
	}

 /* Beans_sale
=================================*/

ul.beans_sale {
	clear:both;
	margin-top:13px;
	padding:15px 0 0 0;
	border-top:dotted #E0C87E 1px;
}

	ul.beans_sale li{
		height: auto !important;
		height: 11em;
		min-height: 11em;
	}
	
	ul.beans_sale li.beans_left {
		float:left;
		padding-right:10px;
	}
	
		dl.sale_img {
			width:290px;
		}

			dl.sale_img dd {
				padding-top:10px;
				text-align:center;
			}

		dl.sale_text {
			width: 305x;
		}
			
				dl.sale_text dt strong {
					font-weight:bold;
				}
			
			dl.sale_text dd.sale_amount {
				padding: 10px 0 5px 0;
			}
			
				dl.sale_text dd.sale_amount span {
					font-size: 130%;
					font-weight: bold;
				}
			
			dl.sale_text dd.sale_ex {
				padding-top: 5px;
				border-top:dotted #E0C87E 1px;
			}
			
			dl.sale_text dd.sale_btn {
				margin-top: .5em;
			}