@charset "utf-8";

/*不動産カテゴリページのCSS
--------------------------------------------------------------*/

/* エリアマップ */
#areamap {
	width: 100%;
	text-align: center;
	margin: 0 auto 50px auto;
}

h1.post_name {
	display: inline;
}

.tochi,
.tatemono,
.chintai,
.urinushi_s {
	display: inline-block;
	color: #FFF;
	padding: 0.25em 0.5em;
	font-size: 13px;
	letter-spacing: 2px;
	text-align: center;
	font-family: "Helvetica Neue",
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;
	z-index: 1;
}

.tochi {
	width: 60px;
	background-color: olivedrab;
}

.tatemono {
	width: 60px;
	background-color: saddlebrown;
}

.chintai {
	width: 60px;
	background-color: #192f60;
}

.urinushi_s {
	background-color: #ee7800;
}

.num_cp {
	background-color: #555;
}

.num_cp {
	display: inline-block;
	color: #FFF;
	padding: 0.25em 0.5em;
	font-size: 13px;
	letter-spacing: 1px;
	z-index: 1;
	text-align: center;
	font-family: "Helvetica Neue",
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		"Meiryo",
		sans-serif;
}

.shoudan {
	color: #3333CC;
}

.seiyaku {
	color: #663300;
}

li img {
	max-width: 290px;
}

li .info {
	display: block;
	width: 100%;
	font-size: 10px;
	padding: 10px 0 0 0;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.area {
	display: inline-block;
	margin-bottom: 8px;
	color: #666;
	font-size: 12px;
	line-height: 12px;
	border: solid 1px #999;
	padding: 3px 6px;
}

.name {
	clear: both;
	color: #800000;
	font-size: 17px;
	font-weight: bold;
	font-family: "ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN",
		"游明朝",
		YuMincho,
		"Sawarabi Mincho",
		"HG明朝E",
		"ＭＳ Ｐ明朝",
		"MS PMincho",
		serif;
}

.name a {
	text-decoration: none;
}

.name a:hover {
	text-decoration: underline;
}

.name a:link {
	color: #800000;
}

.price {
	color: #666;
	font-size: 17px;
	font-family: sans-serif;
	margin-top: 0.25em;
	font-weight: bold;
}

.comment {
	clear: both;
	font-size: 14px;
	line-height: 150%;
	text-align: justify;
	margin: 0.25em 0 3em 0;
}

/*カテゴリページ上のエリア説明へのリンクCSS
--------------------------------------------------------------*/
.to_area_description a {
	font-size: 16px;
	position: absolute;
	right: 1em;
	text-decoration: underline;
	color: #000;
}

/*カテゴリページ下のエリア説明CSS
--------------------------------------------------------------*/
#category-description {
	margin-top: 15px;
	margin-bottom: 30px;
	background-color: floralwhite;
	padding: 1em;
	border-radius: 5px;
}

.area_title {
	padding: 0.5em 0;
	vertical-align: middle;
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: solid 1px #555;
	font-family: "しまなみ", serif;
	text-align: center;
}

.description {
	font-size: 0.95em;
	line-height: 1.5em;
	margin-top: 1em;
	text-align: justify;
	color: #555;
}

/*不動産詳細ページのCSS
--------------------------------------------------------------*/
.num {
	position: absolute;
	top: 0;
	right: 0;
	color: #FFFFFF;
	font-size: 16px;
	background-color: #800000;
	text-align: center;
	width: 126px;
	height: 100%;
}

.num:before {
	content: 'No.';
}

.urinushi {
	padding: 0 0.5em;
	color: #FFF;
	background-color: #ee7800;
	display: inline-block;
	position: absolute;
	top: -1em;
	right: 0;
	font-size: 14px;
	/* background: -moz-linear-gradient(center top, #ee7800, #ee7800 25%, #FFFFFF 50%, #ee7800 75%, #ee7800);
	background: -webkit-gradient(linear, center top, center bottom, from(#ee7800), color-stop(25%, #ee7800), color-stop(50%, #FFFFFF), color-stop(75%, #ee7800), to(#ee7800)); */
}

#syousai_copy {
	max-width: 940px;
	height: auto;
	font-size: 16px;
	color: #000;
	text-align: center;
	line-height: 1.8em;
	display: block;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
}

/*投稿フリー編集箇所
--------------------------------------------------------------*/
.doc {
	text-align: center;
	margin: 0 !important;
	padding: 0 !important;
	background-color: inherit;
	position: relative;
}

.page_content {
	max-width: 920px;
	margin: 0 auto;
}

#zoombtn_center {
	margin: 20px auto 10px auto;
	width: auto;
	height: auto;
}

#zoombtn_right {
	width: auto;
	height: auto;
	margin-top: 20px;
	margin-right: 100px;
	margin-bottom: 10px;
	text-align: right;
}

