/* ¥À¥à¾ÜºÙ */

.detailBody {
	width: 95%;
	margin: 0 auto;
}

.damName {
	font-size: x-large;
	margin: 0;
}

.detailHeader {
	width: 100%;
	background-color: rgb(102, 204, 204);
	font-weight: bold;
	margin: 10px 0 0 0;
}

.gray-table {
	border-collapse: collapse;
	margin: 0 auto;
	font-size: small;
}

.gray-table table, .gray-table td, .gray-table th {
	border: 1px solid black;
}

.gray-table th {
	background-color: #E6E6E6;
	font-weight: normal;
	text-align: left;
}

.non-border {
	border-collapse: collapse;
	border: none;
	font-size: small;
}

.non-border td {
	vertical-align: top;
}

.border0 {
	border: none;
	font-size: small;
}

.border0 td {
	vertical-align: top;
}

#providerKansoku {
	color: #FF0000;
	margin: 0;
}

#damDanmenArea {
	width: 300px;
	margin: 0 auto;
	font-size: x-small;
}

#damTenpa {
	width: 50%;
	text-align: center;
}

.damImg {
	width: 100%;
	display: table;
}

.damImg div {
	position: relative;
	display: table-cell;
}

#damDanmenImg {
	max-width: 100%;
}

#houryuuryou {
	position: absolute;
	top: 20px;
	left: 0px;
}

#ryuunyuuryou {
	position: absolute;
	top: 20px;
	left: 75px;
}

#damDanmenTxt {
	width: 50%;
	vertical-align: top;
	line-height: 0.8rem;
}

#damDanmenTxt p {
	margin: 0;
}

#damDanmenTxt p img {
	vertical-align: bottom;
}

#damChuushaku {
	margin-bottom: 20px;
}

#imgArea {
	text-align: center;
}

#imgArea img {
	max-width: 100%;
	margin: 20px auto 0 auto;
}

#imgArea p {
	font-size: small;
	margin: 0;
}

.damGraph {
	width: 100%;
	display: table;
}

.damGraph .graph {
	display: table-cell;
	max-width: 90%;
	text-align: center;
}

.graph img {
	max-width: 100%;
}

.damGraph .damLine {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

.tableTitle {
	font-size: small;
	padding-left: 20px;
	margin: 10px 0 0 0;
}

#arrowTable {
	margin: 20px 0;
}

.arrow-up {
	color: #FF0000;
}

.arrow-right {
	color: #006600;
}

.arrow-down {
	color: #0000FF;
}

td {
	word-break: break-all;
}