@charset "UTF-8";

/* link
***************************************************************************/
a {
	color: #333;
	text-decoration: none;

}
a:hover {
	color: #97D228;
	text-decoration: none;
}


.box a.shadow:hover {
	color: #333;
	text-decoration: none;
}


/****
footer
***************************************************************************/
footer {
	margin:10px 10px;
}


/****
box
***************************************************************************/
.box {
	font-size: 12px;
	line-height: 1.61;
}

.box:hover {
	/*
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 5px #888;
	-moz-transform: scale(1.03,1.03);
	-webkit-transform: scale(1.03,1.03);
	transform: scale(1.03,1.03);
	*/
}

#inline a {
	color: #094;
	text-decoration: underline;
}
#inline a:hover {
	color: #00aeef;
	text-decoration: none;
}


.addShadow{
	-webkit-box-shadow: 0px 0px 3px 3px #a3a3a3;
	-moz-box-shadow: 0px 0px 3px 3px #a3a3a3;
	box-shadow: 0px 0px 5px #888;
}


/****
colmun
***************************************************************************/
.col1 { width: 170px; }
.col1b { width: 190px; margin: 5px; padding: 0px;}
.col2 { width: 370px; }
.col3 { width: 570px; }
.col4 { width: 770px; }
.col5 { width:1170px; }
.col1 img, .col1b img, .col2 img, .col3 img {
	display: block;
	max-width: 100%;
	height: auto;
}
/*.col3 img.categorytop {
  margin-bottom: 10px;
}*/
.col1 .inline, .col2 .inline, .col3 .inline {
	display: inline;
}

.estbox {
    height: 470px;
    }

/****
.col2 / h1
***************************************************************************/
.col2 h1.estateh1 {
    font-size:14px;
    font-weight:bold;
	margin: 0 0 10px 0;
	line-height: 1;
	position: relative;
    }


/****
.col3 / h1 & h2 & h3 & h4
***************************************************************************/
.col3 h1 {
	/*background: #ececec url(../images/h1_bgimg.gif) no-repeat 0 0;*/
	/* background-color:#eee;*/
    color: #094;
	margin: 0 0 30px 0;
	line-height: 1;
	padding: 10px;
	position: relative;
}
.col3 h1 .lv1 {
	display: block;
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom:1px solid #ccc;
}
.col3 h1 .lv2 {
	display: block;
	margin-top: 8px;
}
.col3 h1.lv3 {
  margin:20px 0 10px;
  padding:0;
}

.col3 figure,
.col3 section {
	/*margin: 0 10px 30px 10px;*/
}
.col3 section .inner {
	margin: 0 20px 0 30px;
}
.col3 section h2 {
  background:#F4F4F4;
  border-bottom:2px solid #97D228;
  padding: 6px;
  margin-top:20px;
}
.col3 section h3 {
	background: url(../images/h3_bgimg.gif) no-repeat 0 0.1em;
	margin-top: 1em;
}

.col3 section h4 {
	color: #333;
	margin: 0 0 10px 0;
	line-height: 1;
}
.col3 section p,
.col3 section ol,
.col3 section ul {
	line-height: 1.6;
	margin: 0 0 2em 0;
}
.col3 section li {
	margin: 0 0 0.5em 0;
}

.col3 section li {
	margin: 0 0 0.5em 0;
}

.col3 section a {
	color:#094;
}
.col3 section a:hover {
	color:#97D228;
}

/* mce_top ソート３カラム */
.col3 .column3:before, .column3:after { content: ""; display: table; }
.col3 .column3:after { clear: both; }
.ie .col3 .column3 { zoom:1;}
.col3 .column3 .colinner-1 {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.col3 .column3 .colinner-2 {
	float: left;
	width: 32%;
	margin-right: 2%;
}
.col3 .column3 .colinner-3 {
	float: left;
	width: 32%;
}

.col3 .column3 ul {
    padding:0;
    margin:0;
}

.col3 .column3 li {
	list-style: none;
    padding:0;
    margin:0 0 2px 0;
}

.col3 .column3 li a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
    }

