/***Body***/

/*---ヘッダー上部の帯表示を非表示---*/
body{
background: none;
}

/*---共通背景---*/
body{
background-image: url(/img/bg_square_bg.png);
background-repeat: repeat;
}

#eswsPaneBeta{
background: none !important;
background-image: url(/img/bg_square_bg.png);
background-repeat: repeat;
}

#eswsPaneBetaInner{
margin-top: 60px;
}



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

/*---既存のヘッダーはロゴ以外非表示---*/

#eswsHeader{
height: 50px;
min-height: 50px;
}

#eswsHeading1, #eswsHeaderParagraph1, #eswsHeading2, #eswsInquiryContent{
display: none;
}

/*---お問い合わせボタン　トップ固定---*/

#eswsInquiryButton{
position: fixed;
top: 3px;
right: 10%;
z-index: 12000000;
}

#eswsInquiryButton a{
background-image: url(/img/btn_e-mail_header.png);
width: 160px;
}


/*---社名ロゴ　トップ固定---*/

#eswsHeaderParagraph2{
position: fixed;
top: 0;
width: 980px;
margin: 0 auto;
z-index: 11000000;
padding-top: 4px;
height: 46px;
}


/*---メインメニュー　トップ固定---*/

#eswsPaneAlpha{
position: fixed;
top: 0;
left: 0;
width: 100%;
padding-top: 2px;
z-index: 10000000;
background-color: #069F27;
border-top: 48px solid #FDF4DF;
box-shadow: 0 2px 4px rgba(0,0,0,0.4);
}


/*---メインメニュー　デザイン上書き---*/

#eswsPaneAlphaInner{
background-image: none !important;
height: 30px !important;
}

#box_gnav{
text-align: center;
}

#box_gnav, ul#eswsMenu, ul#eswsMenu li, ul#eswsMenu li a, ul#eswsMenu li a span, #eswsMenu div.eswsDirectoryTitle, #eswsMenu div.eswsDirectoryTitle span{
height: 30px;
line-height: 30px;
}

ul#eswsMenu a, ul#eswsMenu div.eswsDirectoryTitle{
font-size: 14px;
color: #FFFFFF;
font-weight: normal;
}

ul#eswsMenu li{
padding: 0 6px;
}

ul#eswsMenu li .eswsDirectoryTitle span{
background-image: url("/img/gNav_triangle_white.png");
background-repeat: no-repeat;
}

ul#eswsMenu ul.eswsSecondLayer{
opacity: 1;
}

ul#eswsMenu ul.eswsSecondLayer li{
padding: 0;
}

ul#eswsMenu ul.eswsSecondLayer a{
text-align: left;
}


/*---メインメニュー　ホバー状態---*/
ul#eswsMenu a:hover, ul#eswsMenu div.eswsDirectoryTitle:hover{
color: #FFFFFF;
border-bottom: solid 4px #EB9948;
box-sizing: border-box;
}


/*---メインメニュー　アクティブ状態---*/
ul#eswsMenu li.active, ul#eswsMenu li.active a, ul#eswsMenu li.active div.eswsDirectoryTitle{
background-image: none;
}

ul#eswsMenu li.eswsFile.active a, ul#eswsMenu li.eswsDirectory.active div.eswsDirectoryTitle{
border-bottom: solid 4px #EB9948;
box-sizing: border-box;
}

ul#eswsMenu li.eswsFile.active, ul#eswsMenu li.eswsDirectory.active{
padding: 0 6px;
}

ul#eswsMenu li.eswsFile.active span, ul#eswsMenu  li.eswsDirectory.active div.eswsDirectoryTitle span{
color: #FFFFFF;
font-weight: normal;
}

ul#eswsMenu li.active .eswsDirectoryTitle span{
background-image: url("/img/gNav_triangle_white.png");
background-repeat: no-repeat;
}



/***ページ下部　「ページトップへ」のリンクアイコン変更***/
#eswsPageTop{
background-image: url(/img/compass.png);
background-position: right 0;
padding-left: 0;
padding-right: 18px;
height: 16px;
line-height: 16px;
}



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

#eswsFooter{
background-color: #069F27 !important;
border-bottom: 18px solid #8DDB9E;
}

#eswsFooterInner{
padding:10px 0 0 0;
background-image: url("/img/building_and_house.png");
background-repeat:no-repeat;
background-position:100% 35%;
}

#eswsFooterText a{
padding-top: 12px;
color: #FFFFFF;
font-size: 16px;
font-weight: normal;
margin-bottom: 20px;
}

p#foot_name{
display: none;
}

#typo_copyright{
text-align: center;
margin-bottom: -18px;
}




/*==================================================*/


/***TOPページ***/

/*---スライダー---*/
.slider-pro a:hover img{
opacity: 0.8;
}

/*---タイル　ホバー---*/

.tile_feature_hover :hover div{
border: 10px solid #E9A0B1 !important;
}

.tile_greenline_hover a:hover div{
color: #FFFFFF !important;
background-color: #33B750 !important;
}

.tile_blueline_hover a:hover div{
color: #FFFFFF !important;
background-color: #6C80BB !important;
}

.bg_greenblue_hover a:hover div{
background-color: #8AD9DD !important;
}

.bg_orange_hover a:hover div{
background-color: #F5CBA0 !important;
}

/*---ボタン　ホバー---*/

.btn_hover_bluegreen a:hover p{
background-color: #8AD9DD !important;
}

.btn_hover_pink a:hover p{
background-color: #E09AC4 !important;
}

.btn_hover_orange a:hover div{
background-color: #F5CBA0 !important;
}

/***管理物件一覧ページ***/

/*---パン屑リスト　非表示---*/

#eswsBreadcrumb{
display: none;
}