@charset "utf-8";

/*===================================================================
------------------
CSS Information
------------------
 File name :          co_eki.css
 Summary :            individual styles
 Created :            2009-06-26
 Last Update :        2009-06-26
 Author:              wan55 aono
===================================================================*/
/*===================================================================
------------------
Table Of Contents
------------------
 01) eki
 
 99) Clearfix
 

===================================================================*/

/*-------------------------------------------------------------------
 01) eki
-------------------------------------------------------------------*/
ul.co_eki {
	width: 578px;
	margin-left: 20px;
	margin-bottom: 20px;
	background: transparent url(http://area.suumo.jp/images/parts/co_eki_bg.gif) left top no-repeat;
}

ul.co_eki li {
	margin: 0;
	padding-top: 50px;
	float: left;
	width: 40px;
	padding-left: 3px;
	padding-right: 8px;
	margin-right: 5px;
	background: transparent url(http://area.suumo.jp/images/icon/co_icon_eki.gif) 0 0 no-repeat;
}

ul.co_eki li a { text-decoration: none;}

ul.co_eki li.co_pickup {
	background: transparent url(http://area.suumo.jp/images/icon/co_icon_eki_pickup.gif) 0 0 no-repeat;
}

ul.co_eki li span {
	display: block;
	width: 1em;
	margin: 5px 0 0 16px;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.1;
	cursor: pointer;
}

.co_backlink {
	margin: 50px 0 50px 20px;
	padding-left: 25px;
	background: transparent url(http://area.suumo.jp/images/icon/co_icon_arrow03.gif) left top no-repeat;
	font-weight: bold;
}


/*-------------------------------------------------------------------
 99) Clearfix
-------------------------------------------------------------------*/
.clearfix:after,
ul.co_arrow01:after,
ul.co_arrow02:after,
ul.co_eki:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix,
ul.co_arrow01,
ul.co_arrow02,
ul.co_eki { display: inline-block;}

/* MacIE5 \*/
* html .clearfix,
* html ul.co_arrow01,
* html ul.co_arrow02,
* html ul.co_eki { height: 1%;}
.clearfix,
ul.co_arrow01,
ul.co_arrow02,
ul.co_eki { display: block;}
/* MacIE5 */