/****
2 column
***************************************************************************/
.column2:before, .column2:after { content: ""; display: table; margin:0 0 10px 0; }
.column2:after { clear: both; }
.ie .column2 { zoom:1;}
.column2 .colinner-1 {
	float: left;
	width: 48.5%;
}
.column2 .colinner-2 {
	float: right;
	width: 48.5%;
}
.column2 .w70 {
	width: 77%;
}
.column2 .w30 {
	width: 16%;
}



/****
Transitions
***************************************************************************/

.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

.transitions-enabled.masonry {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.transitions-enabled.masonry  .masonry-brick {
	-webkit-transition-property: left, right, top;
	-moz-transition-property: left, right, top;
	-o-transition-property: left, right, top;
	transition-property: left, right, top;
}


/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry {
	-webkit-transition-property: none;
	-moz-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}


h2.img1{
    min-height: 20px;
    margin: 0px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    text-indent: -9999px;
    line-height: 1;
    }
h2.img2{
    min-height: 18px;
    margin: 0 0 5px 0;
    overflow: hidden;
    text-indent: -9999px;
    line-height: 1;
    }

h2.imgAll{
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    line-height: 1;
    }

h2.whatnew{
background: #ececec url("../images/title_whatsnew.gif") 10px center no-repeat;
}

dl.whatsnewTxt{
	/* min-height: 81px;*/
	margin: 0 0 -0.6em 0;
	padding: 0 10px 0 10px;
	line-height: 1.6;
}
dl.whatsnewTxt dt{float: left; margin: 0 0 0 0; padding: 0.6em 0 0 0; font-weight: bold; font-size: 1em; color:#666;}
dl.whatsnewTxt dd{margin: 0 0 0 0; padding: 0.6em 0 0.6em 7em; border-top: 1px dotted #e2e2e2; font-size: 1em;}
dl.whatsnewTxt dd:nth-child(2) {border-top: none;}
dl.whatsnewTxt ul{margin: 0; padding: 0px; }
dl.whatsnewTxt li{margin: 0 0 0.5em 0; padding: 0px; }
dl.whatsnewTxt li:last-child{margin: 0; }
dl.whatsnewTxt li img{display:inline; vertical-align:middle;}
dl.whatsnewTxt a {color:#c00;}
dl.whatsnewTxt a:hover {text-decoration:underline;}

h2.guidance{margin: 0 0 10px 0; }

h3{margin: 6px 0 0 0; font-size: 1em; line-height: 1.3;}
p.addTxtdate{color:#777; padding:5px 0 0 0; margin:0; font-size: 0.9em; line-height: 1.5;}
p.addTxt01{padding:0 0 14px 0; margin: 14px 0 0 0; font-size: 1em; font-weight:bold; line-height: 1.5; border-bottom:1px solid #ccc;}
p.addTxt01c{padding:0 0 14px 0; margin: 2px 0 0 0; font-size: 1em; font-weight:bold; line-height: 1.5; border-bottom:1px solid #ccc;}
p.addTxt01_other{ margin: 14px 0 0 0; font-size: 1em; font-weight:bold; line-height: 1.5; }
.addTxt01_two p{color:#777; margin: 14px 0 15px 0; font-size: 0.9em; line-height: 1.7;}
p.addTxt01 h2 {margin: 8px 0 0 0; font-weight: bold; font-size: 0.9em; line-height: 1.5;}
p.addTxt02{margin: 5px 0 0 100px; font-weight: bold; line-height: 1.5;}
p.addTxt02 small{font-weight: normal; font-size: 0.9em;}
p.addTxtS01{margin: 8px 0 0 93px; font-size: 0.9em; line-height: 1.25;}
p.addTxtS02{margin: 8px 0 0 70px; font-size: 0.9em; line-height: 1.25;}


/* index top category ////////////// */

/* new */
.new_article {
  font-size: 1em;
  text-align:center;
  color:#094;
  width:32px;
  height:25px;
  padding:7px 0 0 0;
  margin:0 3px 4px 0;
  border:1px dashed #094;
  -webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
}

/* index top category ////////////// */
ul.index {
  margin:0;
  padding:0;
}

/* new */
ul.index li {
  font-size: 1em;
  background: #fff;
  width:95%;
  text-align:center;
  padding:2px 4px;
  margin:0 3px 4px 0;
}

/* new */
ul.index li.cat {
  color: #094;
  border-top:2px solid #094;
  border-bottom:1px solid #094;
}

/* estate */
ul.index li.catestate {
  color: #4AC0F0;
  border-top:2px solid #4AC0F0;
  border-bottom:1px solid #4AC0F0;
}

/* 連載・コラム_v7~ */
ul.index li.catcolumn {
  font-size: 0.8em;
  color: #fff;
  background: #094;
  width:auto;
  padding:2px 4px;
  margin:0 3px 4px 0;
}

/* idea */
ul.index li.catidea {
  color: #EF8D93;
  border-top:2px solid #EF8D93;
  border-bottom:1px solid #EF8D93;
}

/* diy */
ul.index li.catdiy {
  color: #C3D63E;
  border-top:2px solid #C3D63E;
  border-bottom:1px solid #C3D63E;
}

/* info */
ul.index li.catinfo {
  color: #00A888;
  border-top:2px solid #00A888;
  border-bottom:1px solid #00A888;
}

/* madcity不動産 */
ul.index li.catmce {
  color: #4AC0F0;
  border-top:2px solid #4AC0F0;
  border-bottom:1px solid #4AC0F0;
  }



/* estate top category ////////////// */
ul.estate {
  margin:0;
  padding:0;
}

/* new */
ul.estate li.catn {
  font-size: 0.8em;
  color: #fff;
  background: #4AC0F0;
  width:auto;
  padding:2px 4px;
  margin:0 3px 4px 0;
}

/* 満 */
ul.estate li.catr {
  font-size: 0.8em;
  color: #fff;
  background: #ff0000;
  width:auto;
  padding:2px 4px;
  margin:0 3px 4px 0;
}

/* 売買 */
ul.estate li.catbuy {
  font-size: 0.8em;
  color: #fff;
  background: #C19F02;
  width:auto;
  padding:2px 4px;
  margin:0 3px 4px 0;
}

/* 賃貸 */
ul.estate li.catl {
  font-size: 0.8em;
  color: #fff;
  background: #CE7534;
  width:auto;
  padding:2px 4px;
  margin:0 3px 4px 0;
}

/* 　estate上　*/
.estop {
  padding:30px;
  margin:0 0 20px;
  background:#fff;
  cursor: pointer;
  border-bottom:1px solid #094;
  }

.estop img {
  margin:0 auto;
  }


.img_200 {
  width:370px;
  height:200px;
  }

.img_170 {
  width:170px;
  height:100px;
  }

.img_94 {
  width:94px;
  height:52px;
  }



.namiIcon{display: block; float: left; margin: 1px 5px 0 0;}

.box img.subImg{margin: 5px 0 0 0;}
.box img.eventA{float: left;}
.box img.eventB{float: right; margin: -5px 0 0 5px;}
.box img.mobileA{float: left; margin: 0 10px 0 0;}

div.exBox{width: 370px; overflow: hidden;}
div.exBox .box{float: none !important;}

a.shadow:before, a.shadow:after { content: ""; display: table; }
a.shadow:after { clear: both; }
a.shadow { zoom: 1; }
a.shadow img { cursor:pointer;}

img.asideImg{float: left; margin: 0 10px 0 0;}

div#pamphlet{padding-bottom: 0px;}

.mblink {
	padding-top: 10px;
	font-size: 0.95em;
}
.caption {
	font-size: 0.8em;
}

/****
topinstagram
***************************************************************************/
.topinstagram {
  position: relative;
}
.topinstagram .iinfo {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width:200px;
  color: #fff;
}
.topinstagram .iinfo a {
  text-decoration: underline;
}

.topinstagram .tphoto {
  position: absolute;
  top: 0;
  left: 0;
  width:155px;
  z-index: 1;
}

@media (min-width: 541px) {
.boxinsta {
  height:370px;
 }
}
.box_base {
  height:370px;
 }
 @media (min-width: 401px) and (max-width: 539px)  {
.box_base {
height:390px;
}
}
 @media (max-width: 400px) {
.box_base {
height:auto;
}
}

/****
topslide
***************************************************************************/
div.meteor-slides {
  clear: both;
  height: auto !important;
  line-height: 0;
  margin: 0;
  max-width: 100%;
  overflow: hidden !important;
  padding: 0;
  position: relative;
  z-index: 1;
}
.meteor-slides .meteor-buttons {
bottom: 10px;
height: 9px;
left: 45%;
margin: 0;
padding: 6px 0 0;
position: absolute;
width: 100%;
z-index: 999;
}

/* top news */
.news .c_titlenews {
background-color: #094;
color:#fff;
font-weight: bold;
display: inline;
padding: 5px;
margin: 0;
text-align: center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-decoration: none;
line-height: 22px;
-webkit-transition: none;
transition: none;
transition-property: all;
transition-duration: 0.4s;
transition-timing-function: ease;
transition-delay: 0s;
float: left;
}

.news > .inner {
overflow: hidden;
height: 25px;
width:80%;
padding-top:6px;
float:left;
}
.qm {
display: block !important;
}
.post .header .meta, .post .header .subtitle,.post .header .title {
float: left;
margin: 0 10px 0 0;
font-size: 1.1em;
}
.post .header .meta {
  color:#094;
}
.post .header .title {
line-height: 160%;
}
.post .header ul li {
  list-style: none;
  margin-bottom:1em;
}
.goallnews{
  float: right;
  display: inline;
  padding-top:7px;
  font-size: 1.1em;
}
.goallnews a{
  color:#97D228;
}
.goallnews a:hover{
  color:#97D228;
  text-decoration: underline;
}
/* screens smaller than 1215
***************************************************************************/
@media only screen and (max-width:1215px) {
.col5 { width: 770px; }
.news > .inner {
width:74%;
}
}
/* screens smaller than 820
***************************************************************************/
@media only screen and (max-width:820px) {
.col5 { width: 370px; }
.news .c_titlenews {
float: left;
}
.news > .inner {
height: auto;
width:auto;
padding-top:6px;
padding-left:0;
float:left;
}
.post .header .meta, .post .header .subtitle,.post .header .title {
float: none;
margin: 0;
font-size: 1.1em;
}
.post .header .title {
line-height: 160%;
margin-bottom:1em;
}
.post .header ul{
  padding: 0;
}
.post .header ul li {
  list-style: none;
  margin-bottom:0;
}
}

/* screens smaller than 540
***************************************************************************/
@media only screen and (max-width:540px) {
#gNav {
	margin-bottom: 5px;
}
.slider .slides {
	height: 230px;
}
.col1 { width: 100%; }
.col2 { width: 100%; }
.col3 { width: 100%; }
.col4 { width: 100%; }
.col5 { width: 100%; }

.sp_2col{
	content: "";
	clear: both;
}

.sp_2col .box {
	width: 48.5%;
	float:left;
}
.sp_2col .box:nth-child(2n) {
	float:right;
}

img.boxMainImg{
	float: left;
	width: 25%;
	margin-right: 3%;
}

img.attachment-boxMainImg{
	float: left;
	width: 25%;
	margin-right: 3%;
}
.box img.subImg{
	margin:0;
	width:48%;
}

div#qrcode{display: none !important;}

dl.whatsnewTxt dt{
	float: none;
	padding: 1em 0 0 0;
}
dl.whatsnewTxt dd{
	padding-left: 1em;
}

.list{
	margin-right:0;
	margin-left:0;
}
.list p.img,.list dl{
	width:auto;
	float:none;
}
.list p.img a.gotohp{
	display:none;
}
.list p.img a img{
	display:inline;
}
.list dl dt time{
	display:block;
	text-align:left;
	margin-top: 8px;
}
.col3 .column3 .colinner-1,
.col3 .column3 .colinner-2,
.col3 .column3 .colinner-3 {
  float: none;
  width: 100%;
  margin-right: 0;
  margin: 10px 0;
}


}
/* /screens smaller than 540 */


/* screens smaller than 320
***************************************************************************/
@media only screen and (max-width:320px) {
.slider .slides {
	height: 160px;
}

img.boxMainImg{float: left;}
div#qrcode{display: none !important;}

}
/* /screens smaller than 320 */

/* list
***************************************************************************/
.list{
	border:1px #ccc solid;
	padding:10px;
	margin:20px 0 20px;
}
.list:last-child{
	border:none;
}
.list p.img{
	float:left;
	margin:0 0 5px 0;
	width:20%;
}
.list dl{
	float:right;
	width:78%;
}
.list dl dt{
	border-bottom:1px #ccc dotted;
	padding-bottom:5px;
	margin:0 0 5px 0;
}
.list dl dt h3{
	font-size:12px;
	background:none;
	margin:0;
	padding:0;
	width:48%;
	float:left;
}
.list dl dt time{
	text-align:right;
	font-weight:normal;
	font-size:12px;
	float:right;
	width:47%;
	line-height:1;
}
.list dl dt time img{
	vertical-align:middle;
}
.list dl dd{
	margin-left:0;
}
.list p.img a.gotohp{
	display:block;
	margin-top:5px;
}
.list p.img a:hover img{
	opacity:0.6;
}
.list dl dd strong{
	display:block;
	color:#c00;
}

/* #mid_event list_mini event
***************************************************************************/
#mid_event .list_mini{
	border-bottom:2px #F2F2F2 solid;
	padding:10px 0;
	margin:0 0 5px;
}
/*.list_mini:last-child{
	border:none;
} */
#mid_event .list_mini p.day{
	float:left;
	margin:0 0 5px 0;
  padding:5px;
  text-align:center;
	width:12%;
  background:#F4F4EC;
  color:#000;
	font-size:11px;
  border-top:4px solid #094;
}
#mid_event .list_mini p.img{
	float:left;
	margin:0 0 5px 10px;
	width:20%;
}
#mid_event .list_mini dl{
	float:right;
	width:60%;
}
#mid_event .list_mini dl dt{
	border-bottom:1px #ccc dotted;
	padding-bottom:5px;
	margin:0 0 5px 0;
}
#mid_event .list_mini dl dt h3{
	font-size:12px;
	background:none;
	margin:0;
	padding:0;
	width:90%;
	float:left;
}
#mid_event .list_mini dl dt time{
	text-align:right;
	font-weight:normal;
	font-size:12px;
	float:right;
	width:47%;
	line-height:1;
}
#mid_event .list_mini dl dt time img{
	vertical-align:middle;
}
#mid_event .list_mini dl dd{
    font-size:11px;
    color: #777;
	margin-left:0;
}
#mid_event .list_mini p.img a.gotohp{
	display:block;
	margin-top:5px;
}
#mid_event .list_mini p.img a:hover img{
	opacity:0.6;
}
#mid_event .list_mini dl dd strong{
	display:block;
	color:#c00;
}


