@charset 'UTF-8';

@import url("base_new.css");
@import url("common.css");
@import url("navi_new.css");
@import url("cse.css");
@import url("owl.carousel.min.css");
@import url("owl.theme.default.min.css");


/* -----------------------------------------------------------------------------
>> トップページ
----------------------------------------------------------------------------- */
body{
	background-image: url(../img/parts/index_bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#eae8e5
}

/* メインビジュアル */
#i_main_visual{
	margin:auto;
	width:1013px;
	height:368px;
	position:relative;
	z-index:-10;
	margin-top:-45px;
	background-image: url(../img/parts/index_mv_shadow.png);
}
#i_main_visual .images img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#i_main_visual .images img.active {
    z-index:10;
}

#i_main_visual .images img.last-active {
    z-index:9;
}

/* ターゲット別リンク */
.target_link{
	clear:both;
	width:930px;
	height:85px;
	margin:auto;
	margin-top:-25px;
	margin-bottom:20px;
}
.target_link li a{
	float:left;
	display:inline-block;
}
.target_link li a img{
	display:block;
}
.target_link li a:hover img{
	opacity:0.7;
}
.target_link #tl_01 a{
	margin-right:10px;
}

/* 見学会開催バナー */
.tour_link{
	width: 100%;
	max-width: 930px;
	display: block;
	text-align: center;
	margin: 0 auto 20px;
	transition: .3s;
}
.tour_link:hover{
	opacity: .7;
}
.tour_link img{
	width: 100%;
}

/* ピックアップリンク */
.pickup_link{
	margin:auto;
	width:930px;
	height:96px;
	margin-bottom:20px;
}
.pickup_link a{
	height: 86px;
	width: 31%;
	display: block;
	float:left;
	padding:5px;
	background-color:#FFF;
	border:1px solid #CCC;
	border-radius:3px;
	text-decoration: none;
}
.pickup_link .pl_02,
.pickup_link .pl_03{
	margin-right:1.5%;
}

.pickup_link a h2{
	color:#f54b57;
	font-size:15px;
	font-weight:bold;
}
.pickup_link a p{
	color:#444;
	font-size: 12px;
}
.pickup_link a img{
	float: left;
	margin-right: 5px;
}

.pickup_link a:hover{
	opacity:0.7;
}

.pickup_link_2{
	margin:auto;
	width:930px;
	margin-bottom:20px;
}

.pickup_link_2 img{
	border: 1px solid #CCC;
}

/* サイト説明 ------------------------------------------------------------- */
#Larea .intro{
	background-image: url(../img/parts/intro_bg.jpg);
	height: 104px;
	width: 482px;
	padding-top: 20px;
	padding-right: 180px;
	padding-left: 20px;
	margin-bottom:30px;
}
#Larea .intro strong{
	font-size: 18px;
	font-weight: bold;
	color: #2d4b9b;
}

/* 新着情報 ------------------------------------------------------------- */
#Larea .topics{
	margin-bottom:30px;
	clear:both;
}

#Larea .topics header{
	height:38px;
	position:relative;
	background-image: url(../img/parts/title_bar_bg1.gif);
	background-position: 2px top;
}
#Larea .topics header h3{
	font-size: 24px;
	position: absolute;
	left: 18px;
	top: 6px;
	color: #FFF;
}
#Larea .topics header ul{
	position: absolute;
	top: 11px;
	right: 142px;
	
}
#Larea .topics header ul li{
	float:left;
	margin-left:7px;
}
#Larea .topics header ul li a{
	color: #6d3723;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFF;
	line-height: 19px;
	text-align: center;
	vertical-align: middle;
	height: 19px;
	width: 61px;
	display: block;
	border-radius:2px;
	-moz-border-radius:2px:
	-webkit-border-radius:2px;

	behavior: url(css/PIE.htc);
}
#Larea .topics header ul li a:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #7D5E4D;
}
#Larea .topics header .list_btn{
	position: absolute;
	top: 11px;
	right: 11px;
}
#Larea .topics header .list_btn2{
	position: absolute;
	top: 11px;
	right: 20px;
}
#Larea .topics header .list_btn2 a,
#Larea .topics header .list_btn a{
	background-color: #FFF;
	padding-left: 35px;
	padding-right: 10px;
	color: #F60;
	background-image: url(../img/icon/icon_01.gif);
	background-position: 12px 7px;
	padding-top: 7px;
	display: block;
	height: 22px;
	font-weight: bold;
	text-shadow:-1px -1px 0px #EDC;
	border-radius:2px;
	-moz-border-radius:2px:
	-webkit-border-radius:2px;

	behavior: url(css/PIE.htc);
}
* html #Larea .topics header .list_btn2 a,
* html #Larea .topics header .list_btn a{
	width:90px;
}

