@charset "utf-8";
/* CSS Document */

#contentsArea {

}

.contentsWrap {
  overflow: hidden;
}
/* ===================================
#topSliderBox
=================================== */
#topSliderBox {
  overflow: hidden;
  /* スライダーじゃない場合 */
  width: 960px;
  margin: 18px auto 0;
}

/* ===================================
#topArea
=================================== */
#topArea {
  overflow: hidden;
  margin: 40px 0;
}
#topArea .corner01 {
  width: 420px;
  float: left;
}
#topArea .corner01 h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  /*
  background: url(https://base.formatline.com/type009/common/img/ico_01.png) no-repeat left top;
  background-size: 22px;
  */
  padding-left: 35px;
  line-height: 27px;
  margin-bottom: 5px;
}
#diaryArea {
  width: 510px;
  float: right;
}
#diaryArea > div {
  border: 1px solid #E2E2E2;
  height: 200px;
  background: #FFF;
}
#diaryArea h2,
.rankingArea h2 {
  font-size: 17px;
  font-weight: bold;
  font-family: Arial;
  letter-spacing: 0.5px;
  color: #333;
  border-left: 3px solid #000;
  padding: 2px 5px 0 12px;
  margin-bottom: 10px;
}
#diaryArea .btn {
  display: block;
  height: 45px;
  font-size: 14px;
  line-height: 45px;
  border: 1px solid #E2E2E2;
  border-radius: 3px;
  color: #E2E2E2;
  text-align: center;
  text-decoration: none;
  z-index: 1;
  margin: 10px 30px 0 15px;
}
#diaryArea .btn a {
  display: block;
  text-decoration: none;
  color: #333;
}
#diaryArea .btn a span {
  position: relative;
  display: inline-block;
}
.diaryAreaInner {
  padding: 15px;
  height: 135px;
  overflow-y: scroll;
  box-sizing: border-box;
}
.diaryAreaInner .dateBox {
  position: relative;
  font-size: 13px;
  padding: 3px 10px 3px 0;
  color: #8C8C8C;
  display: inline-block;
}
.diaryAreaInner .tit {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: bold;
  color: #31739A;
  line-height: 1.6;
}
.diaryAreaInner .comment {
  font-size: 12px;
  margin-top: -2px;
  line-height: 1.8;
}
.diaryAreaInner .comment a {
	color: #31739A;
	text-decoration: underline;
}
.diaryAreaInner .comment a:hover {
	text-decoration: none;
}
.diaryAreaInner .pic {
  overflow: hidden;
  float: right;
}
#diaryListPC li {
  margin-bottom: 15px;
  padding-top: 15px;
  border-top: 1px dotted #CCC;
  word-break: break-all;
  overflow: hidden;
}
#diaryListPC li:nth-child(5n-4) {
  padding-top: 0px;
  border-top: none;
}
.diaryAreaInner .newIcon {
  box-sizing: border-box;
}
.diaryAreaInner .newIcon::after {
  content: 'NEW';
  text-align: center;
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  height: 15px;
  line-height: 16px;
  top: 2px;
  right: -33px;
  width: 35px;
  background: #DFC243;
}
.diaryAreaInner .pageBtn {
  overflow: hidden;
  padding-bottom: 10px;
}
.diaryAreaInner .prevBtn{
  display: inline-block;
  cursor: pointer;
  border-bottom: 1px solid;
  color: #0000ff;
}
.diaryAreaInner .nextBtn{
  float: right;
  display: inline-block;
  cursor: pointer;
  border-bottom: 1px solid;
  color: #0000ff;
}
.diaryAreaInner .prevBtn:hover,
.diaryAreaInner .nextBtn:hover{
  opacity: 0.7;
}
.diaryAreaInner .listDisplayNone,
.diaryAreaInner .prevBtnHide,
.diaryAreaInner .nextBtnHide {
  display: none;
}
.diaryAreaInner .pic img {
  margin-left: 15px;
  max-width: 150px;
  max-height: 150px;
  float: right;
}
/*============================
#centerArea
============================*/
#centerArea,#centerArea02 {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
#centerArea .searchTitle,
#centerArea02 .searchTitle {
  background: url(https://base.formatline.com/type009/common/img/ico_search_01.png) no-repeat 10px;
  width: 240px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  padding: 16px 0 14px 35px;
  color: #333;
  border-top: 2px solid #D7EAB8;
  border-bottom: 1px solid #E2E2E2;
}
#centerArea .searchTitle span,
#centerArea02 .searchTitle span{
  font-size: 18px;
}
#centerArea ul,
#centerArea02 ul {
  margin: 10px 0 20px 15px;
}
#centerArea ul li,
#centerArea02 ul li {
  position: relative;
}
#centerArea ul li.listTitle,
#centerArea02 ul li.listTitle {
  margin: 10px 0;
  padding-left: 10px;
  font-size: 13px;
  font-weight: bold;
  border-left: 2px solid #3D3D3D;
}
#centerArea ul li.listTitle:before,
#centerArea02 ul li.listTitle:before {
  background:none!important;
}
#centerArea ul li:before,
#centerArea02 ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background: #9BCB4E;
  position: absolute;
  top: 47%;
  left: 0;
}
#centerArea ul li a,
#centerArea02 ul li a {
  font-size: 13px;
  display: block;
  padding: 9px 0 9px 20px;
  color: #333;
  text-decoration: none;
}
#centerArea ul li a:hover,
#centerArea02 ul li a:hover {
  opacity: 0.7;
}
#centerArea .cenetrCube,
#centerArea02 .cenetrCube,
#bottomArea .bottomCube {
  /*
  background: url(https://base.formatline.com/type009/common/img/ico_01.png) no-repeat left top #F2F2EC;
  background-size: 40px;
  */
  padding: 18px 25px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
