@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: 'Noto Sans Japanese', 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
address,
figure,
a {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

address {
	font-style: normal;
}

img {
	border: none;
}

body {
	text-align: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

a:link {
	text-decoration: underline;
	color: #06F;
}

a:visited {
	text-decoration: underline;
	color: #63F;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

.clear {
	clear: both;
}

.img_left {
	float: left;
	padding-right: 30px;
}

.img_right {
	float: right;
	padding-left: 30px;
}

.section {
	clear: both;
	text-align: left;
	width: 1000px;
	margin-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.section:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

h1.summary,
p.summary {
	font-size: 70%;
	font-weight: 100;
	clear: both;
	color: #C5E4F5;
	line-height: 20px;
	height: 20px;
	float: left;
}

h3.nh3 {
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", serif;
	font-size: 160%;
	font-weight: 200;
	margin-bottom: 30px;
	padding-bottom: 30px;
	background-image: url(../images/h2_2.gif);
	background-repeat: repeat-x;
	background-position: 0% bottom;
}

.np,
.npr,
.npc,
.npn,
.npcn {
	line-height: 200%;
	clear: both;
	letter-spacing: 2px;
	font-weight: 200;
	font-size: 90%;
}

.nps,
.nprs,
.npcs,
.npns,
.npcsn {
	font-size: 75%;
	line-height: 200%;
	clear: both;
	letter-spacing: 1px;
}

.np,
.nps {
	text-align: left;
	margin-bottom: 30px;
}

.npr,
.nprs {
	text-align: right;
	margin-bottom: 30px;
}

.npn,
.npns {
	text-align: left;
}

.npc,
.npcs {
	text-align: center;
	margin-bottom: 30px;
}

.npcn,
.npcsn {
	text-align: center;
}

.n_table {
	clear: both;
	width: 100%;
	text-align: left;
	background-image: url(../images/line001.gif);
	background-repeat: repeat-x;
	background-position: 0% top;
}

.n_table th {
	width: 25%;
}

.n_table td {
	width: 75%;
}

.n_table th,
.n_table td {
	font-size: 85%;
	line-height: 160%;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	background-image: url(../images/line001.gif);
	background-repeat: repeat-x;
	background-position: 0% bottom;
}

.n_table2 {
	clear: both;
	width: 100%;
	text-align: left;
	background-image: url(../images/line001.gif);
	background-repeat: repeat-x;
	background-position: 0% top;
}

.n_table2 th {
	width: 25%;
}

.n_table2 td {
	width: 75%;
}

.n_table2 th,
.n_table2 td {
	font-size: 85%;
	line-height: 160%;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
	background-image: url(../images/line001.gif);
	background-repeat: repeat-x;
	background-position: 0% bottom;
}

.n_table2 th span {
	color: #FF0004;
}

.contact {
	clear: both;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

.contact th {
	width: 25%;
	background-color: #F3F3F3;
}

.contact td {
	width: 75%;
	color: #9B0002;
}

.contact th,
.contact td {
	font-size: 85%;
	line-height: 160%;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding: 13px;
	border: 1px solid #CCCCCC;
}

.redtxt {
	color: #900;
}

.pagetop {
	text-align: center;
	clear: both;
	margin-bottom: 30px;
}

.nh2 {
	font-weight: 200;
	font-size: 140%;
	line-height: 130%;
	border-bottom: 5px solid #D7D7D7;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

#header_wrap {
	width: 100%;
	min-width: 1000px;
	clear: both;
	height: 101px;
	background-color: #0BA29A;
	position: fixed !important;
	position: absolute;
	z-index: 1000;
}

#header {
	position: relative;
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}

#logo {
	float: left;
	margin-left: -20px;
}

#header_info {
	float: right;
	width: 830px;
}

#header_sub {
	float: right;
	width: 400px;
	padding-top: 20px;
	margin-bottom: 20px;
}

#header_sub li {
	float: right;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	letter-spacing: 2px;
	margin-left: 20px;
}

#header_sub li img {
	padding-right: 10px;
}

