<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

img { vertical-align:bottom; }

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

li { list-style:none; }
a { color:#555; text-decoration:none; }
a:hover { color:#0599d9; }
a:hover img { opacity:0.8; }
img { vertical-align:bottom; }

._sp { display:none!important; }

@media screen and (max-width:640px){
  ._pc { display:none!important; }
  ._sp { display:block!important; }
}


@media screen and (min-width: 480px) {
	img {}
}



/* CLEARFIX
----------------------------------------------------- */
*:first-child+html .clearFix{ display: inline-block; } /* for IE7 */
.clearFix:after{
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .clearFix{ display: inline-block; }
/* no ie mac \*/
* html .clearFix{ height: 1%; }
 .clearFix{ display: block; }
/* */


/* BODY
----------------------------------------------------- */
body {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
    color: #333;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;

}


/*@media screen and (max-width: 480px) {
    body {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
}*/

.siteLogo {
	text-align:center;
	margin:30px 0 30px 0;
}

/*#wrapper {
	width:1220px;
	text-align:left;
	margin:0 auto;
	padding:0 0 50px 0;
}
*/








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