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