#header_sub li a:link,
#header_sub li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}

#header_sub li a:active,
#header_sub li a:hover {
	text-decoration: underline;
}

#header_sub li.tel {
	font-size: 130%;
	letter-spacing: 0px;
	margin-top: -5px;
}

#btn-gnav {
	display: none;
}

.g_navi {
	clear: both;
	position: absolute;
	right: 0;
	bottom: 20px;
	background-image: url(../images/gmenu_line.gif);
	background-repeat: no-repeat;
	background-position: right 0%;
}

.g_navi li {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../images/gmenu_line.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/*
.g_navi {
	clear: both;
	position: absolute;
	right: 0;
	bottom: 20px;
	background-image: url(../images/gmenu_line.gif);
	background-repeat: no-repeat;
	background-position: right 0%;
.g_navi li {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../images/gmenu_line.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
*/
.g_navi li a:link,
.g_navi li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.g_navi li a:active,
.g_navi li a:hover {}

.g_navi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.ttl_base {
	height: 200px;
	width: 100%;
	min-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	margin-bottom: 60px;
	clear: both;
	background-color: #0BA29A;
	background-image: url(../images/h2_image.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.ttl_base h2 {
	text-align: center;
	clear: both;
	padding-top: 70px;
}

.business_box {
	width: 1000px;
	clear: both;
}

.business_box h3 {
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", serif;
	font-size: 150%;
	font-weight: 400;
	margin-bottom: 20px;
	letter-spacing: 5px;
}

.business_box p {
	line-height: 180%;
	letter-spacing: 2px;
	font-weight: 100;
	font-size: 90%;
}

.business_box:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.sub_ttl {
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", serif;
	font-size: 160%;
	font-weight: 200;
	clear: both;
	margin-bottom: 30px;
	text-align: center;
	letter-spacing: 10px;
}

.n_table_base {
	background-color: #DBF1F0;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	clear: both;
	border-radius: 10px;
}

.privacy_txt {
	clear: both;
	margin-left: 20px;
	margin-bottom: 15px;
}

.privacy_txt li {
	background-position: left 5px;
	background-repeat: no-repeat;
	background-image: url(../images/arrow001.png);
	padding-left: 15px;
	font-weight: 100;
	font-size: 80%;
	line-height: 160%;
	margin-bottom: 10px;
}

.privacy {
	font-size: 80%;
	line-height: 200%;
	font-weight: 100;
	clear: both;
}

.contact_tel {
	text-align: center;
	background-image: url(../images/line001.gif);
	background-repeat: repeat-x;
	background-position: 0% top;
	width: 1000px;
	padding-top: 40px;
	clear: both;
	margin-bottom: 40px;
}

.free_dial {
	font-size: 300%;
	font-family: "Times New Roman", Times, serif;
	color: #0BA29A;
	line-height: 100%;
	clear: both;
	margin-bottom: 20px;
}

.free_dial img {
	vertical-align: middle;
	padding-right: 10px;
	margin-top: -5px;
}

.tel_info {
	clear: both;
	padding-bottom: 40px;
	background-image: url(../images/line001.gif);
	background-repeat: repeat-x;
	background-position: 0% bottom;
	font-weight: 100;
	line-height: 160%;
}

.maparea {
	width: 100%;
	margin-bottom: 100px;
	clear: both;
	min-width: 1000px;
}

.add_txt {}

#map_canvas {
	width: 100%;
	height: 550px;
	min-width: 1000px;
	clear: both;
	margin-bottom: 20px;
}

.panarea {
	width: 1000px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
}

.panarea p {
	float: right;
}

#pan {
	clear: both;
	margin-bottom: 30px;
	line-height: 20px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	width: 800px;
}

#pan:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#pan li {
	font-size: 80%;
	float: left;
	height: 30px;
	line-height: 30px;
}

#pan li a {
	background-image: url(../images/h2_2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	margin-right: 10px;
	padding-right: 20px;
}

#pan li.pan_home a:link,
#pan li.pan_home a:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

#pan li.pan_home a:hover,
#pan li.pan_home a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.inputarea_zip {
	width: 70px;
}