#centerArea .cenetrCube h2,
#centerArea02 .cenetrCube h2,
#bottomArea .bottomCube h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  width: 83%;
  display: inline-block;
  margin: 3px 0 17px;
}
#centerArea .cenetrCube .btn,
#centerArea02 .cenetrCube .btn,
#bottomArea .bottomCube .btn {
  float: right;
}
#centerArea .cenetrCube .btn a,
#centerArea02 .cenetrCube .btn a,
#bottomArea .bottomCube .btn a {
  width: 100px;
  text-align: center;
  display: block;
  font-size: 12px;
  color: #333;
  border: 1px solid #333;
  border-radius: 2px;
  float: right;
  padding: 7px 0;
  box-sizing: border-box;
  text-decoration: none;
}
.btn a:hover {
  opacity: 0.7;
}

/*============================
#centerLeft
============================*/
.centerLeft {
  float: left;
  width: 240px;
}

.searchBnr {
  margin-bottom: 20px;
}

.centerLeft h4 {
  margin-top: 15px;
  font-size: 13px;
}
/*============================
#centerRight
============================*/
.centerRight {
  float: right;
  width: 690px;
}

/*============================
#bottomArea
============================*/
#bottomArea .bottomCube {
  margin-bottom: 60px;
}

/*============================
#topBox01
============================*/

#topBox01{
  padding-top:20px;
  margin-bottom:30px;
}

#topBox01_01{
  width:230px;
  height:370px;
  float:left;
  margin-right:30px;
  position:relative;
  padding-top:50px;
}

#tB01_img01{
  position:absolute;
  left:0;
  top:5px;
}

.topFrame01{
  border-top:solid 5px #7CBE2C;
  border-bottom:solid 5px #E6E6DA;
  height:360px;
}

.topFrame01Inner{
  border-left:solid 5px #7CBE2C;
  border-right:solid 5px #E6E6DA;
  height:360px;
  padding-top: 20px;
}

#topBox01_02{
  width:700px;
  height:420px;
  float:left;
  position:relative;
}

.topFrame02{
  border-top:solid 5px #EDE237;
  border-left:solid 5px #EDE237;
  border-bottom:solid 5px #46CED9;
  border-right:solid 5px #46CED9;
  height:410px;
  background-color:#F4F4F4;
}

#tB01_img02{
  position:absolute;
  right:0px;
  top:0px;
  width:10px;
  height:10px;
  background: url(http://formatline.com/base/type004/color04/img/img_triangle_01.png) no-repeat left top;
}

#tB01_img03{
  position:absolute;
  left:0;
  bottom:0px;
  width:10px;
  height:10px;
  background: url(http://formatline.com/base/type004/color04/img/img_triangle_02.png) no-repeat left top;
}
#tB01_img04{
  position:absolute;
  left:0;
  top:0px;
  width:126px;
  height:35px;
  background: url(http://formatline.com/base/type004/color04/img/img_search_01.png) no-repeat left top;
}

