@charset "UTF-8";

/*--------------------------------------------------------------
/items_ex/seibun/
全成分表示 共通CSS
--------------------------------------------------------------*/
div#seibunArea {
	border: 0 none;
	margin: 0 auto 0 0;
	padding: 0;
	text-align: left;
	width: 880px;
}

div#seibunArea img {
	vertical-align: bottom;
}

div#seibunArea p,
div#seibunArea ul {
	line-height: 1.5;
}

div#seibunArea p.close {
	margin: 20px 0 50px;
	text-align: center;
}

div#seibunArea ul.anchorList {
	border-left: 0;
}

div#seibunArea ul.anchorList li {
	float: left;
	margin: 0 0 0 0;
	padding: 0 9px 0 0;
	display: block;
	border-right: 0;
	font-size: 90%;
	white-space: nowrap;
}

/* for IE6 */
* html div#seibunArea ul.anchorList li a {
	background: url(/common/img/icn_arrow_anchor.gif) no-repeat 0 0.5em;
	zoom: 1;
}

/* for IE7 */
*:first-child+html div#seibunArea ul.anchorList li a {
	background: url(/common/img/icn_arrow_anchor.gif) no-repeat 0 0.5em;
	zoom: 1;
}

/* clearfix
-------------------------------------------------------------- */
div#seibunArea ul.anchorList:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	line-height: 0;
}

div#seibunArea ul.anchorList {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
