﻿@charset "Shift_JIS";

/*******************************************************

				アプリ全体共通のスタイルシート

********************************************************/


.nextBtn
{
	font-weight:bold;
	font-size : medium;
}

/* 検証してＮＧの場合のハイライト */
.validatorHighlight
{
    background-color: #ffcccc;
}

/* 検証エラーのツールチップのメッセージフォントサイズ */
.ajax__validatorcallout td.ajax__validatorcallout_error_message_cell
{
	font-size : 12pt;
}

/* 検証サマリ */
.validationSummary
{
	border : solid 2px red;
	border-top-color : Red;
	border-top-style : solid;
	border-top-width : 5px;
	background-color : Red;
	margin-top : 5px;
	margin-bottom : 5px;
}


/* 検証サマリ */
.validationSummary ul
{
	padding-left :10px;
	margin : 0px;
	padding-top : 5px;
	padding-bottom : 5px;
	list-style-position :inside;
	background-color : White;
	color :Red;
}

.watermarked
{
	background-color: #ffffcc;
	color: gray;
}	

#errorTitle
{
	color:Red;
}

#messageTitle
{
	color : Blue;
}

div#header
{
	height:auto;
}

/*******************************************************

			空室検索の結果に関するスタイル

********************************************************/
.akishitsuStatusMemo dd
{
	margin-top : 5px;
}

table.akishitsuStatusMemo
{
	margin-top : 1em;
}

table.akishitsuStatusMemo caption
{
	text-align : left;
}

table.akishitsuStatusMemo th
{
	vertical-align : top;
	padding-left : 3em;
}

.akishitsuResultEmpty
{
	font-size : 200%;
	font-weight : bold;
	color : Red;
}


.akishitsuResult 
{
	border-collapse:collapse;
}

.akishitsuResult th, .akishitsuResult td
{
	text-align : center;
	border: solid 1px #CCCCCC;
}

.akishitsuResult th
{
	white-space : nowrap;
}

.akishitsuResult tr th
{
	text-align : left;
	background-color: #E0E0E0;
}

tr.akishitsuResultHeaderRow th
{
	text-align: center;
	background-color: #E0E0E0;
}

TABLE.itemList
{
	border-collapse:collapse;
}

TABLE.itemList TH
{
	background-color: #E0E0E0;
}
TABLE.itemList TH,
TABLE.itemList TD
{
	border: solid 1px #CCCCCC;
}