﻿html, body {
	margin: 0;
	width: 100%;
	height: 100%;
}

select {
	font-size: 1em;
}

main {
	padding-bottom: 44px;
}

footer {
	width: 100%;
	height: 44px;
	position: fixed;
	bottom: 0;
	z-index: 999;
	background-color: white;
}

#rent_header {
	background-color: #c1272d;
	color: #ffffff;
	text-shadow: 0px 1px 0px #c1272d;
	font-weight: bold;
	text-align: center;
	padding: 0;
}

#sale_header {
	background-color: #f7931e;
	border-color: #875010;
	color: #ffffff;
	text-shadow: 0px 1px 0px #f7931e;
	font-weight: bold;
	text-align: center;
	padding: 0;
}

.rent_top {
	padding: 1em;
}

.sale_top {
	padding: 1em;
}

.rent_button {
	background-color: #c1272d;
	border-color: #6a1518;
	color: #ffffff;
	text-shadow: 0px 1px 0px #444444;
}

.sale_button {
	background-color: #f7931e;
	border-color: #875010;
	color: #ffffff;
	text-shadow: 0px 1px 0px #444444;
}

.link_button {
	background-color: #8cc63f;
	border-color: #4d6c22;
	color: #000000;
	text-shadow: 0px 1px 0px #8cc63f;
}

.fav_button {
	background-color: #00bfff;
	border-color: #5f9ea0;
	color: #000000;
	text-shadow: 0px 1px 0px #00bfff;
}

.kawasho_button {
	border-width: 1px;
	border-style: solid;
	text-decoration: none !important;
	border-radius: 0.3125em;
	font-weight: bold;
	margin: 0.5em 0;
	padding: 0.7em 1em;
	text-align: center;
	display: block;
}

h4.rent_title {
	background-color: #8cc63f;
	border: 1px solid #4d6c22;
	padding: 0.7em 1em;
	margin: 0;
}

h4.sale_title {
	background-color: #8cc63f;
	border: 1px solid #4d6c22;
	padding: 0.7em 1em;
	margin: 0;
}

h4.contents {
	font-weight: bold;
	font-size: 1em;
	margin: 0.45em 0;
}

.rent_detail {
	font-size: 16px;
	text-align: center;
	padding: 0;
}

.sale_detail {
	font-size: 16px;
	text-align: center;
	padding: 0;
}

#kawasho_footer {
	background-color: #4d4d4d;
	border-color: #6b6b6b;
	color: #ffffff;
	text-shadow: 0px 1px 0px #444444;
	font-weight: bold;
	text-align: center;
	padding: 0;
}
h5.rent_footer {
	margin: 0;
	padding: 1em;
}
h5.sale_footer {
	margin: 0;
	padding: 1em;
}

li.fav_list {
	margin: 0;
	padding: 0.5em;
	background-color: #f6f6f6;
	color: #333333;
	text-shadow: 0px 1px 0px #f3f3f3;
	height: 120px;
	border: 1px solid #dddddd;
	border-top-width: 0;
}
li.fav_list:hover {
	background-color: #d6d6d6;
	border: 1px solid #000000;
}
a.fav {
	margin: 0;
	display: block;
	position: relative;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
div.arrow_img {
	position: absolute;
	top: 50px;
	right: 10px;
	opacity: 0.5;
}
    
    .jyukyo_item {
        background-color: #39b54a;
        color: #000000;
    }
    .tenant_item {
        background-color: #ff628e;
        color: #000000;
    }
    .parking_item {
        background-color: #ff9000;
        color: #000000;
    }

    .cursor_hand {
        cursor: pointer;
    }
    .rslt_img {
        width: 100px;
        text-align: center;
        float: left;
    }
    .rslt_contents {
        width: 240px;
        float: left;
    }
    .rslt_item {
        padding: 5px;
        width: 60px;
        text-align: left;
        color: #000000;
        font-weight: bold;
        font-size: 14px;
        float: left;
    }
    .rslt_content_s {
        padding: 5px;
        width: 160px;
        text-align: left;
        color: #808090;
        font-weight: bold;
        font-size: 14px;
        float: left;
    }
    .rslt_separator {
        margin-left: 5px;
        margin-right: 5px;
        color: #333333;
        clear: both;
        border-bottom: 1px dotted;
    }
    .rslt_separator_v {
        border-left: 1px dotted;
    }
