<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: marinetopia-recruit
Description: This is The 'marinetopia-recruit' original theme.
Author: Nishigaki
*/
.top_bnr {
	margin: 50px auto;
}
.top_bnr ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.top_bnr ul li {
  width: 48%;
  margin: 10px;
}
.top_bnr ul li img {
  width: 100%;
}
@media screen and (max-width:896px) {
  .top_bnr ul li {
    width: 98%;
    margin: 10px auto;
  }
}

.skip-lazy {
	width: 100px;
    height: 60px;
}
footer {
    background: #565E62!important;
}
.site-logo img {
	max-width: 180px;
    margin: 8px 0 2px!important;
}
@media screen and (max-width:1200px) {
.site-logo img {
	max-width: 120px!important;
    margin: 3px 0 2px!important;
}
}

@media screen and (max-width:1200px) {
    header.page-header-pc2, header.page-header-under-pc2 {
        height: 60px;
    }
}
@media screen and (max-width: 640px) {
    header.page-header-sp, header.page-header-under-sp {
        height: 60px!important;
    }
.site-logo img {
	max-width: 120px!important;
    margin: 1px 0 2px!important;
}
}





</pre></body></html>