

@charset "utf-8";

* html table {
	font-size: 12px !important;
}


/************************************************************** フォント **/

* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*************************************************** mozilaフォントバグ **/

* {
	font-family: "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF", Osaka, Arial, Helvetica, sans-serif;
}

/******************************************************* タイプセレクタ **/

body {
	font-size: 76%;
	margin: 0;
	padding: 0;
	background: url(/images/common/bg_container2.gif) 0 0 repeat-x;
	color: #666666;
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form ,table{
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	line-height:1.25;
	color:#666666;
}

h1 {
	font-size: 150%;
	font-weight:bold;
}

ul, li {
	list-style-type: none;
}

em {
	font-style: normal;
	font-weight: bold;
	color: #C00;
	text-decoration: none;
}

img {
	border: none;
	vertical-align: bottom;
}

a {
	color: #3366cc;
}

a:hover{
	text-decoration: none;
	color: #5a88e4;
}

/**************************************************************** hide **/

.hide {
	display: none !important;
}


/************************************************************ clearfix **/

.clearfix:after {
	content: url(/images/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }
.clearfix { display: block; }



/*----------------------------------------------------------------------------
							 container
----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
							 header
----------------------------------------------------------------------------*/
#header .outer{
						background:#例)ffffff;
			}

#header .top{
	background:#例)ffffff;
	width: 950px;
	margin: 0 auto;
}
#header .top h1 {
	color:#例)000;
	float: left;
	margin: 5px 0 5px 10px;
}

#header .top a{
	color:#eeeeee;
}

#header .top ul {
	margin: 5px 50px 5px 0;
	float: right;
}
#header .top li {
	float: left;
}

#header .middle {
	width: 950px;
	margin: 0 auto;
}

#header .middle .ttl {
	margin: 5px 0;
	float: left;
	width:310px;
}

#header .middle .okiniiri {
	float: left;
	margin-top:50px;
	margin-left:50px;
}

#header .middle .middleinner {
    float: left;
    margin-top:15px;
    margin-bottom: 5px;
}

#header .middle .middleinner ul {
	width:640px;
}

#header .middle .middleinner ul li{
	float:right;
	width:350px;
	padding-right:10px;
	margin-bottom:5px;	text-align:right;

}

#header .middle .middleinner ul li.favorite{
	text-align:right;
}

#header .middle .middleinner ul li.tel{
	float:right;
	width:240px;
	margin-top:10px;
}

#header .middle .middleinner dl {
	margin: 5px 0;
}

p.date strong {
    background: #例)ffffff;
}
#header .middle .middleinner dl dt,#header .middle .middleinner dl dd {
	float: left;
}

#header .bottom {
	width: 950px;
	margin: 0 auto;
	}

#header .bottom h2 {
	float: left;
}

#header .bottom ul {
	float: left;
}
#header .middle ul.gnavi {
	clear:both;
	margin-bottom:10px;
}
#header .middle ul li.icon1 {
	float: left;
}
#header .middle ul li.icon2 {
	float: left;
}
#header .middle ul li.icon3 {
	float: left;
}
#header .middle ul li.icon4 {
	float: left;
}
#header .middle ul li.icon5 {
	float: left;
}
#header .middle ul li.access {
	float: left;
}
/*----------------------------------------------------------------------------
							 contents
----------------------------------------------------------------------------*/
#contents {
	width: 950px;
	margin: 0 auto;
	margin-top:5px;
}

/*----------------------------------------------------------------------------
							 right
----------------------------------------------------------------------------*/
#contents div.right {
	float:right !important;
}

/*----------------------------------------------------------------------------
							 left
----------------------------------------------------------------------------*/

#contents div.left {
	width: 234px;
	float: left;
}

#contents div.left .menu {
	margin: 0 0 10px 0;
}

#contents div.left .menu li {
	margin: 5px 0 0 0;
}

#contents div.left .company h3 {
	margin: 0 0 12px 0;
}

div.left .company {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

div.left .company p.photo img {
	border: 1px solid #CCCCCC;
}

.companyinner ul {
	margin-bottom: 5px;
}

#contents div.left .companyinner {
	width: 210px;
	margin: 0 0 0 12px;
}

#contents div.left .companyinner .photo {
	margin: 0 0 10px 0;
}

#contents div.left .companyinner h4 {
	margin-top: 10px;
	font-weight: bold;
}

#contents div.left .companyinner .icon li{
	float: left;
	margin-right:3px;
}

#contents div.left .companyinner .text{
	margin: 10px 0;
}


/*----------------------------------------------------------------------------
							 chumoku
----------------------------------------------------------------------------*/
.chumoku {
	width: 950px;
	margin: 0 auto;
	margin-top:20px;
}

