@charset "UTF-8";

/*--------------------------------------------------------
  要素リセット
--------------------------------------------------------*/
/* スクロールしても動かないメニュー用の基本設定 */
body{
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #333333; /* 標準文字色 */
    background-position: top left;
    background-repeat: repeat-x;   

    /* 左寄せ */
    width:100%; 
    text-align: left;
    
    /* スマホを横にしたとき文字サイズを変更しない */
    -webkit-text-size-adjust: 100%;
}

/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
    font-size: 70%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

h1,h2,h3,h4,h5,h6{
    font-size: 16px;
    font-weight: nomal;
    margin: 0;
    padding: 0;
}

a:link{
    color: #333333;
    text-decoration: none;
    /*text-decoration: underline;*/
}
a:visited{
    color: #333333;
    text-decoration: none;
}
a:hover{
    color: #74ADD1;
    text-decoration: none;
    font-weight: bold;
}
a:active{
    color: #74ADD1; 
    text-decoration: none;
    font-weight: bold;
}

/*ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style:none;
    margin:　0px;
    padding: 0px;
}*/

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
/* スマホサイトはトップページも共通 */
#container{
    margin-top: 10px;
}

/* iframe */
#container-iframe{   
}
 
iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* トップページ用設定 */
#toppage{
}

/* 共通　（ダウンロード、カメラ一覧・履歴） */
#wrapper{
    margin-top: 10px;
    margin-left: 5px;
}

.wrap{
    margin-top: 10px;
    width: 100%;
}

/* 共通（行間隔狭め）（光徳橋詳細、雨量詳細、水位詳細） */
#detail{
    margin-top: 10px;
}

/*--------------------------------------------------------
  タイトル
--------------------------------------------------------*/
#header{
    margin-top: 1px;
    height: 35px;    
    margin-left: 2px;
    margin-right: 2px;
}

#header-title{
    margin-left: 1px;
    margin-top: 8px;   
    text-align: left;
    float: left;
}

.header-link{
    text-align: left;
    margin-top: 3px;
    margin-left: 2px;
    margin-right: 2px;
    float: right;
}

/* #detailで使用 */
h1{
    position:absolute;
    top:2px;
    left:20px;
    width: 300px;    
    text-align: left; 
    color: #FFFFFF; 
    font-size: 16px;
    font-weight: bold; 
    letter-spacing: 1px;
}

/* 光徳橋詳細 */
h2{
    position:absolute;
    top:2px;
    left:25px;
    width: 300px;    
    text-align: left; 
    color: #000000; 
    font-size: 16px;
    /*font-weight: bold; */
    letter-spacing: 1px;
}

/* 光徳橋詳細 */
h3{
    position:absolute;
    top: 2px;    /* h3のleftは個々に設定 */
    color: #000000; 
    font-size: 16px;
    /*font-weight: bold; */
    letter-spacing: 1px;
}

/* 光徳橋詳細 */
.d-width{
     width:320px;
}

/*--------------------------------------------------------
  ナビメニュー設定
--------------------------------------------------------*/
#navi{
    top: 50px;
    left: 0px;
    width: 100%;
    height: 88px;
    background-color: #F5F5F5; /*#D9EBFF;*/
    border-top:solid 3px #4169E1;
    border-bottom:solid 1px #B0C4DE;
}

#navi ul{
    width: 100%;    /*320px;*/
    height: 41px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 3px;    
    margin-bottom: 2px;    
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    overflow: hidden;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #dddddd;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dddddd;    
}

#navi ul:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#navi li{
    display: block;
    width: 33%; /*78px;*/
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #dddddd;
    float: left;
    height: 41px;
    overflow: hidden;
    display: block;
    font-size: 14px;
}

#navi li a{
    display: block;
    text-align: center;
    height: 41px;
    line-height: 120%;    
}

.gyo1 { padding-top: 10px;}
.gyo2 { padding-top: 3px; }

