/* イベント
---------------------------------------------------*/

.tableEvent{
	background-color:#FFFFFF;
	margin:0;
	width:340px;
	padding: 0;
	border-bottom: 1px solid #EFEFEF;
	border-collapse:collapse;
}

.tableEvent th,.tableEvent td{
	padding:5px 3px;
	border-top: 1px solid #EFEFEF;
}

.tableEvent th{
	width: 40px;
}

.tableEvent th a{
	display:block;
	text-indent:-9999px;
	width: 50px;
	height: 50px;
	border: 3px solid #FFF;
	-webkit-transition: 0.3s ease-in-out;
}

.tableEvent tr:hover  a{
	border-color:#0090d4;
}


.tableEvent td strong{
	font-size:10px;
	color:#042858;
	display:block;
}

.tableEvent td{
	background-color:#FFF;
	text-align: left;
	width: inherit;
	vertical-align: top;
}

/* 請求リスト
---------------------------------------------------*/

table.requestTable{
	border-top:1px dotted #CCCCCC;
	border-left:1px dotted #CCCCCC;
	width: 690px;
	margin: 0 0 25px;
	border-collapse:collapse;
}

table.requestTable td,table.requestTable th{
	padding:7px 10px 6px;
	margin-bottom:1px;
	border-bottom:1px dotted #CCCCCC;
	border-right:1px dotted #CCCCCC;
}

table.requestTable td{
	padding:7px 10px 2px;
}

table.requestTable td div{
	margin-bottom:4px;
}

table.requestTable td div a{
	font-weight:bold;
}

table.requestTable th{
	white-space:nowrap;
	background: url(../images/contents/bg_dot.gif);
	text-align: center;
}

table.requestTable th span,table.requestTable td span{
	font-size:10px;
}

table.requestTable img{
	cursor:pointer
}

/* 内部 */
table.requestTable table{
	border:none;
	margin:0 0 0 5px;
	width:100%;
	text-align:left;
	background-color: #FCFCFC;
}

table.requestTable table td,table.requestTable table th{
	padding:0;
	margin:0;
	border:none;
	border-top:1px dotted #CCCCCC;
}

table.requestTable table th{
	width:60px;
	background-image:none;
	text-align:center;
}

table.requestTable table th span,table.requestTable td div strong{
	padding:3px 5px 0;
	margin:2px auto 0;
	background-color:#008fd2;
	width:50px;
	color:#FFF;
	display:block;
	text-align:center;
	border-radius: 2px;        /* CSS3草案 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
}

table.requestTable td div strong{
	width:90px;
	display:inline;
	padding:1px 20px;
	margin:0 5px 0 0;
}

table.requestTable table th span.case{
	background-color:#2eb709;
}

table.requestTable table th span.plan{
	background-color:#fa9f10;
}

table.requestTable table td.thumb{
	width:40px;
	padding:2px 5px 0;
}

table.requestTable table td a{
	padding-top:5px;
	font-size:11px;
}


/* 都道府県
---------------------------------------------------*/

table#prefTable{
	margin:0 0 15px;
	border-top: 1px dotted #d2d2d2;
}

table#prefTable th,table#prefTable td{
	padding:5px;
}

table#prefTable th{
	white-space: nowrap;
	padding: 5px 10px;
	border-bottom: 1px dotted #d2d2d2;
	text-align:right;
}

table#prefTable td{
	padding:5px 5px 5px 10px;
	border-bottom: 1px dotted #d2d2d2;
}

table#prefTable td a{
	background:url(../images/contents/icon_arrow02a.gif) no-repeat 0 50%;
	padding:0 0 0 11px;
	margin: 0 8px 8px 0;
	white-space: nowrap;
}

/* 比較テーブル
---------------------------------------------------*/

table.tableCompare{
	width:700px;
	margin: 0 auto 30px;
	font-size: 14px;
}

table.tableCompare td{
	padding:10px 30px;
	width: 50%;
	text-align: left;
	line-height: 200%;
}


/* カレンダー
---------------------------------------------------*/

.calendarDescription{
	background:url(../images/form/space/space_description.gif) no-repeat right 3px;
}

table.tableCalendar{
	background-color:#CCCCCC;
	margin:0 5px 25px;
	padding: 0;
	width: 718px;
	line-height:150%;
	border-collapse:1px;
}

table.tableCalendar th,table.tableCalendar td{
	padding:5px 8px;
	background-color:#FFF;
	vertical-align: top;
}
	
table.tableCalendar th{
	white-space: nowrap;
	text-align: center;
	background:url(../images/contents/bg_dot.gif);
	width:14%;
}

table.tableCalendar td a,table.tableCalendar td img{
	display:inline;
	float:left;
	margin:1px;
}

table.tableCalendar td a img{
	margin:0;
}

