@charset "utf-8";


/*-------------------------------------------------------------------------
住まいを探す 件数表示部
-------------------------------------------------------------------------*/
#balloon
{
  background-color: #fff4ea;
  border: 1px solid #aaa;
  border-radius: 6px;
  line-height: 1.5;
  margin-bottom: 6px;
  padding: 7px;
  position: relative;
}
#balloon:before
{
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #aaa;
  bottom: -11px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
}
#balloon:after
{
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff4ea;
  bottom: -10px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 0;
}

#balloon > div
{
  text-align: center;
}
#balloon #balloonInnerRecordNum
{
margin: 0 auto;
width: 140px;
}
#balloon #balloonInnerRecordNum .recordNums
{
text-align: right !important;
width: 65px !important;
}

#balloon #balloonInnerRecordNum td > span
{
  color: blue;
  font-size: 1.3em;
  font-weight: bold;
}



/*-------------------------------------------------------------------------
こだわり
-------------------------------------------------------------------------*/
.l_article_column2
{
  width: 236px;
}
        
        
.topic_headline {
  margin: 0 0 15px;
}
.topic_list li {
  margin: 0 0 12px;
}
.topic_list_img {
  margin: 0 0 15px;
  overflow: hidden;
}
/*.topic_list_text {
  font-size: 12px;
  line-height: 1.3;
  text-align: justify;
}*/


  /*.topic_headline{ margin: 0 0 10px; }*/
  .topic_list li{ margin: 0 0 12px; }
  .topic_list_img
  {
    margin: 0 0 8px;
    overflow: hidden;
  }
/*  .topic_list_headline
  {
    font-size: 13px;
    font-weight: bold;
  }
  .topic_list_headline:before
  {
    content: url("//www.img-asp.jp/cms/55900_1_480_1000_1.jpg?t=1472806544");
    color: #898989;
    font-size: 9px;
    vertical-align: 1px;
    margin: 0 2px 0 0;
  }*/
  .topic_list_text
  {
    font-size: 12px;
    line-height: 1.3;
    text-align: justify;
  }
  
  .separate
  { text-align: center; }
  .separate > img
  { margin: 0 3px; }
 
  
  
 /*-------------------------------------------------------------------------
当社休業日
-------------------------------------------------------------------------*/
#holiday
{
  background-color: #f1fae9;
  border: 5px solid #6eb92b;
  margin-bottom: 20px;
  padding: 10px;
}

#holiday_txt1
{
  font-size: 20px;
  margin-bottom: 10px;
}

#holiday_txt2_pc
{
  font-size: 14px;
  line-height: 2em;
  text-align: center;
}
#holiday_txt2_sp{ display: none; }
 

 
  
  
  