#listBtn01 , #listBtn02{
  width:210px;
  height:40px;
  position:absolute;
  right:20px;
  top:20px;
  text-align:center;
  line-height:40px;
  font-size:18px;
  font-weight:bold;
}
#listBtn02{
  right:240px;
  top:20px;
}

#listBtn01 a,#listBtn02 a{
  color:#FFF;
  background: url(http://formatline.com/base/type004/color04/img/bg_btn_01.png) no-repeat left top;
  display:block;
}
#listBtn01 a:hover , #listBtn02 a:hover{
  text-decoration:none;
  opacity:0.7;
  filter: alpha(opacity=70);
}

#listBtn01 span,#listBtn02 span{
  font-size:15px;
  padding-left:2px;
}

#tF02_Tit01{
  font-size:20px;
  font-weight:bold;
  padding:40px 0 0 25px ;
  margin-bottom:15px;
}

#listBox01{
  width:650px;
  height:113px;
  background-color:#FFF;
  margin:auto;
  margin-bottom:10px;
  padding-top:7px;
}

#listBox02{
  width:319px;
  height:123px;
  float:left;
  background-color:#FFF;
  margin-left:20px;
  padding-top:7px;
}

#listBox03{
  width:319px;
  height:123px;
  float:right;
  background-color:#FFF;
  margin-right:20px;
  padding-top:7px;
}

.mb10{
  margin-bottom:10px;

}

.listTit{
  background: url(http://formatline.com/base/type004/color04/img/bg_list_01.png) no-repeat left top;
  font-size:13px;
  font-weight:bold;
  padding-left:15px;
}
ul.listNav{
  margin:10px 20px;

}
#listBox01 ul.listNav li a{
  background: url(http://formatline.com/base/type004/color04/img/img_arrow_01.png) no-repeat left center;
  padding-left:10px;
  float:left;
  font-size:13px;
  line-height: 26px;
  width: 140px;
}
#listBox02 ul.listNav li a ,#listBox03 ul.listNav li a{
  background: url(http://formatline.com/base/type004/color04/img/img_arrow_01.png) no-repeat left center;
  padding-left:10px;
  float:left;
  font-size:13px;
  line-height: 23px;
  width: 120px;
}


#listInfo{
  width:650px;
  height:30px;
  position:absolute;
  bottom:20px;
  left:35px;
}
#listInfo01{
  color:#D88514;
  font-size:12px;
  font-weight:bold;
  float:left;
  padding-right:15px;

}
#listInfo02{
  font-size: 27px;
  font-weight:bold;
  float:left;
  padding-right: 10px;
  padding-left: 35px;
  background: url(http://formatline.com/base/type004/color04/img/img_tel_02.png) no-repeat left 0px;
}
#listInfo03{
  font-size:11px;
}


/* ===================================
#rankingArea
=================================== */
.rankingArea {
  margin: 15px 0 40px;
}
.rankingArea h2 span {
  font-size: 12px;
  padding-left: 15px;
  vertical-align: top;
  line-height: 20px;
}

