/* 強震解析関連ページ用オリジナル表示設定 */
.menu {
	list-style: none;
}
ul.contentslink {
	margin-left: 30px;
	border-left: 20px solid #FFF;
	border-bottom: 2px solid #FFF;
}
.category {
	margin-left: 20px;
	list-style: none;
	background: #B9DDE8;
	background-image: url('//www.jma.go.jp/jma/com/images/btn_open.gif');
	background-repeat: no-repeat;
	background-position: 1% 45%;
	background-size: 2%;
	padding: 5px 20px;
	border-bottom: 1px solid #FFF;
	cursor: pointer;
	width: auto;
}
.category:hover {
	margin-left: 20px;
	list-style:none;
	background:#97BBC6;
	background-image: url('//www.jma.go.jp/jma/com/images/btn_open.gif');
	background-repeat: no-repeat;
	background-position: 1% 45%;
	padding: 5px 20px;
	border-bottom: 1px solid #FFF;
	cursor: pointer;
	width: auto;
}
/* 表の設定
中央揃え: 震源要素, 固定文字数文字列, 固定桁数値
左揃え  ：可変文字数文字列
右揃え  ：可変桁数値 */
.sgm table {
	margin-top: 0em;
	background-color: #9BA8CA;
}
.sgm th {
	padding: 0.25em 0.5em;
}
.sgm td {
	text-align: center;
	padding: 0.25em 0.5em;
}
.sgm td.ept {
	width: 18.1em;
}
.sgm td.epc {
	width: 12.1em;
}
.sgm td.lat {
	width: 9em;
}
.sgm td.lon {
	width: 9.5em;
}
.sgm td.dep {
	width: 5em;
}
.sgm td.mag {
	width: 4em;
}
.sgm td.prf {
	text-align: left;
}
.sgm td.obs {
	text-align: left;
	width: 13em;
}
.sgm td.str {
/* 設定なし */
}
.sgm td.vnu { /* variable numeric */
	text-align: right;
}
.sgm td.vnw { /* variable numeric width setting */
	text-align: right;
	width: 4em;
}
/* リストの設定 */
ol {
	position: relative;
	margin: 0;
	padding: 0;
}
ol li {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 1.25em;
}
ol li span.li {
	position: absolute;
	left: 0;
	margin: 0;
}
