@charset "utf-8";


/**
* 「サポート」
*
* @author  早稲田システム開発株式会社（開発部：中野）
* @since   2011.5.20
*
*/


/* ページタイトル */
h2 {
	margin-bottom:0px;
	background-image: url(../support/img/page_title_01.png);
}

/* 見出し */
h3 {
	margin-top:20px;
	margin-bottom:5px;
	padding:5px 15px;
	background:#ddd;
}
/* 戻るリンク */
.link-back {
	margin:7px 10px 12px;
}

#detail h4 {
	margin:0 15px 20px;
	padding-bottom:2px;
	font-size:130%;
	color:#333;
	border-bottom:1px solid #444;
}
#detail h4 span {
	margin-right:15px;
	font-size:115%;
}

p {
	margin:0 15px;
}

dl.address {
	margin:0 15px;
}
dl.address a {
	color: #6cb000;
}

dl.address dt {
	margin: 18px 0 4px; /* nakano */
	padding-left:14px;
	background: url(../img_cmn/icon_list.png) 0 0.24em no-repeat;
	font-size: 116.7%;
	font-weight: bold;
}

dl.address dd {
	margin-left:14px;
}
dl.address dd p {
	margin: 0 0 5px;
	font-size: 170%;
	font-weight: bold;
	color:#6cb000;
}
dl.address dd p span {
	font-size: 80%;
	position:relative;
	top:-1px;
}
dl.address img.pic {
	position: relative;
	top: 2px;
}
dl.address dd a.fax {
	width:178px;
	margin:5px 0;
	display:block;
}

dl.address.form-download dt {
	margin-bottom:3px;
}

dl.address.form-download dd a {
    padding-left: 17px;
    vertical-align: top;
    letter-spacing: 1px;
	color:#333;
	background: url(../img_cmn/arrow_square_u.png) no-repeat 0 1px;
}

dl.address.form-download {
	margin-bottom:30px;
}
dl.address.form-download dd p {
	font-size: 100%;
	font-weight:normal;
}

dl.address.form-download dd a:hover {
	color:#89d70d;
}

div.block-list {
	width:670px;
	max-height:150px;
	margin:0 auto 7px;
	padding:0 15px 0;
	overflow-y:auto;
	overflow-x:hidden;
	
	scrollbar-face-color: #f5f5f5;
	scrollbar-track-color: #f5f5f5;
	scrollbar-arrow-color: #6cb000;
	scrollbar-highlight-color: #f5f5f5;
	scrollbar-shadow-color: #f5f5f5;
	scrollbar-3dlight-color: #999;
	scrollbar-darkshadow-color: #999;

}

/* 稼働状況 */
div.block-list table {
	width:660px;
	border-collapse:separate;
}
div.block-list table thead th {
	text-align:center;
	white-space: nowrap;
	border-bottom:4px solid #6cb000;
}
div.block-list table tbody th {
	width:70px;
	white-space: nowrap;
	text-align:center;
}
div.block-list table tbody td {
	text-align:left;
	padding:0px 5px;
}
div.block-list table tbody td.percent {
	text-align:center;
	white-space: nowrap;
}
div.block-list table tbody td.percent strong {
	margin-right:5px;
}

div.block-list table tbody th,
div.block-list table tbody td {
}
div.block-list table tbody td.border {
	height:1px;
	font-size:0px;
	padding:0px;
	background:url(../img_cmn/dot.png) 0 bottom repeat-x;
}

/* 障害状況 メンテナンル情報 */
div.block-list dl {
	padding:7px 0;
	/*background:url(../img_cmn/dot.png) 0 bottom repeat-x;*/
	clear:both;
}
/* 日付 */
div.block-list dl dt {
	width:100px;
	float:left;
	font-weight:bold;
	line-height:1.1em;
	letter-spacing:1px;
}
div.block-list dl dt,  x:-moz-any-link {	/*←FireFoxハック*/
	width:100px;
}

/* タイトル */
div.block-list dd {
	float:left;
	line-height:1.2em;
}



/*----------------------------------------------------------------------*/
/*	clearfix															*/
/*----------------------------------------------------------------------*/

div.block-list dl {
	display: inline-block;
	display: block;
}

div.block-list dl:after {
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	content: ".";
}