@charset "UTF-8";
/*サイトマップ*/
/*物件一覧はTOPと同じなのでcommon.cssです。*/
.title-area {
  background-image: url(/common/image/img_imagephoto_05.jpg);
  background-position: bottom 20% center; }

.area-text {
  text-align: center; }

.logomark {
  width: 2em;
  height: 2em;
  margin-right: 0.75em;
  fill: #009ddf; }

.topics-list {
  display: inline-block;
  margin: auto;
  text-align: left;
  line-height: 4em; }
  .topics-list > dt {
    width: 17em; }
  .topics-list > dd {
    margin-left: 20em; }

/* SISE Tsblet		 ==================================================================== */
@media (max-width: 480px) {
  .topics-list {
    line-height: 2em; }
    .topics-list > dt {
      width: 100%;
      margin-bottom: 0.5em; }
    .topics-list > dd {
      margin-left: 0;
      margin-bottom: 1em; } }