.inputarea_name {
	width: 50%;
}

.inputarea_other {
	width: 200px;
}

.inputarea_add {
	width: 80%;
}

.inputarea_txt {
	height: 150px;
	width: 80%;
}

.inputarea_zip,
.inputarea_name,
.inputarea_other,
.inputarea_add,
.inputarea_txt {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #FFFFFF;
}

.preview, .kakuninbtn {
	text-align: center;
	clear: both;
	display: block;
	width: 300px;
	margin: 10px auto 0;
}

.preview input, .kakuninbtn input {
	display: block;
	border-radius: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width: 300px;
	background-color: #0BA29A;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px;
}

.confirm {
	padding-top: 100px;
}

.mgb10 {
	margin-bottom: 10px;
}

.mgb20 {
	margin-bottom: 20px;
}

.mgb30 {
	margin-bottom: 30px;
}

.mgb40 {
	margin-bottom: 40px;
}

.mgb50 {
	margin-bottom: 50px;
}

.pdt40 {
	padding-top: 40px;
}

.pdt50 {
	padding-top: 50px;
}

.pdt100 {
	padding-top: 100px;
}

.mgt100 {
	margin-top: 100px;
}

.mainimage {
	background-image: url(../images/main_back.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 540px;
	width: 100%;
	min-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 100px;
}

.mainimage p {
	clear: both;
	text-align: center;
	margin-bottom: 100px;
	display: block;
	padding-top: 37px;
}

a img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#footer_wrap {
	width: 100%;
	min-width: 1000px;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/dot_back.gif);
}

#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#foot_info {
	float: left;
	text-align: left;
	width: 380px;
	padding-top: 10px;
}

#foot_info h2 {
	font-weight: 300;
	margin-bottom: 10px;
}

#foot_info p {
	font-weight: 200;
	font-size: 90%;
	line-height: 140%;
}

#foot_info2 {
	float: right;
	text-align: right;
	width: 490px;
}

#foot_info2 address {
	font-weight: 100;
	font-size: 75%;
	line-height: 150%;
	text-align: right;
	margin-bottom: 10px;
	padding-top: 10px;
}

#copyright {
	font-weight: 200;
	font-size: 75%;
	font-family: "Times New Roman", Times, serif;
	color: #0BA29A;
}

#footer_wrap:after,
#footer:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.n_table th span {
	color: #B40003;
}

.property_area {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}

.sorry {
	clear: both;
	text-align: center;
	font-weight: 200;
	font-size: 140%;
	line-height: 160%;
	margin-bottom: 40px;
}

.contactbtn {}

.contactbtn a {
	display: block;
	background-color: #0BA29A;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
}

.contactbtn a:link,
.contactbtn a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.contactbtn a:hover,
.contactbtn a:active {
	text-decoration: none;
	background-color: #3CCCC4;
}

.prop_list {
	width: 1000px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	clear: both;
	background-repeat: repeat-x;
	background-image: url(../images/line001.gif);
	background-position: 0% bottom;
}

.prop_pic {
	float: left;
}

.price {
	color: #0BA29A;
	padding-bottom: 10px;
}

.price strong {
	color: #FF0004;
	font-size: 200%;
	font-weight: 200;
	font-family: "Times New Roman", Times, serif;
}

.prop_list div {
	float: right;
	width: 710px;
	text-align: left;
}

.prop_list div h2 {
	font-size: 160%;
	font-weight: 200;
}

.prop_list div ul {}

.prop_list div ul li {
	font-weight: 100;
	font-size: 90%;
	line-height: 140%;
	margin-bottom: 5px;
}

.prop_list:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.error {
	font-size: 80%;
	color: #FF0004;
}

img.soldout {
	opacity: 0.5;
}

.sp {
	display: none;
}

