@charset "UTF-8";   /* スマートフォン用 */

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 13px;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #333333; /* 標準文字色 */
    background-position: top left;
    background-repeat: repeat-x;
    min-width: 100%;    /*320px;*/
}

/* 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: 100%;
    font-weight: nomal;
    margin: 0;
    padding: 0;
}

a:link{
    color: #333333;
    text-decoration: underline;
}
a:visited{
    color: #333333;
    text-decoration: underline;
}
a:hover{
    color: #64ACD2;
    text-decoration: underline;
    font-weight: bold;
}
a:active{
    color: #64ACD2;
    text-decoration: underline;
    font-weight: bold;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#header{
    width: 100%;    /*320px;*/
    height: 46px;
    margin-right: auto;
    margin-left: auto;
}

#header-title{
    text-align: left;
    margin-top: 16px;
    margin-left: 2px;
    float: left;
}

.header-link{
    text-align: left;
    margin-top: 4px;
    margin-right: 5px;
    float: right;
}

#inner-back{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #64ADD3;
}

#inner{
    width: 100%;    /*320px;*/ 
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 5px;
    background-color: #FFFFFF;
}

#main{
    /*margin-left: 10px;*/
    width: 100%;    /*310px;*/
}

.main-text{
    text-align: left;
    margin: 10px 10px 5px 10px;
}

#inner:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#map-back{
    /*position: relative;*/
    width: 100%;    /*320px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    background-color: #FFFFFF;
}

#footer-back{
    width: 100%;
    background-color: #898989;
    margin: 0px;

}

#footer{
    width: 100%;    /*320px;*/
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;  

}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* コンテンツ配置領域 */

/* ナビゲーション */
#navi{
    top: 0px;
    left: 0px;
    width: 100%;
    height: 48px;
    background-color: #F5F5F5;
    border-top:solid 5px #64ADD3;
    border-bottom:solid 1px #DDDDDD;
}

#navi ul{
    width: 100%;    /*320px;*/
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 6px;    
    margin-bottom: 1px;    
    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;
}

#navi ul:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#navi li{
    display: block;
    width: 24%; /*78px;*/
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #dddddd;
    float: left;
    height: 35px;
    overflow: hidden;
    display: block;
    font-size: 14px;
}

#navi li a{
    display: block;
    text-align: center;
    height: 35px;
    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: #64ACD2;
    text-decoration: none;
    font-weight: bold;
}
#navi a:active{
    color: #64ACD2;
    text-decoration: none;
    font-weight: bold;
}

/*--------------------------------------------------------
  書式設定
--------------------------------------------------------*/
/* ダウンロード */
h1{ /* バナータイトル */
    /*top:7px;*/
    margin-left: 7px;
    margin-right: 7px;
    height: 30px;
    padding-top: 5px;
    padding-left: 10px;
        
    text-align: left; 
    color: #FFFFFF; 
    font-size: 16px;
    letter-spacing: 1px;
    
    /* 背景色 左から右へのグラデーション */
    background: -moz-linear-gradient(top, #65ADD3, #9AC9E2); /* Firefox用 */
    background: -webkit-gradient(linear, left center, left center, from(#65ADD3), to(#9AC9E2)) /* Safari,Google Chrome用 */
}

/* ダウンロード枠 */
.d-frame{
    text-align: left;
    border: solid 1px #64ADD3;
    width: 180px; 
    height: 130px;
    padding: 10px;
    float: left;
    margin: 8px;
}

.d-titleW{
    border-bottom: solid 2px #64ADD3;
    width: 98%;
}

.d-title{
    color: #64ADD3;
    font-weight: bold;
    font-size: 16px;
    margin-left: 10px;    
}

.d-itemW{
    margin: 12px 0px 10px 3px;
}

.d-item{
    width: 45px;
    float: left;
    text-align: right;
    margin-right: 10px;
}

/* 詳細情報 */
h3{ /* 観測所名 */
    position:absolute;  
    top:5px;
    left:0px;
    width: 90px;
    text-align: center; 
    color: #FFFFFF; 
    font-size: 16px;
    letter-spacing: 1px;
}

/* テーブル */
.tbl-spot{
    text-align:center;
    margin-left:auto;margin-right:auto; /* IE以外用の中央揃え */    
    border-collapse: collapse; 
    margin-bottom: 20px;
}

.tbl-spot th{
    border:1px solid #AAAAAA; 
    background-color: #CAE2F0;
    width: 66px;
    text-align: center;  
font-size: 12px;
}

.tbl-spot td{
    border:1px solid #AAAAAA;   
    width: 66px;
    text-align: right;
    padding-right: 12px;
font-size: 12px;
}

/* カメラ映像一覧 */
.c-frame{
    text-align: left;
    border: groove 3px #64ADD3;
    width: 257px; 
    height: 235px;
    padding: 10px;
    float: left;
    margin: 5px;
    background-color: #C8E2EF;
}

.c-waku{    /*cd-waku共通*/
    padding: 3px 2px 3px 2px;
    background-color: #3B677D;
    text-align: center;
}

.c-title {  /*cd-title共通*/
    color: #FFFFFF;
    background-color: #266584;
    width: 100%;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
}

/* カメラ拡大映像 */
.cd-frame{
    text-align:center;
    margin-left:auto;margin-right:auto; /* IE以外用の中央揃え */
    border: groove 3px #64ADD3;
    width: 257px; 
    height: 210px;
    padding: 10px;

    background-color: #C8E2EF;
}

/* 戻る */
.back-text{ 
    margin-top: 10px;
    margin-bottom: 20px;
}