@charset "utf-8";


/*
	* Copyright (C) 2010 CREATIVEWEB All Rights Reserved.
	* URL : http://www.creative-web.co.jp/
*/

/*******************************************************************************
**	基本レイアウト
*******************************************************************************/
html {	
	overflow-x: hidden;
}

body {
	font-size: 13px;
	line-height: 1.8;
	position: relative;
}

#container {
	width:100%;
}

#campaignHeader {
	width: 100%;
	background:#FFF;
}
#campaignHeaderLeft, #campaignHeaderRight{
	float:left;
	width:50%;
	background:#FFF20E;
}
#campaignHeaderRight{
	background: #BF0000;
}
/*
#campaignHeaderInner {
	width: 960px;
	margin: 0 auto;
	height: 44px;
}
*/
header {
	width: 100%;
	background: url(../img/h_bg.gif) repeat-x;
	border-bottom: #D6D6D6 1px solid;
}

#headerInner {
	width: 960px;
	height: 150px;
	margin: 0 auto;
	position: relative;
}

main {
	width: 100%;
}

#RightCol {
	width: 240px;
	margin: 0 0 30px 0;
	float: right;
}

.contentInner{
	width: 960px;
	margin: 0 auto;
}

footer {
	width: 100%;
	margin: 70px 0 0 0;
	color: #FFF;
	background: #0099CC;
}

.footerInner {
	width: 960px;
	margin: 0 auto;
}


#page-top {
	position: fixed;
	bottom: -170px;
	right: -170px;
	z-index: 100;
}

#page-top a {
	display: block;
	width: 161px;
	height: 214px;
	background: url(../img/btn_pagetop.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}


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

#h_headline {
	position: absolute;
	top: 11px;
	left: 0;
	width: 430px;
	color: #FFF;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#h_freeWord {
	position: absolute;
	top: 8px;
	left: 435px;
}

#h_freeWord form {
	height: 28px;
}

#h_freeWord input {
	margin: 0;
	font-size: 12px;
	color: #808080;
}

#once_search_freeword {
    width: 180px;
    height: 28px;
    padding: 0 6px;
    border: none;
    background: #EAEAEA;
    float: left;
}

#h_logo {
	position: absolute;
	top: 70px;
	left: 0;
}

#h_logo_sub {
	position: absolute;
	top: 70px;
	left: 207px;
}


/* hnav
----------------------------------------------------------------------------- */
#h_nav {
	position: absolute;
	top: 0;
	right: 0;
	border-right: #0054B0 1px solid;
}

#h_nav li {
	height: 34px;
	padding: 10px 14px 0 14px;
	border-left: #0054B0 1px solid;
	border-right: #00428A 1px solid;
	float: left;
}

#h_nav li:first-child {
	border-left: none;
}

#h_nav li a {
	color: #FFF;
	text-decoration: none;
}

/* gnav
----------------------------------------------------------------------------- */
.oe_overlay {
	background: #000;
	opacity: 0;
	position: absolute;
	top: 192px; /* キャンペーンヘッダー使用時の高さはこちら */
/*	top: 151px; キャンペーンヘッダー消すときは151pxにすること */
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 100;
}

#gnavWrap {
	position: absolute;
	top: 70px;
	right: 0;
}

ul#gnav {
	position:relative;
}

ul#gnav > li {
	width: 94px;
	height: 50px;
	border-right: #EDEDED 1px solid;
	float: left;
}

ul#gnav > li.mega {
	cursor: pointer;
}

#gnav li.myList {
	position: relative;
}

.listCount {
    position: absolute;
    top: 0;
    left: 53px;
    width: 24px;
    height: 24px;
    background: url(../img/bg_list_count.gif) no-repeat;
    color: #FFF;
    font-size: 10px;
    font-weight: bold;
    line-height: 2.5;
    letter-spacing: -1px;
    text-align: center;
}

.megaMenu {
	position: absolute;
	top: 50px;
	right: 0;
	width: 960px;
	padding: 50px 0 0 0;
	display: none;
	z-index: 100;
}

.megaMenu.rent { background: url(../img/img_megamenu_rent.png) no-repeat; }
.megaMenu.tenant { background: url(../img/img_megamenu_tenant.png) no-repeat; }
.megaMenu.buy { background: url(../img/img_megamenu_buy.png) no-repeat; }

.megaMenuInner {
	margin: -1px 0 0 0;
	padding: 25px;
	background: #FFF;
	border-left: #E5015A 4px solid;
	border-right: #E5015A 4px solid;
	border-bottom: #E5015A 5px solid;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	cursor: initial;
}

.megaLeftWrap {
	width: 440px;
	margin: 0 20px 0 0;
	float: left;
}

.megaRightWrap {
	width: 440px;
	float: left;
}

.megaRightWrap.empty {
	padding: 42px 0 0 0;
}

.tit_megaMenu {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: bold;
}

.tit_megaMenu span {
	margin: 0 5px 0 0;
	font-size: 18px;
	color: #E50059;
}

.megaBorderList > li {
	padding: 10px 15px;
	background: #F3EFE4;
}

.megaBorderList > li.none {
	background: none;
}

.megaPrefList dt {
	width: 75px;
	margin: 10px 0 0 0;
	font-weight: bold;
	font-size: 14px;
	color: #E50059;
	float:left;
	clear: both;
}

