@charset "utf-8";
body {font-family:'Meiryo','Tahoma', "Apple Gothic", sans-serif;}
/*top*/
header h1 { letter-spacing:1px; }
header h1 span { font-weight:400; letter-spacing:0; }
header nav #lnb { margin-left:120px; }
header nav #lnb > li { margin-left:100px; }

header #sitemap .sitemapCon { margin-left:120px; }
header #sitemap .sitemapCon > li { margin-left:100px; }


/*mobile*/
@media screen and (max-width:640px){

}

/*mobile_min*/
@media screen and (max-width:480px){
}