@charset"euc-jp";

/* --------------------------------------
　TOPページ共通
-------------------------------------- */

#wrapper h2 {
	width: auto;
	margin: 0;
	height: 40px;
	padding: 0 16px;
	font-size: 15px;
	font-weight: bold;
	line-height: 40px;
	text-indent: inherit;
	background: #4479dd;
}
#wrapper h2:before { /* 打ち消し */
	margin: 0;
	background: transparent;
	border: none;
}

/* --------------------------------------
　ヘッダー
-------------------------------------- */

#header {
	margin-bottom: 0; /* topページだけ社名変更のNEWSが入るため、上書き */
}

/* --------------------------------------
　社名変更のお知らせ
-------------------------------------- */

#information_area {
	width: 955px;
	height: 30px;
	margin: 0 auto;
	font-weight: bold;
	line-height: 30px;
}
#information_area img {
	float: left;
	margin: 6px 10px 0 0;
}

/* --------------------------------------
　swiper.cssを上書き
-------------------------------------- */

.swiper-container {
	width: 955px;
	height: 330px;
	margin-bottom: 10px;
	overflow: visible;
	text-align: center;
}
.swiper-container div {
	overflow: visible;
}
.swiper-slide-active img:hover {
	opacity: 0.8;
}
.swiper-button-next,
.swiper-button-prev {
	top: 0;
	width: 955px;
	height: 300px;
	margin: 0;
	/* background-image: none;
	background: rgba(0, 0, 0, 0.3); */
}
.swiper-slide-next:before,
.swiper-slide-prev:before {
	content: "";
	position: absolute;
	width: 955px;
	height: 300px;
	background: rgba(0, 0, 0, 0.3);
	z-index: 100;
}
.swiper-slide-next:before:hover,
.swiper-slide-prev:before:hover {
	background: none;
}
.swiper-button-next {
	right: -985px;
}
.swiper-button-prev {
	left: -985px;
}

/* --------------------------------------
　沿線から検索・エリアから検索
-------------------------------------- */

#main_search {
	margin-bottom: 40px;
}

#main_search_line {
	float: left;
}
#main_search_area {
	float: right;
}
.main_search_box {
	width: 470px;
}
.main_search_inner {
	padding: 20px;
	border: 1px solid #dcdcdc;
	border-top: none;
}
#wrapper .main_search_inner h3 {
	font-size: 18px;
	margin: 0 0 15px;
	padding: 1px;
}
#wrapper .main_search_inner h3 .fa-search {
	padding: 0 5px 0 1px;
	color: #4479dd;
}
.main_search_choice {
	height:370px;
}
.main_search_choice ul {
	font-size: 0;
}
.main_search_choice li {
	display: inline-block;
	width: 50%;
	font-size: 16px;
	line-height: 22px;
}
.main_search_type .label_refine {
	display: inline-block;
	width: 84px;
	height: 19px;
	margin: 0 20px 3px 0;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 19px;
	background: #80b7f8;
}
.main_search_type li {
	display: inline-block;
	margin: 0 10px 5px 0;
	font-size: 16px;
}
.main_search_type input[type="checkbox"] {
	margin-right: 6px;
}
.main_search_type input[type="submit"] {
	width: 120px;
	height: 38px;
	margin: 0 5px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 1px 2px #666;
	background: #ff9015;
	border: none;
	border-radius: 5px;
}
.main_search_type input[type="submit"]:hover {
	background: #ffcc00;
}

/* --------------------------------------
　値下げ物件
-------------------------------------- */

#sale {
	width: 445px;
	float: left;
	margin-bottom: 45px;
}
#sale h2 {
	padding-left: 36px;
}
#sale h2:before {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	left: 16px;
	width: 14px;
	height: 14px;
	margin: 0;
	background: url("/common/img/top/icon_bullhorn.png") no-repeat;
}
#sale ul {
	overflow: scroll;
	width: 100%;
	height: 130px;
	margin: 0;
	padding: 16px;
	border: 1px solid #dcdcdc;
	border-top: none;
}
#sale ul li {
	height: 15px;
	margin-bottom: 5px;
	list-style: none;
	line-height: 1.20em;
	border-bottom: 1px solid #1e1e1e; /* アンカーのtext-decorationのがinline-blockのせいで変になるため代替 */
}
#sale ul li:hover {
	border-bottom: none;
}
#sale ul li a {
	display: block;
	color: #1e1e1e;
	font-weight: bold;
	text-decoration: none;
}
#sale ul li a span {
	display: inline-block;
	overflow: hidden;
	margin-right: 3px;
}
.sale_date {
	width: 3.5em;
}
.sale_type {
	width: 7em;
}
.sale_area {
	width: 12em;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sale_price {
	width: 3.5em;
	font-size: 15px;
	color: #ff9015;
	text-align: right;
}
#sale ul li a img {
	position: relative;
	top: -1px;
}

/* --------------------------------------
　新着情報
-------------------------------------- */

#info_news {
	width: 250px;
	float: right;
	margin-bottom: 45px;
}
#info_news h2 {
	padding-left: 36px;
}
#info_news h2:before {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	left: 16px;
	width: 15px;
	height: 14px;
	margin: 0;
	background: url("/common/img/top/icon_task.png") no-repeat;
}
#info_news ul {
	overflow: scroll;
	width: 100%;
	height: 130px;
	margin: 0;
	padding: 16px;
	border: 1px solid #dcdcdc;
	border-top: none;
}
#info_news ul li {
	font-size: 10px;
	font-weight: bold;
	list-style: none;
}
#info_news ul li a {
	font-size: 12px;
}
#info_news .info_news_new {
	display: inline-block;
	width: 27px;
	height: 12px;
	color: #fff;
	font-size: 8px;
	font-weight: normal;
	line-height: 12px;
	text-align: center;
	background: #ff9015;
	animation: Flash 2s infinite;
}
@keyframes Flash {
	50% {
		opacity: 0.6;
	}
}

/* --------------------------------------
　特集
-------------------------------------- */

ul#topics {
	font-size: 0;
	margin: 0 0 75px;
}
#topics li {
	display: inline-block;
	margin-left: 21px;
	list-style: none;
}
#topics li:first-child {
	margin-left: 0;
}

/* --------------------------------------
　特選物件
-------------------------------------- */

h2#recommend_title {
	height: auto;
	margin-bottom: 20px;
	padding: 0 0 0 28px;
	color: #4479dd;
	font-size: 20px;
	line-height: 1.2em;
	background: transparent;
}
h2#recommend_title:before {
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 23px;
	height: 19px;
	margin: 0;
	background: url("/common/img/top/icon_camera.png") no-repeat;
}
