@charset "utf-8";

/*##################################################
 *トップページ */
.index-firstview {
	width: 100%;
	height: 680px;
	position: relative;
	margin-bottom: 150px;
}
.index-firstview .index-visual-img {
	height: 680px;
	width: 65%;
	position:absolute;
	top: 0;
	right:0;
	z-index: 0;
	background-image: url(../../image/index-firstview-img01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	background-color: #f0f0f0;
}
.index-firstview .index-visual-txt {
	height: 680px;
	padding: 115px 0 0 0;
	position:absolute;
	top: 0;
	left:10%;
	z-index: 1;
}
.index-firstview .index-visual-txt .catchphrase {
	width: 590px;
	margin: 0 0 110px 0;
}
.index-firstview .index-visual-txt .catchphrase img {
	height: auto;
	width: 100%;
}
.index-firstview .index-visual-txt p {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	text-align: left;
}
.index-firstview .index-visual-txt p.leadcopy {
	margin: 0 0 16px 27px;
}
.index-firstview .index-visual-txt .index-signup {
	width: 360px;
	border: 7px solid #a18b53;
	margin-left: 25px;
	text-align: left;
	background-color: #fff;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.3);
}
.index-firstview .index-visual-txt .index-signup a {
	display: table-cell;
	vertical-align: middle;
	background-image: url(../../image/common-icon-arw-r.png);
	background-repeat: no-repeat;
	background-position: right 8px center;
	background-size: 20px;
	padding-left: 15px;
}
.index-firstview .index-visual-txt .index-signup a:hover {
	text-decoration: none;
	background-color: #f0ece1;
}
.index-firstview .index-visual-txt .index-signup hr {
	margin: 1px 13px 1px 13px;
}
.index-firstview .index-visual-txt .index-signup .btn-account {
	width: 100%;
	height: 104px;
	display: table;
}
.index-firstview .index-visual-txt .index-signup .btn-account a {
	font-size: 24px;
	font-weight: bold;
}
.index-firstview .index-visual-txt .index-signup .btn-account a span {
	font-size: 16px;
	font-weight: bold;
	margin-left: 15px;
}
.index-firstview .index-visual-txt .index-signup .btn-about {
	width: 100%;
	height: 58px;
	display: table;
}
.index-firstview .index-visual-txt .index-signup .btn-about a {
	font-size: 14px;
}
.index-cont {
	overflow: hidden;
}
.index-cont .index-search-title {
	width: 35%;
	height: 360px;
	padding: 60px 0 0 0;
	float: left;
	overflow: hidden;
	background-color: #000;
	background-image: url(../../image/search-title-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.index-cont .index-search-title h2 {
	font-size: 36px;
	font-weight: bold;
	line-height: 60px;
	color: #a18b53;
	margin: 0 0 15px 0;
	letter-spacing: 0.1em;
	text-align: left;
}
.index-cont .index-search-title ul.search-type li {
	text-align: left;
	margin-bottom: 15px;
	padding-left: 28px;
	background-image: url(../../image/common-icon-arw-r-circle.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}
.index-cont .index-search-title .fr {
	width: 320px;
}
.index-cont .index-main {
	float: right;
	width: 65%;
	margin: 0 0 90px 0;
	padding: 0 0 0 80px;
	border-top: 2px solid #a18b53;
}
.index-cont .index-main h2 {
	margin-bottom: 30px;
}
.index-cont .index-main .inner-box {
	width: 720px;
}
.index-cont .index-sponsor-list {
	width: 35%;
	margin: 0 0 90px 0;
	padding: 90px 0 0 0;
	overflow: hidden;
}
.index-cont .index-sponsor-list .fr {
	float: right;
}
.index-foot {
	width: 100%;
	border-top: 7px solid #ddd;
	padding: 90px 0 110px 0;
}
/*1280px以下 */
@media screen and (max-width: 1280px) {
.index-firstview {
	height: 640px;
}
.index-firstview .index-visual-img {
	height: 640px;
	width: 70%;
}
.index-firstview .index-visual-txt {
	height: 640px;
	left: 5%;
}
.index-cont .index-search-title {
	width: 30%;
}
.index-cont .index-main {
	width: 70%;
	padding: 0 0 0 50px;
}
.index-cont .index-sponsor-list {
	width: 30%;
}
}
/*960px以下 */
@media screen and (max-width: 960px) {
.index-firstview {
	height: 600px;
	margin-bottom: 90px;
}
.index-firstview .index-visual-img {
	height: 600px;
	width: 85%;
}
.index-firstview .index-visual-txt {
	height: 600px;
	padding: 75px 0 0 0;
	left: 8px;
}
.index-firstview .index-visual-txt .catchphrase {
	width: 510px;
	margin: 0 0 160px 0;
}
.index-firstview .index-visual-txt p {
	font-size: 16px;
	line-height: 32px;
}
.index-firstview .index-visual-txt p.leadcopy {
	margin: 0 0 16px 22px;
}
.index-firstview .index-visual-txt .index-signup {
	margin-left: 20px;
}
.index-firstview .index-visual-txt .index-signup a:hover {
	background-color: #fff;
}
.index-firstview .index-visual-txt .index-signup .btn-account {
	height: 74px;
}
.index-firstview .index-visual-txt .index-signup .btn-about {
	height: 44px;
}
.index-cont .index-search-title {
	width: 100%;
	height: auto;
	padding: 0;
	float: none;
}
.index-cont .index-search-title h2 {
	margin: 15px 30px 15px 30px;
	float: left;
}
.index-cont .index-search-title ul.search-type {
	margin: 15px 0 15px 0;
	float: left;
}
.index-cont .index-search-title ul.search-type li {
	margin: 0 20px 0 0;
	line-height: 60px;
	display: inline-block;
}
.index-cont .index-search-title .fr {
	width: auto;
	float: none;
}
.index-cont .index-main {
	float: none;
	width: auto;
	margin: 0 60px 60px 60px;
	padding: 30px 0 0 0;
	border-top: none;
}
.index-cont .index-main .inner-box {
	width: 100%;
}
.index-cont .index-sponsor-list {
	width: auto;
	margin: 0 60px 60px 60px;
	padding: 0;
}
.index-cont .index-sponsor-list .fr {
	float: none;
}
}
/*740px以下 */
@media screen and (max-width: 740px) {
.index-firstview {
	height: 630px;
}
.index-firstview .index-visual-img {
	height: 400px;
	width: 100%;
	left: 0;
	background-image: url(../../image/index-firstview-img01-sp.jpg);
	background-position: center center;
}
.index-firstview .index-visual-txt {
	height: auto;
	padding: 360px 0 0 0;
	left: 45px;
	right: 45px
}
.index-firstview .index-visual-txt .catchphrase {
	width: auto;
	margin: 0 30px 10px 30px;
}
.index-firstview .index-visual-txt p.leadcopy {
	margin: 0 0 16px 0;
}
.index-firstview .index-visual-txt .index-signup {
	width: auto;
	margin: 0;
	border-width: 5px;
}
.index-firstview .index-visual-txt .index-signup a {
	background-position: right 5px center;
	padding-left: 12px;
}
.index-firstview .index-visual-txt .index-signup hr {
	margin: 1px 10px 1px 10px;
}
.index-cont .index-search-title h2 {
	margin: 15px 20px 15px 45px;
}
.index-cont .index-search-title ul.search-type li {
	margin: 0 15px 0 0;
}
.index-cont .index-main {
	margin: 0 45px 45px 45px;
}
.index-cont .index-sponsor-list {
	margin: 0 45px 60px 45px;
}
.index-foot {
	border-top: 5px solid #ddd;
	padding: 60px 0 60px 0;
}
}
/*560px以下 */
@media screen and (max-width: 560px) {
.index-firstview {
	height: 460px;
}
.index-firstview .index-visual-img {
	height: 240px;
}
.index-firstview .index-visual-txt {
	padding: 210px 0 0 0;
	left: 15px;
	right: 15px
}
.index-firstview .index-visual-txt .catchphrase {
	margin: 0;
}
.index-firstview .index-visual-txt .index-signup {
	width: 90%;
	margin: 0 auto 0 auto;
}
.index-firstview .index-visual-txt .index-signup .btn-account a {
	font-size: 20px;
}
.index-firstview .index-visual-txt .index-signup .btn-account a span {
	font-size: 14px;
	margin-left: 5px;
}
.index-cont .index-search-title {
	background-image: none;
}
.index-cont .index-search-title h2 {
	font-size: 28px;
	margin: 15px 30px 15px 15px;
}
.index-cont .index-search-title ul.search-type li {
	margin: 0;
	line-height: 30px;
	display: block;
}
.index-cont .index-main {
	margin: 0 15px 30px 15px;
	padding: 15px 0 0 0;
}
.index-cont .index-main h2 {
	margin-bottom: 15px;
}
.index-cont .index-sponsor-list {
	margin: 0 15px 40px 15px;
}
.index-foot {
	padding: 45px 0 60px 0;
}
}

/*##################################################
 *収益物件を探す */
.propertysearch-cont {
	width: 960px;
	margin: -100px auto 90px auto;
	padding-top:100px;
	overflow: hidden;
}
.propertysearch-cont ul.search-tab {
	width:100%;
}
.propertysearch-cont ul.search-tab li {
	width:50%;
	text-align:center;
	display:inline-block;
}
.propertysearch-cont ul.search-tab li#type1,
.propertysearch-cont ul.search-tab li#type2 {
	padding-top:100px;
	margin-top: -100px;
}
.propertysearch-cont ul.search-tab li span {
	font-weight: bold;
	color: #999;
	background-color: #f0f0f0;
	line-height: 60px;
	display: block;
}
.propertysearch-cont ul.search-tab li span:hover {
	color: #fff;
	text-decoration: none;
	background-color: #a18b53;
	cursor: pointer;
}
.propertysearch-cont ul.search-tab li.select span{
	color: #fff;
	background-color: #333;
	cursor:auto;
}
.propertysearch-cont .search-list-box {
	padding:30px 0 0 0;
}
.propertysearch-cont .search-list-box ul {
	width: 990px;
	margin: 0 -30px 0 0;
	overflow: hidden;
}
.propertysearch-cont .search-list-box ul li {
	width: 300px;
	float: left;
	margin-right: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}
.propertysearch-cont .search-list-box ul li a {
	font-weight: bold;
	line-height: 60px;
	display: block;
	text-align: left;
}
.propertysearch-cont .search-list-box ul li a:hover {
	text-decoration: none;
	background-color: #f0ece1;
}
.propertysearch-cont .search-arealist ul li a {
	padding-left: 40px;
	background-image: url(../../image/common-icon-search-arealist.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 20px;
}
.propertysearch-cont .search-linelist ul li a{
	padding-left: 40px;
	background-image: url(../../image/common-icon-search-linelist.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 20px;
}
.propertysearch-cont .hide{
	display:none;
}
.propertysearch-cont .search-tab-category {
	width:100%;
	overflow: hidden;
}
.propertysearch-cont .search-tab-category ul {
	float: left;
}
.propertysearch-cont .search-tab-category ul li {
	width:auto;
	text-align:center;
	display:inline-block;
	border-right: 1px solid #fff;
}
.propertysearch-cont .search-tab-category ul li a {
	font-weight: bold;
	color: #999;
	background-color: #f0f0f0;
	line-height: 60px;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
}
.propertysearch-cont .search-tab-category ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #a18b53;
	cursor: pointer;
}
.propertysearch-cont .search-tab-category ul li.here a {
	color: #fff;
	background-color: #333;
}
.propertysearch-cont .search-tab-category .btn-switch {
	float: right;
}
.propertysearch-cont .search-tab-category .btn-switch a {
	line-height: 60px;
	display: block;
	padding-left: 24px;
	background-image: url(../../image/common-icon-arw-r-circle.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}
.propertysearch-foot {
	width: 960px;
	margin: 0 auto 0 auto;
	border: 1px solid #ddd;
	padding: 60px 80px 60px 80px;
}
.propertysearch-foot h2 {
	margin-bottom: 30px;
	background-color: #f0f0f0;
}
/*960px以下 */
@media screen and (max-width: 960px) {
.propertysearch-cont {
	width: 100%;
	margin: -100px auto 60px auto;
}
.propertysearch-cont ul.search-tab li span:hover {
	color: #999;
	background-color: #f0f0f0;
}
.propertysearch-cont ul.search-tab li.select span{
	color: #fff;
	background-color: #333;
	cursor:auto;
}
.propertysearch-cont .search-list-box ul {
	width: auto;
	margin: 0 -10px 0 0;
}
.propertysearch-cont .search-list-box ul li {
	width: calc(33.33% - 10px);
	margin-right: 10px;
}
.propertysearch-cont .search-list-box ul li a:hover {
	background-color: transparent;
}
.propertysearch-cont .search-arealist ul li a {
	padding-left: 30px;
	background-position: left 5px center;
}
.propertysearch-cont .search-linelist ul li a{
	padding-left: 30px;
	background-position: left 5px center;
}
.propertysearch-cont .search-tab-category ul {
	width: 75%;
}
.propertysearch-cont .search-tab-category ul li {
	width:25%;
	border-bottom: 1px solid #fff;
}
.propertysearch-cont .search-tab-category ul li a {
	line-height: 32px;
	padding: 14px 5px 14px 5px;
}
.propertysearch-cont .search-tab-category ul li a:hover {
	color: #999;
	background-color: #f0f0f0;
}
.propertysearch-cont .search-tab-category ul li.here a:hover {
	color: #fff;
	background-color: #333;
}
.propertysearch-foot {
	width: 100%;
	padding: 60px 45px 60px 45px;
}
}
/*740px以下 */
@media screen and (max-width: 740px) {
.propertysearch-cont {
	margin: -60px auto 60px auto;
	padding-top:60px;
}
.propertysearch-cont .search-list-box {
	padding:15px 0 0 0;
}
.propertysearch-cont .search-list-box ul {
	margin: 0 -15px 0 0;
}
.propertysearch-cont .search-list-box ul li {
	width: calc(50% - 15px);
	margin-right: 15px;
}
.propertysearch-cont .search-arealist ul li a {
	padding-left: 40px;
	background-position: left 10px center;
}
.propertysearch-cont .search-linelist ul li a{
	padding-left: 40px;
	background-position: left 10px center;
}
.propertysearch-cont .search-tab-category ul {
	float: none;
	width: 100%;
}
.propertysearch-cont .search-tab-category ul li {
	width:50%;
}
.propertysearch-cont .search-tab-category ul li a {
	font-size: 14px;
	padding: 2px;
}
.propertysearch-cont .search-tab-category .btn-switch {
	margin-top: 10px;
}
.propertysearch-cont .search-tab-category .btn-switch a {
	font-size: 14px;
	line-height: 28px;
}
.propertysearch-foot {
	padding: 45px 0 60px 0;
	border-top: 5px solid #ddd;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
}
/*560px以下 */
@media screen and (max-width: 560px) {
.propertysearch-cont {
	margin: -50px auto 45px auto;
	padding-top:50px;
}
.propertysearch-cont .search-list-box ul {
	margin: 0;
}
.propertysearch-cont .search-list-box ul li {
	width: 100%;
	float: none;
	margin-right: 0;
}
.propertysearch-foot {
	padding: 45px 0 45px 0;
}
}

/*##################################################
 *収益物件詳細 */
.property-single-head {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto 90px auto;
}
.property-single-head .request-info-fix {
	width: 100%;
	background: rgba(0,0,0,0.65);
	padding: 20px 0 20px 0;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left:0;
	z-index: 9;
}
.property-single-head .request-info-fix .bnr-box {
	width: 910px;
	margin: 0 auto 0 auto;
}
.property-single-head .request-info-fix .bnr-box .btn-request {
	width: 430px;
	float: left;
}
.property-single-head .request-info-fix .bnr-box .btn-request a {
	display: block;
	color: #fff;
	font-weight: bold;
	line-height: 60px;
	background-color: #333;
}
.property-single-head .request-info-fix .bnr-box .btn-request a:hover {
	background-color: #a18b53;
	text-decoration: none;
}
.property-single-head .request-info-fix .bnr-box .btn-tel {
	width: 430px;
	float: right;
}
.property-single-head .request-info-fix .bnr-box .btn-tel p {
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}
.property-single-head .request-info-fix .bnr-box .btn-tel p span.tel {
	font-size: 32px;
	line-height: 44px;
	font-weight: bold;
	padding: 0 40px 0 40px;
	background-image: url(../../image/common-icon-tel-w.png);
	background-repeat: no-repeat;
	background-position: left top 2px;
	background-size: 40px;
}
.property-single-head .request-info-fix .bnr-box .btn-bookmark {
	width: auto;
	margin: 0 auto 0 auto;
	padding-top: 20px;
	clear: both;
}
.property-single-head .request-info-fix .bnr-box .btn-bookmark a {
	color: #fff;
	padding: 0 24px 0 24px;
	background-image: url(../../image/common-icon-bookmark.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}
.property-single-head .request-info-fix .bnr-box .btn-bookmark a:hover {
	color: #a18b53;
	text-decoration: none;
}
.property-single-head .about-panel {
	width: 100%;
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 45px;
}
.property-single-head .about-panel p.type {
	text-align: left;
	margin-bottom: 15px;
}
.property-single-head .about-panel p.type span {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	display: inline-block;
	padding: 0 20px 0 20px;
	background-color: #a18b53;
	border-radius: 20px;
}
.property-single-head .about-panel h2.title {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	text-align: left;
	margin-bottom: 45px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.property-single-head .about-panel table.fl {
	width: 48%;
}
.property-single-head .about-panel table.fl th {
	padding: 5px 10px 5px 10px;
	width: 160px;
}
.property-single-head .about-panel table.fl th p.important-item {
	display: inline-block;
	text-align: center;
	width: 140px;
	padding: 15px 0 15px 0;
	background-color: #f0f0f0;
	border-radius: 5px;
	font-weight: bold;
}
.property-single-head .about-panel table.fl th p.important-item-sub {
	display: inline-block;
	text-align: center;
	width: 140px;
	padding: 10px 0 10px 0;
	background-color: #f0f0f0;
	border-radius: 5px;
}
.property-single-head .about-panel table.fl td {
	padding: 5px 0 5px 15px;
	text-align: left;
}
.property-single-head .about-panel table.fl td p.important-num {
	font-size: 24px;
	font-weight: bold;
	color: #a20000;
	display: inline-block;
}
.property-single-head .about-panel table.fl td p.tag-discount {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 8px;
	padding: 4px 8px 4px 8px;
	display: inline-block;
	background-color: #a18b53;
	border-radius:5px;
	vertical-align: 4px;
}
.property-single-head .about-panel table.fr {
	width: 50%;
}
.property-single-head .about-panel table.fr th {
	width: 33%;
	font-weight: bold;
	vertical-align: text-top;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #ddd;
	text-align: left;
}
.property-single-head .about-panel table.fr td {
	width: 67%;
	vertical-align: text-top;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #ddd;
	text-align: left;
}
.property-single-head .about-panel table.fr td p.line-sta {
	line-height: 24px;
	margin-bottom: 6px;
}
.property-single-head .about-panel table.fr td p.line-sta:last-child {
	margin-bottom: 0;
}
.property-single-cont {
	width: 1000px;
	margin: 0 auto 90px auto;
	overflow: hidden;
}
.property-single-cont .photo-panel {
	width: 840px;
	margin: 0 auto 45px auto;
	overflow: hidden;
}
.property-single-cont .photo-panel .slider {
	width: 600px;
	height:auto;
	margin: 0 auto 0 auto;
	float: left;
}
.property-single-cont .photo-panel .slider .capt {
	font-size: 14px;
	text-align: left;
	margin-top: 15px;
}
.property-single-cont .photo-panel .thum {
	width: 180px;
	margin: 0 auto 0 auto;
	float: right;
}
.property-single-cont .photo-panel .thum ul {
	width: 200px;
	margin: 0 -20px 0 0;
	overflow: hidden;
}
.property-single-cont .photo-panel .thum ul li {
	float: left;
	width: 80px;
	margin: 0 20px 20px 0;
}
.property-single-cont .photo-panel .thum ul li a {
	cursor: pointer;
}
.property-single-cont .photo-panel .thum ul li a .trim {
	overflow: hidden;
	width: 80px;/* トリミングしたい枠の幅 */
	height: 80px;/* トリミングしたい枠の高さ */
	position: relative;
}
.property-single-cont .photo-panel .thum ul li a .trim img {
	position: absolute;
	max-width: 160px;
	max-height:160px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.property-single-cont .outline-point {
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 45px;
	background-color: #fbf9f2;
	border-radius: 10px;
}
.property-single-cont .outline-point p {
	text-align: left;
}
.property-single-cont .outline-list {
	width: 100%;
	overflow: hidden;
}
.property-single-cont .outline-list table {
	width: 100%;
}
.property-single-cont .outline-list table th {
	width: 200px;
	padding: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	background-color: #f0f0f0;
	text-align: left;
	vertical-align: text-top;
}
.property-single-cont .outline-list table td {
	padding: 20px;
	border-bottom: 1px solid #ddd;
	text-align: left;
	vertical-align: text-top;
}
.property-single-cont .outline-list table td p {
	line-height: normal;
}
.property-single-cont .outline-list table p.important-num {
	font-size: 24px;
	font-weight: bold;
	color: #a20000;
	display: inline-block;
}
.property-single-cont .outline-list table p.tag-discount {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 8px;
	padding: 4px 8px 4px 8px;
	display: inline-block;
	background-color: #a18b53;
	border-radius:5px;
	vertical-align: 4px;
}
.property-single-cont .outline-list table p.line-sta {
	margin-bottom: 6px;
}
.property-single-cont .outline-list table p.line-sta:last-child {
	margin-bottom: 0;
}
.property-single-cont .outline-list table.data1 {
	border-top: 1px solid #ddd;
}
.property-single-foot {
	width: 1000px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}
.property-single-foot .agency-outline {
	width: 100%;
	margin-bottom: 60px;
	overflow: hidden;
}
.property-single-foot .agency-outline p {
	text-align: left;
}
.property-single-foot .agency-outline p.agency-name {
	margin-bottom: 15px;
}
.property-single-foot .agency-outline p.agency-name a {
	font-size: 22px;
	font-weight: bold;
}
.property-single-foot .agency-outline table {
	width: 46%;
	vertical-align: text-top;
}
.property-single-foot .agency-outline table th {
	width: 25%;
	font-weight: bold;
	padding: 5px 0 5px 0;
	text-align: left;
}
.property-single-foot .agency-outline table td {
	width: 75%;
	vertical-align: text-top;
	padding: 5px 0 5px 0;
	text-align: left;
}
.property-single-foot .request-info {
	width: 100%;
	background-color: #f0f0f0;
	padding: 45px 45px 30px 45px;
	overflow: hidden;
}
.property-single-foot .request-info .btn-request {
	width: 430px;
	float: left;
}
.property-single-foot .request-info .btn-request a {
	display: block;
	color: #fff;
	font-weight: bold;
	line-height: 60px;
	background-color: #333;
}
.property-single-foot .request-info .btn-request a:hover {
	background-color: #a18b53;
	text-decoration: none;
}
.property-single-foot .request-info .btn-tel {
	width: 430px;
	float: right;
}
.property-single-foot .request-info .btn-tel p {
	font-size: 14px;
	line-height: 16px;
}
.property-single-foot .request-info .btn-tel p span.tel {
	font-size: 32px;
	line-height: 44px;
	font-weight: bold;
	padding: 0 40px 0 40px;
	background-image: url(../../image/common-icon-tel.png);
	background-repeat: no-repeat;
	background-position: left top 2px;
	background-size: 40px;
}
.property-single-foot .request-info .btn-bookmark {
	width: auto;
	margin: 0 auto 0 auto;
	padding-top: 30px;
	clear: both;
}
.property-single-foot .request-info .btn-bookmark a {
	color: #333;
	padding: 0 24px 0 24px;
	background-image: url(../../image/common-icon-bookmark.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}
.property-single-foot .request-info .btn-bookmark a:hover {
	color: #a18b53;
	text-decoration: none;
}
/*960px以下 */
@media screen and (max-width: 960px) {
.property-single-head {
	width: 100%;
}
.property-single-head .request-info-fix .bnr-box {
	width: auto;
	margin: 0 90px 0 90px;
}
.property-single-head .request-info-fix .bnr-box .btn-request {
	width: 47%;
}
.property-single-head .request-info-fix .bnr-box .btn-request a:hover {
	background-color: #333;
}
.property-single-head .request-info-fix .bnr-box .btn-tel {
	width: 47%;
}
.property-single-head .request-info-fix .bnr-box .btn-tel p {
	line-height: 22px;
}
.property-single-head .request-info-fix .bnr-box .btn-tel p span.tel {
	font-size: 24px;
	line-height: 36px;
	padding: 0 10px 0 20px;
	background-position: left center;
	background-size: 20px;
}
.property-single-head .request-info-fix .bnr-box .btn-bookmark {
	padding-top: 10px;
}
.property-single-head .request-info-fix .bnr-box .btn-bookmark a:hover {
	color: #fff;
}
.property-single-head .about-panel {
	padding: 30px;
}
.property-single-head .about-panel table.fl {
	width: 100%;
}
.property-single-head .about-panel table.fl th p.important-item {
	width: 100%;
	padding: 5px;
}
.property-single-head .about-panel table.fl th p.important-item-sub {
	width: 100%;
	padding: 5px;
}
.property-single-head .about-panel table.fl td p.important-num {
	font-size: 24px;
	font-weight: bold;
	color: #a20000;
}
.property-single-head .about-panel table.fr {
	display: none;
}
.property-single-cont {
	width: 100%;
	margin: 0 auto 60px auto;
}
.property-single-cont .photo-panel {
	width: 100%;
	margin: 0 auto 30px auto;
}
.property-single-cont .photo-panel .slider {
	width: calc(100% - 190px);
	height:auto;
}
.property-single-cont .photo-panel .slider img {
	width: auto;
	height:auto;
	max-height:440px;
}
.property-single-cont .photo-panel .thum {
	width: 180px;
	margin: 0 auto 0 auto;
}
.property-single-cont .photo-panel .thum ul {
	width: 190;
	margin: 0 -10px 0 0;
}
.property-single-cont .photo-panel .thum ul li {

	margin: 0 10px 10px 0;
}
.property-single-cont .outline-list table th:empty,
.property-single-cont .outline-list table td:empty {
	display:none;
}
.property-single-cont .outline-list table.data2 th {
	float:left;
}
.property-single-cont .outline-list table.data2 td {
	width: calc(100% - 200px);
	float:left;
}
.property-single-foot {
	width: 100%;
}
.property-single-foot .agency-outline table.fl {
	width: 60%;
}
.property-single-foot .agency-outline table.fr {
	width: 35%;
}
.property-single-foot .agency-outline table th {
	width: 30%;
}
.property-single-foot .agency-outline table td {
	width: 70%;
}
.property-single-foot .request-info {
	padding: 30px;
}
.property-single-foot .request-info .btn-request {
	width: 47%;
}
.property-single-foot .request-info .btn-request a:hover {
	background-color: #333;
}
.property-single-foot .request-info .btn-tel {
	width: 47%;
}
.property-single-foot .request-info .btn-tel p {
	line-height: 22px;
}
.property-single-foot .request-info .btn-tel p span.tel {
	font-size: 24px;
	line-height: 36px;
	padding: 0 10px 0 20px;
	background-position: left center;
	background-size: 20px;
}
.property-single-foot .request-info .btn-bookmark {
	padding-top: 15px;
}
.property-single-foot .request-info .btn-bookmark a:hover {
	color: #333;
}
}
/*740px以下 */
@media screen and (max-width: 740px) {
.property-single-head {
	margin: 0 auto 45px auto;
}
.property-single-head .request-info-fix {
	padding: 15px 0 25px 0;
}
.property-single-head .request-info-fix .bnr-box {
	width: auto;
	margin: 0 0 0 15px;
}
.property-single-head .request-info-fix .bnr-box .btn-request {
	width: 45%;
}
.property-single-head .request-info-fix .bnr-box .btn-request a {
	line-height: 50px;
	font-size: 14px;
}
.property-single-head .request-info-fix .bnr-box .btn-tel {
	width: 30%;
	float: left;
	margin-left: 5px;
}
.property-single-head .request-info-fix .bnr-box .btn-tel p {
	display: none;
}
.property-single-head .request-info-fix .bnr-box .btn-tel a {
	display: block;
	line-height: 50px;
	background-color: #888;
	font-size: 14px;
}
.property-single-head .request-info-fix .bnr-box .btn-tel a span {
	color: #fff;
	font-weight: bold;
	padding: 0 12px 0 24px;
	background-image: url(../../image/common-icon-tel-w.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}
.property-single-head .request-info-fix .bnr-box .btn-bookmark {
	display: none;
}
.property-single-head .about-panel p.type span {
	font-size: 12px;
	line-height: 32px;
	padding: 0 20px 0 20px;
	border-radius: 16px;
}
.property-single-head .about-panel h2.title {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 30px;
}
.property-single-cont {
	margin: 0 auto 45px auto;
}
.property-single-cont .photo-panel .slider {
	width: auto;
	float: none;
	margin: 0 auto 15px auto;
}
.property-single-cont .photo-panel .slider img {
	max-height:280px;
}
.property-single-cont .photo-panel .slider .capt {
	font-size: 12px;
	line-height: 24px;
}
.property-single-cont .photo-panel .thum {
	width: 333px;
	margin: 0 auto 0 auto;
	float: none;
}
.property-single-cont .photo-panel .thum ul {
	width: 335px;
	margin: 0 -2px 0 0;
}
.property-single-cont .photo-panel .thum ul li {
	float: left;
	width: 65px;
	margin: 0 2px 2px 0;
}
.property-single-cont .photo-panel .thum ul li a .trim {
	width: 65px;/* トリミングしたい枠の幅 */
	height: 65px;/* トリミングしたい枠の高さ */
}
.property-single-cont .photo-panel .thum ul li a .trim img {
	max-width: 130px;
	max-height:130px;
}
.property-single-cont .outline-point {
	padding: 30px;
}
.property-single-cont .outline-list table {
	font-size: 14px;
}
.property-single-cont .outline-list table th {
	padding: 15px;
	width: 160px;
}
.property-single-cont .outline-list table td {
	padding: 15px;
}
.property-single-cont .outline-list table p.important-num {
	font-size: 20px;
}
.property-single-cont .outline-list table.data2 td {
	width: calc(100% - 160px);
}
.property-single-foot .agency-outline {
	margin-bottom: 30px;
}
.property-single-foot .agency-outline p.agency-name {
	margin-bottom: 5px;
}
.property-single-foot .agency-outline p.agency-name a {
	display: block;
}
.property-single-foot .agency-outline table {
	font-size: 14px;
}
.property-single-foot .agency-outline table.fl {
	width: 100%;
	float: none;
}
.property-single-foot .agency-outline table.fr {
	width: 100%;
	float: none;
}
.property-single-foot .agency-outline table th {
	width: 25%;
}
.property-single-foot .agency-outline table td {
	width: 75%;
}
.property-single-foot .request-info .btn-request {
	width: 49%;
}
.property-single-foot .request-info .btn-tel {
	width: 49%;
}
.property-single-foot .request-info .btn-tel p {
	display: none;
}
.property-single-foot .request-info .btn-tel a {
	display: block;
	line-height: 60px;
	background-color: #666;
}
.property-single-foot .request-info .btn-tel a span {
	color: #fff;
	font-weight: bold;
	padding: 0 12px 0 24px;
	background-image: url(../../image/common-icon-tel-w.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}
.property-single-foot .request-info .btn-bookmark {
	padding-top: 30px;
}
}
/*560px以下 */
@media screen and (max-width: 560px) {
.property-single-head .about-panel {
	padding: 15px;
}
.property-single-head .about-panel table.fl th {
	width: 100%;
	display: block;
	padding: 0;
}
.property-single-head .about-panel table.fl th p.important-item {
	text-align: left;
	padding-left: 15px;
}
.property-single-head .about-panel table.fl th p.important-item-sub {
	text-align: left;
	padding-left: 15px;
}
.property-single-head .about-panel table.fl td {
	padding: 10px 0 10px 15px;
	width: 100%;
	display: block;
}
.property-single-cont {
	margin: 0 auto 45px auto;
}
.property-single-cont .photo-panel .slider img {
	max-height:220px;
}
.property-single-cont .photo-panel .thum {
	width: 210px;
}
.property-single-cont .photo-panel .thum ul {
	width: 212px;
}
.property-single-cont .photo-panel .thum ul li {
	width: 40px;
}
.property-single-cont .photo-panel .thum ul li a .trim {
	width: 40px;/* トリミングしたい枠の幅 */
	height: 40px;/* トリミングしたい枠の高さ */
}
.property-single-cont .photo-panel .thum ul li a .trim img {
	max-width: 80px;
	max-height:80px;
}
.property-single-cont .outline-point {
	padding: 15px;
}
.property-single-cont .outline-list table th {
	padding: 7px 10px 7px 10px;
	width: 100%;
	display: block;
	border-bottom: none;
}
.property-single-cont .outline-list table td {
	padding: 10px;
	display: block;
}
.property-single-cont .outline-list table.data2 td {
	width: 100%;
}
.property-single-foot .agency-outline table th {
	width: 35%;
}
.property-single-foot .agency-outline table td {
	width: 65%;
}
.property-single-foot .request-info {
	padding: 15px;
}
.property-single-foot .request-info .btn-request {
	width: 100%;
	float:none;
	margin-bottom: 10px;
}
.property-single-foot .request-info .btn-request a {
	line-height: 50px;
}
.property-single-foot .request-info .btn-tel {
	width: 100%;
	float:none;
	margin-bottom: 10px;
}
.property-single-foot .request-info .btn-tel a {
	line-height: 50px;
}
.property-single-foot .request-info .btn-bookmark {
	padding-top: 5px;
}
}

/*##################################################
 *大家さんサポーター */
.supportersearch-cont {
	width: 960px;
	margin: 0 auto 90px auto;
	overflow: hidden;
}
.supportersearch-cont .service-desc {
	width: 100%;
	height: 300px;
	padding: 90px 0 0 520px;
	background-image: url(../../image/supportersearch-service-img.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	border-radius: 10px;
}
.supportersearch-cont .service-desc h2 {
	text-align: left;
	margin-bottom: 15px !important;
}
.supportersearch-cont .service-desc p {
	text-align: left;
}
.supportersearch-foot {
	width: 960px;
	margin: 0 auto 0 auto;
	border: 1px solid #ddd;
	padding: 60px 80px 60px 80px;
}
.supportersearch-foot h2 {
	margin-bottom: 30px;
	background-color: #f0f0f0;
}
/*960px以下 */
@media screen and (max-width: 960px) {
.supportersearch-cont {
	width: 100%;
	margin: 0 auto 60px auto;
}
.supportersearch-cont .service-desc {
	height: 240px;
	padding: 60px 0 0 50%;
}
.supportersearch-foot {
	width: 100%;
	padding: 60px 45px 60px 45px;
}
}
/*740px以下 */
@media screen and (max-width: 740px) {
.supportersearch-cont {
	margin: 0 auto 60px auto;
}
.supportersearch-cont .service-desc {
	height: 180px;
	padding: 45px 15px 0 40%;
}
.supportersearch-cont .service-desc h2 {
	font-size: 24px !important;
	margin-bottom: 10px !important;
}
.supportersearch-cont .service-desc p {
	font-size: 14px !important;
	line-height: 24px;
}
.supportersearch-foot {
	padding: 0 0 60px 0;
	border: none;
}
}
/*560px以下 */
@media screen and (max-width: 560px) {
.supportersearch-cont {
	margin: -50px auto 45px auto;
	padding-top:50px;
}
.supportersearch-cont .service-desc {
	padding: 40px 10px 0 33%;
}
.supportersearch-cont .service-desc h2 {
	font-size: 20px !important;
}
.supportersearch-foot {
	padding: 0 0 45px 0;
}
}

/*##################################################
 *見積依頼先詳細 */
.supporter-single-head {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto 90px auto;
}
.supporter-single-head .request-info-fix {
	width: 100%;
	background: rgba(0,0,0,0.65);
	padding: 30px 0 30px 0;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left:0;
	z-index: 9;
}
.supporter-single-head .request-info-fix .bnr-box {
	width: 910px;
	margin: 0 auto 0 auto;
}
.supporter-single-head .request-info-fix .bnr-box .btn-request {
	width: 430px;
	float: left;
}
.supporter-single-head .request-info-fix .bnr-box .btn-request a {
	display: block;
	color: #fff;
	font-weight: bold;
	line-height: 60px;
	background-color: #333;
}
.supporter-single-head .request-info-fix .bnr-box .btn-request a:hover {
	background-color: #a18b53;
	text-decoration: none;
}
.supporter-single-head .request-info-fix .bnr-box .btn-request a[target=_blank] {
	padding-right: 0;
	background-image: none;
}
.supporter-single-head .request-info-fix .bnr-box .btn-request a[target=_blank] span {
	font-weight: bold;
}
.supporter-single-head .request-info-fix .bnr-box .btn-request a[target=_blank] span.icon-target_blank {
	padding-right: 22px;
	background-image: url(../../image/common-icon-target_blank-w.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px;
}
.supporter-single-head .request-info-fix .bnr-box .btn-tel {
	width: 430px;
	float: right;
}
.supporter-single-head .request-info-fix .bnr-box .btn-tel p {
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}
.supporter-single-head .request-info-fix .bnr-box .btn-tel p span.tel {
	font-size: 32px;
	line-height: 44px;
	font-weight: bold;
	padding: 0 40px 0 40px;
	background-image: url(../../image/common-icon-tel-w.png);
	background-repeat: no-repeat;
	background-position: left top 2px;
	background-size: 40px;
}
.supporter-single-head .about-panel {
	width: 100%;
	overflow: hidden;
	border: 1px solid #ddd;
	padding: 45px;
}
.supporter-single-head .about-panel .photo-profile {
	width: 150px;
	min-height: 150px;
	padding: 5px;
	line-height:140px;
	float:left;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.supporter-single-head .about-panel .photo-profile img {
	height: auto;
	width: 100%;
	vertical-align: middle;
}
.supporter-single-head .about-panel h2.title {
	width: calc(100% - 180px);
	float:left;
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	text-align: left;
	margin: 0 0 33px 30px;
	padding: 30px 0 35px 0;
	border-bottom: 1px solid #ddd;
}
.supporter-single-head .about-panel table {
	width: calc(100% - 180px);
	margin: 0 0 0 180px;
}
.supporter-single-head .about-panel table th {
	width: 150px;
	font-weight: bold;
	vertical-align: text-top;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #ddd;
	text-align: left;
}
.supporter-single-head .about-panel table td {
	vertical-align: text-top;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #ddd;
	text-align: left;
}
.supporter-single-head .about-panel table.company-data1 td div {
	display: inline-block;
	padding: 5px 10px 5px 10px;
	margin: 5px 10px 5px 0;
	border-radius: 5px;
}
.supporter-single-head .about-panel table.company-data1 td .support-area {
	border: 1px solid #ddd;
	background-color:#F5F5F5;
}
.supporter-single-head .about-panel table.company-data1 td .support-work {
	border: 1px solid #e8e1d0;
	background-color: #fbf9f2;
}
.supporter-single-head .about-panel table.company-data2 tr:last-child th,
.supporter-single-head .about-panel table.company-data2 tr:last-child td {
	padding: 15px 0 0 0;
	border-bottom: none;
}
.supporter-single-cont {
	width: 1000px;
	margin: 0 auto 60px auto;
	overflow: hidden;
}
.supporter-single-cont .outline-photo {
	width: 900px;
	margin: 0 auto 30px auto;
	overflow: hidden;
}
.supporter-single-cont .outline-photo div {
	width: 390px;
	height: 390px;
	float: left;
	margin: 0 30px 0 30px;
	line-height: 390px;
}
.supporter-single-cont .outline-photo div img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 390px;
	vertical-align: middle;
}
.supporter-single-cont .outline-point {
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 45px;
	background-color: #fbf9f2;
	border-radius: 10px;
}
.supporter-single-cont .outline-point p {
	text-align: left;
}
.supporter-single-cont .outline-list {
	width: 100%;
	overflow: hidden;
}
.supporter-single-cont .outline-list table {
	width: 100%;
}
.supporter-single-cont .outline-list table th {
	width: 200px;
	padding: 20px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	background-color: #f0f0f0;
	text-align: left;
	vertical-align: text-top;
}
.supporter-single-cont .outline-list table td {
	padding: 20px;
	border-bottom: 1px solid #ddd;
	text-align: left;
	vertical-align: text-top;
}
.supporter-single-cont .outline-list table td p {
	line-height: normal;
}
.supporter-single-cont .outline-list table td p.support-tag span {
	display:inline-block;
}
.supporter-single-cont .outline-list table td p.support-tag span:after {
     content: "、";
}
.supporter-single-cont .outline-list table td p.support-tag span:last-child:after {
     content: none;
}
.supporter-single-cont .outline-list table.data1 {
	border-top: 1px solid #ddd;
}
.supporter-single-foot {
	width: 1000px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}
.supporter-single-foot .request-info {
	width: 100%;
	background-color: #f0f0f0;
	padding: 30px 45px 30px 45px;
	overflow: hidden;
}
.supporter-single-foot .request-info .btn-request {
	width: 430px;
	float: left;
}
.supporter-single-foot .request-info .btn-request a {
	display: block;
	color: #fff;
	font-weight: bold;
	line-height: 60px;
	background-color: #333;
}
.supporter-single-foot .request-info .btn-request a:hover {
	background-color: #a18b53;
	text-decoration: none;
}
.supporter-single-foot .request-info .btn-request a[target=_blank] {
	padding-right: 0;
	background-image: none;
}
.supporter-single-foot .request-info .btn-request a[target=_blank] span {
	font-weight: bold;
}
.supporter-single-foot .request-info .btn-request a[target=_blank] span.icon-target_blank {
	padding-right: 22px;
	background-image: url(../../image/common-icon-target_blank-w.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px;
}
.supporter-single-foot .request-info .btn-tel {
	width: 430px;
	float: right;
}
.supporter-single-foot .request-info .btn-tel p {
	font-size: 14px;
	line-height: 16px;
}
.supporter-single-foot .request-info .btn-tel p span.tel {
	font-size: 32px;
	line-height: 44px;
	font-weight: bold;
	padding: 0 40px 0 40px;
	background-image: url(../../image/common-icon-tel.png);
	background-repeat: no-repeat;
	background-position: left top 2px;
	background-size: 40px;
}
/*960px以下 */
@media screen and (max-width: 960px) {
.supporter-single-head {
	width: 100%;
}
.supporter-single-head .request-info-fix {
	padding: 20px 0 20px 0;
}
.supporter-single-head .request-info-fix .bnr-box {
	width: auto;
	margin: 0 90px 0 90px;
}
.supporter-single-head .request-info-fix .bnr-box .btn-request {
	width: 47%;
}
.supporter-single-head .request-info-fix .bnr-box .btn-request a:hover {
	background-color: #333;
}
.supporter-single-head .request-info-fix .bnr-box .btn-tel {
	width: 47%;
}
.supporter-single-head .request-info-fix .bnr-box .btn-tel p {
	line-height: 22px;
}
.supporter-single-head .request-info-fix .bnr-box .btn-tel p span.tel {
	font-size: 24px;
	line-height: 36px;
	padding: 0 10px 0 20px;
	background-position: left center;
	background-size: 20px;
}
.supporter-single-head .about-panel {
	padding: 30px;
}
.supporter-single-head .about-panel h2.title {
	margin: 0 0 15px 30px;
	padding: 15px 0 15px 0;
}
.supporter-single-head .about-panel table th {
	width: 110px;
}
.supporter-single-head .about-panel table.company-data1 tr:last-of-type th,
.supporter-single-head .about-panel table.company-data1 tr:last-of-type td {
	padding: 15px 0 0 0;
	border-bottom: none;
}
.supporter-single-head .about-panel table.company-data2 {
	display: none;
}
.supporter-single-cont {
	width: 100%;
}
.supporter-single-cont .outline-photo {
	width: 100%;
}
.supporter-single-cont .outline-photo div {
	width: 46%;
	height: 300px;
	margin: 0 2% 0 2%;
	line-height: 300px;
}
.supporter-single-cont .outline-photo div img {
	max-height: 300px;
}
.supporter-single-cont .outline-list table th:empty,
.supporter-single-cont .outline-list table td:empty {
	display:none;
}
.supporter-single-cont .outline-list table.data2 th {
	float:left;
}
.supporter-single-cont .outline-list table.data2 td {
	width: calc(100% - 200px);
	float:left;
}
.supporter-single-foot {
	width: 100%;
}
.supporter-single-foot .request-info {
	padding: 30px;
}
.supporter-single-foot .request-info .btn-request {
	width: 47%;
}
.supporter-single-foot .request-info .btn-request a:hover {
	background-color: #333;
}
.supporter-single-foot .request-info .btn-tel {
	width: 47%;
}
.supporter-single-foot .request-info .btn-tel p {
	line-height: 22px;
}
.supporter-single-foot .request-info .btn-tel p span.tel {
	font-size: 24px;
	line-height: 36px;
	padding: 0 10px 0 20px;
	background-position: left center;
	background-size: 20px;
}
}
/*740px以下 */
@media screen and (max-width: 740px) {
.supporter-single-head {
	margin: 0 auto 45px auto;
}
.supporter-single-head .request-info-fix {
	padding: 15px 0 25px 0;
}
.supporter-single-head .request-info-fix .bnr-box {
	width: auto;
	margin: 0 0 0 15px;
}
.supporter-single-head .request-info-fix .bnr-box .btn-request {
	width: 45%;
}
.supporter-single-head .request-info-fix .bnr-box .btn-request a {
	line-height: 50px;
	font-size: 14px;
}
.supporter-single-head .request-info-fix .bnr-box .btn-tel {
	width: 30%;
	float: left;
	margin-left: 5px;
}
.supporter-single-head .request-info-fix .bnr-box .btn-tel p {
	display: none;
}
.supporter-single-head .request-info-fix .bnr-box .btn-tel a {
	display: block;
	line-height: 50px;
	background-color: #888;
	font-size: 14px;
}
.supporter-single-head .request-info-fix .bnr-box .btn-tel a span {
	color: #fff;
	font-weight: bold;
	padding: 0 12px 0 24px;
	background-image: url(../../image/common-icon-tel-w.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}
.supporter-single-head .about-panel h2.title {
	font-size: 22px;
	line-height: 32px;
}
.supporter-single-head .about-panel table th {
	width: 100%;
	display: block;
	padding: 15px 0 0 0;
	border-bottom: none;
}
.supporter-single-head .about-panel table td {
	display: block;
	border-bottom: none;
}
.supporter-single-cont {
	margin: 0 auto 45px auto;
}
.supporter-single-cont .outline-photo div {	
	width: 60%;
	height: auto;
	float: none;
	margin: 3% auto 3% auto;
	line-height: normal;
}
.supporter-single-cont .outline-photo div img {
	max-height: 320px;
}
.supporter-single-cont .outline-point {
	padding: 30px;
}
.supporter-single-cont .outline-list table {
	font-size: 14px;
}
.supporter-single-cont .outline-list table th {
	padding: 15px;
	width: 160px;
}
.supporter-single-cont .outline-list table td {
	padding: 15px;
}
.supporter-single-cont .outline-list table.data2 td {
	width: calc(100% - 160px);
}
.supporter-single-foot .request-info .btn-request {
	width: 49%;
}
.supporter-single-foot .request-info .btn-tel {
	width: 49%;
}
.supporter-single-foot .request-info .btn-tel p {
	display: none;
}
.supporter-single-foot .request-info .btn-tel a {
	display: block;
	line-height: 60px;
	background-color: #666;
}
.supporter-single-foot .request-info .btn-tel a span {
	color: #fff;
	font-weight: bold;
	padding: 0 12px 0 24px;
	background-image: url(../../image/common-icon-tel-w.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}
}
/*560px以下 */
@media screen and (max-width: 560px) {
.supporter-single-head .about-panel {
	padding: 15px;
}
.supporter-single-head .about-panel .photo-profile {
	width: 85px;
	min-height: 85px;
	padding: 2px;
	line-height:71px;
	margin: 0 0 15px 0;
	border-radius: 2px;
}
.supporter-single-head .about-panel h2.title {
	width: calc(100% - 100px);
	margin: 0 0 15px 15px;
	padding: 10px 0 0 0;
	border-bottom: none;
}
.supporter-single-head .about-panel table {
	width: 100%;
	margin: 0;
	clear:both;
	border-top: 1px solid #ddd;
}
.supporter-single-head .about-panel table th {
	padding: 20px 0 0 0;
}
.supporter-single-head .about-panel table td {
	padding: 10px 0 0 0;
}
.supporter-single-cont .outline-photo {	
	margin: 0 auto 15px auto;
}
.supporter-single-cont .outline-photo div {	
	width: 75%;
}
.supporter-single-cont .outline-photo div img {
	max-height: none;
}
.supporter-single-cont .outline-point {
	padding: 15px;
}
.supporter-single-cont .outline-list table th {
	padding: 7px 10px 7px 10px;
	width: 100%;
	display: block;
	border-bottom: none;
}
.supporter-single-cont .outline-list table td {
	padding: 10px;
	display: block;
}
.supporter-single-cont .outline-list table.data2 td {
	width: 100%;
}
.supporter-single-foot .request-info {
	padding: 15px;
}
.supporter-single-foot .request-info .btn-request {
	width: 100%;
	float:none;
	margin-bottom: 10px;
}
.supporter-single-foot .request-info .btn-request a {
	line-height: 50px;
}
.supporter-single-foot .request-info .btn-tel {
	width: 100%;
	float:none;
	margin-bottom: 10px;
}
.supporter-single-foot .request-info .btn-tel a {
	line-height: 50px;
}
}

/*##################################################
 *収益物件検索結果 */
.results-search-title {
	width: 320px;
	margin: 0 30px 0 30px;
	padding: 25px 30px 25px 30px;
	float: left;
	border: 2px solid #a18b53;
	background-color: #fbf9f2;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.3);
}
.results-search-title h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.results-search-title .countnum-hit span {
	font-size: 36px;
	margin: 0 5px 0 10px;
	font-weight: bold;
	color: #a18b53;
}
.results-search-title-supporter {
	width: 1000px;
	margin: 0 auto 30px auto;
}
.results-main {
	float: right;
	width: calc(100% - 410px);
	margin: 0 30px 0 0;
}
.results-main .inner-head {
	overflow:hidden;
	margin: 0 0 30px 0;
}
.results-main .inner-foot {
	overflow:hidden;
}
.results-main-supporter {
	width: 1000px;
	margin: 0 auto 0 auto;
}
.results-main-supporter .inner-head {
	overflow:hidden;
	margin: 0 0 30px 0;
}
.results-main-supporter .inner-foot {
	overflow:hidden;
}
/* グループ：件数表示・並び替え・ページャー */
.results-main select,
.results-main-supporter select {
	height: 40px;
	padding: 0 5px 0 5px;
	border: 1px solid #999;
	border-radius:5px;
}
.results-main .display,
.results-main-supporter .display {
	float:left;
	padding-right:10px;
}
.results-main .display select,
.results-main-supporter .display select  {
	width: 105px;
}
.results-main .sort,
.results-main-supporter .sort {
	float:left;
}
.results-main .sort select,
.results-main-supporter .sort select {
	width: 165px;
}
.results-main .pager,
.results-main-supporter .pager {
	float:right;
	overflow:hidden;
}
.results-main .pager ul,
.results-main-supporter .pager ul {
	overflow:hidden;
	float:left;
}
.results-main .pager ul li,
.results-main-supporter .pager ul li {
	float: left;
	height: 40px;
	width: 40px;
	border-right: 1px solid #fff;
}
.results-main .pager ul li a,
.results-main-supporter .pager ul li a {
	display:block;
	font-size:14px;
	color: #999;
	line-height: 40px;
	font-weight: bold;
	background-color: #f0f0f0;
}
.results-main .pager ul li a:hover,
.results-main-supporter .pager ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #a18b53;
}
.results-main .pager ul li.here a,
.results-main-supporter .pager ul li.here a {
	color: #fff;
	background-color: #333;
	cursor: auto;
}
.results-main .pager .countnum-display,
.results-main-supporter .pager .countnum-display {
	float: left;
	margin-right: 20px;
}
.results-main .pager .countnum-display p,
.results-main-supporter .pager .countnum-display p {
	line-height: 40px;
}
.results-main .pager .countnum-display p span.total,
.results-main-supporter .pager .countnum-display p span.total {
	font-size: 24px;
	font-weight: bold;
	color: #a18b53;
	margin: 0 5px 0 0;
}
/* グループ：物件情報ボックス */
.results-main .property-box {
	border: 1px solid #ddd;
	padding: 4px;
	margin-bottom: 30px;
	clear:both;
}
.results-main .property-box:hover {
	border: 1px solid #a18b53;
	background-color: #a18b53;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.3);
}
.results-main .property-box .inner-frame {
	background-color: #fff;
	padding: 15px;
}
.results-main .property-box .onclick {
	cursor: pointer;
}
.results-main .property-box .data {
	overflow:hidden;
	margin-bottom: 15px;
}
.results-main .property-box .data p {
	font-size: 14px;
	line-height: 30px;
}
.results-main .property-box .data p.type {
	float: left;
	padding: 0 30px 0 30px;
	font-weight: bold;
	color: #fff;
	background-color: #a18b53;
	border-radius: 15px;
}
.results-main .property-box .data p.day {
	float: right;
}
.results-main .property-box .data p.day sup {
	font-size: 12px;
	font-weight: bold;
	line-height:12px;
	color: #a20000;
	padding-left: 6px;
	vertical-align: 6px;
}
.results-main .property-box h2.title {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}
.results-main .property-box .point {
	margin: 0 auto 0 auto;
	padding: 10px;
	background-color: #fbf9f2;
	overflow: hidden; /*はみ出した文章の省略*/
	width: 100%; /*はみ出した文章の省略*/
}
.results-main .property-box .point p {
	text-align: left;
	overflow: hidden; /*はみ出した文章の省略*/
    text-overflow: ellipsis; /*はみ出した文章の省略*/
    white-space: nowrap; /*はみ出した文章の省略*/
}
.results-main .property-box .outline1 {
	margin: 30px 0 30px 0;
	overflow: hidden;
	background-image: url(../../image/common-icon-arw-r.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.results-main .property-box .outline1 .photo {
	width: 40%;
	float: left;
	margin-right: 60px;
	padding-right: 20px;
	text-align: center;
	border-right: 1px solid #ddd;
}
.results-main .property-box .outline1 .photo img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 300px;
}
.results-main .property-box .outline1 ul.value {
	float: left;
}
.results-main .property-box .outline1 ul.value li {
	text-align: left;
	margin-bottom: 20px;
}
.results-main .property-box .outline1 ul.value li h3 {
	font-weight: bold;
	margin-bottom: 10px;
}
.results-main .property-box .outline1 ul.value li p.important-num {
	font-size: 32px;
	font-weight: bold;
	color: #a20000;
	display: inline-block;
}
.results-main .property-box .outline1 ul.value li p.tag-discount {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 8px;
	padding: 4px 8px 4px 8px;
	display: inline-block;
	background-color: #a18b53;
	border-radius:5px;
	vertical-align: 8px;
}
.results-main .property-box .outline2 table {
	width: 100%;
}
.results-main .property-box .outline2 table th {
	width: 20.8%;
	font-weight: bold;
	padding: 15px 0 15px 0;
	border-top: 1px solid #ddd;
	text-align: left;
	vertical-align: text-top;
}
.results-main .property-box .outline2 table td {
	padding: 15px 0 15px 0;
	border-top: 1px solid #ddd;
	text-align: left;
	vertical-align: text-top;
}
.results-main .property-box .outline2 table td span.line-etc {
	margin-left: 8px;
}
.results-main .property-box .outline3 {
	overflow: hidden;
	margin-bottom: 15px;
}
.results-main .property-box .outline3 table {
	width: calc(50% - 5px);
}
.results-main .property-box .outline3 table th {
	width: 42%;
	font-weight: bold;
	padding: 15px 0 15px 0;
	border-top: 1px solid #ddd;
	text-align: left;
	vertical-align: text-top;
}
.results-main .property-box .outline3 table td {
	padding: 15px 0 15px 0;
	border-top: 1px solid #ddd;
	text-align: left;
	vertical-align: text-top;
}
.results-main .property-box .request {
	overflow: hidden;
	background-color: #f0f0f0;
}
.results-main .property-box .request .btn-request {
	width: 300px;
	float: right;
}
.results-main .property-box .request .btn-request a {
	display: block;
	color: #fff;
	font-weight: bold;
	line-height: 60px;
	background-color: #333;
}
.results-main .property-box .request .btn-request a:hover {
	background-color: #a18b53;
	text-decoration: none;
}
.results-main .property-box .request .btn-bookmark {
	padding: 0 16px 0 16px;
	float: right;
}
.results-main .property-box .request .btn-bookmark a {
	display: block;
	color: #333;
	line-height: 60px;
	padding: 0 24px 0 24px;
	background-image: url(../../image/common-icon-bookmark.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}
.results-main .property-box .request .btn-bookmark a:hover {
	color: #a18b53;
	text-decoration: none;
}
/* グループ：サポーター情報ボックス */
.results-main-supporter .supporter-box {
	border: 1px solid #ddd;
	padding: 4px;
	margin-bottom: 30px;
	clear:both;
}
.results-main-supporter .supporter-box:hover {
	border: 1px solid #a18b53;
	background-color: #a18b53;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.3);
}
.results-main-supporter .supporter-box .inner-frame {
	background-color: #fff;
	padding: 15px;
	overflow: hidden;
	background-image: url(../../image/common-icon-arw-r.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
}
.results-main-supporter .supporter-box .onclick {
	cursor: pointer;
}
.results-main-supporter .supporter-box .photo-profile {
	width: 150px;
	min-height: 150px;
	padding: 5px;
	line-height:140px;
	float:left;
	text-align: center;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.results-main-supporter .supporter-box .photo-profile img {
	height: auto;
	width: 100%;
	vertical-align: middle;
}
.results-main-supporter .supporter-box h2.title {
	width: calc(100% - 168px);
	float:left;
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	text-align: left;
	margin: 0 0 0 18px;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #ddd;
}
.results-main-supporter .supporter-box .point {
	width: calc(100% - 168px);
	margin: 0 0 25px 168px;
	padding: 10px;
	background-color: #fbf9f2;
	overflow: hidden; /*はみ出した文章の省略*/
}
.results-main-supporter .supporter-box .point p {
	text-align: left;
	display: -webkit-box; /*はみ出した文章の省略*/
    overflow: hidden; /*はみ出した文章の省略*/
    -webkit-line-clamp: 2; /*はみ出した文章の省略・行数を設定*/
    -webkit-box-orient: vertical; /*はみ出した文章の省略*/
}
.results-main-supporter .supporter-box table {
	width: calc(100% - 235px);
	margin: 0 0 45px 168px;
}
.results-main-supporter .supporter-box table th {
	width: 100px;
	font-weight: bold;
	vertical-align: text-top;
	padding: 0 0 15px 0;
	text-align: left;
}
.results-main-supporter .supporter-box table td {
	vertical-align: text-top;
	padding: 0 0 15px 0;
	text-align: left;
}
.results-main-supporter .supporter-box table.company-data1 td div {
	display: inline-block;
	padding: 5px 10px 5px 10px;
	margin: 5px 10px 5px 0;
	border-radius: 5px;
}
.results-main-supporter .supporter-box table.company-data1 td .support-area {
	border: 1px solid #ddd;
	background-color:#F5F5F5;
}
.results-main-supporter .supporter-box table.company-data1 td .support-work {
	border: 1px solid #e8e1d0;
	background-color: #fbf9f2;
}
.results-main-supporter .supporter-box .request {
	overflow: hidden;
	background-color: #f0f0f0;
}
.results-main-supporter .supporter-box .request .btn-request {
	width: 300px;
	float: right;
}
.results-main-supporter .supporter-box .request .btn-request a {
	display: block;
	color: #fff;
	font-weight: bold;
	line-height: 60px;
	background-color: #333;
}
.results-main-supporter .supporter-box .request .btn-request a:hover {
	background-color: #a18b53;
	text-decoration: none;
}
.results-main-supporter .supporter-box .request .btn-request a[target=_blank] {
	padding-right: 0;
	background-image: none;
}
.results-main-supporter .supporter-box .request .btn-request a[target=_blank] span {
	font-weight: bold;
}
.results-main-supporter .supporter-box .request .btn-request a[target=_blank] span.icon-target_blank {
	padding-right: 22px;
	background-image: url(../../image/common-icon-target_blank-w.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px;
}
/* スポンサーバナー広告 */
.results-sponsor-list {
	width: 380px;
	margin: 0 0 90px 0;
	padding: 30px 30px 0 30px;
	overflow: hidden;
}
/*1280px以下 */
@media screen and (max-width: 1280px) {
.results-main .inner-head .pager .countnum-display {
	display:none;
}
.results-main .property-box .outline1 ul.value li {
	margin-bottom: 10px;
}
.results-main .property-box .outline1 ul.value li h3 {
	margin-bottom: 3px;
}
}
/*960px以下 */
@media screen and (max-width: 960px) {
.results-search-title {
	width: auto;
	margin: 0 60px 60px 60px;
	padding: 20px 30px 30px 30px;
	float: none;
}
.results-search-title h2 {
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.results-search-title-supporter {
	width: 100%;
	margin: 0 auto 15px auto;
}
.results-main {
	float: none;
	width: auto;
	margin: 0 60px 60px 60px;
}
.results-main .inner-head {
	float:right;
}
.results-main .inner-head .pager {
	display:none;
}
.results-main-supporter {
	width: 100%;
}
.results-main-supporter .inner-head {
	float:right;
}
.results-main-supporter .inner-head .pager {
	display:none;
}
/* グループ：件数表示・並び替え・ページャー */
.results-main .display select,
.results-main-supporter .display select {
	width: 120px;
}
.results-main .sort select,
.results-main-supporter .sort select {
	width: 180px;
}
.results-main .pager,
.results-main-supporter .pager {
	float:none;
}
.results-main .pager ul,
.results-main-supporter .pager ul {
	float:none;
	width:280px;
	margin: 0 auto 0 auto;
}
.results-main .pager ul li a:hover,
.results-main-supporter .pager ul li a:hover {
	color: #999;
	background-color: #f0f0f0;
}
.results-main .pager .countnum-display,
.results-main-supporter .pager .countnum-display {
	float: none;
	margin: 0 0 10px 0;
}
/* グループ：物件情報ボックス */
.results-main .property-box:hover {
	border: 1px solid #ddd;
	background-color: transparent;
	box-shadow: none;
}
.results-main .property-box .outline1 .photo {
	margin-right: 30px;
}
.results-main .property-box .outline1 ul.value li p.important-num {
	font-size: 28px;
}
.results-main .property-box .outline1 ul.value li p.tag-discount {
	vertical-align: 6px;
}
.results-main .property-box .outline2 table th {
	padding: 10px 0 10px 0;
	width: 30%;
}
.results-main .property-box .outline2 table td {
	padding: 10px 0 10px 0;
}
.results-main .property-box .outline3 {
	margin-bottom: 20px;
}
.results-main .property-box .outline3 table {
	width: 100%;
}
.results-main .property-box .outline3 table.fl,
.results-main .property-box .outline3 table.fr {
	float: none;
}
.results-main .property-box .outline3 table th {
	padding: 10px 0 10px 0;
	width: 30%;
}
.results-main .property-box .outline3 table td {
	padding: 10px 0 10px 0;
}
.results-main .property-box table tr.blank-cell {
	display: none;
}
.results-main .property-box .request .btn-request a:hover {
	background-color: #333;
}
.results-main .property-box .request .btn-bookmark a:hover {
	color: #333;
}
/* グループ：サポーター情報ボックス */
.results-main-supporter .supporter-box:hover {
	border: 1px solid #ddd;
	background-color: transparent;
	box-shadow: none;
}
.results-main-supporter .supporter-box .request .btn-request a:hover {
	background-color: #333;
}
/* スポンサーバナー広告 */
.results-sponsor-list {
	width: auto;
	margin: 0 60px 60px 60px;
	padding: 0;
}
}
/*740px以下 */
@media screen and (max-width: 740px) {
.results-search-title {
	margin: 0 45px 30px 45px;
	padding: 15px;
}
.results-search-title h2 {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.results-search-title .countnum-hit span {
	font-size: 32px;
}
.results-main {
	margin: 0 45px 45px 45px;
}
/* グループ：物件情報ボックス */
.results-main .property-box {
	margin-bottom: 15px;
}
.results-main .property-box .data {
	overflow:hidden;
	margin-bottom: 10px;
}
.results-main .property-box .data p {
	font-size: 12px;
	line-height: 24px;
}
.results-main .property-box .data p.type {
	padding: 0 15px 0 15px;
	border-radius: 12px;
}
.results-main .property-box .data p.day sup {
	font-size: 10px;
	vertical-align: text-top;
}
.results-main .property-box h2.title {
	font-size: 18px;
	padding-bottom: 15px;
}
.results-main .property-box .point {
	display: none;
}
.results-main .property-box .outline1 {
	margin: 15px 0 15px 0;
}
.results-main .property-box .outline1 .photo {
	margin-right: 15px;
	padding-right: 0;
	border-right: none;
}
.results-main .property-box .outline1 ul.value li {
	margin-bottom: 0;
}
.results-main .property-box .outline1 ul.value li h3 {
	margin-bottom: 0;
	font-size: 14px;
}
.results-main .property-box .outline1 ul.value li p.important-num {
	font-size: 20px;
	display: block;
}
.results-main .property-box .outline1 ul.value li p.tag-discount {
	margin: 0;
	display: inline;
	vertical-align: 3px;
}
.results-main .property-box .outline2 table {
	font-size: 14px;
}
.results-main .property-box .outline2 table th {
	width: 40%;
}
.results-main .property-box .outline2 table td {
	padding: 10px 0 10px 15px;
}
.results-main .property-box .outline2 table td span.line-etc {
	margin-left: 8px;
}
.results-main .property-box .outline3 {
	margin-bottom: 5px;
}
.results-main .property-box .outline3 table {
	font-size: 14px;
}
.results-main .property-box .outline3 table th {
	width: 40%;
}
.results-main .property-box .outline3 table td {
	padding: 10px 0 10px 15px;
}
.results-main .property-box .request .btn-request {
	width: 50%;
}
.results-main .property-box .request .btn-request a {
	line-height: 50px;
}
.results-main .property-box .request .btn-bookmark {
	width: 50%;
	padding: 0 20px 0 20px;
}
.results-main .property-box .request .btn-bookmark a {
	line-height: 50px;
	padding: 0 20px 0 20px;
}
/* グループ：サポーター情報ボックス */
.results-main-supporter .supporter-box {
	margin-bottom: 15px;
}
.results-main-supporter .supporter-box .inner-frame {
	background-image: url(../../image/common-icon-arw-r.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}
.results-main-supporter .supporter-box .photo-profile {
	width: 85px;
	min-height: 85px;
	padding: 2px;
	line-height:71px;
	margin: 0 0 15px 0;
	border-radius: 2px;
}
.results-main-supporter .supporter-box h2.title {
	font-size: 22px;
	line-height: 32px;
	width: calc(100% - 100px);
	margin: 0 0 0 15px;
	padding: 10px 0 0 0;
	border-bottom: none;
}
.results-main-supporter .supporter-box .point {
	display: none;
}
.results-main-supporter .supporter-box table {
	font-size: 14px;
	width: 100%;
	margin: 0 0 30px 0;
	clear:both;
	border-top: 1px solid #ddd;
}
.results-main-supporter .supporter-box table th {
	padding: 20px 0 0 0;
}
.results-main-supporter .supporter-box table td {
	padding: 10px 30px 0 0;
}
.results-main-supporter .supporter-box table.company-data1 td div {
	padding: 3px 6px 3px 6px;
	margin: 3px 6px 3px 0;
}
.results-main-supporter .supporter-box .request .btn-request {
	width: 50%;
}
.results-main-supporter .supporter-box .request .btn-request a {
	line-height: 50px;
}
/* スポンサーバナー広告 */
.results-sponsor-list {
	margin: 0 45px 60px 45px;
}
}
/*560px以下 */
@media screen and (max-width: 560px) {
.results-search-title {
	margin: 0 15px 15px 15px;
}
.results-search-title p {
	text-align: center;
}
.results-main {
	margin: 0 15px 30px 15px;
	padding: 15px 0 0 0;
}
.results-main .inner-head {
	float:none;
}
/* グループ：件数表示・並び替え・ページャー */
.results-main .display {
	padding-right:0;
	width:calc(50% - 5px)
}
.results-main .display select  {
	width: 100%;
}
.results-main .sort {
	float:right;
	width:calc(50% - 5px)
}
.results-main .sort select {
	width: 100%;
}
.results-main .pager ul {
	width:252px;
}
.results-main .pager ul li {
	height: 36px;
	width: 36px;
}
.results-main .pager ul li a {
	font-size:12px;
	line-height: 36px;
}
.results-main .pager .countnum-display p {
	text-align: center;
	font-size:12px;
	line-height: 32px;
}
/* グループ：物件情報ボックス */
.results-main .property-box .inner-frame {
	background-color: #fff;
	padding: 10px;
}
.results-main .property-box h2.title {
	background-image: url(../../image/common-icon-arw-r.png);
	background-repeat: no-repeat;
	background-position: right -14px top -7px;
	padding-right: 15px;
}
.results-main .property-box .outline1 {
	background-image: none;
}
.results-main .property-box .outline2 table th {
	padding: 4px 0 4px 0;
}
.results-main .property-box .outline2 table td {
	padding: 4px 0 4px 15px;
}
.results-main .property-box .outline3 table th {
	padding: 4px 0 4px 0;
}
.results-main .property-box .outline3 table td {
	padding: 4px 0 4px 15px;
}
.results-main .property-box .request .btn-request {
	width: 100%;
	float: none;
}
.results-main .property-box .request .btn-bookmark {
	width: 100%;
	float: none;
	padding: 0 30px 0 30px;
}
/* グループ：サポーター情報ボックス */
.results-main-supporter .supporter-box .inner-frame {
	background-image: none;
}
.results-main-supporter .supporter-box h2.title {
	font-size: 18px;
	line-height: 28px;
	padding: 10px 15px 10px 0;
	background-image: url(../../image/common-icon-arw-r.png);
	background-repeat: no-repeat;
	background-position: right -14px center;
}
.results-main-supporter .supporter-box table th {
	padding: 10px 0 0 0;
}
.results-main-supporter .supporter-box table td {
	padding: 10px 0 0 0;
}
.results-main-supporter .supporter-box .request .btn-request {
	width: 100%;
	float: none;
}
/* スポンサーバナー広告 */
.results-sponsor-list {
	margin: 0 15px 40px 15px;
}
}

/*##################################################
 *会員ログイン */
.login-cont {
	width: 960px;
	margin: 0 auto 0 auto;
	border: 1px solid #ddd;
	overflow: hidden;
	display: table;
}
.login-cont .user-input {
	width: 65%;
	display: table-cell;
	padding: 60px 90px 60px 90px;
}
.login-cont .user-input h2 {
	margin-bottom: 45px !important;
}
.login-cont .user-input p {
	text-align: center !important;
}
.login-cont .user-signup {
	width: 35%;
	background-color: #f0f0f0;
	display: table-cell;
	vertical-align: middle;
}
.login-cont .user-signup h2 {
	font-size: 24px;
	font-weight: bold;
}
.login-cont .user-signup p {
	text-align: center !important;
}
.login-cont .user-signup .btn-account {
	width: 50%;
	border: 2px solid #a18b53;
	margin: 15px auto 0 auto;
	background-color: #fff;
}
.login-cont .user-signup .btn-account a {
	font-weight: bold;
	line-height: 40px;
	display: block;
}
.login-cont .user-signup .btn-account a:hover {
	background-color: #a18b53;
	color: #fff;
	text-decoration: none;
}
.login-cont .user-forgot {
	width: 100%;
	padding: 60px 150px 60px 150px;
}
.login-cont .user-forgot h2 {
	margin-bottom: 45px !important;
}
.login-cont .user-forgot p {
	margin: 0 0 30px 0;
}
.login-cont .input-field {
	width: 100%;
	margin: 0 0 30px 0;
	overflow: hidden;
}
.login-cont .input-field input[type="text"],
.login-cont .input-field input[type="password"],
.login-cont .input-field input[type="email"] {
	width: 100%;
	height: 40px;
	padding: 5px;
	border: 1px solid #999;
	border-radius:5px;
}
.login-cont .btn-submit-login {
	width: 290px;
	margin: 0 auto 30px auto;
}
.login-cont .btn-submit-login input[type="submit"] {
	width: 100%;
	height: 60px;
	border: none;
	display: block;
	background-color: #333;
	color: #fff;
	font-weight: bold;
	line-height: 60px;
}
.login-cont .btn-submit-login input[type="submit"]:hover {
	background-color: #a18b53;
}
/*960px以下 */
@media screen and (max-width: 960px) {
.login-cont {
	width: 100%;
}
.login-cont .user-input {
	width: 55%;
	padding: 60px 45px 60px 45px;
}
.login-cont .user-signup {
	width: 45%;
}
.login-cont .user-signup h2 {
	font-size: 22px;
}
.login-cont .user-signup .btn-account a:hover {
	background-color: #fff;
	color: #a18b53;
}
.login-cont .user-forgot {
	padding: 60px 90px 60px 90px;
}
.login-cont .btn-submit-login {
	width: 75%;
}
.login-cont .btn-submit-login input[type="submit"] {
	height: 50px;
	line-height: 50px;
}
.login-cont .btn-submit-login input[type="submit"]:hover {
	background-color: #333;
}
}
/*740px以下 */
@media screen and (max-width: 740px) {
.login-cont {
	border: none;
	display: block;
}
.login-cont .user-input {
	width: 100%;
	display: block;
	padding: 0;
}
.login-cont .user-signup {
	width: 100%;
	display: block;
	background-color: transparent;
	border-top: 1px solid #ddd;
	margin-top: 45px;
	padding-top: 30px;
}
.login-cont .user-forgot {
	padding: 0;
}
.login-cont .user-forgot p {
	text-align: left;
}
.login-cont .btn-submit-login {
	width: 50%;
}
}
/*560px以下 */
@media screen and (max-width: 560px) {
.login-cont .user-signup h2 {
	font-size: 20px;
}
.login-cont .user-signup .btn-account {
	width: 90%;
}
.login-cont .btn-submit-login {
	width: 90%;
}
}

/*##################################################
 *会員登録 */
.signup-cont {
	width: 960px;
	margin: 0 auto 0 auto;
	border: 1px solid #ddd;
	overflow: hidden;
}
.signup-cont .user-register {
	width: 100%;
	padding: 60px 150px 60px 150px;
}
.signup-cont .user-register h2 {
	margin-bottom: 45px !important;
}
.signup-cont .user-register p {
	margin: 0 0 30px 0;
}
.signup-cont hr {
	margin: 0 0 30px 0;
}
.signup-cont .input-field-auto {
	width: 100%;
	margin: -10px 0 20px 0;
	overflow: hidden;
}
.signup-cont .input-field-auto .post-item-auto {
	float: left;
	width: 178px;
	line-height: 30px;
	text-align: left;
	font-weight: bold;
}
.signup-cont .input-field-auto .post-text-auto {
	float: left;
	width: 480px;
	line-height: 30px;
	text-align: left;
}
.signup-cont .input-field {
	width: 100%;
	margin: 0 0 30px 0;
	overflow: hidden;
}
.signup-cont .input-field p {
	text-align: left;
	margin: 10px 0 15px 0;
}
.signup-cont .input-field p:last-of-type {
	margin: 10px 0 0 0;
}
.signup-cont .input-field input[type="text"],
.signup-cont .input-field input[type="password"],
.signup-cont .input-field input[type="tel"],
.signup-cont .input-field input[type="email"] {
	width: 100%;
	height: 40px;
	padding: 5px;
	border: 1px solid #999;
	border-radius:5px;
}
.signup-cont .input-field select {
	height: 40px;
	padding: 0 5px 0 5px;
	border: 1px solid #999;
	border-radius:5px;
}
.signup-cont .input-field .post-item {
	float: left;
	width: 178px;
	line-height: 40px;
	text-align: left;
	font-weight: bold;
}
.signup-cont .input-field .post-item span {
	font-size: 12px;
	display: block;
	line-height: 20px;
}
.signup-cont .input-field .post-item span.required {
	color: #a20000;
}
.signup-cont .input-field .post-item span.optional {
	color: #666;
}
.signup-cont .input-field .post-text {
	float: left;
	width: 480px;
	line-height: 40px;
	text-align: left;
	overflow: hidden;
}
.signup-cont .input-field .post-text .post-list-1col {
	width: 480px;
	margin-bottom: 15px;
	clear:both;
	word-wrap: break-word;
}
.signup-cont .input-field .post-text .post-list-1col:last-of-type {
	margin-bottom: 0;
}
.signup-cont .input-field .post-text .post-list-1col input[type="text"],
.signup-cont .input-field .post-text .post-list-1col input[type="password"],
.signup-cont .input-field .post-text .post-list-1col input[type="tel"],
.signup-cont .input-field .post-text .post-list-1col input[type="email"] {
	width: 360px;
}
.signup-cont .input-field .post-text .post-list-1col select {
	width: 240px;
}
.signup-cont .input-field .post-text .post-list-1col span:last-of-type {
	margin-bottom: 0;
}
.signup-cont .input-field .post-text .post-list-1col input.textbox-dob {
	width: 90px;
}
.signup-cont .input-field .post-text .post-list-1col span.ymd {
	width: 45px;
	display:inline-block;
	padding-left: 8px;
}
.signup-cont .input-field .post-text .post-list-2col {
	float: left;
	width: 240px;
	margin-bottom: 15px;
}
.signup-cont .input-field .post-text .post-list-2col:last-of-type {
	margin-bottom: 0;
}
.signup-cont .input-field .post-text .post-list-2col input[type="text"],
.signup-cont .input-field .post-text .post-list-2col input[type="password"] {
	width: 160px;
}
.signup-cont .input-field .post-text .post-list-2col input.textbox-zip {
	width: 80px;
}
.signup-cont .input-field .post-text .post-list-2col span.hyphen {
	width: 40px;
	display:inline-block;
	text-align: center;	
}
.signup-cont .input-field .post-text .post-list-2col .btn-zip {
	width: 160px;
	height: 40px;
	border: none;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	display: block;
	padding: 0 10px 0 10px;
	background-color: #666;
	border-radius: 5px;
}
.signup-cont .input-field .post-text .post-list-2col .btn-zip:hover {
	background-color: #a18b53;
}
.signup-cont .btn-submit-signup {
	width: 290px;
	margin: 0 auto 30px auto;
}
.signup-cont .btn-submit-signup input[type="submit"] {
	width: 100%;
	height: 60px;
	border: none;
	display: block;
	background-color: #333;
	color: #fff;
	font-weight: bold;
	line-height: 60px;
}
.signup-cont .btn-submit-signup input[type="submit"]:hover {
	background-color: #a18b53;
}
.signup-cont .confirm-field {
	width: 100%;
	margin: 0 0 30px 0;
}
.signup-cont .confirm-field table {
	width: 100%;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.signup-cont .confirm-field table th {
	text-align:left;
	padding: 15px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.signup-cont .confirm-field table td {
	text-align:left;
	padding: 15px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.signup-cont .confirm-field table.auth-item th {
	width: 40%;
}
.signup-cont .confirm-field table.prof-item-auto {
	background-color: #f5f5f5;
	margin-bottom: 10px;
}
.signup-cont .confirm-field table.prof-item-auto th {
	width: 30%;
}
.signup-cont .confirm-field table.prof-item th {
	width: 30%;
}
.signup-cont .btn-back-signup {
	width: auto;
}
.signup-cont .btn-back-signup input {
	color: #a18b53;
}
.signup-cont .btn-back-signup input:hover {
	color: #a18b53;
	text-decoration: underline;
}
/*960px以下 */
@media screen and (max-width: 960px) {
.signup-cont {
	width: 100%;
}
.signup-cont .user-register {
	padding: 60px 90px 60px 90px;
}
.signup-cont .input-field-auto {
	width: 100%;
	margin: -15px 0 15px 0;
	overflow: hidden;
}
.signup-cont .input-field-auto .post-item-auto {
	float: none;
	width: 100%;
}
.signup-cont .input-field-auto .post-text-auto {
	float: none;
	width: 100%;
}
.signup-cont .input-field .post-item {
	float: none;
	width: 100%;
	margin-bottom:10px;
}
.signup-cont .input-field .post-item span {
	display: inline;
	line-height: 40px;
	margin-left: 16px;
}
.signup-cont .input-field .post-text {
	float: none;
	width: 100%;
}
.signup-cont .input-field .post-text .post-list-1col {
	width: auto;
}
.signup-cont .input-field .post-text .post-list-1col input[type="text"],
.signup-cont .input-field .post-text .post-list-1col input[type="password"],
.signup-cont .input-field .post-text .post-list-1col input[type="tel"],
.signup-cont .input-field .post-text .post-list-1col input[type="email"] {
	width: 75%;
}
.signup-cont .input-field .post-text .post-list-1col select {
	width: 75%;
}
.signup-cont .input-field .post-text .post-list-1col input.textbox-dob {
	width: 19%;
}
.signup-cont .input-field .post-text .post-list-1col span.ymd {
	width: 9%;
}
.signup-cont .input-field .post-text .post-list-2col {
	width: 50%;
}
.signup-cont .input-field .post-text .post-list-2col input[type="text"],
.signup-cont .input-field .post-text .post-list-2col input[type="password"] {
	width: 75%;
}
.signup-cont .input-field .post-text .post-list-2col input.textbox-zip {
	width: 33%;
}
.signup-cont .input-field .post-text .post-list-2col span.hyphen {
	width: 9%;
}
.signup-cont .input-field .post-text .post-list-2col .btn-zip {
	width: 50%;
}
.signup-cont .input-field .post-text .post-list-2col .btn-zip:hover {
	background-color: #666;
}
.signup-cont .btn-submit-signup {
	width: 75%;
}
.signup-cont .btn-submit-signup input[type="submit"] {
	height: 50px;
	line-height: 50px;
}
.signup-cont .btn-submit-signup input[type="submit"]:hover {
	background-color: #333;
}
.signup-cont .btn-back-signup input:hover {
	text-decoration: none;
}
}
/*740px以下 */
@media screen and (max-width: 740px) {
.signup-cont {
	border: none;
	display: block;
}
.signup-cont .user-register {
	padding: 0;
}
.signup-cont .user-register p {
	text-align: left;
}
.signup-cont .btn-submit-signup {
	width: 50%;
}
}
/*560px以下 */
@media screen and (max-width: 560px) {
.signup-cont .input-field .post-text .post-list-1col span.ymd {
	padding-left: 0;
	text-align: center;
}
.signup-cont .input-field .post-text .post-list-2col input[type="text"],
.signup-cont .input-field .post-text .post-list-2col input[type="password"] {
	width: 90%;
}
.signup-cont .input-field .post-text .post-list-2col input.textbox-zip {
	width: 40%;
}
.signup-cont .input-field .post-text .post-list-2col span.hyphen {
	width: 10%;
}
.signup-cont .input-field .post-text .post-list-2col .btn-zip {
	width: 90%;
}
.signup-cont .btn-submit-signup {
	width: 90%;
}
.signup-cont .confirm-field table th {
	padding: 15px 15px 0 15px;
	border-bottom: none;
	display:block;
	width:100%;
	font-size:14px;
	font-weight:bold;
}
.signup-cont .confirm-field table td {
	text-align:left;
	padding: 10px 15px 15px 30px;
	display:block;
	width:100%;
}
.signup-cont .confirm-field table.auth-item th {
	width: 100%;
}
.signup-cont .confirm-field table.prof-item-auto th {
	width: 100%;
}
.signup-cont .confirm-field table.prof-item th {
	width: 100%;
}
}

/*##################################################
 *不動産会社の方へ */
.realtor-cont {
	width: 960px;
	margin: 0 auto 0 auto;
	border: 1px solid #ddd;
	overflow: hidden;
}
.realtor-cont h2 {
	margin-bottom: 45px !important;
}
.realtor-cont .user-login {
	padding: 60px 150px 30px 150px;
	border-bottom: 1px solid #ddd;
}
.realtor-cont .user-login p {
	margin: 0 auto 30px auto;
}
.realtor-cont .user-login .btn {
	width: 290px;
}
.realtor-cont .user-login .btn a {
	width: 100%;
	height: 60px;
	border: none;
	display: block;
	background-color: #333;
	color: #fff;
	font-weight: bold;
	line-height: 60px;
	text-align: center !important;
}
.realtor-cont .user-login .btn a:hover {
	background-color: #a18b53;
	text-decoration: none;
}
.realtor-cont .user-input {
	width: 100%;
	padding: 60px 150px 60px 150px;
}
.realtor-cont .user-input h2 {
	margin-bottom: 45px !important;
}
.realtor-cont .user-input p {
	text-align: center !important;
}
.realtor-cont .input-field {
	width: 100%;
	margin: 0 0 30px 0;
	overflow: hidden;
}
.realtor-cont .input-field input[type="text"],
.realtor-cont .input-field input[type="password"],
.realtor-cont .input-field input[type="email"] {
	width: 100%;
	height: 40px;
	padding: 5px;
	border: 1px solid #999;
	border-radius:5px;
}
.realtor-cont .btn-submit-login {
	width: 290px;
	margin: 0 auto 30px auto;
}
.realtor-cont .btn-submit-login input[type="submit"] {
	width: 100%;
	height: 60px;
	border: none;
	display: block;
	background-color: #333;
	color: #fff;
	font-weight: bold;
	line-height: 60px;
}
.realtor-cont .btn-submit-login input[type="submit"]:hover {
	background-color: #a18b53;
}
/*960px以下 */
@media screen and (max-width: 960px) {
.realtor-cont {
	width: 100%;
}
.realtor-cont .user-login {
	padding: 60px 90px 60px 90px;
}
.realtor-cont .user-login .btn {
	width: 75%;
}
.realtor-cont .user-login .btn a {
	height: 50px;
	line-height: 50px;
}
.realtor-cont .user-login .btn a:hover {
	background-color: #333;
}
.realtor-cont .user-input {
	padding: 60px 90px 60px 90px;
}
.realtor-cont .btn-submit-login {
	width: 75%;
}
.realtor-cont .btn-submit-login input[type="submit"] {
	height: 50px;
	line-height: 50px;
}
.realtor-cont .btn-submit-login input[type="submit"]:hover {
	background-color: #333;
}
.realtor-cont .btn-submit-login input:hover {
	text-decoration: none;
}
}
/*740px以下 */
@media screen and (max-width: 740px) {
.realtor-cont {
	border: none;
	display: block;
}
.realtor-cont .user-login {
	padding: 30px 0 30px 0;
}
.realtor-cont .user-login p {
	text-align: left;
}
.realtor-cont .user-login .btn {
	width: 50%;
}
.realtor-cont .user-input {
	padding: 0;
}
.realtor-cont .btn-submit-login {
	width: 50%;
}
}
/*560px以下 */
@media screen and (max-width: 560px) {
.realtor-cont .user-login .btn {
	width: 90%;
}
.realtor-cont .btn-submit-login {
	width: 90%;
}
}

/*##################################################
 *利用規約・免責事項・個人情報保護 */
.agreement {
	width: 960px;
	text-align: left;
	margin: 0 auto 40px auto;
}
.agreement-numbering {
	width: 960px;
	text-align: left;
	margin: 0 auto 40px auto;
	counter-reset: decimal;
}
.agreement h2,
.agreement-numbering h2 {
	font-size: 24px;
	font-weight: bold;
	border-bottom: solid 1px #ddd;
	margin-bottom: 16px;
	padding-bottom: 8px;
}
.agreement p {
	margin-bottom: 16px;
	position: relative;
}
.agreement-numbering p {
	margin-bottom: 16px;
	margin-left: 32px;
	position: relative;
}
.agreement-numbering p:before {
	counter-increment: decimal;
	content: counter(decimal) ".";
	display: inline-block;
	margin-left: -32px;
	width: 24px;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}
.agreement ol,
.agreement-numbering ol {
	margin: -8px 0 16px 16px;
}
.agreement ol li,
.agreement-numbering ol li{
	font-size: 16px;
	list-style-type: none;
	margin-left: 48px;
	margin-bottom: 8px;
	position: relative;
	counter-increment: parentheses;
}
.agreement ol li:before,
.agreement-numbering ol li:before {
	content: "(" counter(parentheses) ")";
	display: inline-block;
	margin-left: -48px;
	width: 40px;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}
.agreement ol li ol,
.agreement-numbering ol li ol{
	margin-top: 8px;
}
.agreement ol li ol li,
.agreement-numbering ol li ol li{
	font-size: 16px;
	list-style-type: lower-alpha;
	margin-left: 8px;
	margin-bottom: 8px;
	counter-increment: none;
}
.agreement ol li ol li:before,
.agreement-numbering ol li ol li:before {
	content: none;
}
.agreement ol li ul,
.agreement-numbering ol li ul{
	margin-top: 8px;
}
.agreement ol li ul li,
.agreement-numbering ol li ul li{
	font-size: 16px;
	list-style-type: disc;
	margin-left: 24px;
	margin-bottom: 8px;
	counter-increment: none;
}
.agreement ol li ul li:before,
.agreement-numbering ol li ul li:before {
	content: none;
}
.agreement-last {
	width: 960px;
	margin: 0 auto 0 auto;
}
.agreement-last p {
	text-align: right;
}
/* 960px以下 */
@media screen and (max-width: 960px) {
.agreement {
	width: 100%;
	margin: 0 auto 32px auto;
}
.agreement-numbering {
	width: 100%;
	margin: 0 auto 32px auto;
}
.agreement-last {
	width: 100%;
}
}
/* 720px以下 */
@media screen and (max-width: 720px) {
.agreement {
	margin: 0 auto 28px auto;
}
.agreement-numbering {
	margin: 0 auto 28px auto;
}
.agreement h2,
.agreement-numbering h2 {
	font-size: 21px;
	margin-bottom: 14px;
	padding-bottom: 7px;
}
.agreement p {
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 28px;
}
.agreement-numbering p {
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 28px;
}
.agreement-numbering p:before {
	margin-left: -28px;
	width: 21px;
}
.agreement ol,
.agreement-numbering ol {
	margin: -7px 0 14px 14px;
}
.agreement ol li,
.agreement-numbering ol li{
	font-size: 14px;
	line-height: 28px;
	margin-left: 42px;
	margin-bottom: 7px;
}
.agreement ol li:before,
.agreement-numbering ol li:before {
	margin-left: -42px;
	width: 35px;
}
.agreement ol li ol,
.agreement-numbering ol li ol{
	margin-top: 7px;
}
.agreement ol li ol li,
.agreement-numbering ol li ol li{
	font-size: 14px;
	line-height: 28px;
	margin-left: 7px;
	margin-bottom: 7px;
}
.agreement ol li ul,
.agreement-numbering ol li ul{
	margin-top: 7px;
}
.agreement ol li ul li,
.agreement-numbering ol li ul li{
	font-size: 14px;
	line-height: 28px;
	margin-left: 21px;
	margin-bottom: 7px;
}
}