/* CSS Document */

/*common*/

.portfolio-thumb .tags {
	font-style: normal;
}
.portfolio-wrapper {
	position: relative;
}

.toggleBtn {
	font-size: 120%;
	display: block;
	/* [disabled]border: 1px solid #CCC; */
	line-height: 200%;
}

.toggleBtn:hover {
	/* [disabled]border: 1px solid #fff; */
}

.toggleList {
	margin: 0px;
	padding: 0px;
}

.toggleList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display:block;
}

.toggleList a {
	display:block;
	background-color: #6B4831;
	padding: 5px;
	color:#FFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.toggleList a:hover {
	display:block;
	background-color: #FF6E22;
	padding: 5px;
	color:#FFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}



#toggleOpen01,
#toggleOpen02,
#toggleOpen03 {
	display: none;
}
.desc .title {
	font-size: 140%;
}





.searchForm .checkbox-wrapper {
	margin-top: 5px;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.searchForm .toggle-title {
	font-weight: bold;
	color: #ff6e22;
}
.toggle-inner {
	/* [disabled]display: block; */
}

.mainSearchBtn {
	background-image: url(../img/icon_search.png)!important;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 15px!important;
	padding-right: 15px!important;
	padding-bottom: 15px!important;
	padding-left: 55px!important;
	
}


#searchSubmit{
	color:#ffffff !important;
}

#searchSubmit span{
	margin-bottom:0px!important;
	font-size:160% !important;
	line-height: 36px !important;
	vertical-align: middle;
	font-weight: bold;
}
.sortSelect .marker {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.sortSelect .checkbox-wrapper {
	margin-bottom: 20px;
}
.sortSelect .checkbox-wrapper label {
	margin-right: 5px;
}

.refineTitle {
	margin-bottom:5px;
	margin-top: 10px;
}

.refineTitle .marker {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.refineSearch {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}




.layoutSelect .marker {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}



dl.outlineTxt dt,
dl.outlineTxt dd {
	/* [disabled]float:left; */
	display: inline!important;
}


dl.outlineTxt dt {
	font-weight:bold;
}

dl.outlineTxt dd {
	margin-left:0px;
	margin-right:10px;
}

.outlineTxt strong {
	padding-left: 10px;
	
}

.thumbPhoto label {
	display: block;
	text-align: center;
	background-color: #f5f5f5;
	border: 1px solid #E0E0E0;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 90%;
}

.roomList label {
	display: block;
	text-align: center;
	background-color: #f5f5f5;
	border: 1px solid #E0E0E0;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 90%;
	width: 10%;
	float: left;
	margin-right: 5px;
}

.capTxt {
	margin-top:0px;

}

.listArea,
.gridArea {
	margin-top: 20px;
}


.gridArea .thumbPhoto label {
	display: block;
	text-align: center;
	background-color: #f5f5f5;
	border: 1px solid #E0E0E0;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 90%;
}
.gridArea .post-title h3 {
	font-size: 100%!important;
	line-height: 110%!important;
	padding-bottom:3px;
}

.post-title h3 span,
.post-txt h3 span {
	color:#ff6e22;
}

.gridArea .block-inner p {
	font-size: 95%!important;
	line-height: 130%!important;
	margin: 0px;
	/* [disabled]visibility: hidden; */
}
.gridArea .one-third {
	margin:0px 1% 30px 1%!important;
	/*margin-bottom: 30px;*/
}

.gridArea .one-third .thumbPhoto {
	border: 1px solid #CCC;	
}
.gridArea .post-title {
	margin-bottom: 8px;
	
}

.gridArea .post-title a {

}

.gridThumbArea {
	margin-bottom: 2%;
	padding-top: 0px;
	padding-bottom: 0px;
}

.gridThumbArea a {
	background-position:center center!important;
	background-repeat:no-repeat!important;
	-moz-background-size:contain!important;
	background-size:contain!important;
	text-indent: -9999px;
}

#moreBtn{
	background-color:#d5d5d5 !important; width:95%; text-align:center; color:#000000 !important
}
	#moreBtn:hover{
		background-color:#f0f0f0 !important
}

.searchArea .menu {
	margin: 0px;
}

.resultArea {
	padding-left: 18px;
	margin-bottom: 32px;
}
.resultArea p {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.layoutSelect .layoutArea {
	margin-top: 10px;
	/* [disabled]margin-bottom: 20px; */
}
.resultAreaHead {
	/* [disabled]font-size: 90%; */
	text-align: right;
}
.resultAreaHead p {
	background-image: url(../../wp-content/themes/metro/img/li.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	display: inline;
}



.layoutArea a img {
	margin-right: 10px;
}
section .post-text .capTxt {
	margin-bottom: 1em;
}

.sidebarBtnArea {
	margin: 0px;
	padding: 0px;
}
.sidebarBtnArea li {
	margin-bottom: 5px;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.sidebarBtnArea li a {
	-webkit-transition:opacity 0.3s;
	-moz-transition:opacity 0.3s;
	transition:opacity 0.3s;
}

.sidebarBtnArea li a:hover {
	opacity:0.8;
}
.layoutArea a {
	-webkit-transition:opacity 0.3s;
	-moz-transition:opacity 0.3s;
	transition:opacity 0.3s;
}

.layoutArea a:hover {
	opacity:0.8;
}
.sideBarBtn {
	color: #FFF;
}

#rentSearchBtn {
	background-color: #437ce0!important;
}

.sideTelImg {
	border: 1px solid #CCC;
}

.googleMapArea iframe {
	margin-bottom:10px;
}
.roomList a {
	font-size: 80%;
	line-height: 100%;
	margin-bottom: 5px;
}
.rentTabs .tabs-control li a.active {
	background:#ff6e22!important;
	color:#FFF!important;
	-webkit-box-shadow:inset 0 3px 0 0 #CC0000!important;
	-moz-box-shadow:inset 0 3px 0 0 #CC0000!important;
	box-shadow:inset 0 3px 0 0 #CC0000!important;
}

/*grid*/


/*汎用*/
.mrg-b0 {
	margin-bottom:0px!important;
}

.mrg-b20 {
	margin-bottom:20px!important;
}

.pad-b0 {
	padding-bottom:0px!important;
}


.mrg-t0 {
	margin-top:0px!important;
}

.pad-t0 {
	padding-top:0px!important;
}

dl.outlineTxt:after,
.searchForm:after,
.gridArea:after,
.roomList div:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after,
.xxx:after {
    content: "";
    display: block;
    clear: both;
}


dl.outlineTxt,
.searchForm,
.gridArea,
.roomList div,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
    display: inline-table;
    overflow: hidden;
    zoom: 1;
/*for IE 5.5-7*/
}


dl.outlineTxt,
.searchForm,
.gridArea,
.roomList div,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
    display: block;
}