@media only screen and (max-width: 640px) {

	h3.nh3,
	.np,
	.npr,
	.npc,
	.npn,
	.npcn,
	.nh2,
	.tel_info,
	.price strong,
	.prop_list div h2,
	.prop_list div ul li,
	.sub_ttl,
	#foot_info p,
	#foot_info2 address,
	#copyright,
	.sorry {
		font-weight: normal;
	}

	img {
		width: 100%;
		height: auto;
	}

	.img_left {
		float: none;
		padding-right: 0;
	}

	.np,
	.npr,
	.npc,
	.npn,
	.npcn {
		line-height: 200%;
		letter-spacing: normal;
	}

	#header_wrap {
		min-width: inherit;
		min-width: auto;
		height: 45px;
	}

	#header {
		width: 100%;
	}

	#logo {
		float: none;
		width: 30%;
		margin-left: 0;
	}

	#logo img {
		height: auto;
	}

	/** グローバルナビ **/
	#btn-gnav {
		display: block;
	}

	#g_navi {
		padding: 44px 0 0;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		overflow: hidden;
		display: none;
		background: #0A918A;
		z-index: 999;
		box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
	}

	#header_sub {
		position: absolute;
		top: 10px;
		right: 55px;
		margin-bottom: 0;
		padding-top: 0;
		z-index: 1000;
	}

	/*#header_sub {
		padding-top: 20px; 
		border-bottom: #FFF 1px solid;
		position: relaitve;
	}
	#header_sub li a {
		text-decoration: none;	
	}
	#header_sub li img {
		display: inline-block;
	}
	#header_sub,*/
	.g_navi {
		width: 100%;
		position: static;
	}

	#header_sub li img {
		width: auto;
		padding: 0;
	}

	#header_sub li {
		margin: 0 10px;
	}

	#header_sub li.tel {
		margin-top: 0;
	}

	/*#header_sub li,*/
	.g_navi li {
		border-top: solid 1px rgba(255, 255, 255, 0.15);
		float: none;
		text-align: center;
		background-image: none;
	}

	#header_sub li a,
	.g_navi li a {
		display: block;
	}

	.g_navi li a {
		padding: 1em 0;
	}

	.g_navi li img {
		width: inherit;
	}

	#btn-gnav {
		position: absolute;
		top: 0;
		right: 0;
		width: 44px;
		height: 44px;
		background: #DBF1F0 url(../images/btn_nav.png) no-repeat center center;
		background-size: 18px auto;
		z-index: 1000;
	}

	#btn-gnav.close {
		background: #DBF1F0 url(../images/btn_close.png) no-repeat center center;
		background-size: 18px auto;
	}

	/** グローバルナビ ここまで **/
	.mainimage {
		min-width: inherit;
		min-width: auto;
		height: 20%;
		padding-top: 45px;
		background-size: auto 100%;
	}

	.mainimage p {
		padding-top: 0;
		margin-bottom: 0;
	}

	.mainimage p img {
		width: 25%;
		height: auto;
	}

	.ttl_base {
		min-width: inherit;
		min-width: auto;
		height: auto;
		margin-bottom: 20px;
		padding: 0 5%;
		background-image: none;
	}

	.ttl_base h2 {
		width: 100%;
		padding: 20px 0;
	}

	.ttl_base h2 img {
		max-width: 70%;
		height: auto;
	}

	.property_area {
		width: 100%;
		margin-bottom: 30px;
		padding: 0 5%;
	}

	.prop_list {
		width: 100%;
	}

	.prop_pic {
		margin-bottom: 20px;
		width: 100%;
	}

	.prop_pic img {
		height: auto;
	}

	.prop_list div {
		width: 67%;
	}

	.prop_list div h2 {
		margin: 0 0 0.5em;
		font-size: 110%;
		line-height: 1.4;
	}

	.price strong {
		font-size: 140%;
	}

	.prop_list li {}

	.contactbtn a {
		width: 100%;
	}

	.section {
		width: 100%;
		margin-bottom: 30px;
		padding: 0 5%;
	}

	.business_box {
		width: 100%;
		margin-bottom: 20px;
	}

	.business_box p {
		font-weight: normal;
		letter-spacing: normal;
	}

	.business_box h3 {
		margin: 1.25em 0 0.75em;
		font-size: 140%;
		letter-spacing: normal;
	}

	h3.sub_ttl {
		margin: 1em 0;
		font-size: 140%;
		letter-spacing: normal;
	}

	.sign img {
		width: 80%;
		height: auto;
	}

	.n_table_base {
		width: 100%;
		padding: 5%;
	}

	.maparea {
		min-width: inherit;
		min-width: auto;
		margin-bottom: 30px;
	}

	#map_canvas {
		min-width: inherit;
		min-width: auto;
	}

	.contact_tel {
		width: 100%;
	}

	.free_dial a {
		font-size: 80%;
		font-family: "Times New Roman", Times, serif;
		color: #0BA29A;
		line-height: 100%;
		text-decoration: none;
	}

	.free_dial img {
		width: 40px;
	}

	.tel_info {
		text-align: left;
	}

	.n_table th {
		font-weight: bold;
	}

	.n_table td {}

	.n_table th,
	.n_table td {
		display: block;
		width: 100%;
		padding: 15px 0;
	}

	input[type="text"],
	.inputarea_txt {
		width: 100%;
	}

	.preview {
		width: 100%;
	}

	.preview input {
		width: 100%;
	}

	.privacy_txt {
		margin-left: 1em;
	}

	.privacy_txt li {
		background-position: left 5px;
		padding-left: 1em;
	}

	#footer_wrap {
		min-width: inherit;
		min-width: auto;
	}

	#footer {
		width: 100%;
		padding: 0 5%;
	}

	#footer .img_left {
		display: none;
	}

	#foot_info,
	#foot_info2 {
		width: 100%;
	}

	#foot_info2 address {
		text-align: left;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.pc-block {
		display: none;
	}

	.sp-block {
		display: block;
	}
}

