@charset "utf-8";

/*
======== table of content. =================================

File name: life/css/rooms.css
Summary: 下宿ページ用CSSファイル

============================================================
*/

#mainLeft .profile-area {
	width:212px;
	padding:3px;
	background:#ECECFB;
	border:1px solid #D2D2F4;
}
#mainLeft .profile-area ul {
	width:191px;
	padding:8px 8px 5px 13px;
	background:#FFF;
}
#mainLeft .profile-area ul li {
	margin:0 0 5px 0;
	font-size:84%;
	font-weight:bold;
}
#mainLeft .profile-area ul li span {
	font-weight:normal;
}

/* 1週間のスケジュール tree.css の table.baselistを上書き */
#mainLeft table.baselist.schedule {	
	border:none;
	border-right:1px solid #C4C7D0;
	border-bottom:1px solid #C4C7D0;
}
#mainLeft table.baselist.schedule th,
#mainLeft table.baselist.schedule td {
	padding:10px 2px;
	font-size:84%;
	text-align:center;
	border:none;
	border-left:1px solid #C4C7D0;
	border-top:1px solid #C4C7D0;
}
#mainLeft table.baselist.schedule td {
	background:#FFF;
}
#mainLeft table.baselist.schedule tbody tr:hover {
	background:#FFF;
}
#mainLeft table.baselist.schedule thead th {
	padding:13px 2px;
	background:#A69261;
	color:#FFF;
}
#mainLeft table.baselist.schedule thead th.none {
	border:none;
	background:none;
}
#mainLeft table.baselist.schedule tbody th {
	padding:10px;
}


/* 1週間のスケジュール tree.css の table.baselistを上書き */
#mainLeft table.baselist.sheet {
}
#mainLeft table.baselist.sheet th,
#mainLeft table.baselist.sheet td {
	font-size:84%;
}
#mainLeft table.baselist.sheet td {
	padding:5px 10px;
	background:#FFF;
}
#mainLeft table.baselist.sheet tbody tr:hover {
	background:#FFF;
}


/*  時間情報 */
#mainLeft .box-timeinfo {
	width:349px;
	margin:20px 0 0 0;
	padding:3px;
	background:
		url(../images/rooms/bg_timeinfo.gif)
		repeat left top;
}
#mainLeft .box-timeinfo ul {
	width:293px;
	padding:20px 28px;
	background:#FFF;
}
#mainLeft .box-timeinfo ul li {
	font-weight:bold;
}
#mainLeft .box-timeinfo ul li span {
	font-weight:normal;
}
#mainLeft .box-timeinfo ul.circle-image li {
	background-image:url(../../images/common/ico_circle_choco.gif);
}