.chumoku h4 {
	margin: 5px 0;
}
.chumoku li {
	width: 95px;
	float: left;
	text-align: center;
}

/*----------------------------------------------------------------------------
							 footer
----------------------------------------------------------------------------*/

#footerinner {
	width: 950px;
	margin: 0 auto;
}

#footerinner a {
	color: #666666;
}

#footerinner p {
	float: left;
	padding: 10px 0;
}

#footerinner .copy {
	float: right;
}

#footerinner p.links a {
	border-right:1px solid #333;
	padding:0 10px;
}
#footerinner p.links a.last {
	border:none;
}

/************************************************************ form装飾 **/

/* 枠に色 */
table input,
table textarea
{
	padding: 3px;
	vertical-align:middle
}

table input[type="text"]:focus,
table input[type="text"]:hover,
table textarea:focus,
table textarea:hover
{
	border: 1px solid #60a5c5;
	background: #F3F3F3;
}

/************************************************************ ダイレクト検索 **/

div.stationDirect{
	margin:5px 0 7px;
	background:url(/images/bg_station_search.jpg);
	width:234px;
	height:132px;
}

div.stationDirect p.form_search{
	position:relative;
	top:40px;
	left:20px;
}

div.stationDirect p.form_search input.form{
}

div.stationDirect p.form_search input.bt_search{
	position:relative;
	top:10px;
}

/***************************************************************** 会社写真 ***************/
p.photo{
	text-align:center;
}

/******「絞込み条件」firefox崩れ対応（ここから）*****/
div.shiborikomi dl dd select {
	padding:0;
}
/******「絞込み条件」firefox崩れ対応（ここまで）*****/



/******「更新情報」日付改行対応（ここから）*****/
.right table tr th {
	vertical-align:top;
	width:80px;
}
/******「絞込み条件」日付改行対応（ここまで）*****/

/******フッターのマンション名検索入力欄（ここから）*****/

#footerinner form p{
	padding:4px 0 10px;
}

#footerinner form p input{
	display: inline;
	float:left;
	margin: 0 5px 0 0;
}

#footerinner form p span{
	float:left;
	line-height:200%;
}

/******フッターのマンション名検索入力欄（ここまで）*****/

/*----------------------------------------------------------------------------
							 member START
----------------------------------------------------------------------------*/
#member {
	border-bottom:1px solid #CCCCCC;
	height:28px;
	text-align:center;
	width:100%;
}

#member div.Inner {
	width:950px;
	margin:0 auto;
	text-align:center;
}

#member div.member_right {
	float: right;
}

#member div.member_left {
	float: left;
}

#member div.member_left ul li {
	float:left
}

#member div.member_left ul li p#limit_count{
	padding:0 0 5px 20px;
	font-weight:bold;
}

#member div.member_right ul li {
	float:left
}

#member span.limit {
	color:#FF0000;
	font-size:150%;
	font-weight:bold;
}

#member p.ulLogp {
	background-image:url(/images/member/contact_blue_new.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#333333;
	font-size:100%;
	font-weight:bold;
	line-height:1.2;
	padding:2px 0 0 20px;
}

#member p.ttlLognon {
	background-image:url(/images/member/contact_blue_remove.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#333333;
	font-size:100%;
	font-weight:bold;
	line-height:1.2;
	padding:2px 0 0 20px;
}

#member ul.ulLognon li {
	float:left;
	font-size:100%;
}

#member ul.ulLognon li.new {
	background-image:url(/images/member/new_3.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#0000FF;
	line-height:130%;
	margin: 0 13px 3px;
	padding:0 0 0 37px;
}

#member ul.ulLognon li.forget {
	background-image:url(/images/member/marker_rounded_blue.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#0000FF;
	line-height:130%;
	margin:0 3px 3px 10px;
	padding:0 0 0 20px;
}

#member ul.ulLognon li.forget {
	background-image:url(/images/member/comment_question.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#0000FF;
	line-height:130%;
	margin:0 0 3px 10px;
	padding:0 0 0 20px;
}

#member ul.ulLog li.myPage {
	background-image:url(/images/member/document_a4_marked.gif);
	background-position:left center;
	background-repeat:no-repeat;
	float:left;
	font-size:100%;
	line-height:120%;
	margin:0 10px 0 0;
	padding:0 0 0 20px;
}

#member ul.ulLognon li.login {
    background-image: url("/images/member/marker_rounded_blue.gif");
    background-position: left center;
    background-repeat: no-repeat;
	font-size:100%;
	line-height:120%;
    margin: 0 4px 0 0;
    padding: 0 0 0 20px;
}