/* #recopo list_mini event
***************************************************************************/
#recopo .list_mini{
	border-bottom:1px #094 dashed;
	padding:10px 0;
	margin:0;
}
/*.list_mini:last-child{
	border:none;
} */
#recopo .list_mini p.day{
	float:left;
	margin:0 0 5px 0;
    padding:5px;
    text-align:center;
	width:10%;
    background:#F4F4EC;
    color:#094;
    border-top:4px solid #094;
}
#recopo .list_mini p.img{
	float:left;
	margin:0 0 5px 0;
	width:10%;
}
#recopo .list_mini dl{
	float:right;
	width:86%;
}
#recopo .list_mini dl dt{
	border-bottom:1px #ccc dotted;
	padding-bottom:5px;
	margin:0 0 5px 0;
}
#recopo .list_mini dl dt h3{
	font-size:12px;
	background:none;
	margin:0;
	padding:0;
	width:90%;
	float:left;
}

/* カテゴリー表記　*/
#recopo .list_mini dl dt span.catestate{
	font-size: 0.7em;
	font-weight:normal;
  	color: #fff;
  	background: #4AC0F0;
  	width:auto;
  	padding:2px 4px;
  	margin:0 3px 4px 0;
	float:left;
}
#recopo .list_mini dl dt span.catidea{
	font-size: 0.7em;
	font-weight:normal;
  	color: #fff;
  	background: #EF8D93;
  	width:auto;
  	padding:2px 4px;
  	margin:0 3px 4px 0;
	float:left;
}
#recopo .list_mini dl dt span.catcolumn{
	font-size: 0.7em;
	font-weight:normal;
  	color: #fff;
  	background: #EB5902;
  	width:auto;
  	padding:2px 4px;
  	margin:0 3px 4px 0;
	float:left;
}
#recopo .list_mini dl dt span.catevent{
	font-size: 0.7em;
	font-weight:normal;
  	color: #fff;
  	background: #4AC0F0;
  	width:auto;
  	padding:2px 4px;
  	margin:0 3px 4px 0;
	float:left;
}
#recopo .list_mini dl dt span.catinfo{
	font-size: 0.7em;
	font-weight:normal;
  	color: #fff;
  	background: #00A888;
  	width:auto;
  	padding:2px 4px;
  	margin:0 3px 4px 0;
	float:left;
}
/* --end-- */
#recopo .list_mini dl dt time{
	text-align:right;
	font-weight:normal;
	font-size:12px;
	float:right;
	width:47%;
	line-height:1;
}
#recopo .list_mini dl dt time img{
	vertical-align:middle;
}
#recopo .list_mini dl dd{
    font-size:10px;
    color: #777;
	margin-left:0;
}

