@charset "utf-8";
/*
	業者向けコンテンツ用CSS
*/

/* 共通 開始 */
div#contents div#status {
	clear: both;
	margin-bottom: 10px;
	text-align: right;
	padding: 5px;
	background-color: #F0FFFF;
}
/* 共通 終了 */

/* ログインエリア 開始 */
div#contents div#login {
	clear: both;
	margin-bottom: 50px;
	margin-top: 30px;
}

div#contents div#login h3 {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 131%;
	font-weight: bold;
}

div#contents div#login table {
	width: 650px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #B9DAEC;
}
div#contents div#login table td {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	white-space: normal;
	background-color: #ecf5fa;
	padding: 5px;
}

div#contents div#login table th {
	font-size: 100%;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	background-color: #ecf5fa;
	white-space: nowrap;
	padding: 5px;
}

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

div#contents div#login dl dt {
	font-weight: normal;
	padding: 2px;
}

div#contents div#login dl dd {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
}

div#contents div#login input#btnLogin {
	width: 200px;
	height: 50px;
}

div#contents div#login input.loginForm {
	border: 1px solid #B9DAEC;
	font-size: 131%;
	width: 100%;
}

/* ログインエリア 終了 */


/* 新規登録エリア 開始 */
div#contents div#new {
	clear: both;
	margin-top: 20px;
}

div#contents div#new h3 {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 131%;
	font-weight: bold;
}

div#contents div#new p#opt {
	font-size: 100%;
	color: red;
	padding-left: 20px;
}

div#contents div#new span.need {
	font-size: 100%;
	color: red;
}

div#contents div#new table {
	clear: both;
	width: 690px;
	margin-bottom: 20px;
	margin-left: 20px;
}

div#contents div#new table td {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9DAEC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B9DAEC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	white-space: normal;
}

div#contents div#new table th {
	font-size: 100%;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	padding: 10px;
	background-color: #ecf5fa;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B9DAEC;
	border-bottom-color: #B9DAEC;
	white-space: nowrap;
}

div#contents div#new input#send {
	width: 250px;
	height: 35px;
}
/* 新規登録エリア 終了 */

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

div#contents div#menu table h4 {
	margin: 0px;
	padding: 0px;
	font-size: 161.6%;
	font-weight: normal;
	color: #000000;
}

div#contents div#menu table {
	clear: both;
	margin-bottom: 10px;
	width: 650px;
	margin-left: 30px;
	border: 1px solid #006600;
}

div#contents div#menu table th {
	text-align: left;
	padding: 10px;
	font-weight: normal;
}

div#contents div#menu table td {
	margin-bottom: 10px;
	width: 200px;
	text-align: center;
	font-size: 131%;
}

div#contents div#menu table p {
	color: #009900;
}

div#contents div#menu table p.caution {
	color: red;
}

/* メニュー 終了 */

/* ログアウト 開始 */
div#contents div#logout {
	font-size: 131%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
/* ログアウト 終了 */

/* ユーザ登録確認メール送信 開始 */
div#contents div#user-new-end {
	font-size: 116%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

div#contents div#user-new-end p#caution {
	color: red;
}
/* ユーザ登録確認メール送信 終了 */

/* ユーザ情報の変更 開始 */
div#contents div#user-edit {
	clear: both;
	margin-top: 20px;
}

div#contents div#user-edit h3 {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 131%;
	font-weight: bold;
}

div#contents div#user-edit span.need {
	font-size: 100%;
	color: red;
}

div#contents div#user-edit table {
	clear: both;
	width: 690px;
	margin-bottom: 20px;
	margin-left: 20px;
}

div#contents div#user-edit table td {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9DAEC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B9DAEC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	white-space: normal;
}

div#contents div#user-edit table th {
	font-size: 100%;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	padding: 5px;
	background-color: #ecf5fa;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B9DAEC;
	border-bottom-color: #B9DAEC;
	white-space: nowrap;
}

div#contents div#user-edit input#send {
	width: 250px;
	height: 35px;
}
/* ユーザ情報の変更 終了 */

/* ユーザ登録の解除 開始 */
div#contents div#user-delete {
	clear: both;
	margin-top: 20px;
}

div#contents div#user-delete h3 {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size: 131%;
	font-weight: bold;
}

div#contents div#user-delete span.need {
	font-size: 100%;
	color: red;
}

div#contents div#user-delete table {
	clear: both;
	width: 690px;
	margin-bottom: 20px;
	margin-left: 20px;
}

div#contents div#user-delete table td {
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	white-space: normal;
	background-color: #f3ffe7;
}

div#contents div#user-delete input#send-delete {
	width: 250px;
	height: 35px;
}
/* ユーザ登録の解除 終了 */

/* ユーザ登録の解除完了 開始 */
div#contents div#user-delete-end {
	font-size: 131%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

div#contents div#user-delete-end p#caution {
	color: red;
	margin-bottom: 20px;
}
/* ユーザ登録の解除完了 終了 */

/* 物件一覧 開始 */
div#contents div#data-list {
	margin-top: 10px;
}

div#contents div#data-list h3 {
	margin-bottom: 10px;
	font-size: 161.1%;
	font-weight: normal;
}

div#contents div#data-list dl {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 708px;
	border: 1px solid #006600;
	padding: 0px;
}

div#contents div#data-list dl dt {
	padding: 5px;
	margin: 0px;
}

div#contents div#data-list dl dd {
	margin: 0px;
	padding: 0px;
}

div#contents div#data-list ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

div#contents div#data-list ul li {
	margin: 0px;
	padding: 0px;
}