#shousai_info {
	max-width: 700px;
	height: auto;
	margin: 0 auto 40px auto;
}

#shousai_info table {
	width: 100%;
	font-size: 0.95em;
	line-height: 1.5em;
	border-collapse: collapse;
	border: none;
	letter-spacing: 2px;
}

#shousai_info table#koutsuu {
	width: 100%;
}

#shousai_info table#koutsuu td.koutsuu_01 {
	width: 40%;
	border-right: none;
}

#shousai_info table#koutsuu td.koutsuu_02 {
	width: 60%;
}

#shousai_info td.shosaihyo {
	width: auto;
	border-bottom: dotted 1px #666;
	padding: 1em;
}

#shousai_info tr td:first-child {
	width: 18%;
	border-right: dotted 1px #666;
}

#shousai_info tr td:nth-child(2) {
	width: 85%;
	text-align: left;
	padding-left: 2em;
}

#offer {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}

#offer form {
	display: block;
	padding: 1em;
	border: solid 1px #CCC;
}

#contact_us {
	width: 900px;
	height: auto;
	margin: 0 auto;
	border-bottom: dotted 1px #000;
}

#contact_us p {
	font-size: 14px;
	margin-top: 1em;
	color: #666;
	padding-left: 20px;
	padding-top: 0px;
}

#contact_us p a {
	text-decoration: underline;
	color: #666;
}

#contact_us p a:hover {
	color: #660033;
	text-decoration: underline;
}

.photo_wrapper {
	width: 320px;
	height: auto;
	margin: 5px;
}

.photo_wrapper p {
	margin-top: 0.5em;
}

#shousai_photo {
	text-align: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	max-width: 700px;
	margin: 0 auto;
}

#shousai_photo img {
	margin-bottom: 10px;
}

#shousai_photo .center {
	width: 340px;
	height: auto;
	text-align: center;
	margin: 20px auto 20px auto;
}

#shousai_photo img.tate {
	width: 280px;
	height: auto;
	margin-bottom: 20px;
	margin-right: 5px;
	margin-left: 45px;
}

#shousai_photo_center {
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#shousai_photo p {
	display: block;
	clear: both;
	width: 340px;
	height: auto;
	padding-bottom: 1em;
}

#shousai_graph {
	max-width: 700px;
	height: auto;
	margin: 20px auto 40px auto;
	background-color: #FFFFFF;
	text-align: center;
	padding: 10px;
}

#shousai_graph img {
	width: auto;
	height: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}

#shousai_photo p {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #000;
	margin: 0;
	line-height: 1.5em;
}

#shousai_graph p {
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #000;
	line-height: 1.5em;
}

.comment_title {
	margin-top: 20px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	width: 100%;
	text-align: left;
}

p.comment {
	font-size: medium;
	padding: 1em;
}

/*
	-webkit-background-size: 5px 5px;
	-moz-background-size: 5px 5px;
	background-size: 5px 5px;
	background-color: #EFEFEF;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
			color-stop(.25, #DEDEDE), color-stop(.25, transparent),
			color-stop(.5, transparent), color-stop(.5, #DEDEDE),
			color-stop(.75, #DEDEDE), color-stop(.75, transparent),
			to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #DEDEDE 25%, transparent 25%,
			transparent 50%, #DEDEDE 50%, #DEDEDE 75%,
			transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #DEDEDE 25%, transparent 25%,
			transparent 50%, #DEDEDE 50%, #DEDEDE 75%,
			transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #DEDEDE 25%, transparent 25%,
			transparent 50%, #DEDEDE 50%, #DEDEDE 75%,
			transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #DEDEDE 25%, transparent 25%,
			transparent 50%, #DEDEDE 50%, #DEDEDE 75%,
			transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #DEDEDE 25%, transparent 25%,
			transparent 50%, #DEDEDE 50%, #DEDEDE 75%,
			transparent 75%, transparent);
*/


@media screen and (max-width:1010px) {
	.comment {
		margin: 0.25em 0 3em 0;
	}

	.to_area_description a {
		font-size: small;
		margin-top: 2em;
	}

	h1.post_name,
	.seiyaku {
		font-size: 0.8em;
	}

	#shousai_info table {
		font-size: 0.8em;
	}

	#syousai_copy {
		font-size: 0.9em;
	}

	.num {
		font-size: 0.8em;
		top: 3em;
		left: -5px;
		height: 2em;
		line-height: 2em;
	}

	.urinushi {
		top: -1.8em;
		right: 0;
		font-size: 0.8em;
		font-weight: bold;
		font-family: sans-serif;
	}

	/* タイトル位置（margin-top）調整 */
	.cat-title {
		margin: 1em auto 1em auto !important;
	}
}