@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. file import　　！！！インポートファイルは一番初めに記述のこと！！！
　01. 基本
　02. 日常のサポート
　03. アフターサービスの流れ
　04. 定期点検、一生涯の・・・
　05. 


******************************************************************************* */



/* ==

　00. file import

=============================================================================== */
@import url("/jutaku/consult/css/style.css");



/* ==

　01. 基本

=============================================================================== */
.lead{
	margin-bottom:20px;
}
.lead p{ line-height:1.5; }
.lead p.img{
	margin-bottom:7px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}

.column2{
	width:730px;
	min-height:1%;
	margin-bottom:20px;
	clear:both;
}
.column2:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	line-height:0; 
	visibility:hidden;
}



/* ==

　02. 日常のサポート

=============================================================================== */
.daily{
	width:730px;
	min-height:1%;
	margin-bottom:20px;
	line-height:1.5;
	clear:both;
}
.daily:after,
.daily div:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	line-height:0; 
	visibility:hidden;
}
.daily h4{ margin-bottom:10px; }
.daily .img{ margin-bottom:20px; }
.daily .txt{
	width:640px;
	clear:none;
}

.daily div{
	width:730px;
	min-height:1%;
	margin-bottom:0;
	clear:both;
}
.daily div p{ margin-bottom:10px; }
.daily div p.time{
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}

/* 賃貸住宅・賃貸マンション入居者さま専用ダイヤル
------------------------------------------------------------------------------- */
.daily .tenant{ margin-bottom:10px; }
.daily .tenant p.tit{
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}
.daily .tenant li{
	margin-right:9px;
	float:left;
}
.daily .tenant li.lastChild{ margin-right:0; }



/* ==

　03. アフターサービスの流れ

=============================================================================== */
.flow{
	width:730px;
	margin-bottom:20px;
	clear:both;
}


/* ==

　04. 定期点検、一生涯の・・・

=============================================================================== */
.column2 .floatL,
.column2 .floatR{
	width:360px;
	clear:none;
}
.column2 p{
	margin-bottom:10px;
	line-height:1.5;
}


