@charset "utf-8";

	#contents .colCell{
		display:table;
	}
	#contents .colCell:first-child {
		margin-bottom:10px;
	}
	#contents .col{
		width: 70%;
		padding-left: 20px;
		display:table-cell;
		vertical-align:middle;
	}
	#contents .col:first-child{
		width: 20%;
		padding-left: 20px;
		display:table-cell;
	}
