@charset "UTF-8";

/* 前のページに戻る */
.page-back:last-child{
	padding-top:30px;
}

/*見出し*/
#page-title h1{
	font-weight:bold;
	display:inline-block;
}
#page-title span{
	font-size:60%;
	font-weight:normal;
}
#page-title span strong{
	color:#f54603;
	font-size:140%;
}

/*メイン*/
#main{
	float:right;
	font-size:115%;
}

/*ページャー*/
.pager{
	margin-bottom:12px;
}
.pager li{
	display:inline-block;
	margin-right:4px;
}
.pager li a,
.pager li.current_page{
	padding:3px 8px;
	display:inline-block;
	border:1px solid #282828;
	text-decoration:none;
}
.pager li a:hover{
	background:#e6e6e6;
}
.pager li.current_page{
	background:#282828;
	color:#fff;
}
.pager li.before a,
.pager li.next a{
	border:0;
	padding-left:0;
	padding-right:0;
}
.pager li.before a:hover,
.pager li.next a:hover{
	background:none;
}
#pager-bottom{
	text-align:center;
	margin:20px 0 0;
}

/*並べ替え*/
#sort-box{
	padding-bottom:12px;
}
#sort-box dt{
	width:130px;
	display:inline-block;
	padding-left:20px;
	background:url(/img/rent/room/index/icon_sort.png) no-repeat left center;
}
#sort-box dd{
	display:inline-block;
}
#sort-box dd select{
	padding:3px;
	font-size:100%;
}

/*サイドバー*/
#sidebar{
	float:left;
}
	
/*検討ボックス*/
#favorite-box{
	background:#fae0a2;
	padding:10px;
	margin-bottom:20px;
}
#favorite-box dt{
	background:#fff;
	padding:10px;
	line-height:100%;
	border-top:3px solid #f7ae25;
	border-bottom:1px solid #c8c8c8;
}
#favorite-box dd{
	padding:10px;
	background:#fff;
	font-size:115%;
}
#favorite-box dd .txt strong{
	font-size:120%;
	color:#f54603;
}
#favorite-box dd .link{
	text-align:right;
	padding-top:10px;
}

/*絞り込み検索*/
#search-box{
	background:#e6e6e6;
	padding:10px;
	margin-bottom:20px;
}
#search-box dt{
	background:#fff;
	padding:10px;
	line-height:100%;
	border-top:3px solid #f7ae25;
	border-bottom:1px solid #c8c8c8;
}
#search-box dd{
	background:#fff;
}
#search-box dd ul{
	padding:10px 10px 1px;
}
#search-box dd li{
	margin-bottom:5px;
}
#search-box dd li .title{
	font-weight:bold;
	font-size:115%;
	color:#f54603;
	margin-bottom:4px;
}
#search-box dd li label{
	width:49%;
	margin-bottom:4px;
	display:inline-block;
}
#search-box dd li select{
	padding:3px;
	font-size:100%;
	margin-bottom:4px;
}
#search-box dd .submit{
	border-top:1px solid #c8c8c8;
	padding:10px;
	text-align:center;
}
#search-box dd .submit input:hover{
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-opacity: .7;
	-moz-opacity: .7;
	-o-opacity: .7;
	-ms-transition: opacity 0.3s ease-out;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/*ボトム検討ボックス*/
#main .go-favorite{
	overflow:hidden;
}
#main .go-favorite form{
	background:url(/img/rent/room/index/bg_go_favorite.png) no-repeat left center;
	position:relative;
	width:250px;
	height:50px;
	margin-top:8px;
	float:right;
}
#main .go-favorite input[type="image"]{
	display:in-block;
	width:240px;
	height:48px;
	position:absolute;
	top:-3px;
	left:5px;
	z-index:20;
}