#navi a:link{
    color: #666666;
    text-decoration: none;
}
#navi a:visited{
    color: #666666;
    text-decoration: none;
}
#navi a:hover{
    color: #4169E1;
    text-decoration: none;
    font-weight: bold;
}
#navi a:active{
    color: #4169E1;
    text-decoration: none;
    font-weight: bold;
}
#navi a.sel{
    color: #4169E1;
    font-weight: bold;
}

/*--------------------------------------------------------
  書式設定
--------------------------------------------------------*/
/* map */
.d-pic{
    margin-top: 5px;
    margin-left: 5px;
    float: left;
}

/* ダウンロード */
.d-frame{
    text-align: left;
    border: solid 1px #74ADD1;
    width: 225px; 
    height: 120px;
    padding: 10px;
    float: left;
    margin: 0px 13px 13px 0px;
    border-radius: 5px;    
}

.d-titleW{
    border-bottom: solid 2px #74ADD1;
    width: 220px;
}

.d-title{
    color: #74ADD1;
    font-weight: bold;
    font-size: 16px;
    margin-left: 10px;
}

.d-itemW{
    margin: 8px 3px 10px 3px;
}

.d-item{
    width: 43px;
    float: left;
    text-align: right;
    margin-top: 5px;
    margin-right: 10px;
    text-decoration: underline;   
}


/* テーブル 3列*/
.tbl-spot3{
    border-collapse: collapse;   
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
}

.tbl-spot3 th{
    border:1px solid #9DB9EB; 
    background-color: #D8E4F8;
    width: 70px;
    text-align: center;  
    font-size: 12px;
}

.tbl-spot3 td{
    border:1px solid #9DB9EB;   
    width: 70px;
    text-align: right;
    padding-right: 12px;
    font-size: 12px;
}

/* テーブル 4列*/
.tbl-spot4{
    border-collapse: collapse;   
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
}

.tbl-spot4 th{
    border:1px solid #9DB9EB; 
    background-color: #D8E4F8;
    width: 52px;
    text-align: center;  
    font-size: 12px;
}

.tbl-spot4 td{
    border:1px solid #9DB9EB;   
    width: 52px;
    text-align: right;
    padding-right: 5px;
    font-size: 12px;
}

/* 戻る */
.spot-btn{ 
    margin: 5px;    
}

/* ライブカメラ一覧 */
.c-frame{
    width: 250px; 
    margin: 0px 8px 8px 0px;
    padding: 10px;
    float: left;
    text-align: left;      
    border:1px solid #74ADD1; 
    background-color: #D9F1F7; 
    color: #FFFFFF;
    border-radius: 6px;     
}

/* 2行の場合（c-title1とセットで修正） */
.c-title {    
    width: 175px;
    height: auto !important;
    min-height: 35px;
    margin-bottom: 8px;
    padding: 6px 5px 3px 6px;
    text-align: left;
    float: left;
    line-height: 120%;
    color: #000000;   
    border:1px solid #cccccc; 
    background-color: #74ADD1;
    border-radius: 5px;    
}

/* 1行の場合 */
.c-title1 {    
    width: 175px;
    height: auto !important;
    min-height: 30px;
    margin-bottom: 8px;
    padding: 14px 5px 0px 6px;
    text-align: left;
    float: left;  
    line-height: 120%;
    color: #000000;   
    border:1px solid #cccccc; 
    background-color: #74ADD1;
    border-radius: 5px;    
}

.c-back{
    margin-bottom: 5px;
    padding: 2px;
    padding-bottom: 1px;
    text-align: center;
    background-color: #000000;    
    color: #FFFFFF;
}

.c-date{ 
    margin-top: 3px;
    text-align: center;  
    color: #000000;
}

.c-btn { 
    margin-top: 10px;
    float: right;
}

.c-link{
    margin-top: 3px;    
    text-align: center;  
    color: #333333;
    text-decoration: underline;   
}

