

/*-------- 共通 --------*/

*{
 font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','Meiryo','MS PGothic',Sans-serif;
 }

html {
 font-size: 100%;
 height:100%;
}



/*-------- 水路通報各項 --------*/

.tuho {
 white-space: nowrap;
 overflow: auto;
 padding-left: 0rem;
 font-size: 0.8rem;
 background-color: #fff;
}


img {
 max-width: 80%;
}


/*-------- デスクトップ版（ここから） -------------------------*/

@media (min-width: 767px) {

.tuho {
 font-size: 0.9rem;
 background-color: #fff;
}


img {
 max-width: 100%;
}

}
/*-------- デスクトップ版（ここまで） --------*/