table.tableCalendar td a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);	/* IE6、IE7対応 */
	-moz-opacity: 0.5;		/* Firefox1.5以前対応 */
}

/* 曜日による表示 */
table.tableCalendar td strong{
	color:#313131;
	display:block;
}

table.tableCalendar td.sat{
	background-color:#f2f2ff;
}

table.tableCalendar td.sat strong,table.tableCalendar th.sat{
	color:#0853ca;
}

table.tableCalendar td.sun{
	background-color:#fff2f2;
}

table.tableCalendar td.sun strong,table.tableCalendar th.sun{
	color:#C00;
}

table.tableCalendar td strong.past{
	color:#CCC;
}

/* 検索テーブル
---------------------------------------------------*/

table.searchTable{
	width:640px;
	border-top:1px dotted #42AC30;
	margin: 0 5px 5px;
}

table.searchTable th,table.searchTable td{
	padding:2px 5px;
	border-bottom:1px dotted #42AC30;
}

table.searchTable th{
	vertical-align:middle;
	text-align:right;
	padding: 0 10px;
}

table.searchTable td{
	color:#000000;
}

table.searchTable td .inputArea{
	margin:2px 0;
	border-left:3px solid #42ac30;
	padding: 3px 10px;
}

table.searchTable td label{
	white-space:nowrap;
}

/* 縞模様テーブル
---------------------------------------------------*/

table.zebra{
	margin:0 0 10px;
	padding: 0;
	width: 700px;
	line-height:150%;
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-collapse:collapse;
}

table.zebra th,table.zebra td{
	padding:6px 8px;
	margin-bottom:1px;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

table.zebra th{
	white-space: nowrap;
	text-align: center;
	background:url(../images/contents/bg_dot.gif);
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

table.zebra tr{
	background-color:#FFF;
}

table.zebra tr.odd{
	background-color:#FCFCFC;
}

table.zebra tr.even{
	background-color:#FFFFFF;
}

table.zebra tr.reserve{
	background-color:#fff5f5;
}

.zebra tr.odd:hover,.zebra tr.even:hover{
	background-color:#FFFFDF;
}

#contents table.zebra td p{
	margin:0 0 4px;
}

table.zebra td span{
	font-size:10px;
}

/* 曜日による表示 */
table.zebra tr.sat{
	background-color:#f2f2ff;
}

table.zebra td.sat{
	color:#0853ca;
}

table.zebra tr.sun{
	background-color:#fff2f2;
}

table.zebra td.sun{
	color:#C00;
}

table.zebra td.space img{
	margin:0 1px;
}

table.zebra td a.thumbnail{
	text-indent:-9999px;
	width:30px;
	height:30px;
	display:block;
	background-position:50% 50%;
	background-repeat:no-repeat;
	border:1px solid #CCCCCC;
}

table.zebra td a.status,table.zebra td span.status{
	background:url(../images/form/status1.gif) no-repeat 0 3px;
	padding:4px 0 4px 52px;
	font-size:12px;
	letter-spacing:2px;
}

/* 情報テーブル
---------------------------------------------------*/

.tableInfo{
	background-color:#FFFFFF;
	margin:0px 0 15px;
	width: 730px;
	padding: 0;
	border-bottom: 1px dotted #CCC;
	border-collapse:collapse;
}

.tableInfo th,.tableInfo td{
	padding:10px 10px 9px;
	margin-bottom:1px;
}

.tableInfo th span,.tableInfo td span{
	font-size:10px;
	color:#666666;
	font-weight:normal;
	letter-spacing: 2px;
	line-height: 150%;
}

.tableInfo th{
	white-space: nowrap;
	text-align: right;
	background:url(../images/contents/bg_dot.gif);
	border-top: 1px dotted #999999;
	width: 120px;
}

.tableInfo th.option{
	background:url(../images/contents/bg_option.gif);
}

.tableInfo td{
	background-color:#FFFFFF;
	border-top: 1px dotted #999999;
	text-align: left;
	width: inherit;
}

.tableInfo td strong{
	color:#042858;
}

.tableInfo table,.tableInfo table th,.tableInfo table td{
	border:none;
	padding:5px 10px 5px 0;
	margin:0;
	background:none;
}

/* サービス比較 */

#tableService.tableInfo td{
	text-align:center;
	border-left:1px dotted #999;
}

#tableService.tableInfo thead th{
	text-align:center;
	border-left:1px dotted #999;
}

#tableService.tableInfo td strong{
	color:#FF5597;
	font-size:14px;
}

#tableService.tableInfo td strong span{
	font-size:10px;
	color:#FF5597;
}


/* リンク集
---------------------------------------------------*/

.tableLinks{
	width:730px;
}

.tableLinks td{
	vertical-align:top;
	width: 50%;
}