#recopo .list_mini dl dd p{
	margin:0;
}

#recopo .list_mini p.img a.gotohp{
	display:block;
	margin-top:5px;
}
#recopo .list_mini p.img a:hover img{
	opacity:0.6;
}
#recopo .list_mini dl dd strong{
	display:block;
	color:#c00;
}

.lost_off{
	display:none;
}

.lost_off .box{
	width:0;
	height:0;
	padding:0;
	margin:0;
}

.lost_off .col1{
	width:0;
	height:0;
	padding:0;
	margin:0;
}

/* トップページ  *+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*
+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*/
div.c_title {
	width:100%;
	padding-bottom:10px;
  border-bottom:2px dashed #97D228;
  font-size: 18px;
  color:#5F4E44;
  font-weight: bold;
	/*background:url(../img/v6/top/i_nami.png) repeat-x left bottom;*/
	}
div.c_title a{
  color:#5F4E44;
  }
div.c_title a:hover,div.c_title a:visited{
  color:#5F4E44;
  }

/* #toppost list_mini event
***************************************************************************/
#toppost {
	padding:0;
	margin:0;
}

#toppost .list_mini{
	border-bottom:2px #F2F2F2 solid;
	padding:9px 0 9px;
	margin:0;
}
/*.list_mini:last-child{
	border:none;
} */
#toppost .list_mini p.day{
	float:left;
	margin:0 0 5px 0;
    padding:5px;
    text-align:center;
	width:10%;
    background:#F4F4EC;
    color:#094;
    border-top:4px solid #094;
}

