@charset "utf-8";

/***********************************

【hack覚書】
★Internet Explorer 6のみ適用
* html .hogehoge{}

★Internet Explorer 7のみ適用
*+html .hogehoge{}

★Internet Explorer 8のみ適用
html>/＊＊/body .hogehoge{
	プロパティ/＊\＊＊/ : 値\9;
}
（＊は小文字に直してから使用してください。）

top
***********************************/

@import "base.css?tsp2";

body{
	background-image: url('../img/bg.png');
}

.img_r{
	float: right;
	margin: 0 0 10px 10px;
}


/* メインスライド部分
************************************/
#main_carousel {
	width: 930px;
	margin-bottom: 20px;
	text-align: center;
}

#main_carousel ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	position: relative; top: 0px; z-index: 1;
}

#main_carousel li{
	margin: 0 5px 0 0;
	display: block;
	float: left;
}
#main_carousel .pagination {
	text-align: center;
	margin-top: -70px;
	margin-bottom: 15px;
	position: relative;
	z-index: 100;
}
.bigslide .pagination {
	text-align: center;
	margin-top: -40px;
	position: relative;
	padding: 5px 0;
	z-index: 100;
	background: url(../img/bg_gray.png) left top repeat-x;
}
.pagination a {
	background: url(../img/icon_pagination.png) 0 top no-repeat transparent;
	width: 20px;
	height: 20px;
	margin: 0 3px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -26px top;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}
a.prev, a.next {
	position: relative;
	height: 20px;
	width: 12px;
	display: block;
	z-index: 90;
}
a.prev span, a.next span {
	display: none;
}

div.greeting{
	margin-bottom: 15px;
	width: 928px;
	height: 172px;
	background-image: url('../img/bnr_greeting.png');
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	outline: none;
}

div.greeting img{
	margin-top: 140px;
	margin-left: 15px;
}

ul.greeting{
	margin-right: -6px;
	margin-bottom: 10px;
}

ul.greeting li{
	margin-right: 6px;
	display: inline;
}

ul.search_box{
	padding: 0;
	float: left;
	margin: 120px 0 0 -300px;
}

ul.search_box li{
	float: left;
}

ul.search_box li a{
	text-indent: -9999px;
	width: 140px;
	height: 30px;
	background-image: url('../img/bg_property-select.png');
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	outline: none;
}

ul.search_box li.search1 a{
	background-position: 0px 0px;
}

ul.search_box li.search2 a{
	background-position: -140px 0px;
}

ul.search_box li.search1 a:hover,
ul.search_box li.search1 a.on{
	background-position: left -30px;
}

ul.search_box li.search2 a:hover,
ul.search_box li.search2 a.on{
	background-position: -140px -30px;
}

div.support{
	padding: 60px 0 10px 200px;
	background-image: url('../img/img_support.png');
	background-repeat: no-repeat;
	overflow: hidden;	
}

div.support img{
	margin-top: -5px;
}

div.bukken_search{
	margin-bottom: -50px;
	padding: 5px 0 15px 310px;
	background-image: url('../img/bg_bukken_search.png');
	background-repeat: no-repeat;
	overflow: hidden;	
}

div.bukken_search dl{
	width: 309px;
	height: 70px;
}

div.bukken_search dt{
	margin-top: 5px;
}

div.bukken_search dd{
	float: left;
	width: 40px;
	padding-left: 10px;
}

div.zennet_search{
	margin: 10px 0 6px;
	padding: 5px 0 30px 310px;
	background-image: url('../img/bg_zennet_search.png');
	background-repeat: no-repeat;
	overflow: hidden;
	margin-bottom: 20px;
	
}

div.zennet_search dl{
	width: 309px;
	height: 70px;
	background-color: #FFFFFF;
}

div.zennet_search dt{
	margin-top: 5px;
}

div.zennet_search dd{
	float: left;
	width: 40px;
	padding-left: 10px;
}

h2{
	margin-bottom: 10px;
}

#slideshow { position:relative; height:240px; margin-bottom: 20px; }
#slideshow img { position:absolute; top:0; left:0; z-index:8; }
#slideshow img.active { z-index:10; }
#slideshow img.last-active { z-index:9; }

