@charset "Shift_JIS";

/* =============================
	フロート解除
============================= */
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* IE6 */
* html .clearfix { zoom: 1;}
/* IE7 */
*:first-child+html .clearfix { zoom: 1;}

/* =============================
	画像の枠線なし
============================= */
img {
	border:none;
	vertical-align: bottom;
}

/* =============================
	文章省略
============================= */
.text-overflow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* =============================
	その他
============================= */
address {
	font-style: normal;
}
li {
	list-style: none;
}
