@charset "utf-8";

/*===================================================================
------------------
CSS Information
------------------
 File name :          co_category_icon.css
 Summary :            module styles
 Created :            2009-07-13
 Last Update :        2009-08-06
 Author:              wan55 aono
===================================================================*/
/*===================================================================
------------------
Table Of Contents
------------------
 01) category icon
 
 99) clearfix
 
===================================================================*/
/*	prefix = co */

/*-------------------------------------------------------------------
 01) category icon
-------------------------------------------------------------------*/
.co_small_undef { display: none;}

.co_small_undef,
.co_small_baby,
.co_small_life,
.co_small_edu,
.co_small_park,
.co_small_city,
.co_small_hospital,
.co_small_admin,
.co_small_oldaged,
.co_small_safety {
	display: -moz-inline-box;
	display: inline-block;
	zoom: 1;
	width: 20px;
	height: 20px;
	margin: 0 2px;
	text-indent: -99999px;
	vertical-align: middle;
}


.co_small_undef > div,
.co_small_baby > div,
.co_small_life > div,
.co_small_edu > div,
.co_small_park > div,
.co_small_city > div,
.co_small_hospital > div,
.co_small_admin > div,
.co_small_oldaged > div { display: block;}


.co_small_baby { background: transparent url(http://area.suumo.jp/images/icon/co_small_baby.gif) left top no-repeat;}
.co_small_life { background: transparent url(http://area.suumo.jp/images/icon/co_small_life.gif) left top no-repeat;}
.co_small_edu { background: transparent url(http://area.suumo.jp/images/icon/co_small_edu.gif) left top no-repeat;}
.co_small_park { background: transparent url(http://area.suumo.jp/images/icon/co_small_park.gif) left top no-repeat;}
.co_small_city { background: transparent url(http://area.suumo.jp/images/icon/co_small_city.gif) left top no-repeat;}
.co_small_hospital { background: transparent url(http://area.suumo.jp/images/icon/co_small_hospital.gif) left top no-repeat;}
.co_small_admin { background: transparent url(http://area.suumo.jp/images/icon/co_small_admin.gif) left top no-repeat;}
.co_small_oldaged { background: transparent url(http://area.suumo.jp/images/icon/co_small_oldaged.gif) left top no-repeat;}
.co_small_safety { background: transparent url(http://area.suumo.jp/images/icon/co_small_safety.gif) left top no-repeat;}


/*-------------------------------------------------------------------
 99) clearfix
-------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block;}

/* MacIE5 \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* MacIE5 */