/* #contents
*********************************************************************/
div.box1{
	font-size: 100%;
	overflow: hidden;
	width: 930px;
	padding: 60px 10px 10px;
	margin: 15px;
	background-image: url('../img/bg_box1.png');
	background-repeat: no-repeat;
	background-position: left top;
}

#contents ul.advice li{
	float: left;
	height: 150px;
}

#contents ul.advice li.advice{
	width: 617px;
	background-image: url('../img/bg_advice.png');
	background-repeat: no-repeat;
}

#contents li.advice div.description{
	margin-top: 40px;
}

#contents li.advice span.date{
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 2px;
	padding: 2px;
	background-color: #FFFF6C;
	display: inline-block;
}

#contents li.advice small{
	font-size: 85%;
}

#contents ul.advice li.qa{
	width: 617px;
	background-image: url('../img/bg_qa.png');
	background-repeat: no-repeat;
	background-position: left top;
}

#contents li.qa div.description{
	margin-top: 60px;
}

div.box1 li{
	float: left;
}

div.topics{
	clear: both;
	overflow: hidden;
	padding: 0 2px 20px 2px;
	margin-bottom: 15px;
	background-image: url('../img/bg_topics.png');
	background-repeat: no-repeat;
	background-position: left top;
}

#contents ul.topics_list{
	border-bottom: 3px solid #666666;
	margin: 10px 0;
	overflow: hidden;
    display: flex;
}

#contents ul.topics_list li{
	margin-left: 5px;
}

#contents ul.topics_list li a{
	height: 27px;
	display: block;
	outline: none;
    border: 1px solid gray;
    border-radius: 0.5em 0.5em 0 0;
    background-image: url(../img/news_bg_01.png);
    text-decoration: none;
    padding: 0.3em 1.5em 0;
    font-weight: bold;
    color: black;
}


#contents ul.topics_list li a:hover,
#contents ul.topics_list li a.on{
    background-image: url(../img/news_bg_02.png);
    color: white;
}


#contents ul.photo_list{
	margin-top: 15px;
	overflow: hidden;
}


#contents ul.photo_list li{
	margin: 0 10px 10px 0;
	float: left;
	width: 240px;
}


#contents dl.topics_detail{
	clear: both;
	height: 310px;
	padding-left: 10px;
	margin-right: 5px;
	overflow-y: scroll;
}

#contents dl.topics_detail > dt{
	clear: both;
	margin-left: 1em;
	margin-bottom: 10px;
}

#contents dl.topics_detail > dd{
	margin-right: 10px;
}

#contents dl.topics_detail > dt span.new{
	color: #ff0000;
}

/*
#contents dl.topics_detail > dt.general{
	width: 130px;
	background-image: url('../img/icon_general.png');
	background-repeat: no-repeat;
	background-position: right top;
}
*/

#contents dl.news > dt.year{
	margin: 0;
}

#contents dl.news > dd{
	padding: 0 0 20px 85px;
	margin: -2.3em 10px 20px 0;
	border-bottom: 1px #666666 dotted;
}

#contents dl.topics_detail dt strong{
	font-size: 135%;
	margin: 0 5px;
}

#contents dl.topics_detail dd strong{
	display: block;
}

#contents dl.topics_detail .underline{
	text-decoration: underline;
}

#contents dl.detail dd{
	margin: -1.5em 0 5px 80px;
}

#contents dl.detail2 dd{
	margin: -1.5em 0 5px 50px;
}

#contents dl.detail3 dd{
	margin: -1.5em 0 5px 7em;
}

#contents ul.point li{
	margin-left: 0.5em;
	text-indent: -0.5em;
}

#contents dl.bnr_box{
	margin-right: -13px;
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
}

#contents dl.bnr_box dd{
	line-height: 130%;
	float: left;
	margin: 0 13px 10px 0;
}

#contents dl.bnr_box dd img{
	vertical-align: middle;
}

#contents ul.menu{
	font-size: 90%;
	margin-left: -14px;
}

#contents ul.menu > li{
	margin-left: 14px;
	padding: 20px 12px 0 12px;
	float: left;
	height: 287px;
	width: 198px;
	background-image: url("../img/bg_menu.png");
	background-repeat: no-repeat;
}

