<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> @charset "shift_jis";
/* --------------------------------------------------------------------------------
	PICK UP コーナー｜スターエステート売買iphoneページ
-------------------------------------------------------------------------------- */

/* トップバナー */
h1 {
	width:100%;
	background:#FFF;
	padding:4px 0 3px;
	text-align:center;
	border-bottom:6px solid #BDD817;
}

/* TITLE */
div.title {
	background:url(../img/title_bg.png) 0 0 repeat-x;
	height:50px;
	text-align:left;
}

/* INNER */
div.inner {
	background:#FFF;
	width:100%;
	padding:10px 0;
}

/* CHANNEL */
div.channel {
	background:url(../../img/corner_bg.gif) 0 0 repeat-y;
	width:300px;
	margin:0 auto 10px;
}

/* ICHIBAN */
div.ichiban {
	background:url(../../img/corner_bg.gif) 0 0 repeat-y;
	width:300px;
	margin:0 auto 10px;
}

/* MS */
div.ms {
	background:url(../../img/corner_bg.gif) 0 0 repeat-y;
	width:300px;
	margin:0 auto 10px;
	text-align:center;
}
div.ms p {
	font-size:10px;
	text-align:left;
	padding:5px 20px 2px;
}
div.msbg {
	background:url(../img/ms_bg.gif) 0 0 no-repeat;
	width:300px;
	height:135px;
}

/* TOCHI */
div.tochi {
	background:url(../../img/corner_bg.gif) 0 0 repeat-y;
	width:300px;
	margin:0 auto 10px;
	text-align:center;
}
div.tochi p {
	font-size:10px;
	text-align:left;
	padding:5px 20px 2px;
}
div.tochibg {
	background:url(../img/tochi_bg.gif) 0 0 no-repeat;
	width:300px;
	height:135px;
}

/* INVEST */
div.invest {
	background:url(../../img/corner_bg.gif) 0 0 repeat-y;
	width:300px;
	margin:0 auto;
	text-align:center;
}
div.invest p {
	font-size:10px;
	text-align:left;
	padding:5px 20px 2px;
}
div.investbg {
	background:url(../img/invest_bg.gif) 0 0 no-repeat;
	width:300px;
	height:50px;
	padding-top: 5px;
}

/* HOUSE */
div.house {
	background:url(../../img/corner_bg.gif) 0 0 repeat-y;
	width:300px;
	margin:0 auto 10px;
	text-align:center;
}
div.house p {
	font-size:10px;
	text-align:left;
	padding:5px 20px 2px;
}
div.housebg {
	background:url(../img/house_bg.gif) 0 0 no-repeat;
	width:300px;
	height:180px;
	padding-top: 5px;
}

/* SEARCH */
div.search {
	width:100%;
	height:60px;
	background:#0957A2;
	text-align:center;
}

div.search h3 {
	text-align:left;
	padding:6px 0;
	font-size:0;
}
div.search select {
	font-size:16px;
}
</pre></body></html>