﻿#content
{
	background-color : #ffffff;
	font-size : 10pt;
}

/******************************************************

空室情報一覧画面

******************************************************/
table.availableList
{
	border-collapse :collapse ; 
	border: solid 1px black;	
	border-spacing : 0px;
}

.availableListHead th
{
	background-color: #E0E0E0;
	text-align: center;
	border: solid 1px #CCCCCC;
/*	font-weight: normal; */
	white-space: nowrap;
}

.availableListRowAM th, .availableListRowPM th, .availableListRowNight th
{
	border:solid 1px #CCCCCC;
/*	font-weight: normal; */
	white-space : nowrap;
	padding-top : 2px;
	padding-bottom : 2px;
}

.availableListRowAM td, .availableListRowPM td, .availableListRowNight td
{
	border: solid 1px #CCCCCC;
	text-align: center;
	vertical-align: middle;
}

.availableListRowNight td, .availableListRowNight th
{
	background-color : #F3F3FF;
}

.availableListCellOk
{
	color: #0000cd;
}

.availableListCellNg, .availableListCellKari
{
	color : red;
}

.availableListNavi
{
	vertical-align : middle;
	display : inline;
}

.availableListNaviItem, .availableListNaviItemSelected
{
	margin-top : 5px;
	margin-bottom : 5px;
	padding-left : 3px;

}

.availableListNaviItemSelected
{
	color : Red;
}

.availableListSelected
{
/*	color : Black;
	font-size : 150%;
	vertical-align : baseline;*/
}

.linkRed
{
	color : Red;
}

