@charset "UTF-8";

#top {
	width: 100%;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

/*
==========================================================
一覧
==========================================================
一覧はtoppageのおすすめ物件と共通化
/css/common.css内に記述

*/
@media print, screen and (min-width: 641px) {
.list ul {
	padding: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: -60px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.list ul li {
	padding: 10px;
	float: left;
	width: 338px;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 40px;
	margin-left: 0px;
	border: 1px solid #CCC;
}
}

/*
==========================================================
詳細
==========================================================
*/
@media print, screen and (min-width: 641px) {
	
.detail h1 {
	overflow: hidden;
	display: block;
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #194980;
}
.detail h1 .name {
	font-size: 24px;
	text-align: left;
	display: block;
	float: left;
	width: 80%;
	margin: 0px;
	padding: 0px;
}
.detail h1 .sub {
	font-size: 18px;
	display: block;
	float: right;
	padding-top: 10px;
}
.detail .main {
	overflow: hidden;
	margin-bottom: 40px;
}
.detail .main .photo {
	width: 780px;
	padding: 10px;
	background-color: #f1f1f1;
	height: 532px;
	overflow: hidden;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.detail .main .photo img {
	position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 width: auto;
 height: 100%;
}
.detail .main .comment {
	float: right;
	width: 360px;
	text-align: left;
}
.detail .thumb ul {
	padding: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: -30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.detail .thumb ul li {
	padding: 10px;
	width: 360px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
	height: 242px;
	overflow: hidden;
	position: relative;
	background-color: #f1f1f1;
	float: left;
}
.detail .thumb ul li img {
	position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 width: auto;
 height: 100%;
}
.detail .thumb {
	margin-bottom: 40px;
}
}

@media screen and (max-width: 640px) {
	
	
.detail h1 {
	overflow: hidden;
	display: block;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #194980;
}
.detail h1 .name {
	font-size: 22px;
	text-align: left;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.detail h1 .sub {
	font-size: 16px;
	display: block;
	text-align: left;
}
.detail .main {
	overflow: hidden;
	margin-bottom: 40px;
}
.detail .main .photo {
	width: 100%;
	padding: 10px;
	background-color: #f1f1f1;
	height: 250px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.detail .main .photo img {
	position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 width: auto;
 height: 100%;
}
.detail .main .comment {
	text-align: left;
}
.detail .thumb ul {
	padding: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.detail .thumb ul li {
	padding: 10px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: 250px;
	overflow: hidden;
	position: relative;
	background-color: #f1f1f1;
}
.detail .thumb ul li img {
	position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 width: auto;
 height: 100%;
}
.detail .thumb {
	margin-bottom: 40px;
}
}