#toppost .list_mini p.imgg{
	margin:0 0 10px 0;
	width:100%;
}

#toppost .list_mini p.img{
	float:left;
	/*max-height:50px;*/
	overflow:hidden;
	margin:0;
	width:25%;
}

#toppost .list_mini dl.first{
	width:100%;
}

#toppost .list_mini dl{
	float:right;
	width:71%;
}
#toppost .list_mini dl dt{
	padding-bottom:0;
	margin:0 0 4px 0;
}
#toppost .list_mini dl dt h3{
	font-size:14px;
	line-height:1.6em;
	background:none;
	margin:0;
	padding:0;
	width:100%;
	float:left;
}

#toppost .list_mini dl dt time{
	text-align:right;
	font-weight:normal;
	font-size:12px;
	float:right;
	width:47%;
	line-height:1;
}
#toppost .list_mini dl dt time img{
	vertical-align:middle;
}
#toppost .list_mini dl dd{
    font-size:12px;
    color: #777;
	margin-left:0;
}

#toppost .list_mini dl dd p{
	margin:0;
}

#toppost .list_mini p.img a.gotohp{
	display:block;
	margin-top:5px;
}
#toppost .list_mini p.img a:hover img{
	opacity:0.6;
}
#toppost .list_mini dl dd strong{
	display:block;
	color:#c00;
}

