@charset "utf-8";
/* ----------------------------------------
	トップページ
---------------------------------------- */
/* メインビジュアル */
#wrap-mainvisual {
	background-color: #FFFFFF;
	background-image: url("../img/common/bg_mainvisual.png");
	background-repeat: repeat-x;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	height: 576px;
	padding-top: 20px;
	width: 100%;
}
#wrap-mainvisual .inner {
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	width: 960px;
}
#wrap-mainvisual img {
	vertical-align: bottom;
}
#wrap-mainvisual h2 {
	left: -15px;
	position: absolute;
	top: 15px;
}
#btn-teine {
	left: -15px;
	position: absolute;
	top: 286px;
}
#btn-kitaguchi {
	position: absolute;
	right: -15px;
	top: 286px;
}
#img-sky {
	background-image: url("../img/index/img_sky.png");
	background-repeat: no-repeat;
	height: 90px;
	left: -42px;
	position: absolute;
	top: -20px;
	width: 1042px;
}
/* 新着情報 */
#new {
	position: relative;
	padding-bottom: 0;
}
#new .block-3 {
	box-sizing: border-box;
	width: 670px;
}
#new .wrap-property {
	border-bottom: 1px solid #BCBCBF;
	border-left: 1px solid #BCBCBF;
	border-right: 1px solid #BCBCBF;
	box-sizing: border-box;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	position: relative;
	width: 210px
}
#new .wrap-property:before {
	background-color: #0E4BB6;
	content: "";
	height: 4px;
	left: -1px;
	position: absolute;
	top: -4px;
	width: 210px;
}
#new .wrap-property .name {
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 8px;
	overflow: hidden;
	padding-left: 12px;
	padding-top: 5px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 190px;
}
#new .wrap-property .image {
	box-sizing: border-box;
	height: 158px;
	margin-bottom: 8px;
	overflow: hidden;
	width: 210px;
}
#new .wrap-property .image img {
	display: block;
	margin: 0 auto;
	max-height: 158px;
	max-width: 195px;
	width: auto;
}
#new .wrap-property .info {
	border-top: 1px solid #BCBCBF;
	box-sizing: border-box;
	width: 208px;
}
#new .wrap-property dt {
	background-color: #F1F2F6;
	box-sizing: border-box;
	color: #4B5161;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	float: left;
	padding-left: 5px;
	width: 45px;
}
#new .wrap-property dd {
	box-sizing: border-box;
	font-size: 12px;
	font-size: 1.2rem;
	float: right;
	overflow: hidden;
	padding-left: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 163px;
}
#new .wrap-property .price {
	color: #FF6A00;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
#new .wrap-property .price span {
	color: #4B5161;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: normal;
	margin-left: 5px;
}
#new .wrap-property .info-last {
	border-top: 1px solid #BCBCBF;
	box-sizing: border-box;
	width: 208px;
}
#new .wrap-property .info-last dt {
	background-color: #EFEFEF;
	box-sizing: border-box;
	color: #4B5161;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	float: left;
	padding-left: 5px;
	width: 45px;
}
#new .wrap-property .info-last dd {
	box-sizing: border-box;
	font-size: 12px;
	font-size: 1.2rem;
	float: left;
	overflow: hidden;
	padding-left: 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 58px;
}
#linkTarget-news {
	left: 0;
	position: absolute;
	top: -65px;
}
/* お知らせ */
#news {
	position: relative;
}
#news dl {
	background-color: #F7F8F8;
	box-sizing: border-box;
	padding: 5px;
}
#news dl:nth-of-type(2n) {
	background-color: #FFFFFF;
}
#news dl .data {
	font-size: 11px;
	font-size: 1.1rem;
	float: left;
	font-weight: bold;
	letter-spacing: 0.01em;
	margin-right: 10px;
	position: relative;
	width: 100px;
}
#news dl .link {
	float: left;
	margin-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 380px;
}
#news dl .link a:link,
#news dl .link a:visited,
#news dl .link a:hover,
#news dl .link a:active {
	color: #4B5161;
	text-decoration: underline;
}
#news dl .link a:hover {
	color: #FF6A00;
}
#news dl .company {
	border-left: 1px solid #BCBCBF;
	box-sizing: border-box;
	font-size: 11px;
	font-size: 1.1rem;
	float: left;
	letter-spacing: 0.01em;
	position: relative;
	text-align: center;
	width: 160px;
}
#news .btn-link2 {
	position: absolute;
	right: 20px;
	top: 13px;
	width: 120px;
}
