* {
  box-sizing: border-box;
}

body {
	font-size: 1.1rem;
  	font-family: 'ヒラギノ角ゴ ProN W3',Hiragino Kaku Gothic ProN,'メイリオ',Meiryo,sans-serif;
  	padding-top: 0px;
  	background: #f1f1f1;
  	color: #333;
}

.top-head {
	background-color: #ca0a37;
	height: 34px;
}

img {
	width: 100%;
}

.property-block {
	margin: 20px;
	padding: 20px;
}

.pre-header {
	font-size: 1rem;
	padding: 0px;
}

.pre-header-text {
	background-color: #eaebc2;
}

.catch-price {
	color: red;
	font-weight: bolder;
}

.property-price {
	font-size: 2.3rem;
}

.property-overal {
	font-size: 0.9rem;
	padding: 20px;
}

.property-overal:hover {
	background-color: #eaebc27a;
}

.ads-overal {
	/*padding: 20px;*/
	height: 250px;
}

.property-catch-name {
	font-size: 1.5rem;
}

.button-navi {
	padding: 20px;
}

.button-navi button{
	height: 60px;
	width: 100%;
}

.property-overal-2 {
	padding-bottom: 20px;
}

.gfl-about {
	background-color: #edede1;
}

.copyright {
	font-size: 0.9rem;
}

.post-title a {
	text-decoration: none;
	color: #373737;
}

.post-title:hover {
	cursor: pointer;
	/*background-color: #5b5849;*/
	/*color: white;*/
}

.post-title a:hover {
	/*color: white;*/
}

.bottom-foot {
	/*position: fixed;*/
	background-color: #ca0a37;
	height: 34px;
	/*bottom: 0;*/
}

.breadcrumb {
	background-color: #eee;
}

.flex {
  display: flex;
}

.flex-center {
  align-items: center;
}

.property-catch-name a {
	font-weight: bolder;
}
/*.kuraberoom {
	z-index: 1;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}*/

