<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> @charset "shift_jis";
/* --------------------------------------------------------------------------------
	ABOUTUS｜スターエステート売買iphoneページ
-------------------------------------------------------------------------------- */
input, select, option {
	font-size:16px;
}
input[type="text"] {
	width:80%;	
}

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

/* CONTAINER */
div.container {
	background:#FFF;
	width:100%;
	padding:10px 0;
	text-align:center;
}

/* INNER */
div.inner {
	background:url(../../img/contents_bg.gif) 0 0 repeat-y;
	width:300px;
	margin:0 auto;
	text-align:center;
	font-size:0;
}

/* TITLE */
div.title {
	background:#F00 url(../img/title_bg.png) 0 0 no-repeat;
	width:235px;
	height:44px;
	padding:12px 0 0 65px;
	color:#FFF;
	font-size:12px;
	text-align:left;
}
div.title h2 {
	color:#FFF;
	font-size:15px;
	font-weight:700;
}
div.inner h3 {
	color:#333;
	font-size:15px;
	font-weight:700;
	border-bottom:1px dotted gray;
	padding:10px 0 8px;
}
div.inner h4 {
	margin:0 6px;
	padding:6px 0;
	font-size:14px;
	color:#FFF;
	background:#0957A2;
}

/* FORMBOX */
div.formbox {
	width:280px;
	margin:0 auto;
}
p.formtitle {
	background:url(../img/triangle_red.gif) 5px 16px no-repeat;
	padding:10px 0 2px 14px;
	text-align:left;
	font-size:14px;
	color:#000;
	font-weight:700;
}
p.forminput {
	padding:0 0 5px 10px;
	border-bottom:1px dotted gray;
	text-align:left;
	font-size:14px;
}
div.formbox .txt {
	font-size:14px;
	color:#777;
}
p.caution {
	font-size:12px;
	color:#F30;
	padding:6px 0 0;
	text-align:center;
}

/* LIST */
ul.list01 {
	width:260px;
	margin:0 auto;
	padding:0 0 5px;
	text-align:left;
	border-bottom:1px dotted gray;
}
ul.list01 li {
	display:inline;
	color:#777;
	font-size:14px;
	line-height:2;
}

/* BUTTON */
p.submitbox {
	width:270px;
	margin:15px auto 10px;
}
p.resetbox {
	width:270px;
	margin:0 auto 15px;
}
button.btnsubmit {
	background:#FFF;
	border:0;
	width:270px;
	height:44px;
	margin:0 auto;
	padding:0;
}
button.btnreset {
	background:#FFF;
	border:0;
	width:270px;
	height:34px;
	margin:0 auto;
	padding:0;
}


/* ========================================================
 会員登録関連
======================================================== */

div.txt01 {
	width: 270px;
	margin: 0 auto;
	text-align: left;
	font-size: 12px;
}
div.txt01 h3 {
	background: url(../img/members_bg1.png) no-repeat;
	padding: 0 0 0 35px;
	line-height: 40px;
	font-size: 12px;
	margin: 10px auto;
	border: none;
}
div.txt01 ul {
	margin: 5px auto 15px;
}
div.txt01 ul li.emp {
	line-height: 20px;
	color: #339900;
}
div.txt01 ul li.icobg {
	background: url(../img/ico_star.png) no-repeat 0% 15%;
	padding: 0 0 0 15px;
}
div.txt01 ul li {
	line-height: 18px;
	padding: 0 0 8px 0;
}


div.txt02 {
	width: 270px;
	margin: 0 auto 15px;
	text-align: left;
	font-size: 12px;
}
div.txt02 h3 {
	background: url(../img/members_bg2.png) no-repeat;
	padding: 5px 0 5px 35px;
	font-size: 12px;
	line-height: 20px;
	border: none;
}
div.txt02 p {
	line-height: 18px;
	padding: 10px 0 8px 0;
	font-size: 12px;
}

div.formbox h3.members {
	width: 235px;
	background: url(../img/members_bg3.png) no-repeat;
	padding: 5px 0 5px 35px;
	font-size: 12px;
	line-height: 20px;
	border: none;
	text-align: left;
	font-size: 12px;
	margin: 0 auto;
}


input.w50 {
	width: 50px;
}
input.w100 {
	width: 100px;
}

</pre></body></html>