div#contents div#data-list table {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 708px;
}

div#contents div#data-list table th {
	padding: 3px;
	background-color: #ccffcc;
	font-weight: normal;
	border: 1px solid #d1d1d1;
}

div#contents div#data-list table td {
	margin: 0px;
	padding: 5px;
	font-weight: normal;
	border: 1px solid #d1d1d1;
}

div#contents div#data-list table td.right {
	padding: 10px;
}
/* 物件一覧 終了 */

/* お知らせメール配信サービス 開始 */
div#contents div#mailnews {
	margin-top: 10px;
}

div#contents div#mailnews h3 {
	margin-bottom: 10px;
	font-size: 161.1%;
	font-weight: normal;
}

div#contents div#mailnews div#info {
	margin-top: 10px;
	padding: 10px;
	font-size: 116%;
	border: 1px solid #006600;
}

div#contents div#mailnews div#proc {
	margin-top: 10px;
	padding: 10px;
	font-size: 116%;
	background-color: #f3ffe7;
	text-align: center;
}

div#contents div#mailnews div#proc span {
	margin-right: 30px;
}
/* お知らせメール配信サービス 終了 */

/* お知らせメール配信サービス設定完了 開始 */
div#contents div#mailnews-end {
	font-size: 131%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

div#contents div#mailnews-end p#caution {
	color: red;
	margin-bottom: 20px;
}
/* お知らせメール配信サービス設定完了 終了 */

/* 広告承諾書 開始 */
div#contents div#acceptance {
	margin-top: 10px;
}

div#contents div#acceptance h3 {
	margin-bottom: 10px;
	font-size: 161.1%;
	font-weight: normal;
}

div#contents div#acceptance dl {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 708px;
	border: 1px solid #006600;
	padding: 0px;
}

div#contents div#acceptance dl dt {
	padding: 5px;
	margin: 0px;
}

div#contents div#acceptance dl dd {
	margin: 0px;
	padding: 0px;
}

div#contents div#acceptance table#main {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 708px;
}

div#contents div#acceptance table#main th {
	padding: 3px;
	background-color: #ccffcc;
	font-weight: normal;
	border: 1px solid #d1d1d1;
	width: 150px;
}

div#contents div#acceptance table#main td {
	margin: 0px;
	padding: 5px;
	font-weight: normal;
	border: 1px solid #d1d1d1;
}

div#contents div#acceptance table#list {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

div#contents div#acceptance table#list th {
	padding: 3px;
	background-color: #ccffcc;
	font-weight: normal;
	border: 1px solid #d1d1d1;
}

div#contents div#acceptance table#list td {
	margin: 0px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}

div#contents div#acceptance table#list td.right {
	text-align: right;
}
/* 広告承諾書 終了 */

/* オープンハウス 開始 */
div#contents div#openhouse {
	margin-top: 10px;
}

div#contents div#openhouse h3 {
	margin-bottom: 10px;
	font-size: 161.1%;
	font-weight: normal;
}

div#contents div#openhouse dl {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 708px;
	border: 1px solid #006600;
	padding: 0px;
}

div#contents div#openhouse dl dt {
	padding: 5px;
	margin: 0px;
}

div#contents div#openhouse dl dd {
	margin: 0px;
	padding: 0px;
}

div#contents div#openhouse ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

div#contents div#openhouse ul li {
	margin: 0px;
	padding: 0px;
}

div#contents div#openhouse table#main {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 708px;
}

div#contents div#openhouse table#main th {
	padding: 0px;
	background-color: #ccffcc;
	font-weight: normal;
	border: 1px solid #d1d1d1;
	width: 120px;
}

div#contents div#openhouse table#main td {
	margin: 0px;
	padding: 5px;
	font-weight: normal;
	border: 1px solid #d1d1d1;
}

div#contents div#openhouse table#list {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

div#contents div#openhouse table#list th {
	padding: 3px;
	background-color: #ccffcc;
	font-weight: normal;
	border: 1px solid #d1d1d1;
}

div#contents div#openhouse table#list td {
	margin: 0px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}

div#contents div#openhouse table#list td.right {
	text-align: right;
}

div#contents div#openhouse input.size2char {
	width: 20px;
}

div#contents div#openhouse table#tanto {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

div#contents div#openhouse table#tanto th {
	padding: 5px;
	font-weight: normal;
	width: auto;
	background-color: #ECE9D8;
}

div#contents div#openhouse table#tanto td {
	margin: 0px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
}

/* オープンハウス 終了 */

/* オープンハウスの申請送信完了 開始 */
div#contents div#openhouse-end {
	font-size: 131%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

div#contents div#openhouse-end p#caution {
	color: red;
	margin-bottom: 20px;
}
/* オープンハウスの申請送信完了 終了 */

div#user-new-end div#caution {
	margin-bottom: 10px;
	width: auto;
	padding: 10px;
}

div#user-new-end div#caution dl {
	margin: 0px;
	padding: 0px;
	border: 3px solid #990000;
}

div#user-new-end div#caution dl dt {
	margin: 0px;
	padding: 3px;
	background-image: url(../images/icon_caution.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	height: 20px;
	vertical-align: middle;
	font-size: 108%;
	background-position: 5px center;
}

div#user-new-end div#caution dl dd {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 116%;
}

div#user-new-end div#caution dl dd em {
	margin: 0px;
	font-style: normal;
	font-weight: normal;
	color: #009933;
}

div#user-new-end p#mailinfo {
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 108%;
	color: #FF0000;
	font-weight: bold;
}
