/*---------------------------------
画像ロールオーバー
-----------------------------------*/
a:hover img{
filter: alpha(opacity=85);
-moz-opacity:0.85;
opacity:0.85;
}

/* ------------------------------
背景画像の変更
------------------------------ */
#eswsPaneBeta.eswsPane {
    background-image: none;
    background-position: 50% -44px;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

/* メニューバー
=============================================================================================================
*/

/* 背景 */
div#eswsPaneAlphaInner {
background: url(https://www.tsunagu-all.jp/navi/bar0.png) repeat-x;
height:61px;
}
/* デフォルトで表示される文字のスタイル・位置を調整 */
ul#eswsMenu span, #eswsMenu a {
color:#ffffff;
padding: 4px 0px 0px 0px;
font-weight:lighter;
height:61px;
font-size:15px;
}
ul#eswsMenu a {
height:61px;
display:block;
line-height: 60px;
}
ul#eswsMenu span {
height:61px;
/*
margin-left:-10px;
*/
display:block;
}
/*滞在中ページのボタン（アクティブ時）*/
ul#eswsMenu li.active, ul#eswsMenu li.active a, ul#eswsMenu li.active
a span, .eswsDirectoryTitle {
color:#eae3db;
}
/* ナビ全体の高さ・幅の調整 */
div#eswsPaneAlphaInner {
}
#box_gnav {
width: 1000px;
overflow: hidden;
margin: 0 auto;
height: 61px;
}
ul#eswsMenu {
height: 61px;
overflow: hidden;
display: inline-block;
}
/* ナビボタンの高さ・幅・背景・線 */
ul#eswsMenu li {
float: left;
height:61px;
text-align: center;
margin: 0;
border-left:solid 1px #ccc;
border-right:solid 1px #ccc;
}
ul#eswsMenu li + li {
border-right:solid 1px #ccc;
border-left:none;
}
/*hover時の挙動*/
ul#eswsMenu li:hover, ul#eswsMenu span:hover, #eswsMenu
.eswsDirectoryTitle a:hover {
background-position:0px -61px;
/*
background-image:url(https://www.tsunagu-all.jp/navi/bar1.png);
*/
color:#eae3db;
}

ul#eswsMenu li.active{
/*
background-image:url(https://www.tsunagu-all.jp/navi/bar1.png);
*/
background-image:url("");
}

#eswsMenu li .eswsDirectoryTitle span {
    background-image:none;
}
#eswsMenu li.active .eswsDirectoryTitle span {
    background-image: none;
}
ul#eswsMenu li.active a, #eswsMenu li.active .eswsDirectoryTitle {
    background-image: none;
}

ul#eswsMenu li:hover{
/*
background-image:url(https://www.tsunagu-all.jp/navi/bar1.png);
*/
background-image:url("");
color:#014189;
}

/*プルダウンメニュー*/
ul.eswsSecondLayer{
opacity:1.0;
}

ul#eswsMenu ul.eswsSecondLayer li {
    border-color: #eae3db;
opacity:1.0;
}

ul#eswsMenu li.active span, ul#eswsMenu ul.eswsSecondLayer span{
color:#eae3db;
}

#eswsHeaderInner #eswsInquiryTel {
    color: #b0a74c;
    background-image: url(https://www.tsunagu-all.jp/image/icon_tel_head.gif);
    background-position: 0 4px;
    background-repeat: no-repeat;
}


/*物件価格*/
div.eswsOsusumeHorizontal li.eswsBuildingName, div.box_building_name {
    background-color: #2cb9bd;
}

/*物件価格文字*/
span.eswsPrice, li.eswsPrice span, p.typo_price span {
    color: #e08504;
}

/*---------------------------------
ヘッダ
-----------------------------------*/
body {
    background-image: url(https://www.tsunagu-all.jp/pictures/bg_body.gif);
    background-position: 0 0;
    background-repeat: repeat-x;
}

h1#eswsHeading1 {
    color: #ffffff;
}
/*---------------------------------
フッター
-----------------------------------*/
div#eswsFooter {
    background-color:#88c6cb;
}

p#foot_name {
    color: #ffffff;
}

#typo_copyright {
    font-size: 11px;
    color: #f9f8f4;
}

/*---------------------------------
タイトル
-----------------------------------*/
#eswsBody.eswsSaleList h3.eswsTitleHeaderText, #eswsBody.eswsRentList h3.eswsTitleHeaderText, #eswsBody.eswsRentDetail #main_ttl p, #eswsBody.eswsRentDetail #main_ttl h3 {
    color: #020066;
}


#eswsBody.eswsSaleList h3.eswsTitleHeaderText, #eswsBody.eswsRentList h3.eswsTitleHeaderText, #eswsBody.eswsRentDetail #main_ttl p, #eswsBody.eswsRentDetail #main_ttl h3 {
    color: #020066;
}


/*---------------------------------
メニュー文字高さ調整
-----------------------------------*/
#eswsMenu li .eswsDirectoryTitle span {
    /* width: 100%; */
    /* display: inline; */
    padding-right: 0px;
    margin-right: 0px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    line-height: 60px;
}

/*---------------------------------
メニュー文字高さ調整
-----------------------------------*/
#eswsHeaderInner #eswsInquiryTel {
    color: #06044d;
    background-image: url(https://www.tsunagu-all.jp/image/icon_tel_head.gif);
    background-position: 0 4px;
    background-repeat: no-repeat;
}


/*---------------------------------
解約手続きページ
-----------------------------------*/

/*全体*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}


/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

/*ボタン装飾*/
input[type=checkbox] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}