<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */



/*

==========================================================

共通default設定

==========================================================

*/

#mansionDetail .ttl {
	background-image: url(../topImage/bg.jpg);
}


/*全ての要素で背景画像のリピート無、　表示位置0,0に*/

* {
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/*センター寄せ*/

body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*マージンリセット*/

body, div {
	margin: 0;
	padding: 0;
}
/*フォントスタイルのリセット*/

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, li, em, strong, address {
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
/*イメージとリンクイメージのボーダー非表示*/

img, a img {
	border-width: 0px;
	border-style: none;
}
/*回り込み解除クリア*/

.clear {
	clear: both;
}
/*回り込み解除クリア(モダンブラウザ対応版)*/

.clearfix {
	zoom:1;/*for IE 5.5-7*/
}
.clearfix:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0;
	visibility:hidden;
}
/*画面外に表示する*/

.blow {
	text-indent: -9999px;
}
/*firefoxがtext-indent: -9999px;したaを-9999pxまで囲んでしまうのでその回避*/

.hinaInner960 a {
	overflow:hidden;
}
/*赤字を多様するときに便利*/

.attention {
	color: #FF0000;
}
li {
	list-style-type: none;
}
.hd {
	display:none;
}
</pre></body></html>