/* #topest list_mini トップの家を探す用*******************************************
***************************************************************************/
#topest .list_mini{
	border-bottom:2px #F2F2F2 solid;
	padding:10px 0;
	margin:0;
}
/*.list_mini:last-child{
	border:none;
} */

#topest .list_mini p.img{
	float:left;
	margin:0 0 5px 0;
	width:40%;
}
#topest .list_mini dl{
	float:right;
	width:56%;
}
#topest .list_mini dl dt{
	border-bottom:1px #ccc dotted;
	padding-bottom:5px;
	margin:0 0 5px 0;
}
#topest .list_mini dl dt h3{
	font-size:12px;
	background:none;
	margin:0;
	padding:0;
	width:98%;
	float:left;
}

#topest .list_mini dl dd{
    font-size:10px;
    color: #777;
	margin-left:0;
}

#topest .list_mini dl dd p{
	margin:0;
}

#topest .list_mini dl dd dl{
	margin:0;
	width:100%;
	clear:both;
}

#topest .list_mini dl dd dl dt{
	margin:0 0 5px;
	padding-top:4px;
	width:25%;
	height:15px;
	float:left;
	background-image: url(../img/bg_mon.png);
	font-size:11px;
  color: #000;
	text-align:center;
	border:none;
}

#topest .list_mini dl dd dl dd{
	margin:0 0 10px;
	padding-top:4px;
	width:70%;
	height:15px;
	float:right;
	display:inline;
	font-size:11px;
}