#Larea .topics header .list_btn2:hover,
#Larea .topics header .list_btn:hover{
	top: 8px;
}
#Larea .topics header .list_btn2 a:hover,
#Larea .topics header .list_btn a:hover{
	height: 25px;
	text-decoration: none;
}


#Larea .topics .list{
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #CCC;
	border-radius:2px;
	-moz-border-radius:2px:
	-webkit-border-radius:2px;

	behavior: url(css/PIE.htc);
}
#Larea .topics .list ul{
	overflow-y:scroll;
	height:300px;
}

#Larea .topics .list li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #aaa;	
}
#Larea .topics .list li a{
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	color: #333;
	background-position: left center;	
	padding-left: 70px;
	border-radius:3px;
	-moz-border-radius:3px:
	-webkit-border-radius:3px;

	behavior: url(css/PIE.htc);
}
#Larea .topics .list li a:hover{
	text-decoration: none;
	background-color: #FFE7CE;
}
#Larea .topics .list li a .date{
	font-size: 11px;
	font-weight: bold;
	color: #F60;
	margin-right: 10px;
}
#Larea .topics .list li a.cate1{	background-image: url(../img/icon/news_cate1.gif);}
#Larea .topics .list li a.cate2{	background-image: url(../img/icon/news_cate2.gif);}
#Larea .topics .list li a.cate3{	background-image: url(../img/icon/news_cate3.gif);}
#Larea .topics .list li a.cate4{	background-image: url(../img/icon/news_cate4.gif);}
#Larea .topics .list li a.cate5{	background-image: url(../img/icon/news_cate5.gif);}
#Larea .topics .list li a.cate6{	background-image: url(../img/icon/news_cate6.gif);}
#Larea .topics .list li a.cate10{	background-image: url(../img/icon/news_cate10.gif);}
#Larea .topics .list li.cate0{
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	color: #333;
	padding-left: 70px;
	background-position: left 5px;	
	border-radius:3px;
	-moz-border-radius:3px:
	-webkit-border-radius:3px;

	behavior: url(css/PIE.htc);
	background-image: url(../img/icon/news_cate0.gif);
}
#Larea .topics .list li.cate0 .date{
	font-size: 11px;
	font-weight: bold;
	color: #F60;
	margin-right: 10px;
}
#Larea .topics .list li.cate0 a{
	margin:0 !important;
	padding:0 !important;
	display:inline !important;
	color:#2d4b9b !important;
}

#Larea .column{
	clear:both;
	margin-bottom: 30px;
}

/* 見学・イベントのご案内 ------------------------------------------------------------- */
#Larea .column .event{
	width:98%;
	padding:1%;
	border-radius:3px;
	-moz-border-radius:3px:
	-webkit-border-radius:3px;
	behavior: url(css/PIE.htc);
	background-color: #FFF;
	border: 1px solid #CCC;
	position: relative;
}
#Larea .column .event:after{
	display:block;
	content:"";
	clear:both;
}

#Larea .column .event h3{
	display: block;
}
#Larea .column .event ul{
	margin-top:10px;
	overflow: scroll;
	overflow-x: hidden;
}
#Larea .column .event ul:after{
	display:block;
	content:"";
	clear:both;
}
#Larea .column .event ul li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #aaa;	
}
#Larea .column .event ul li a{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 30px;
	padding-bottom: 5px;
	display: block;
	color: #333;
	background-position: left 5px;
	font-size: 12px;
	border-radius:3px;
	-moz-border-radius:3px:
	-webkit-border-radius:3px;

	behavior: url(css/PIE.htc);
}
#Larea .column .event ul li a:hover{
	text-decoration: none;
	background-color: #FFE7CE;
}

#Larea .column .event ul li a.cate1{	background-image: url(../img/icon/event_cate1.gif);}
#Larea .column .event ul li a.cate2{	background-image: url(../img/icon/event_cate2.gif);}
#Larea .column .event ul li a.cate3{	background-image: url(../img/icon/event_cate3.gif);}
#Larea .column .event ul li a.cate4{	background-image: url(../img/icon/event_cate4.gif);}

