@charset "utf-8";
#main h2 {
	text-align: center;
	margin-top: 10px;
}
#main  .property  {
	float: left;
	width: 450px;
	height: 230px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #B4A04A;
	border-bottom-color: #B4A04A;
	position: relative;
	margin-top: 15px;
	margin-left: 20px;
}
#main .property .right {
	width: 240px;
}
#main .property .right h3 {
	color: #B4A04A;
	padding-top: 5px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
#main .property .right a {
	text-decoration: none;
	color: #B4A04A;
}

#main .property .right .text {
	font-size: 0.9em;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main .property .right .access {
	font-size: 0.80em;
	color: #000066;
}
#main .property .right .access li {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 20px;
}

#main .property .right .catch {
	color: #A00E15;
	padding-top: 10px;
}
#main .property .link {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#main .property .left .photo {
	margin-top: 30px;
	border: 1px solid #666666;
}
#main   .blank  {
	float:left;
	margin-top: 15px;
	margin-left: 20px;
}
/*===============================================
画面の横幅が960pxまで
===============================================*/
@media screen and (max-width: 960px) {
#main  .property  {
	width: 47%;
	height: 220px;
	margin-left: 2%;
}
#main .property .right {
	width: 55%;
}

#main .property .right .access li {
	margin-left: 2%;
}
#main .property .link {
	position: absolute;
	right: 1%;
	bottom: 10px;
}
#main .property .right .text,
#main .property .catch {
	font-size:0.8em
}
#main .property .right .catch {
	padding-top: 5px;
}
#main .property .left {
	width:43%;
}
#main   .blank  {
	margin-left: 2%;
}
}
/*===============================================
画面の横幅が700pxまで
===============================================*/
@media screen and (max-width: 700px) {
#main  .property  {
	height: 200px;
}
#main .property .right {
	width: 66%;
}
#main .property .left {
	width:31%;
}
#main .property .left .place {
	font-size:0.9em;
}
}
/*===============================================
画面の横幅が600pxまで
===============================================*/
@media screen and (max-width: 600px) {
#main  .property  {
	height: 230px;
}
}
/*===============================================
画面の横幅が480pxまで
===============================================*/
@media screen and (max-width: 480px) {
#main  .property  {
	width: 96%;
	height: 200px;
}
}
/*===============================================
画面の横幅が320pxまで
===============================================*/
@media screen and (max-width: 320px) {
#main .property .right h3 {
	padding-top: 3px;
	font-weight:normal;
}
}