

/*-------- 共通 --------*/

*{
 font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','Meiryo','MS PGothic',Sans-serif;
 }

html {
 font-size: 100%;
  height:100%;
}

img {
 max-width: 100%;
}


a {
 text-decoration: none;
  color:#004EEB; /* リンクの色 */
}

a:link{
  text-decoration:none;
}

a:hover:not(.eachpage a:hover){
 text-decoration: none;
}


ul {
padding: 0;
}

li {
 list-style: none;
}



/*-------- レイアウト --------*/

.wrapper {
 max-width: 1600px;
 margin: auto;
}

.wrapper2 {
 max-width: 700px;
 position: relative;
 margin: 0 auto;
}


/*-------- トップ --------*/

.top {
 background-color: white;
 display: flex;
 flex-wrap: wrap;
 align-items: flex end;
}


.logo{
 height:2.5em;
 line-height:2.5em;
 font-size:17px;
 font-weight:bold;
 color:#333333;
 letter-spacing: .01em;
 background-color:white;
 top: 0;
 display: flex;
 z-index:2;
}


.logo img{
 height: 30px;
 width:50px;
 margin-top: auto;
 margin-bottom: auto;
 margin-left:10px;
 margin-right:3px;
}

/*-------- ぱんくず --------*/

.pan {
 font-size: 15px;
 font-weight: normal;
 color:#333333; 
 margin-top: auto;
 margin-bottom: auto;
 margin-left: 50px;
}

/*-------- ページタイトル --------*/

.page-title {
 padding: 0.3rem 1.0rem;
 font-size: 18px;
 color:#333333; 
 font-weight: bold;
 margin-top: 0rem;
 margin-bottom:1rem;
 border-left: 5px solid #1760a0;
 background-color: #97cdf3;
}



/*-------- 海図一覧表 スマホ版 --------*/


img {
 margin-top: 20px;
}

.cont {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 10px 10px;
 margin: 0 0;
}

.cont-item {
 border: 1px #CBCDD1 solid;
 border-radius: 5px;
 background-color: #FCFCFC;
 box-shadow: 2px 2px 4px #e4e6eb;
 font-size: 0.8rem;
}

.cont-item a{
 display: block;
 text-align: center;
 padding: 10px 5px;
}

.cont-item a[target="_blank"]{
 padding-right:0px;
 background:url(../img/outer.jpg) no-repeat right top;
}


table {
 border-collapse: collapse;
 border: solid 1px;
 border-color: #888;
}


table th, table td{
 border: solid 1px;
 border-color: #888;
 padding: 2px;
 font-size: 0.8rem;
}

.sage{
 font-size: 0.6rem;
}


/*-------- フッダー --------*/

.footer {
 padding: 0.2rem 1.0rem;
 font-size: 16px;
 margin-top: 1rem;
 background-color: #97cdf3;
}


/*-------- スマホ版(ここから) --------*/

@media (max-width: 900px) {


.pc-map-img {
 display: none !important;
}


}

/*-------- スマホ版(ここまで) --------*/

/*-------- デスクトップ版（ここから） --------*/

@media (min-width: 700px) {

br {
 display: none;
}

.wrapper {
 padding: 0 1.5rem;
}

.wrapper2 {
 max-width: 700px;
 position: relative;
 margin: 20px 20px;
}

.page-title {
 font-size: 25px;
}

img {
 max-width: 700px;
 margin-top: 20px;
 margin-bottom: 10px;
}


.cont-item {
 font-size: 1rem;
}

table {
 max-width: 700px;
 border-collapse: collapse;
 border: solid 1px;
 border-color: #888;
}


table th, table td{
 border: solid 1px;
 border-color: #888;
 padding-right: 5px;
 padding-left: 5px;
 padding-top: 1px;
 font-size: 1rem;
}

.sage{
 font-size: 0.8rem;
}


}

/*-------- デスクトップ版（ここまで） --------*/



