/*--------------------------------------
トップページ用
---------------------------------------*/
/*物件一覧の中身*/
a.bukkenbox{
display:block;
width:90%;
height:auto;
margin:0 auto 30px;
border:1px solid #111;
padding:0 0 10px 0;
}
a.bukkenbox .titlearea{
width:98%;
height:5rem;
border-bottom:1px solid #111;
margin:0 0 14px 0;
}
a.bukkenbox .titlearea .icon01{
float:left;
width:20%px;
height:5rem;
border-right:1px solid #000000;
white-space: nowrap;text-indent: 100%;overflow: hidden;
}
a.bukkenbox .titlearea .title{
float:right;
width:79%;
padding:0;
}
a.bukkenbox .titlearea .title .sub{
font-size:14px;
font-weight:bold;
height: 5rem;
display: table-cell;
vertical-align: middle;
line-height:1.6;
}
a.bukkenbox .titlearea .title .main{
font-size:14px;
font-weight:bold;
}
a.bukkenbox .photo{
width:100%;
height:auto;
position:relative;
margin:0 0 10px 0;
}
a.bukkenbox .photo img{
position: static;
display: block;
width: 100%;
height: auto;
top: 0;
right: 0;
/*bottom: 0;*/
left: 0;
margin: auto;
}
.bottomicon_new{/*新築アイコン*/
z-index:1;
position:absolute;
top:6px;
left:0;
height:18px;
line-height:19px;/*調整*/
background:#EE3813;
color:#fff;
font-size:12px;
padding:2px 8px;
text-align:center;
font-weight:bold;
font-family:Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}
a.bukkenbox .detail{
width:98%;
height:8rem;
font-size:1rem;
line-height:1.6rem;
margin:0 10px;
}
a.bukkenbox .detail .price{
font-weight:bold;
}