@import "/common_css_e/default_wide.css";
@import "/common_css_e/component_wide.css";



/*--------------------------------------
  /english/aboutus/profile/promise.html
---------------------------------------*/

.boxProfile { width:540px; }
.boxProfile .lefttext {
	width:345px;
	float:left;
	}
	
#contents div.rightimgs {
	float:right;
	text-align:center;
	padding:0px 0px 10px 7px;
	color:#444;
	width:180px;
}


#contents table.table02 th {
	background: #ccff99;
}

#contents table.profile th {
	width:20%;
}


/* clearfix
------------------------------*/
.boxProfile:after {
	content: "."; 
	display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
	}
.boxProfile { display: inline-block; }
/* Hides from IE-mac \*/
* html .boxProfile { height: 1%; }
.boxProfile { display: block; }
/* End hide from IE-mac */