@charset "Shift_JIS";

/* デフォルト指定 */
html { height: 100.2%;}


/* 現在、工事に伴う運転変更の予定はございません */
p.noSuspend {
	padding: 50px 0 200px;
	font-size: 117%;
}

/* p 指定 */

p.lead01{
	text-indent:-8px;
	margin-left:12px;
	margin-right:12px;
}

p.lead02{
	margin-left:12px;
	margin-right:12px;
}
	

/* table 指定 */
table.suspendTable {
	margin-left:12px;
}

table.suspendTable caption {
	margin-bottom: 5px;
	font-weight: bold;
	text-align: left;
}

table.suspendTable th,
table.suspendTable td {
	border: 1px solid #ddd;
	padding: 10px;
}

table.suspendTable th {
	background-color: #f0f0f0;
}


/* list-style-disc 指定 */
ul.suspendDiscList {
	list-style:none;
}

ul.suspendDiscList li {
	margin-bottom: 5px;
	margin-left: 24px;
	margin-right:12px;
	text-indent:-1em;
}



.rowContainer .mainCol .borderBox{
	width:910px !important;
}