/* ===================================
scube共通
=================================== */
.cubeWrap {
  overflow: hidden;
}
.cubeWrap .error {
  padding: 15px;
  font-size: 15px;
}
.cubeWrap .list li:first-child {
  visibility: hidden;
}
/* キューブ */
.cubeWrap .list li {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #FFF;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  overflow: hidden;
  float: left;
  height: auto;
  box-sizing: border-box;
  margin: 0 0 10px;
  border: 1px solid #E2E2E2;
}
.cubeWrap .list li a:hover img {
	opacity: 0.7;
}
/* キューブ内の右側 */
.cubeWrap .list li .infoArea {
  float: left;
  padding: 6px 10px 0;
  box-sizing: border-box;
  line-height: 1.7;
}
/* 利回り */
.cubeWrap .list li .infoArea .rimawari02 {
    display: block;
}
/* キューブ内の情報部分 */
.cubeWrap .info02 {
  font-size: 12px;
  clear: both;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
}
/* キューブ内の情報の色 */
.cubeWrap a,
.cubeWrap a:hover .info02 {
  color: #000;
}
/* キューブ内マウスオーバー */
.cubeWrap a:hover .comment {
  text-decoration: underline;
}
/* 画像位置 左 */
.cubeWrap .pic01 {
  float: left;
}
/* 価格 */
.cubeWrap .price01 {
  float: none;
  color: #CE4717;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
/* 価格 単位部分 */
.cubeWrap .price01 span {
  font-size: 15px;
}
.cubeWrap .list li .infoArea span.unit {
  display: inline;
  padding: 0;
}
/* 間取り */
.cubeWrap .list li .infoArea span.info02 .madori {
  display: inline;
}
/* 利回り */
.cubeWrap a span.rimawari02 .red {
  color: #F00;
}
/* 情報区切り */
.cubeWrap .list li .infoArea span.info02 .spt {
  display: inline-block;
  padding: 0 2px;
}
/* コメント */
.cubeWrap .list li span.comment {
  color: #31739A;
  text-align: left;
  padding: 10px;
  float: right;
  box-sizing: border-box;
  line-height: 1.5;
}
.ellipsis {
  margin-top: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ===================================
scube01
=================================== */
.scube01 .list li {
  width: 420px;
}
.scube01 .list li.error {
  width: 100%;
  min-height: 200px;
  background: url(https://base.formatline.com/common/img/img_comingsoon_01.png) no-repeat center 50px;
  background-size: 186px;
  text-indent: -9999px;
  border-color: #E2E2E2;
}
.scube01 .pic01 img {
  width: 198px;
  margin: 0;
}
.scube01 .list li .infoArea {
  width: 220px;
}
.scube01 .list li span.comment {
  width: 220px;
}
.scube01 .price01 {
  font-size: 22px;
}
.scube01 .price01 span {
  font-size: 12px;
}

/* ===================================
scube02
=================================== */
.scube02 .list li {
  width: 315px;
}
.scube02 .list li:nth-child(even) {
  margin-right: 10px;
}
.scube02 .list li.error {
  width: 100%;
  min-height: 220px;
  background: url(https://base.formatline.com/common/img/img_comingsoon_01.png) no-repeat center 65px;
  background-size: 186px;
  text-indent: -9999px;
  border-color: #E2E2E2;
}
.scube02 .pic01 img {
  width: 128px;
  margin: 0;
}
.scube02 .list li .infoArea {
  width: 185px;
  height: 75px;
}
.scube02 .list li span.comment {
  width: 185px;
  height: 53px;
}
.scube02 .price01 {
  font-size: 19px;
}

/* ===================================
scube03
=================================== */
.scube03 {
}
.scube03 .list li {
  width: 294px;
  margin: 0 14px 14px 0;
}
.scube03 .list li:nth-child(4),
.scube03 .list li:nth-child(7) {
  margin-right: 0;
}
.scube03 .list li.error {
  width: 100%;
  min-height: 200px;
  background: url(https://base.formatline.com/common/img/img_comingsoon_01.png) no-repeat center 50px;
  background-size: 186px;
  text-indent: -9999px;
  border-color: #E2E2E2;
}
.scube03 .pic01 img {
  width: 128px;
  margin: 0;
}
.scube03 .list li .infoArea {
  width: 164px;
  height: 73px;
}
.scube03 .list li span.comment {
  width: 164px;
  height: 55px;
}
.scube03 .price01 {
  font-size: 19px;
}

/* ===================================
scubeRanking
=================================== */
.scubeRanking {
  background: url(https://base.formatline.com/common/img/bg_ranking_pc.png) no-repeat 18px 19px #F2F2EC;
  padding: 45px 20px 5px;
}
.scubeRanking .list li {
  width: 300px;
  margin-right: 10px;
}
.scubeRanking .list li:last-child {
  margin-right: 0;
}
.scubeRanking .list li.error {
  width: 100%;
  min-height: 100px;
  background: url(https://base.formatline.com/common/img/img_comingsoon_01.png) no-repeat center 13px;
  background-size: 160px;
  text-indent: -9999px;
  border-color: #E2E2E2;
}
.scubeRanking .pic01 img {
  width: 80px;
  margin: 0;
}
.scubeRanking .list li .infoArea {
  width: 215px;
  height: 80px;
  line-height: 1.8;
  font-size: 11px;
  padding: 6px 3px 7px 7px;
}
.scubeRanking .price01,
.scubeRanking .price01 span {
  font-size: 16px;
}
.scubeRanking .rimawari02 {
  letter-spacing: -0.5px;
}