#Larea .column .event ul li a strong{
	color:#2d4b9b;
	font-size: 14px;
}
#Larea .column .event .list_btn{
	text-align:center;
	font-weight:bold;
	color:#F60;
	padding:10px;
	background-color:#dce6ff;
	border:1px solid #CCC;
	display: block;
	margin-top:10px;
}
#Larea .column .event .list_btn:hover{
	background-color:#02489e;
	color:#FFF;
}

/* 賃貸経営 知っトク!通信 ------------------------------------------------------------- */
#Larea .column .shittoku{
	width:312px;
	height:467px;
	padding:7px;
	border-radius:3px;
	-moz-border-radius:3px:
	-webkit-border-radius:3px;
	behavior: url(css/PIE.htc);
	background-color: #FFF;
	border: 1px solid #CCC;
	float: right;
	position: relative;
	margin-bottom:30px;
}
#Larea .column .shittoku h3{
	display: block;
	height: 107px;
	width: 312px;
	overflow: hidden;
}
#Larea .column .shittoku h4{
	margin-top:10px;
	font-size: 20px;
	color: #2d4b9b;
}
#Larea .column .shittoku .date{
	clear:both;
	font-size: 12px;
	color: #666;
}
#Larea .column .shittoku p{
	clear:both;
	margin-top:10px;
}
#Larea .column .shittoku p img{
	width:120px;
	float: right;
	margin-left: 10px;	

	border-radius:3px;
	-moz-border-radius:3px:
	-webkit-border-radius:3px;
}

#Larea .column .shittoku .read_btn{
	background-image: url(../img/btn/next_btn.gif);
	background-position: center top;
	text-indent: -9999px;
	display: block;
	height: 25px;
	width: 125px;
	overflow: hidden;
	clear: both;
	float: right;
	margin-top: 15px;
}
#Larea .column .shittoku .read_btn:hover{
	background-position: center bottom;
}

#Larea .column .shittoku .list_btn{
	background-image: url(../img/btn/shittoku_list_btn.gif);
	background-position: center top;
	text-indent: -9999px;
	display: block;
	height: 31px;
	width: 312px;
	overflow: hidden;
	position: absolute;
	left: 7px;
	bottom: 7px;
}
#Larea .column .shittoku .list_btn:hover{
	background-position: center bottom;
}

/* 加盟店一覧 ------------------------------------------------------------- */
#Larea .fc_search{
	margin-bottom:30px;
	clear:both;
}

#Larea .fc_search header{
	height:38px;
	position:relative;
	background-image: url(../img/parts/title_bar_bg2.gif);
	background-position: 2px top;
}
#Larea .fc_search header h3{
	font-size: 24px;
	position: absolute;
	left: 18px;
	top: 6px;
	color: #FFF;
}
#Larea .fc_search .map{
	background-color: #f5fbff;
	border: 1px solid #CCC;
	position: relative;
	z-index: 5;
}
#Larea .fc_search .map h4{
	position: absolute;
	z-index: 5;
	left: 19px;
	top: 10px;
	font-size: 36px;
	font-weight: bold;
	color: #F60;
}
#Larea .fc_search .map p{
	position: absolute;
	z-index: 10;
	left: 19px;
	top: 60px;
}
#Larea .fc_search .map .fc_map{
	position: absolute;
	left: 1px;
	bottom: 1px;
}
#Larea .fc_search .map div.tb1,
#Larea .fc_search .map div.tb2{
	margin:10px auto;
	text-align:center;
	cursor:pointer;
}
#Larea .fc_search .map div.tb1:hover,
#Larea .fc_search .map div.tb2:hover{
	opacity:0.7;
}
#Larea .fc_search header .list_btn{
	position: absolute;
	top: 11px;
	right: 11px;
	z-index: 20;
}
#Larea .fc_search header .list_btn a{
	background-color: #f5fbff;
	width: 88px;
	padding-left: 35px;
	color: #F60;
	background-image: url(../img/icon/icon_01.gif);
	background-position: 12px 7px;
	padding-top: 7px;
	display: block;
	height: 22px;
	font-weight: bold;
	text-shadow:-1px -1px 0px #EDC;
	border-radius:2px;
	-moz-border-radius:2px:
	-webkit-border-radius:2px;

	behavior: url(css/PIE.htc);
	position:relative;
}
#Larea .fc_search header .list_btn:hover{
	top: 8px;
}
#Larea .fc_search header .list_btn a:hover{
	height: 25px;
	text-decoration: none;
}
.fb-like-box{
	background-color: #fff;
}

