﻿

/*** for PC Browser ***/
@media (min-width:401px)
{
/* == 外枠 == */
.XSLT_119Info_new
{
/*    position: relative; */
    border: 6px solid #E70012; 
/*    background-color: #E70012;  */
    margin: 0 auto 10px;
    padding: 0;
    width: 1000px;
    display: flex;             /* 横並びにする */
    align-items: stretch;      /* 高さを揃える */
    box-sizing: border-box;
}

.XSLT_119Info_new .outside_h
{
}

.XSLT_119Info_new .outside_b
{
  background-color: #e60012;
  width: 250px;             /* タイトルエリアの幅 */
    padding: 10px;
    display: flex;
    flex-direction: column;
/*    justify-content: center; */
    position: relative;
}
.XSLT_119Info_new .outside_b::before
 {
  content: '';
  position: absolute;
  /* left: 15px;
  top: 3%; 
  transform: translateY(-50%); */
  transform: translate(-5%,-10%);
  width: 50px;
  height: 50px;
  background: #FFF9BB url('../../../Images/2026/tel_plamp.png') no-repeat center center;
    background-size: auto;
  background-size: 80%;
  border-radius: 50%;
}

.XSLT_119Info_new .outside_f
{
}

/* == タイトルブロック == */
.XSLT_119Info_new h2
{
color: #000;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0;
    padding: 0 0 5px 75px;    /* アイコンを避けるための左余白 */
    width: auto;
/*
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 0 0 8px rgba(0,0,0,0.5);
*/
    /* text-shadow: none; */        /* 画像に合わせて影を消去 */
}
/* RSSリンクの配置（タイトルの下） */
.XSLT_119Info_new .info_link_contents {
    margin-left: 75px;        /* アイコンと位置を揃える */
    position: static;         /* 絶対配置を解除 */
}


/* ==コンテンツ== */
.XSLT_119Info_new .inside_b
{
background-color: #ffffff;
    flex: 1;                  /* 残りの幅をすべて使う */
    margin: 5px 10px;             /* 赤枠との間の余白 */
    padding: 0 15px;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.XSLT_119Info_new .inside_f
{
}

.XSLT_119Info_new .info_title
{
    width: 480px;
}


.XSLT_119Info_new .inside_b ul 
{
    list-style: outside none none;
    margin: 0;
    padding: 10px 10px 10px 20px;
    width: 678px;
}

.XSLT_119Info_new .inside_b h3 
{
    color: #000000;
    font-size: 100%;
    margin: 0;
    padding: 5px 0;
}

/* 災害経過情報 */
.XSLT_119Info_new .list_past 
{
    display: none;
}

/* ==リンク関係== */
.XSLT_119Info_new .info_link_contents 
{
/*    float: right; */
    margin: 0;
    padding: 0;
    position: absolute;
/*    right: 60px; */
/*    top: 8px; */
transform: translate(-210%,150%);
}

/* 一覧 */
.XSLT_119Info_new .info_link_contents .Fix_ur_tolist
 {
    background-color: #ffffff;
    border-radius: 3px;
    color: #e84400;
    display: block;
    float: left;
    font-size: small;
    min-height: 18px;
    padding: 1px 6px;
    text-decoration: none;
    text-shadow: none;
}

/*
.XSLT_119Info_new .info_link_contents .other_link .or_icon 
{
    display: none;
}
*/

/* RSS */
.XSLT_119Info_new .info_link_contents .RSSLink
{
  background-color: #fce477;
  border-radius: 5px;
  padding: 0 10px;
  display: flex;
  justify-content: flex-start;
  text-decoration: none;
}

.XSLT_119Info_new .info_link_contents .RSSLink img 
{
  padding: 0 5px 0 0;
}

.XSLT_119Info_new .info_link_contents .RSSLink .RSSLink_mj
{
  margin: 3px 0 0 0;
}

/* == 災害経過情報へのリンク == */
.XSLT_119Info_new .inside_b .list_past_link 
{
    float: right;
    padding: 0 10px 5px 400px;
}
}


/*** for Smart Phone ***/
@media (max-width:400px)
{
/* == sp == */

/* == 外枠 == */
.XSLT_119Info_new
{
    border: 4px solid #E70012; 
    margin: 0 auto 10px;
    padding: 0;
/*
    width: 1000px;
    display: flex;             /* 横並びにする */
    align-items: stretch;      /* 高さを揃える */
    box-sizing: border-box;
*/
}

.XSLT_119Info_new .outside_h
{
}

.XSLT_119Info_new .outside_b
{
  background-color: #e60012;
/*  width: 250px;  */           /* タイトルエリアの幅 */
    padding: 10px;
    display: flex;
    flex-direction: column;
/*    justify-content: center; */
    position: relative;
}
.XSLT_119Info_new .outside_b::before
 {
  content: '';
  position: absolute;
  /* left: 15px;
  top: 3%; 
  transform: translateY(-50%); */
  transform: translate(-15%,-20%);
  width: 50px;
  height: 50px;
  background: #FFF9BB url('../../../Images/2026/tel_plamp.png') no-repeat center center;
    background-size: auto;
  background-size: 80%;
  border-radius: 50%;
}

.XSLT_119Info_new .outside_f
{
/*
    background: rgba(0, 0, 0, 0) url("../../../Images/119Info_f.png") no-repeat scroll left top;
    float: left;
    height: 7px;
    width: 318px;
*/
}


/* == タイトルブロック == */
.XSLT_119Info_new h2
{
color: #000;
    font-size: 1.4em;
    font-weight: bold;
    margin: 0;
/*    padding: 0 0 5px 75px;  */   /* アイコンを避けるための左余白 */
    width: auto;
/*
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 0 0 8px rgba(0,0,0,0.5);
*/
    /* text-shadow: none; */        /* 画像に合わせて影を消去 */
    text-align: center;
}


/* ==コンテンツ== */
.XSLT_119Info_new .inside_h
{
}

.XSLT_119Info_new .inside_b
{
background-color: #ffffff;
    flex: 1;                  /* 残りの幅をすべて使う */
    margin: 5px 10px;             /* 赤枠との間の余白 */
/*    padding: 0 15px; */
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.XSLT_119Info_new .inside_f
{
}

.XSLT_119Info_new .info_title
{
    width: 185px;
}

.XSLT_119Info_new .inside_b ul 
{
    list-style: outside none none;
    margin: 0;
    padding: 10px;
    width: 298px;
}

.XSLT_119Info_new .inside_b h3 
{
    color: #000000;
    font-size: small;
    margin: 0;
    padding: 5px 0;
}


/* 災害経過情報 */
.XSLT_119Info_new .list_past 
{
    display: none;
}

/* ==リンク関係== */
.XSLT_119Info_new .info_link_contents 
{
    margin: 0;
    padding: 0;
    position: absolute;
/*    right: 10px; */
/*    top: 8px; */
transform: translate(-210%,150%);
}

/* 一覧 */
.XSLT_119Info_new .info_link_contents .Fix_ur_tolist
 {
    background-color: #ffffff;
    border-radius: 3px;
    color: #e84400;
    display: block;
    float: left;
    font-size: small;
    min-height: 18px;
    padding: 1px 6px;
    text-decoration: none;
    text-shadow: none;
}

/* RSS */
.XSLT_119Info_new .info_link_contents .RSSLink
{
    display: none;
/*
    display: block;
    float: right;
    height: 20px;
    margin: 0 10px;
*/
}

.XSLT_119Info_new .info_link_contents .RSSLink img 
{
/*
    background-color: #ffffff;
    border-radius: 3px;
    display: block;
    padding: 2px !important;
*/
}

/* == 災害経過情報へのリンク == */
.XSLT_119Info_new .inside_b .list_past_link 
{
    float: right;
    padding: 0 0px 5px;
    font-size: small;
}
}