#member ul.ulLog li {
	float:left;
	font-size:100%;
	line-height:120%;
	margin:0 10px 0 0;
}

#member ul.ulLog li.out {
	background-image:url(/images/member/application_windows_remove.gif);
	background-position:left center;
	background-repeat:no-repeat;
	float:left;
	font-size:100%;
	line-height:120%;
	margin:0;
	padding:0 0 0 20px;
}

#member p.welcome {
	background-image:url(/images/member/contact_blue_new.gif);
	background-position:left center;
	background-repeat:no-repeat;
	color:#333333;
	font-size:100%;
	font-weight:bold;
	left:10px;
	line-height:1.2;
	padding:2px 0 0 20px;
	z-index:99;
}
/******　サイドバー会員ログインフォーム START　*****/
form#loginForm input#email, input#password {
	width:140px;
}
li#sideLogin {
	width:233px;
	height:138px;
	background:url(/images/bg_login.jpg) no-repeat;
}
li#sideLogin p#loginEmail {
	padding:40px 0 0 85px;
}
li#sideLogin p#loginPassword {
	padding:5px 0 0 85px;
}
li#sideLogin p#loginInput {
	margin:5px 37px;
	cursor:pointer;
}
/******　サイドバー会員ログインフォーム ENDT　*****/

span.required{
	color: #CC0000;
	font-weight: bold;
}
/*----------------------------------------------------------------------------
							 member END
----------------------------------------------------------------------------*/

/*********************h1の色********************/
  #header .outer{
    	background:#f4faff;
    	border-bottom:#425faf solid 4px;
    	}
  #header .top{
    	background:#f4faff;
    	}
  #header .top h1 {
  color:#0a1366;
  	}
  	/********************* ヘッダのレイアウト調整2********************/
 #header .middle .ttl {
    margin-top: 8px;
	margin-bottom: 0;
    width: 310px;
	height: 70px; 
	}
	
	#header .middle .middleinner {
	float:right;
    margin: 0 ;
	width: 480px ;
	}
	
	#header .middle .middleinner ul {
    width: 480px;
	}
	
	#header .middle .middleinner ul li.tel {
    margin: 8px 0 0 0;
    width: 263px;
	height: 40px;
	padding: 0px;
	}
	
	#header .middle .middleinner ul li.favorite {
    padding: 0;
	width: 150px;
	margin: 8px 8px 0 0;
	height: 40px;
	}
	
	#header .middle .middleinner ul li {
	padding: 0;
	}
  /*********************背景画像********************/
#header{
	background:URL(/images/bg_body2.jpg) repeat-x bottom left!important;
	margin: 0 0 10px 0!important;
}
#header .middle ul.gnavi{
margin-bottom:0px;
}

#footerinner {
	width:100%;
background:#fff;
}

hr {
display: block;
-webkit-margin-before: 0.5em;
-webkit-margin-after: 0;
-webkit-margin-start: auto;
-webkit-margin-end: auto;
border-style: inset;
border-width: 1px;
}


/********************* 更新情報の背景********************/
#contents .right table{
padding:7px 5px ;
margin-bottom:6px;
width:100%;
border-right: 1px solid #b6b6b6;
border-left: 1px solid #b6b6b6;
border-bottom: 1px solid #b6b6b6;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
-moz-border-radius-bottomleft: 7px;
-moz-border-radius-bottomright: 7px;
}

#contents .right table th{
padding-left:20px;background-image: url(/images/icn_koshin.jpg);
background-repeat:no-repeat;
}

/*********************TOP物件背景********************/
 #contents .table3 .list ul.table3
 
{background:#fff6e2;}

/********************* 注目エリアの背景********************/
.chumoku {
width:950px;
margin:4px auto 0;
background:#eee;
border-bottom:solid 1px #ccc;
	background: -moz-linear-gradient(top, #eee,  
            #eee 90%,  
            #eee);/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#eee),  
            color-stop(0.9, #eee),  
            to(#eee));/* Safari,Google Chrome用 */  
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-webkit-border-bottom-right-radius: 7px;
-moz-border-radius-bottomleft: 7px;
-moz-border-radius-bottomright: 7px;
padding:0px 0 12px 0;
}

.chumoku h3{
padding-bottom:5px;
}

.chumoku h4 {
margin:2px 0 2px 16px;
padding-left:4px;
border-left:solid 4px #00a5ef;
}

.chumoku ul {
margin:2px 0 8px 0;
padding-left:20px;
}

.chumoku li{
	width:92px;
}

#contents .table2 .bkndeta .bkninfo dl dt {
	background: #000;
}

#contents .table2 .bkndeta .bkninfo dl dt.price {
	background: #F17D00!important;
}
