<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    margin: 0;
    width: 100% ;
    -webkit-text-size-adjust: 100%;
}

html{
    font-family: "Hiragino Kaku Gothic ProN","????", sans-serif;;
}

@media screen and (max-width : 768px){
	html,
	body {
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
}

ul{
    list-style:none;
}

.link_lineup{
    text-decoration: none;
    font-size: 20px;
    color: #2b76e6;
}
.link_lineup:hover{
    text-decoration: underline;
}
.link_lineup:visited{
    color: #144691;
}

.clearfix::after{
    content: "";
    display: block;
    clear: both;
}

h1{
    font-size: 0px;
}

h2{
    padding: 0.5em 0.5em;
    color: #494949;
    background: #f4f4f4;
    border-left: solid 5px #7db4e6;
    border-bottom: solid 3px #d7d7d7;
    font-size: 16px;
    width: 90%;
    margin: 0px auto;
}

h3{
    color: rgb(5, 5, 121);
    border-bottom: dashed 2px #2b94f7;
}

#wrap{
    float: left;
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding-top: 20px;
    padding-bottom: 40px;
    background: rgb(255, 255, 255);
}

#header{

}

#logo{
    float: left;
    margin-top: 52px;
    padding-top: 2px;
    border-top: rgb(255, 255, 255) 2px solid;
    border-bottom: rgb(255, 255, 255) 2px solid;
    background-color: rgb(35, 5, 100);
    width: 100%;
}

#gnavi{
}

#company_table{
    display: block;
    width: 90%;
    margin: 0px auto;
    padding-top: 20px;
    overflow: auto;
    white-space: nowrap;
    background-color: rgb(255, 255, 255);
   }

table {
    width: 100%;
    border-spacing: 0;
    margin: 0px auto;
    border-right: 1px solid #84b2e0;
    border-bottom: 1px solid #84b2e0;
    border: solid 2px rgb(95, 137, 252);
    box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

table tbody tr th {
    border-top: 1px solid #84b2e0;
    border-left: 1px solid #84b2e0;
    background: rgb(210, 221, 255);
    padding-right: 15px;
    text-align: right;
    font-size: 14px;
    height: 20px;
    line-height: 0.5em;
}

table tbody tr td {
    padding: 8px 15px;
    border-top: 1px solid #84b2e0;
    border-left: 1px solid #84b2e0;
    height: 20px;
    line-height: 0.5em;
    text-align: left;
    font-size: 14px;
}

#partnership_banner img{
    display: block;
    width: 90%;
    margin: 0 auto;
    padding-top: 30px;
}

#copyright{
    width: 100%;
    text-align: right;
    background-color: rgb(255, 255, 255);
}  

#onlineshop_banner_pc{
    display: none;
}

#onlineshop_banner_sp img{
    width: 100%;
}
</pre></body></html>