<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body {
	font:14px "ヒラギノ角ゴ Pro W3";
	color:#333;
	line-height:20px;
}

a{
	text-decoration:none;
	color:#333;
}

ul.decimal{
	margin-left:1.6em;
	list-style:decimal;
}

ul.disc{
	margin-left:1.3em;
	list-style:disc;
}

/* -----------------------------------------------------------
    clear
-------------------------------------------------------------- */
.clear{
	height:0;
	margin:0;
	padding:0;
	line-height:0;
	clear:both;
	font-size:0px;
}

.clearfix:before,
.clearfix:after{
	content:"";
	display:table;
}

.clearfix:after{
	clear:both;
}

.clearfix{
	zoom:1;
}

/* -----------------------------------------------------------
    見出し
-------------------------------------------------------------- */
.index1{
	width:100%;
	margin:10px auto 0px auto;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DD2B26), to(#FF8080)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #DD2B26, #FF8080); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #DD2B26, #FF8080); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #DD2B26, #FF8080); /* IE10 */
	background-image:      -o-linear-gradient(top, #DD2B26, #FF8080); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #DD2B26, #FF8080);
	-moz-box-shadow:0px 3px 5px 		#cecece;
	-webkit-box-shadow:0px 3px 5px 		#cecece;
	box-shadow:0px 3px 5px 				#ececec;
	border-bottom:1px solid #fff;
}

.index1 p{
	width:94%;
	margin:auto;
	text-align:left;
	line-height:35px;
	font-weight:bold;
	color:#fff;
	text-shadow:-1px -1px 1px #DD2B26;
}
/* -----------------------------------------------------------
    区切り線
-------------------------------------------------------------- */
.line1{
	border-color:#ccc;
}
/* -----------------------------------------------------------
    共通ブロック
-------------------------------------------------------------- */
.main{
	margin:15px 10px;
}
/* -----------------------------------------------------------
    wrap
-------------------------------------------------------------- */
#wrap{
	width:100%;
	border-top:#DD2B26 solid 5px;
}
/* -----------------------------------------------------------
    header
-------------------------------------------------------------- */
#header{
	width:300px;
	margin:15px auto 10px auto;
}

#headerL{
	float:left;
	width:80px;
}

#headerR{
	float:left;
	width:200px;
	margin-left:15px;
}
/* -----------------------------------------------------------
    company_info
-------------------------------------------------------------- */
#company_info{
	margin:auto 13px 15px 7px;
	padding-left:2px;
	text-align:center;
}
/* -----------------------------------------------------------
    menu
-------------------------------------------------------------- */
#menu{
	margin:15px 10px;
}

table{
    width:100%;
	margin:auto;
}

.bordered{
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
	margin-bottom:15px;
}

.bordered td, .bordered th{
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding:10px;
    text-align: left;
}

.bordered th{
    border-top: none;
	font-weight:normal;
}

.bordered td:first-child, .bordered th:first-child{
    border-left: none;
}

.bordered th:first-child{
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child{
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child{
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child{
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.bordered a{
	display:block;
	width:100%;
	height:100%;
}
/* -----------------------------------------------------------
    トップページ物件検索
-------------------------------------------------------------- */
.search-list{
    border: solid #DD2B26 3px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.search-list th{
	font-weight:normal;
}

.search-list td, .search-list th{
	border-bottom:1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.search-list tr:last-child td:last-child{
    border-bottom: none;
}

img.pic{
	border:1px solid #ccc;
	padding:3px;
	margin-right:5px;
	vertical-align:middle;
}
img.arrow{
	float:right;
	margin-top:12px;
	text-align:right;
}

.search-list a{
	display:block;
	width:100%;
	height:100%;
}
/* -----------------------------------------------------------
    footer
-------------------------------------------------------------- */
.foot{
	width:100%;
	margin:auto;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), color-stop(0.1, #fff), to(#fff)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #F2F2F2 0%, #fff 10%); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #F2F2F2 0%, #fff 10%); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #F2F2F2 0%, #fff 10%); /* IE10 */
	background-image:      -o-linear-gradient(top, #F2F2F2 0%, #fff 10%); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #F2F2F2 0%, #fff 10%);
	border-top:1px solid #ddd;
}

.foot-in{
	width:300px;
	margin:auto;
	padding-top:15px;
}

.foot-in-l{
	width:150px;
	float:left;
	padding-bottom:15px;
}

.foot-in-r{
	width:150px;
	float:left;
	padding-bottom:15px;
}

.foot-menu{
	width:100%;
	margin:auto;
	border-top:1px solid #ccc;
}

.foot-menu-in{
	width:300px;
	margin:auto;
	clear:both;
}

.foot-menu-in ul li{display:block;}

.foot-menu-in ul li{
	font-size:12px;
	line-height:30px;
	text-align:left;
}

.foot-menu-in ul li a{
	display:block;
	text-decoration:none;
	padding-left:13px;
	background: url(../images/arrow.jpg) no-repeat 0px;
	color:#333;
}

.copy-bk{
	width:100%;
	margin:auto;
	background:#DD2B26;
	clear:both;
	line-height:30px;
}

.copy-in{
	width:300px;
	margin:15px auto auto auto;
	font-size:11px;
	color:#fff;
	text-align:center;
	font-weight:bold;
}
/* -----------------------------------------------------------
    会社案内ページ
-------------------------------------------------------------- */
.kaisha td, .kaisha th{
	border-bottom:1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.kaisha th{
	color:#52B6E0;
	font-weight:600;
}
/* -----------------------------------------------------------
    Q&amp;Aページ
-------------------------------------------------------------- */
ul.qa{
	list-style-type: none;
}

ul.qa li.q{
	background:url(../images/q.jpg) no-repeat 0px 3px;
	padding-left:15px;
}

ul.qa li.a{
	background:url(../images/a.jpg) no-repeat 0px 3px;
	padding-left:15px;
}

/* -----------------------------------------------------------
    お問い合わせ
-------------------------------------------------------------- */
.sub_title{
	padding:10px;
	font-weight:bold;
	background:#C7CB6E;
}

.sub_title span{
	font-weight:bold;
	color:#FF0000;
}

.sub_text{
	margin:15px 0px 15px 0px;
}

form a{
	text-decoration:none;
	color:#E85C00;
}

input[type="text"]{
	height:25px;
}

input[type="tel"]{
	height:25px;
}

input[type="number"]{
	height:25px;
}

select{
	height:30px;
}

input[type="radio"]{
	padding:0.5em;
}

input[type="checkbox"]{
	padding:0.5em;
}

.send-b{
	width:80px;
	height:45px;
	margin-top:10px;
	margin-right:10px;
}

.reset-b{
	width:80px;
	height:45px;
}
/* スマートフォンＡ　レッド　Ver.1.12　*/</pre></body></html>