﻿/*--------------------------------------------------------*/
/* 管理者トップページCSS                                  */
/*--------------------------------------------------------*/

/* 利用者数 */
.userCount
{
	text-align:right;
}

/* 予約リストタイトル */
.topListTitle {
    float:left;
	width:100%;
	text-align:left;
	color:#FFFFFF;
	margin:10px 0 0 0;
	padding:5px;
    box-sizing:border-box;
	background-color:#F86600;
    background: -webkit-linear-gradient(0deg, #666677 20%, #DDDDEE 80%);
    background: -moz-linear-gradient(0deg, #666677 20%, #DDDDEE 80%);
    background: -o-linear-gradient(0deg, #666677 20%, #DDDDEE 80%);
    background: -ms-linear-gradient(0deg, #666677 20%, #DDDDEE 80%);
}

/* 予約リスト件数 */
.topListCount {
    float:right;
	text-align:right;
	color:#222222;
}

/* 本日の予約状況・承認期限超過状況・入金期限超過状況テーブル */
.top_table {width:100%; border-collapse:collapse;}

/* 予約ID */
.top_reserveid {width:10%; text-align:center; border:1px solid #000000; white-space:nowrap;}
/* 日付 */
.top_date {width:13%; text-align:center; border:1px solid #000000; white-space:nowrap;}
/* 時刻 */
.top_time {width:14%; text-align:center; border:1px solid #000000; white-space:nowrap;}
/* 施設名称 */
.top_Facility {width:36%; text-align:left; border:1px solid #000000; font-size:95%}
/* 利用者名称 */
.top_UserName {width:27%; text-align:left; border:1px solid #000000; font-size:95%}

/*--------------------------------------------------------*/
/* 利用規約ページCSS                                      */
/*--------------------------------------------------------*/

.ruleTitle
{
    margin:24px 8px 8px 8px;
	color:#0066cc;
	font-weight:bold;
	text-align:left;
	vertical-align:bottom;
}

.ruleComment
{    
    margin:4px 4px 4px 32px;
    line-height:150%;
	text-align:left;
	text-indent:-1.7em;
    padding-left:1.7em;
}

.pnlRules, .pnlAjaxEditor {
    margin:4px;
	text-align:left;
	vertical-align:bottom;
	height:100%;
	min-height:100%;
    }

/*--------------------------------------------------------*/
/* よくある質問ページCSS                                  */
/*--------------------------------------------------------*/

.faqPanel {
    margin:12px 0 24px 0;
    text-align:left;
}

.faqTitle 
{
    padding:8px;
	color:#0066cc;
	font-weight:bold;
	display:block;
}

.faqComment
{
	line-height:150%;
	margin-left:20px;
	margin-bottom:30px;
}

/*--------------------------------------------------------*/
/* お知らせ表示ページCSS                                  */
/*--------------------------------------------------------*/


.modal-content {
	margin: 0 ;
	padding: 10px 20px ;
	border: 2px solid #AAAAAA ;
	background: #FFFFFF ;
	position: fixed ;
	display: none ;
	z-index: 2 ;
	text-align: center;
}
  
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

.button-link {
	color: #0066cc;
}
 
.button-link:hover {
	cursor: pointer ;
}

.textDownLine {
    white-space: normal;
}