@charset "utf-8";

/*
 ぱんくずリスト
----------------------------------------------------------- */
/*全体*/
#pankuzu {
	width: 100%;
	display: inline-block;
}

#pankuzu:after {
	clear: both;
	height: 0px;
	visibility: hidden;
	display: block;
	content: ".";
}

/*パンくずタイトル*/
#pankuzu p {
	float: left;
	width: 15%;
	line-height: 1.1;
}

#pankuzu ul {
	float: right;
	width: 84%;
}

#pankuzu li {
	float: left;
	line-height: 1.1;
}

/*リストの区切り「>」*/ 
#pankuzu li a {
	padding-right: 10px;
	background: url(../img_ico/ico_panluzu.gif) right center no-repeat;
}

/*IE6,7のアイコン表示調整*/
* html #pankuzu li {
	float: none;
	display: inline;
}

*:first-child + html #pankuzu li {
	float: none;
	display: inline;
}

* html #pankuzu a {
	zoom: 1;
}

*:first-child + html #pankuzu a {
	zoom: 1;
}