/* カメラ拡大映像 */
.cd-frame{
    width: 85%; 
    height: 100%; 
    text-align:center;
    margin-left:auto; margin-right:auto; /* IE以外用の中央揃え */        
    margin-bottom: 10px; 
    padding: 15px 20px 8px 20px;       
    border:1px solid #74ADD1; 
    background-color: #D9F1F7; 
    border-radius: 5px; 
}

.cd-title {
    text-align: left;   
    float: left;
    margin-bottom: 10px; 
    padding: 3px 10px 3px 10px;
    font-size: 16px;
    /*font-weight: bold;  */     
    letter-spacing: 1px;    
    color: #000000;   
    border:1px solid #cccccc; 
    background-color: #74ADD1;
    border-radius: 5px; 
}

.cd-back{
    /*width: 100%;*/
    text-align: center;
    padding: 3px 2px 3px 2px;    
    background-color: #000000;    
}

.cd-date{ 
    text-align: center;
    margin-top: 8px;      
    font-size: 15px;
    color: #000000;
}

.cd-btn { 
    float: left;
    margin-top: 3px;  
    margin-bottom: 5px;
    margin-left: 5px;
}

.cd-link{
    text-align:center;
    margin-top: 3px;
    color: #333333;    
    text-decoration: underline;   
}

/* ライブカメラ履歴 */
.ch-wrap-a{
    width: 92%; 
    height: 100%; 
    margin-bottom: 10px;
    padding: 10px;    
    border:1px solid #74ADD1; 
    background-color: #D9F1F7; 
    border-radius: 5px; 
}

.ch-wrap-b{
    width: 96%; 
    height: 100%; 
    padding: 10px 0px 0px 10px;
    border:1px solid #74ADD1; 
    background-color: #ECF5FF; 
    border-radius: 5px; 
}

.ch-frame{      
    width: 210px;  
    text-align: left;
    float: left;
    margin: 0px 10px 10px 0px;
    padding: 10px; 
    color: #FFFFFF;
    border:1px solid #74ADD1; 
    background-color: #D9F1F7;     
    border-radius: 6px;      
}

.ch-title {
    text-align: left; 
    float: left;
    /*margin: 10px 10px 10px 12px;*/
    margin: 10px;
    padding: 3px 10px 1px 10px;
    font-size: 16px;
    /*font-weight: bold;  */       
    letter-spacing: 1px;    
    color: #000000;   
    border:1px solid #cccccc; 
    background-color: #74ADD1;
    border-radius: 5px; 
}

.ch-select {
    float: left; 
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 5px;
}

.ch-btn { 
    float: right;
    margin-top: 0px;    
}

.ch-date{ 
    text-align: center;  
    margin-top: 8px;    
    color: #000000;
}

.ch-msg{
    margin-bottom: 10px;
    margin-left: 5px;
}

/*--------------------------------------------------------
  テロップ
--------------------------------------------------------*/
#telop-top{
    position: relative;
    overflow: hidden;    
    width:100%; 
    height: 22px; 
    margin-top: 10px;
    padding-top: 2px;
    background-color: #A6BCFF; 
}

#telop-map{
    position: relative;
    overflow: hidden;    
    width:100%; 
    height: 22px; 
    margin-top: 0px;
    padding-top: 2px;
    background-color: #A6BCFF; 
}

#telop-news{
    color: #000000;
}

/*--------------------------------------------------------
  光徳橋
--------------------------------------------------------*/
/* 余白設定 */
.ko-mb{
    margin-bottom: 7px;
}

/* 水位の状況 */
.ko-notice{
    padding: 8px 5px 8px 12px; 
    width: 293px;   /* 320-(5+12)左右padding */
    height:100%; 
    background-color: #dddddd; 
    border-radius: 3px;
}

/*--------------------------------------------------------
  光徳橋
--------------------------------------------------------*/
.counter{
    width: 58px;
    height: 18px;
    margin-left: 3px;
    padding: 2px;
    font-weight: bold;
    background-color: #FFFFFF; 
    border: solid 2px #A6BCFF;
}