@charset "utf-8";
/* CSS Document */

/*--編集不可エリア ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼---------------------------------------------*/

#header {margin: 0 auto;width:100%;height:80px; box-sizing:border-box;padding-top:15px;}
#header .topArea {padding:0;}
#header .topArea a {text-align:center; display:block;}
#header .topArea a img {width:227px;height: 48px;}

@media screen and (max-width:767px){

#header {height:55px; padding-top:12px;}
#header .topArea a img {width:150px; height: 30px;}

}

/*--編集不可エリア ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲---------------------------------------------*/