@charset "UTF-8";
/*各ページ共通*/
.pageimg01 {
	background-image: url(../img/page_img01.jpg);
}
#page-title {
	clear: both;
	margin-bottom: 17px;
}
.house-st{
	background-attachment: scroll;
	background-image: url(../img/house-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	font-size: 1.8em;
	padding-left: 50px;
	overflow: hidden;
	line-height: 2.5em;
	font-family: "解ミン 宙 H" または "Kaimin Sora Heavy";
	text-align: left;
}
@media screen and (max-width: 640px) {
.house-st{
	background-attachment: scroll;
	background-image: url(../img/house-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: none;
	font-size: 1.8em;
	padding-left: 50px;
	overflow: hidden;
	line-height: 2.5em;
	font-family: "解ミン 宙 H" または "Kaimin Sora Heavy"
}
}
.house-catch {
	background-attachment: scroll;
	background-image: url(../img/house-catch.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-indent: -9999px;
	width: 920px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: absolute;
	top: 285px;
	z-index: 1000;
	height: 52px;
	left: 50%;
	margin-left: -462px; /* widthの半分のマイナス値 */
}
@media screen and (max-width: 640px) {
.house-catch {
	background-attachment: scroll;
	background-image: url(../img/house-catch.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-indent: -9999px;
	width: 100%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	top: 150px;
	z-index: 1000;
	height: 52px;
	left: 50%;
	margin-left: -50%; /* widthの半分のマイナス値 */
}
}
@media screen and (max-width: 480px) {
.house-catch {
	
	display: none;
}
}
.article {
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
}
.article .article-data {
	float: right;
	width: 565px;
}
@media screen and (max-width: 640px) {
.article .article-data {
	float: right;
	width: 100%;
}
}
.article-data th {
	text-align: left;
	vertical-align: top;
	padding-top: 9px;
	padding-bottom: 9px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D9D9DA;
	border-right-color: #D9D9DA;
	border-bottom-color: #D9D9DA;
	border-left-color: #D9D9DA;
	font-size: 1.4em;
	line-height: 1.5em;
	padding-right: 1em;
	padding-left: 0.2em;
}
@media screen and (max-width: 480px) {
.article-data th {
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D9D9DA;
	border-right-color: #D9D9DA;
	border-bottom-color: #D9D9DA;
	border-left-color: #D9D9DA;
	font-size: 1.3em;
	line-height: 1.5em;
	padding-right: 7px;
	padding-left: 7px;
	display: block;
	width: 100%;
	background-color: #EDEDED;
}
}
.article-data td {
	text-align: left;
	vertical-align: top;
	padding-top: 9px;
	padding-bottom: 9px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D9D9DA;
	border-right-color: #D9D9DA;
	border-bottom-color: #D9D9DA;
	border-left-color: #D9D9DA;
	font-size: 1.4em;
	line-height: 1.5em;
}
@media screen and (max-width: 480px) {
.article-data td {
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D9D9DA;
	border-right-color: #D9D9DA;
	border-bottom-color: #D9D9DA;
	border-left-color: #D9D9DA;
	font-size: 1.3em;
	line-height: 1.5em;
	display: block;
	width: 100%;
	padding-right: 7px;
	padding-left: 7px;
}
}
.article-data td a {
	color: #f2982f;
	text-decoration: underline;
}
.article-data td a:hover {
	color: #87c44e;
	text-decoration: underline;
}


.article-data .article-t {
	font-size: 1.4em;
	line-height: 1em;
	background-color: #AFD144;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	overflow: hidden;
	border-radius: 2px;		/* CSS3草案 */
	-webkit-border-radius: 2px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 2px;	/* Firefox用 */
	margin-bottom: 10px;
}
.article-data .article-t h4 {
	font-size: 1.3em;
	line-height: 1.6em;
	float: left;
	font-weight: normal;
	padding-top: 1px;
}
.article-data .article-t .icon {
	float: left;
	margin-left: 10px;
	overflow: hidden;
}
.article-data .article-t   .icon li{
	text-align: right;
	height: 30px;
	width: 30px;
	overflow: hidden;
	float: left;
	display: block;
	margin-left: 5px;
}
.article-data .article-t .icon .rent-icon{
	text-align: right;
	height: 26px;
	width: 123px;
	overflow: hidden;
	float: left;
	display: block;
	margin-left: 2px;
	margin-top: 2px;
}
.article-data .article-t   .icon li img{
	text-align: right;
	overflow: hidden;
	float: right;
	display: block;
}
.article .article-img {
	float: left;
	width: 328px;
}
@media screen and (max-width: 640px) {
.article .article-img {
	float: left;
	width: 100%;
	margin-top: 20px;
}
}

.article-img p {
	height: auto;
	width: 318px;
	border-radius: 2px;		/* CSS3草案 */
	-webkit-border-radius: 2px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 2px;	/* Firefox用 */
	overflow: hidden;
}
@media screen and (max-width: 640px) {
.article-img p {
	height: auto;
	width: 50%;
	border-radius: 2px;		/* CSS3草案 */
	-webkit-border-radius: 2px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 2px;	/* Firefox用 */
	overflow: hidden;
	float: left;
}
}
.article-img ul {
}
@media screen and (max-width: 640px) {
.article-img ul {
	width: 50%;
	float: left;
}
}
.article-img ul li {
	float: left;
	height: auto;
	width: 154px;
	margin-right: 10px;
	margin-top: 10px;
	border-radius: 2px;		/* CSS3草案 */
	-webkit-border-radius: 2px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 2px;	/* Firefox用 */
	overflow: hidden;
}
@media screen and (max-width: 640px) {
.article-img ul li {
	float: left;
	height: auto;
	width: 50%;
	margin-right: 0px;
	margin-top: 0px;
	border-radius: 2px;		/* CSS3草案 */
	-webkit-border-radius: 2px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 2px;	/* Firefox用 */
	overflow: hidden;
}
}
.article-img img {
	height: auto;
	width: 100%;
}

.inquiry {
	text-align: left;
	margin-top: 26px;
}
.inquiry dt {
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
	color: #FFF;
	background-color: #78BD36;
	margin-bottom: 7px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	float: left;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
}
.inquiry dd {
	font-size: 1.2em;
	line-height: 1.5em;
	text-align: left;
	clear: both;
}
.inquiry dd strong {
	font-size: 1.2em;
	line-height: 1.8em;
}
.article a {
	color: #176F48;
	text-decoration: underline;
}
.article a:hover {
	color: #7ABB40;
}
#house-icon  {
	height: 30px;
	float: right;
	margin: 0px;
	padding: 0px;
}
@media screen and (max-width: 640px) {
#house-icon  {
	height: 30px;
	float: none;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
}
#house-icon li {
	height: 30px;
	float: left;
	margin-left: 18px;
	font-size: 12px;
	line-height: 12px;
}
@media screen and (max-width: 640px) {
#house-icon li {
	height: 30px;
	float: left;
	margin-right: 15px;
	margin-left: 0px;
	font-size: 12px;
	line-height: 12px;
}
}
#house-icon li img{
	height: 100%;
	width: auto;
}
.help-t {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px;
	font-size: 2.2em;
	line-height: 1.3em;
	color: #206139;
	text-align: left;
	font-family: "解ミン 宙 H" または "Kaimin Sora Heavy"
}
.rent {
	float: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-left: -3px;
}

