@charset "Shift_JIS";

/*
--------------------------------------------------
  (c)2008 avex marketing inc. All rights reserved.
--------------------------------------------------*/

/* MTMB.css (MTメールエントリー用CSS)
--------------------------------------------------*/
.colImg {
	float:left;
	display:inline-table;
	margin:0;
	padding:0 10px 5px 0;
	}

/*\*/
* html .colImg {
	margin:0;
	padding:10px 10px 5px 0;
	}
/**/

.colBody {
	margin:0;
	padding:0;
	}
	

/* float clear
--------------------------------------------------*/
.resetcol:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
	}

/*\*//*/
.resetcol {
	display:inline-table;
	width:100%;
	}
/**/

/*\*/
* html .resetcol {
	height:1%;
	}

.resetcol {
	display:block;
	}
/**/

