@charset "utf-8";


/*================================
共通
================================*/
#contents-inner-page {line-height:1.8;}



/*================================
賃貸ブリッジページ
================================*/
#contents-inner-page table#custom_table {}
#contents-inner-page table#custom_table td {width:380px; text-align:center; vertical-align:top;}
#contents-inner-page table#custom_table td:first-child,
#contents-inner-page table#custom_table td:last-child {width:280px;}
#contents-inner-page table#custom_table td a {display:block; padding-top:20px; font-size:14px;} 
/*#contents-inner-page table#custom_table tr:nth-child(2) td {padding-top:20px; font-size:14px;}*/

#contents-inner-page table#custom_table div {width:280px; height:200px; position:relative;
background:url(/contents/images/page/chintai/navi_h_bg.png) no-repeat center bottom;
margin:0 auto 0 auto;
cursor: pointer;
cursor: hand;
}
#contents-inner-page table#custom_table .navi_h {
font-size:16px;
font-weight:bold;
font-family: "Noto Sans JP","游ゴシック体","YuGothic","游ゴシック","Yu Gothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",Helvetica,Arial,sans-serif;
color:#FFF;
letter-spacing:1px;
line-height:1;
text-align:center;
text-shadow:1px 2px 0 rgba(0,0,0,0.8);
z-index:100;
position:absolute; bottom:0; left:0;
width:280px; height:60px;
padding-top:31px;
box-sizing:border-box;
}
#contents-inner-page table#custom_table .navi_h span {color:#C00;}
#contents-inner-page table#custom_table .parking {
padding-top:28px;
}

#contents-inner-page table#custom_table .navi_thumb {width:280px; height:200px; overflow:hidden;}
#contents-inner-page table#custom_table .navi_thumb img {
-moz-transition:-moz-transform 0.5s linear;
-webkit-transition:-webkit-transform 0.5s linear;
-o-transition:-o-transform 0.5s linear;
-ms-transition:-ms-transform 0.5s linear;
transition:transform 0.5s linear;
}
#contents-inner-page table#custom_table .navi_thumb img:hover {
-webkit-transform:scale(1.2);
-moz-transform:scale(1.2);
-o-transform:scale(1.2);
-ms-transform:scale(1.2);
transform:scale(1.2);
}



/*================================
お問い合わせ（ページ下部）
================================*/
#contents-inner-page .inquiry {
width:890px; height:235px;
margin:0 auto 0 auto;
border-radius:10px;
box-sizing:border-box;
position:relative; line-height:1;
background-color:#FFF;
/* box-shadow */
box-shadow:rgba(0, 0, 0, 0.15) 0 0 5px 0;
-webkit-box-shadow:rgba(0, 0, 0, 0.15) 0 0 5px 0;
-moz-box-shadow:rgba(0, 0, 0, 0.15) 0 0 5px 0;
}
#contents-inner-page .inquiry .bg {background:url(/contents/images/page/common/inquiry_bg.png) no-repeat top left;width:890px; height:235px;}
#contents-inner-page .inquiry .h {font-size:28px; position:absolute; top:43px; left:160px; line-height:1.2; padding-right:20px;}
#contents-inner-page .inquiry .h br {display:none;}
/*#contents-inner-page .inquiry .h br:last-child {display:block;}*/
#contents-inner-page .inquiry .tel {vertical-align:top; width:400px; height:105px; position:absolute; bottom:20px; left:30px;}
#contents-inner-page .inquiry .tel .text {border-radius:3px; padding:7px 5px 5px 5px; margin:0; color:#FFF; text-align:center; font-size:14px; letter-spacing:0.05em; background:#049;}
#contents-inner-page .inquiry .tel .num {margin:9px 0 9px 0; padding-left:70px; font-size:42px; font-family: "Century Gothic",Verdana,Arial,sans-serif;white-space:nowrap; background:url(/contents/images/page/common/inquiry_tel.png) no-repeat left center; font-weight:bold;
-webkit-text-size-adjust: 85%;/*←スマホ対応*/}
#contents-inner-page .inquiry .tel .num a {color:#333; text-decoration:none;}
#contents-inner-page .inquiry .tel .open {font-size:16px;}
#contents-inner-page .inquiry .mail {vertical-align:top; width:400px; position:absolute; bottom:20px; right:30px;}
#contents-inner-page .inquiry .mail .mail_btn {border-radius:6px; font-size:22px; font-weight:bold; text-align:center; border:1px #F90 solid;
letter-spacing:2px; text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
height:105px; box-sizing:border-box; width:auto;
/* box-shadow */
box-shadow:rgba(0, 0, 0, 0.15) 0 0 5px 0;
-webkit-box-shadow:rgba(0, 0, 0, 0.15) 0 0 5px 0;
-moz-box-shadow:rgba(0, 0, 0, 0.15) 0 0 5px 0;

background-color:#F90;
background:-moz-linear-gradient(top, #FA0, #F70);
background:-webkit-linear-gradient(top, #FA0, #F70);
background:linear-gradient(to bottom, #FA0, #F70);
background:-webkit-gradient(linear, left top, left bottom, from(#FA0), to(#F70));
-pie-background:linear-gradient(top, #FA0, #F70);

behavior:url("/contents/style/PIE.htc");
position:relative;/*for PIE*/

display:block;}

#contents-inner-page .inquiry .mail .mail_btn span {font-size:12px; font-weight:normal; letter-spacing:4px; margin-bottom:12px; padding-bottom:12px; border-bottom:1px #F70 solid; display:inline-block;}
#contents-inner-page .inquiry .mail .mail_btn a {display:block; padding:22px 10px 22px 10px; color:#FFF; text-decoration:none;}
#contents-inner-page .inquiry .mail .mail_btn a:hover {opacity:0.5;}