/* ------------------------------------

地震・津波情報

------------------------------------ */



/* ------------------------------------
アラート表示
------------------------------------ */

.tenki_link_jishin_alart{
clear:both;
padding-top:5px;
} 

.tenki_detail_jishin_alart{
clear:both;
padding-bottom:10px;
} 


/* ------------------------------------
トップページへの要素追加
------------------------------------ */

.tenki_link_jishin{
margin-left:40px;
}

.tenki_link_tsunami{
margin-left:35px;
}

/* ------------------------------------
地震・津波情報表示全般
------------------------------------ */

/* カテゴリータイトル表示部 */

.h2-jishinbackground{
height:30px;
line-height:30px;
font-size:115%;
background-image:url(/common/web/img/jishin-icon-pc.png);
background-size:30px;
background-repeat:no-repeat;
background-position:10px 10px;
padding:10px 10px 10px 50px;
color:#666666;
border-bottom:2px solid #bfbfbf;
}

.h2-jishindate{
display:inline;
color:#666666;
}

.h2-jishindate:before{
content:" (";
}

.h2-jishindate:after{
content:")";
}


/* カテゴリータイトル表示部-追加 */

.h2-tsunamibackground{
height:30px;
line-height:30px;
font-size:115%;
background-image:url(/common/web/img/tsunami-icon-pc.png);
background-size:30px;
background-repeat:no-repeat;
background-position:10px 10px;
padding:10px 10px 10px 50px;
color:#666666;
border-bottom:2px solid #bfbfbf;
}


/* レギュラーテーブル */

.tenkiPlacesJTbl{
margin:20px 0 20px 0;
width:100%;
border-collapse:collapse;
font-size:105%;
line-height:1.5;
}

.tenkiPlacesJTbl th,
.tenkiPlacesJTbl td{
margin:0;
padding:7px 0;
border:1px solid #BDBDBD;
font-weight:normal;
text-align:center;
}

.tenkiPlacesJTbl th{
background:#F5F5F5;
}

.JTbl_strong{
font-weight:bold;
white-space:nowrap;
}

/* 画像の中央配置 */

.jishin-image-center{
width:400px;
margin:0px auto 20px auto;
}

.jishin-image-center-tsunami{
width:400px;
margin:20px auto 20px auto;
}


/* 震度テーブル */



.jishin-shindo-table{
margin-bottom:50px;
padding:0;
width:100%;
border-collapse:collapse;
font-size:110%;
line-height:1.5;
}

.jishin-shindo-table th,
.jishin-shindo-table td{
border:1px solid #bdbdbd;
}

.jishin-shindo-table th{
background-color:#E2F0FF;
text-align:center;
padding:10px 10px;
font-weight:bold;
border:1px solid #bdbdbd;
width:70px;
line-height:1.5;
}

.jishin-shindo-table-syousai{
border-collapse:collapse;
font-size:105%;
line-height:1.5;
}

.jishin-shindo-table-syousai th,
.jishin-shindo-table-syousai td{
border:none!important;
}



.jishin-shindo-table-syousai th{
background:none;
text-align:left;
padding:10px;
width:70px;
font-weight:bold;
}

.jishin-shindo-table-syousai td{
text-align:left;
padding:10px 10px 10px 0;
}