#recopo .list_mini p.img a.gotohp{
	display:block;
	margin-top:5px;
}
#topest .list_mini p.img a:hover img{
	opacity:0.6;
}
#topest .list_mini dl dd strong{
	display:block;
	color:#c00;
}



/* screens smaller than 820
***************************************************************************/
@media only screen and (min-width:820px) and (max-width:1201px)  {
.lost_on {
	display:none;
}
.lost_on .box{
	width:0;
	height:0;
	padding:0;
	margin:0;
}

.lost_on .col1{
	width:0;
	height:0;
	padding:0;
	margin:0;
}

.lost_off {
	display:inline;
}

.lost_off .box{
	margin: 5px;
	padding: 10px;
	background: #fff;
	float: left;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

.lost_off .col1{
	width: 170px;
	height:155px;
}

}
/* /screens smaller than 820 */

/* screens smaller than 820
***************************************************************************/
@media only screen and (max-width:820px) {
.list dl dd.text{
	overflow:visible;
}
.list dl dt h3,.list dl dt time{
	width:auto;
	float:none;
}
}
/* /screens smaller than 820 */



/* screens smaller than 540
***************************************************************************/
@media only screen and (max-width:540px) {
.img_170 {
  width:100%;
  height:140px;
  }
}

/* isotope
***************************************************************************/

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