/*--------------------
230516 CMS化に伴う更新
--------------------*/
.prop_list.new .prop_pic {
	position: absolute;
	width: 312px;
}

.prop_list.new .prop_pic img {
	width: 100%;
	height: auto;
}

.prop_list.new .prop_pic .label {
	position: absolute;
	top: 0;
	left: 0;
	padding: .3em .5em;
	background: #0DA29A;
	color: #FFF;
	font-size: 94%;
	z-index: 1;
}

.prop_list.new .prop_info {
	position: relative;
	width: 655px;
	padding-top: 15px;
	background: none;
}

.prop_list.new h2 {
	margin-bottom: 1em;
	font-size: 125%;
}

.prop_list.new h2 a {
	color: #0DA29A;
	text-decoration: none;
}

.prop_list.new .price strong {
	font-size: 187%;
}

.prop_list.new li strong {
	font-size: 125%;
}

.prop_list.new .prop_button {
	position: absolute;
	top: 10px;
	right: 0;
	width: 220px;
}

.prop_list.new .prop_button a {
	display: block;
	padding: .5em;
	border-radius: 10px;
	background: #0DA29A;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}

.prop_list.new .prop_button a:hover {
	opacity: .6;
}

.prop_list.new.soldout .prop_pic .label {
	background: #777;
	opacity: 1;
	z-index: 99;
}

.prop_list.new.soldout .prop_pic {
	opacity: .5;
}


.prop_list.new.soldout h2 {
	color: #666;
}

@media only screen and (max-width: 640px) {
	.prop_list.new .prop_pic {
		position: static;
		width: 100%;
	}

	.prop_list.new .prop_pic .label {
		position: static;
		display: inline-block;
		margin-bottom: 2vw;
		font-size: 80%;
	}

	.prop_list.new .prop_info {
		width: 100%;
		padding: 0;
	}

	.prop_list.new h2 {
		margin-bottom: .5em;
		font-size: 110%;
	}

	.prop_list.new .price {
		margin-bottom: .5em;
		line-height: 1.4;
	}

	.prop_list.new .price strong {
		font-size: 130%;
	}

	.prop_list.new li strong {
		font-size: 100%;
	}

	.prop_list.new .prop_button {
		position: static;
		width: 100%;
		margin-top: 3vw;
	}
}