@charset "utf-8";

/* ****************************************************
より快適に暮らす暮らしの知恵　特集CSS
***************************************************** */

/* ========== より快適に暮らす暮らしの知恵　特集用レイアウト ========== */

#contents dl.feature-style01 dt {
	float:left;
	width:95px;
}
#contents dl.feature-style01 dd {
	float:right;
	width:660px;
}
#contents div.col-2 dl.feature-style01 dd {
	float:right;
	width:270px;
}

/* ========== clearfix ========== */
#contents dl.feature-style01:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#contents dl.feature-style01 {
	display:inline-table;
	min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html #contents dl.feature-style01 {
	height:1px;
}
#contents dl.feature-style01 {
	display:block;
}
/* End hide from IE-mac */


