/******************************************
過去のシステム障害報告一覧ページ
******************************************/

/* pastInfo
=====================================*/
#pastInfo {
	/*margin-bottom: 80px;*/
}

#pastInfo .infoBox ul li {
	border-bottom: 1px solid #e3e2e2;
}

#pastInfo .infoBox ul li dl {
	margin: 10px 0;
	background-image: url(../../images/ico_arrow01.png);
    background-repeat: no-repeat;
    background-position: right 30px top 50%;
    padding-right: 60px;
}

#pastInfo .infoBox ul li dl dt,
#pastInfo .infoBox ul li dl dd a {
	color: #333;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
}

#pastInfo .infoBox ul li dl dd a:hover {
	color: #e52f3c;
	text-decoration: underline;
}

#pastInfo .btnBox {
	margin-top: 50px;
}



/*  > 768px
================================*/
@media (min-width: 768px) {
	#pastInfo .dl-horizontal dt {
		float: left;
		width: auto;
		overflow: hidden;
		clear: left;
		margin-left: 20px;
		text-align: left;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	#pastInfo .dl-horizontal dd {
	    margin-left: 250px;
	}
}
/*  < 768px
================================*/
@media (max-width: 768px) {
	#pastInfo .dl-horizontal dd {
	    margin-top: 5px;
	}
}





/******************************************
過去のシステム障害報告 詳細ページ
******************************************/

/* infoContents
=====================================*/
#infoContents p {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}

#infoContents .date {
	margin-bottom: 20px;
}

#infoContents .reportTxt {
	margin-bottom: 50px;
}

#infoContents .contentsBox + .contentsBox {
	margin-top: 30px;
}

#infoContents .contentsBox .inner {
	margin-left: 20px;
}

#infoContents .contentsBox h2 {
	color: #333;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 5px;
}

#infoContents ul li,
#infoContents ul li span {
	color: #333;
	font-size: 16px;
	line-height: 1.4;
}

#infoContents ul li + li {
	margin-top: 5px;
}

#infoContents ul li span {
	display: inline-block;
	margin-right: 15px;
}

#infoContents .box02 ul {
	margin-left: 35px;
}

#infoContents .box02 ul li {
	list-style-type: disc;
}

#infoContents .lastTxt {
	margin: 80px 0;
}

#infoContents .btnBox {
	margin-top: 50px;
}

/*  > 768px
================================*/
@media (min-width: 768px) {
}

/*  < 768px
================================*/
@media (max-width: 768px) {
	#infoContents .lastTxt {
		margin: 50px 0;
	}
}


















