@charset "UTF-8";
/* -----------------------------------------
共通
----------------------------------------- */
#top_greeting,
#top_3_box,
#new_item,
#recommend_item,
#top_news {
	margin-bottom: 50px;
}
/* -----------------------------------------
メインビジュアル
----------------------------------------- */
#top_mv {
	width: 1200px;
	margin: 0 auto 18px auto;
}
/* -----------------------------------------
ごあいさつ
----------------------------------------- */
#top_greeting h2 {
	font-size: 22px;
	margin-bottom: 28px;
	border-bottom: 1px solid #333;
}
#top_greeting .img {
	float: right;
	margin-left: 34px;
	margin-bottom: 30px;
}
#top_greeting .img img {
	width: 260px;
}
#top_greeting .signature {
	text-align: right;
	font-weight: bold;
	font-size: 18px;
	margin-top: 28px;
}
/* -----------------------------------------
新着物件　おすすめ物件
----------------------------------------- */
#new_item iframe,
#recommend_item iframe{
	border: none;
	width: 100%;
}
/* -----------------------------------------
お知らせ
----------------------------------------- */
#top_news .inner {
	border: 1px solid #CCCCCC;
	padding: 30px;
}
#top_news dl {
	display: table;
	border-collapse: collapse;
	width: 100%;
	border-bottom: 1px solid #E5E5E5;
}
#top_news dl:last-child {
	border-bottom: none;
}
#top_news dt,
#top_news dd {
	display: table-cell;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: top;
}
#top_news dl:first-child dt,
#top_news dl:first-child dd {
	padding-top: 0;
}
#top_news dl:last-child dt,
#top_news dl:last-child dd {
	padding-bottom: 0;
}
#top_news dt {
	font-weight: normal;
	text-align: left;
}
#top_news .type_1 dt {
	width: 210px;
}
#top_news .type_2 dt {
	width: 160px;
}
#top_news .type_3 dt {
	width: 180px;
}
#top_news .type_4 dt {
	width: 130px;
}
#top_news dd {
	overflow: hidden;
}
#top_news dd .txt,
#top_news dd .img {
	float: left;
}
#top_news dd .txt {
	margin-right: 30px;
}
#top_news .type_1 dd .txt {
	width: 382px;
}
#top_news .type_2 dd .txt {
	width: 432px;
}
#top_news .type_3 dd .txt {
	width: 412px;
}
#top_news .type_4 dd .txt {
	width: 462px;
}
#top_news dd.no_img .txt {
	width: 100%;
	margin-right: 0;
}
#top_news dd h3 {
	font-size: 17px;
	margin-bottom: 6px;
	font-weight: bold;
}
#top_news dd .img {
	width: 160px;
}
#top_news dd.no_txt .img {
	width: 100%;
}
#top_news dd .img img {
	width: 100%;
}
#top_news dd .img .notes {
	margin-top: 5px;
	font-size: 11px;
}
#top_news dd a {
	display: block;
}
/* -----------------------------------------
3段ボックス
----------------------------------------- */
#top_3_box ul {
	overflow: hidden;
	margin-top: -13px;
	margin-left: -13px;
}
#top_3_box li {
	float: left;
	width: 285px;
	margin-top: 12px;
	margin-left: 12px;
	border: 1px solid #CCCCCC;
	height: 150px;
}
#top_3_box li a {
	padding:12px;
	display: block;
	text-decoration: none;
	padding: 12px;
	position: relative;
	height: 148px;
}
#top_3_box li a:before {
	position: absolute;
	font-family: icon_set;
	content: '\e82e';
	font-size: 14px;
	color: #999999;
	bottom: 6px;
	right: 6px;
}
#top_3_box li a:hover {
	background-color: #EEEEEE;
	border: 2px solid #CCCCCC;
	padding: 10px;
}
#top_3_box li a:hover:before {
	color: #333333;
	bottom: 4px;
	right: 4px;
}
#top_3_box li h3 {
	font-size: 16px;
	font-weight: bold;
	margin:12px 12px 6px 12px;
}
#top_3_box li a h3 {
	margin:0 0 4px 0;
}
#top_3_box li .txt {
	margin:0 12px 12px 12px;
	font-size: 12px;
	overflow: hidden;
	height: 123px;
}
#top_3_box li h3  + .txt,
#top_3_box li h3 + .img + .txt {
	height: 80px;
}
#top_3_box li a .txt {
	margin:0;
}
#top_3_box li .img {
	float: left;
	margin: 0 10px 0 12px;
	width: 90px;
	height: 90px;
	overflow: hidden;
	position: relative;
}
#top_3_box li a .img {
	margin: 0 10px 0 0;
}
#top_3_box li .img img {
	width: 100%;
}
