@charset "utf-8";

/* コンテンツ */
div#contents div#face {
	width: 710px;
	height: auto;
	margin-bottom: 0px;
}

/* お知らせ欄 開始*/
div#contents div#information {
	text-align: left;
	vertical-align: middle;
	font-size: 100%;
	color: #555555;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cbdfbc;
	border-left-color: #cbdfbc;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #F2F8EF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cbdfbc;
	border-bottom-color: #cbdfbc;
	margin: 0px;
}
/* お知らせ欄 終了*/

/* メニュー開始 */
div#contents div#menu {
	width: 710px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
}

div#contents div#menu div#left {
	width: 350px;
	float: left;
	margin-right: 10px;
}

div#contents div#menu div#right {
	width: 350px;
	float: left;
	margin-bottom: 10px;
}

div#contents div#menu div#right p {
	text-align: center;
}

div#contents div#areaLogin {
	margin: 0px;
}

div#contents div#areaLogin dl {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

div#contents div#areaLogin dl dt {
	margin: 0px;
	background-color: #3333FF;
	color: #FFF100;
	font-size: 153.9%;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	text-align: left;
	font-weight: bold;
}

div#contents div#areaLogin dl dd {
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #3333FF;
	border-bottom-color: #3333FF;
	border-left-color: #3333FF;
}

div#contents div#areaLogin dl dd table {
	margin: 0px;
	width: 100%;
}

div#contents div#areaLogin dl dd table td {
	padding: 10px;
}

div#contents div#areaLogin dl dd table td.menu {
	padding-left: 50px;
	text-align: left;
	font-size: 131%;
	vertical-align: middle;
	white-space: nowrap;
	width: 300px;
}

div#contents div#areaLogin dl dd table td#login {
	text-align: center;
	font-size: 131%;
	vertical-align: middle;
	white-space: nowrap;
	width: auto;
}

/* メニュー終了 */


/* コンテンツ：販売中のリノベーション物件 開始 */
div#contents div#renovation {
	margin-top: 0px;
}

div#contents div#renovation p.comment {
	font-size: 131%;
}

div#contents div#renovation div.record {
	margin-top: 15px;
	clear: both;
}

div#contents div#renovation div.record h3 {
	font-size: 131%;
	background-color: #DDDDDD;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

div#contents div#renovation div.record div.photo {
	margin: 0px;
	width: 222px;
	float: left;
}

div#contents div#renovation div.record div.photo img {
	padding: 5px;
	border: 1px solid #999999;
}

div#contents div#renovation div.record div.data {
	float: left;
	width: 480px;
}

div#contents div#renovation div.record div.data span.option {
	font-size: 123.1%;
}

div#contents div#renovation div.record div.data span.point {
	color: #009900;
}

div#contents div#renovation div.record div.data span.f7 {
	color: #FF0033;
	font-size: 153.9%;
	font-weight: bold;
}

div#contents div#renovation div.record div.data span.reform {
	background-color: #EFFFDF;
}

/* コンテンツ：販売中のリノベーション物件 終了 */

/* aボタン 開始 */
a.btn {
	min-width: 200px;
	width: 250px;
	background-color: #df4a32;
	border-radius: 3px;
	box-shadow: 0 3px 0 rgba(160,53,36,1);
	text-shadow: none;
	color: #ffffff;
	display: block;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

a.btn:link, a.btn:active, a.btn:visited {
	color: #ffffff;
}

a.btn:hover {
	box-shadow: 0 1px 0 rgba(136,136,136,1);
	margin-top: 12px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
}
/* aボタン 終了 */
