@charset "iso-8859-1";
/* ****************************************************
   2008-08-1
**************************************************** */

/*=======================================
/ half collumn
=================================*/
.col-half .col-box {
	width: 300px;
}
.col-half .col-l {
	float: left;
}
.col-half .col-r {
	float: right;
}


/*=======================================
/ highlight
=================================*/
.single-title {
	padding-top: 1.5em;
}

/*=======================================
/* clearFix
=================================*/
.col-half:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.col-half {
	display:inline-table;
	min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac \*/
* html .col-half {
	height:1px;
}

.col-half {
	display:block;
}
/* End hide from IE-mac */