@charset "utf-8";
#main #top {
	margin-bottom: 20px;
}
#main #top #division {
	float: left;
	width: 400px;
	margin-top: 20px;
	margin-left: 50px;
}
#main #top h2{
	color: #252A6A;
	font-size: 3em;
	letter-spacing: 1em;
	text-align: center;
}
#main #top .right {
	float: right;
	width: 400px;
	margin-top: 20px;
	margin-right: 20px;
}
#main #top .right p {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 7px;
}

#news  {
	float: right;
	width: 400px;
	height: auto;
	margin-bottom: 10px;
}
#news h3 {
	font-family: 'Playfair Display SC';
	border-bottom: 1px solid #0c2646;
	font-size: 1.3em;
	width: 90%;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #0c2646;
}
#news dl {
	background-image: url(../img/update_icon.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#news  dt {
	padding-top:5px;
	font-size: 0.85em;
	color: #0C2646;
}
#news div dd a {
	color: #171C61;
}


#news  div  {
	height: 140px;
	overflow: auto;
}
#price {
	width: 400px;
	padding-bottom: 20px;
}
#price h3 {
	border-bottom: 1px solid #0c2646;
	font-size: 1.3em;
	width: 90%;
	margin-bottom:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #0c2646;
}
#top .right table {
	text-align: center;
	border-collapse:collapse;
}
#top .right table th,
#top .right table td{
	padding:3px;
	border:1px solid #CCC
}
#top .right table .house {
	background-color: #F2FAFB;
}
#top .right table .land {
	background-color: #F5F2F9;
}
#top table strong {
	color: #FF4242;
}
#main #photo {
	float: right;
}

#main #photo li {
	float: left;
	height: 160px;
	width: 190px;
	margin-left: 10px;
}
/*===============================================
画面の横幅が960pxまで
===============================================*/
@media screen and (max-width: 960px) {
#main #top #division {
	width: 45%;
	margin-left:3%;
}
#main #top .right {
	width: 45%;
	margin-right: 3%;
}
#news  {
	width: 100%;
}
#price {
	width: 100%;
}
}
/*===============================================
画面の横幅が767pxまで
===============================================*/
@media screen and (max-width: 767px) {
#main #top h2{
	font-size: 2em;
}
#top .right table {
	font-size:0.9em;
}
#top .right table th,
#top .right table td{
	padding:2px;
}
}
/*===============================================
 画面の横幅が480pxまで
 ===============================================*/
@media screen and (max-width: 480px) {
#main #top #division,
#main #top .right{
	width: 90%;
	margin-left:5%;
	margin-right:5%;
}
#top .right table th,
#top .right table td{
	padding:1px;
}
#top .right table td{
	font-size:0.85em;
}
}
/*===============================================
 画面の横幅が320pxまで
 ===============================================*/
@media screen and (max-width:320px) {

}