.megaPrefList dd {
	margin: 0 0 0 80px;
}

.megaPrefSearch li {
	background-image:-moz-linear-gradient(50% 0%,rgb(255,255,255) 0%,rgb(235,236,236) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 98%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(235,236,236)));
	background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(235,236,236) 100%);
	background-image:-o-linear-gradient(rgb(255,255,255) 0%,rgb(235,236,236) 100%);
	background-image:-ms-linear-gradient(rgb(255,255,255) 0%,rgb(235,236,236) 100%);
	background-image:linear-gradient(rgb(255,255,255) 0%,rgb(235,236,236) 100%);
	border: #999999 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
}

.megaPrefSearch li a {
	width: 60px;
	height: 32px;
	padding: 8px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000;
	display: block;
}

#mega_search_freeword {
	width: 276px;
	height: 40px;
	margin: 0 12px 0 0;
	padding: 0 20px;
	font-size: 12px;
	border: #CCCCCC 1px solid;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.megaKindSearch li {
	margin: 0 0 2px 0;
	background-image:-moz-linear-gradient(50% 0%,rgb(255,255,255) 0%,rgb(235,236,236) 100%); 
	background-image:-webkit-gradient(linear,50% 0%,50% 98%,color-stop(0, rgb(255,255,255)),color-stop(1, rgb(235,236,236)));
	background-image:-webkit-linear-gradient(rgb(255,255,255) 0%,rgb(235,236,236) 100%);
	background-image:-o-linear-gradient(rgb(255,255,255) 0%,rgb(235,236,236) 100%);
	background-image:-ms-linear-gradient(rgb(255,255,255) 0%,rgb(235,236,236) 100%);
	background-image:linear-gradient(rgb(255,255,255) 0%,rgb(235,236,236) 100%);
	border: #999999 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
}

.megaKindSearch li a {
	padding: 4px 8px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000;
	display: block;
}


/* パンくず
----------------------------------------------------------------------------- */

ol#path, ul#path {
	position: relative;
	width: 960px;
	margin: 5px auto 10px;
	font-size: 12px;
	overflow: hidden;
	z-index: 50;
}
ol#path li, ul#path li {
	float: left;
	background: url(../img/path.gif) no-repeat right center;
	padding-right: 15px;
	margin-right: 5px;
}
ol#path li.last, ul#path li.last,
ol#path li:last-child, ul#path li:last-child {
	background: none;
}
ol#path li a, ul#path li a {
	color: #009FE5;
	text-decoration: underline;
	}
ol#path li a:hover, ul#path li a:hover {
	text-decoration: none;
	}


/*******************************************************************************
**	フッター
*******************************************************************************/

#f_upperWrap {
	padding: 24px 0;
}

#f_logo {
	width: 84px;
	margin: 0 22px 0 0;
	padding: 5px 0 0 0;
	float: left;
}

#f_text {
	width: 300px;
	padding: 7px 0 0 0;
	float: left;
}

#f_snsLink {
	float: right;
}

#f_snsLink li {
	height: 25px;
	margin: 0 12px 0 0;
	float: left;
}

#f_snsLink li.none {
	margin: 0;
}

#f_middleWrap {
	padding: 50px 0;
	background: #333;
}

.f_categoryList {
	margin: 0 0 36px 0;
}

.f_categoryList dt {
	padding: 0 0 0 38px;
	margin: 0 0 20px 0;
	background: url(../img/ico_glass.png) no-repeat;
	background-position: 0 3px;
	font-size: 15px;
	font-weight: bold;
}

.f_link li {
	margin: 0 20px 10px 0;
	padding: 0 20px 0 0;
	border-right: #FFF 1px solid;
	line-height: 120%;
	float: left;
	white-space: nowrap;
}

.f_link li.none {
	margin: 0 0 20px 0;
	padding: 0;
	border-right: none;
}

.f_link li a:link,
.f_link li a:visited {
	color: #FFF;
	text-decoration: none;
}

.f_link li a:hover {
	color: #FFF;
	text-decoration: underline;
}


.f_leftColumn {
	width: 640px;
	margin: 0 35px 0 0;
	float: left;
}

.f_rightColumn {
	width: 285px;
	float: left;
}

.f_fcWrap {
	width: 243px;
	padding: 20px;
	border: #FFF 1px solid;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.f_fcBtn {
	background: url(../img/top/btn_owl_next.png) no-repeat;
	background-size: 8px 13px;
	background-position: 38px 12px;
	border: #FFF 1px solid;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.f_fcBtn a {
	display: block;
	padding: 8px 0 8px 25px;
	color: #FFF !important;
	text-decoration: none;
}

#f_copy {
	width: 250px;
	float: left;
}

#f_bottomLink {
	float: right;
}

#f_bottomLink li {
	margin: 0 25px 0 0;
	float: left;
}

#f_bottomLink li a:link,
#f_bottomLink li a:visited {
	color: #FFF;
	text-decoration: none;
}

#f_bottomLink li a:hover {
	color: #FFF;
	text-decoration: underline;
}

#f_bottomLink li.none {
	margin: 0;
}

.rightBtnLine{
	position:fixed;
	z-index:100;
	bottom:250px;
	right:5px;
}
.rightBtnLine a{
	display:block;
	width:125px;
	height:82px;
}