@charset "utf-8";

/* 
############################################################
サイト内で使用するヘッダの設定 
（複数ある場合は全種類まとめて）
【読み込み範囲】全ファイル
############################################################
*/


/* = ヘッダー
----------------------------------------------- */
.sec-header {
    position: relative;
    
    min-width: 1070px;
    
    word-wrap: normal;
    background: #fff;
}
.ie7 .sec-header {
    z-index: 10;
}


/* = mod-header
----------------------------------------------- */ 

/* = globalHead
----------------------------------------------- */
.mod-header .globalHead {
    width: 1070px;
    padding-top: 151px;
    line-height: 38px;
    margin: 0 auto;
    color: #8199a2;
    font-size: 84.6%; /* 11px */
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mod-header .globalHead h1 {
    padding-left: 10px;
}

/* = global
----------------------------------------------- */
.mod-header .global.fixed {
    width: 100%;
    min-width: 1070px;
    /*position: fixed;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}
.mod-header .global .homesBar {
    position: relative;
    height: 31px;
    margin-bottom: -4px;
    padding-bottom: 4px;
    padding-right: 0;
    z-index: 51;
    background: #ed6103;
}
.mod-header .global .homesBar .logo {
    float: left;
}
.mod-header .global .homesBar .logo a,
.mod-header .global .homesBar .logo span {
    display: block;
    height: 31px;
    width: 91px;
    background: url(/renovation/assets/default/img/common/logo/lifull_homes_white.svg) left top;
    background-size: contain;
    text-indent: 100%;
    overflow: hidden;
}
.mod-header .global .homesBar .message {
    left: 100px;
    position: absolute;
    top: 10px;
}
.mod-header .global .homesBar .message .copy {
    color: #ffefe4;
    font-size: 84.6%; /*11px*/
    line-height: 16px;
}
.mod-header .global .homesBar .clip {
    float: right;
}
.mod-header .global .homesBar .clip a {
    display: block;
    width: 73px;
    height: 31px;
    background: url(/renovation/assets/default/img/header/sprite_header_button.png) no-repeat -252px top;
    text-indent: -100%;
    overflow: hidden;
}
.mod-header .global .homesBar .clip a:hover {
    background-position: -252px -31px;
}
.mod-header .global .homesBar .favorite {
    float: right;
}
.mod-header .global .homesBar .favorite a {
    display: block;
    width: 91px;
    height: 31px;
    background: url(/renovation/assets/default/img/header/sprite_header_button.png) no-repeat -325px top;
    text-indent: -100%;
    overflow: hidden;
}
.mod-header .global .homesBar .favorite a:hover {
    background-position: -325px -31px;
}
.mod-header .global .homesBar .about {
    float: right;
    display: block;
    margin-right: 18px;
    line-height: 31px;
    font-size: 84.6%;
}
.mod-header .global .homesBar .about a {
    color: #fff;
    text-decoration: none;
}
.mod-header .global .homesBar .about a:hover {
    color: #ffe680;
}
.mod-header .global .homesBar .call {
    display: block;
    margin-right: 18px;
    line-height: 31px;
    float: right;
    font-size: 84.6%;
}
.mod-header .global .homesBar .call a {
    color: #fff;
    text-decoration: none;
}
.mod-header .global .homesBar .call a:hover {
    color: #ffe680;
}

/* = globalService
----------------------------------------------- */
.mod-header .globalService {
    position: relative;
    background-color: #fff;
}
.mod-header .globalService .inner {
    min-height: 70px;
    padding-left: 273px;
    padding-right: 20px;
}
.mod-header .globalService .logo {
    position: absolute;
    top: 5px;
    left: 20px;
}
.mod-header .globalService .headerNaviClip {
    float: right;
    display: table;
    height: 50px;
    padding-top: 5px;
}
.mod-header .globalService .headerNaviClip .naviCategoryTitle {
    font-size: 84.6%; /*11px*/
    font-weight: bold;
    color: #ed6103;
    padding-top: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 20px;
}
.mod-header .globalService .headerNaviClip .naviButton {
    float: left;
    margin-right: 5px;
}
.mod-header .globalService .headerNaviClip .naviButton:last-child {
	margin-right: 0;
}
.mod-header .globalService .headerNaviClip .naviButton a {
    text-align: center;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 120px;
    height: 30px;
    padding-top: 8px;
    border: 1px solid #c9d5d7;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #111;
    text-decoration: none;
}
.mod-header .globalService .headerNaviClip .naviButton a:hover {
    position: relative;
    z-index: 2;
    border-color: #ed6103;
    color: #ed6103;
}
.mod-header .globalService .headerNaviClip .naviButton a span.textSmall {
    font-size: 84.6%; /*11px*/
}
.mod-header .globalService .headerNaviClip .naviSearchCell {
    display: table-cell;
    width: 260px;
    vertical-align: top;
}
.mod-header .globalService .headerNaviClip .naviSearchCell ul li:first-child {
    margin-right: 0;
}
.mod-header .globalService .headerNaviClip .naviSearchCell ul li:first-child a {
    -moz-border-top-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.mod-header .globalService .headerNaviClip .naviSearchCell ul li:last-child a {
    margin-left: -1px;
    -moz-border-top-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.mod-header .globalService .headerNaviClip .naviLearnCell {
    display: table-cell;
    width: 245px;
    vertical-align: top;
}
.mod-header .globalService .headerNaviClip .naviMypageCell {
    display: table-cell;
    width: 125px;
    vertical-align: top;
}
.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonClip {
    float: left;
    margin-right: 0;
}
.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonFavorite {
    float: right;
    margin-right: 0;
}
.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonClip .buttonInner,
.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonFavorite .buttonInner {
    text-align: center;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 60px;
    height: 50px;
    padding-top: 8px;
    border: 1px solid #c9d5d7;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #111;
    text-decoration: none;
}

.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonClip .iconLine,
.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonFavorite .iconLine {
    height: 24px;
    text-align: center;
}
.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonClip .icon,
.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonFavorite .icon {
    display: inline-block;
    background: url(/renovation/assets/default/img/header/sprite_header_icon.png) no-repeat;
    text-indent: -9999px;
}
.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonClip .icon {
    width: 17px;
    height: 18px;
    background-position: left top;
}
.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonFavorite .icon {
    width: 18px;
    height: 17px;
    background-position: left -20px;
}
.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonClip .text,
.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonFavorite .text {
    font-size: 76.9%; /*10px*/
}
/* hover */
.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonClip a.buttonInner:hover .icon {
    background-position: -20px top;
}
.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonFavorite a.buttonInner:hover .icon {
    background-position: -20px -20px;
}
.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonClip a.buttonInner:hover,
.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonFavorite a.buttonInner:hover {
    border-color: #ed6103;
}
.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonClip a.buttonInner:hover .text,
.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonFavorite a.buttonInner:hover .text {
    color: #ed6103;
}
/* noItem */
.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonClip.noItem .buttonInner,
.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonFavorite.noItem .buttonInner,
.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonClip.noItem .buttonInner:hover,
.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonFavorite.noItem .buttonInner:hover {
    border-color: #eee;
    background-color: #f0f0f0;
    cursor: default;
}
.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonClip.noItem .text,
.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonFavorite.noItem .text,
.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonClip.noItem .buttonInner:hover .text,
.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonFavorite.noItem .buttonInner:hover .text {
    color: #ccc;
}
.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonClip.noItem .icon,
.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonClip.noItem .buttonInner:hover .icon {
    background-position: -40px top;
}
.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonFavorite.noItem .icon,
.mod-header .globalService .headerNaviClip .naviMypageCell .naviButtonFavorite.noItem .buttonInner:hover .icon {
    background-position: -40px -20px;
}



/* clearFix */
.mod-header .globalService .headerNaviClip ul:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.ie .mod-header .globalService .headerNaviClip ul {
    zoom: 1;
}


.mod-header .globalNavi .nav {
    display: table;
    width: 1050px;
    margin: 0 auto;
    box-sizing: border-box;
    border-right: 2px solid #111;
    border-left: 2px solid #111;
    height: 55px;
}
.mod-header .globalNavi .nav li {
    display: table-cell;
    box-sizing: border-box;
    width: 20%;
    border-left: 1px solid #999;
    vertical-align: top;
}
.mod-header .globalNavi .nav li:first-child {
    border-left: none;
}
.mod-header .globalNavi .nav li:last-child {
	border-left: 2px solid #111;
}
.mod-header .globalNavi .nav li a {
    display: table;
    width: 100%;
    height: 55px;
    text-decoration: none;
    color: #111;
}
.mod-header .globalNavi .nav li a .inr {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.mod-header .globalNavi .nav li a:hover {
    background: #fff5df;
    color: #ed6103;
}
.mod-header .globalNavi .nav li a .ttl {
    font-size: 138.5%; /*18px*/
    font-weight: bold;
}
.mod-header .globalNavi .nav li a .sub {
    font-size: 92.3%; /*12px*/
    margin-top: 3px;
}
.mod-header .globalNavi .nav li a .ttlS {
    line-height: 1.3;
    font-size: 115.4%; /*15px*/
    font-weight: bold;
}