#contents ul.menu dt{
	margin-bottom: 10px;
}

#contents ul.menu strong{
	font-size: 135%;
	display: block;
	margin-bottom: 5px;
	border-bottom: 1px #333333 dotted;
}

#contents table.data{
	margin-bottom: 20px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 100%;
}

#contents table.data th{
	background-color: #dddddd;
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}

#contents table.data td{
	padding: 5px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}

#contents span.title{
	font-weight: bold;
}

#contents table.legal{
	width: 100%;
	border-top: 1px #999999 solid;
	border-left: 1px #999999 solid;
}

#contents table.legal th,
#contents table.legal td{
	padding: 5px;
	border-right: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
}

#contents .trimImg{
	height: 170px;
	margin: 0 auto;
	overflow: hidden;
	width: 250px;
}

#contents .abt-zen{
	padding: 20px 0 50px;
}
#contents .abt-zen h4{
	border-bottom: 1px solid #999;
	font-size: 125%;
}
#contents .abt-zen p{
	margin-top: 10px;
}
#contents .abt-zen .bnr-box{
	background: url(../img/bg_abtzen.png) no-repeat 13px 0;
	margin: 10px 0 0 -13px;
	overflow: hidden;
	position: relative;
}
#contents .abt-zen .bnr-box li{
	background: #f1f1f1;
	float: left;
	height: 70px;
	margin: 10px 0 0 13px;
}
#contents .abt-zen .bnr-box li:first-child{
	margin: 0 0 20px 0;
	text-align: center;
	width: 100%;
}
#contents .abt-zen .bnr-box li.lastnode{/*for ie8*/
	float: right;
	margin: 10px 8px 0 0;
}

#contents dl.bnr_box{
	margin-right: -13px;
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
}

#contents dl.bnr_box dd{
	line-height: 130%;
	float: left;
	margin: 0 13px 10px 0;
}

#contents dl.bnr_box dd img{
	vertical-align: middle;
}

#sidebar div.company_box{
	clear:both;
	background-image: url("../img/bg_company.png");
	background-repeat: no-repeat;
	box-sizing: border-box;
	height: 360px;
	margin-bottom: 8px;
	overflow: hidden;
	padding: 8px 10px 30px;
}

#sidebar h3{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 110%;
	padding: 3px 10px;
	background-color: #595757;
}

#sidebar div.facebook_box{
	background-color: #E7E8E8;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#sidebar div.facebook{
	margin-left: 10px;
	height: 162px;
	width: 253px;
	background-image: url('../img/bg_facebook.png?t');
	background-repeat: no-repeat;
}

#sidebar div.facebook .link{
	padding: 132px 0 0 20px;
}

#sidebar div.facebook_box p{
	margin-bottom: 8px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 10px;
	background-color: rgba(100, 98, 97, 1);
}

#sidebar ul.member{
	margin-bottom: 20px;
}

#sidebar ul.etc{
	margin-top: 10px;
}

#sidebar ul.etc li{
	margin-bottom: 2px;
}
div.search{
	background-image: url('../img/bg_search.png');
	background-repeat: no-repeat;
	background-position: left top;
	height: 190px;
	margin-bottom: 18px;
}

div.search ul{
	margin: 103px 0 0 0;
	width: 310px;
}

div.search ul li{
	float: left;
	margin: 0 10px 2px 0;
	margin-bottom: 2px;
}

div.search ul.buy{
	color: #FF6600;
	float: left;
	margin-left: 150px;
}

div.search ul.buy li{
	min-width: 90px;
}

div.search ul.buy a{
	color: #FF6600;
}

div.search ul.rent{
	color: #669900;
	float: right;
	margin-right: 15px;
}

div.search ul.rent li{
	min-width: 70px;
}

div.search ul.rent a{
	color: #669900;
}

/* お知らせ追記 */
.date-list dt{
	float : left;
	margin-right: 5px;
}
.date-list dd{
	overflow: hidden;
}


/* #footer
*********************************************************************/
#footer ul li a{
	background-image: none;
	padding-left: 0px;
}


/* ブラウザ互換
*********************************************************************/
*+html #contents li.advice div.description{
	margin: 10px 0 2px;
}