﻿@charset "utf-8";
/* CSS Document */

/*--header---------------------------------------------*/
#header{position:fixed;top:0;left:0;z-index:10;background-color:#fff; width:100%;height:80px; padding-top:15px;}
#header .topArea {padding:0;}
#header .topArea a {text-align:center; display:block;}
#header .topArea a img {width:339px; height: 48px;}

#content .content_inner {padding-top:80px; }

@font-face {
  font-family: 'marunichi';
  src: url("marunich.woff") format("woff");
  font-weight: normal;
  font-style: normal; }


@media screen and (max-width:767px){

/*--header---------------------------------------------*/
#header {height:55px; padding-top:12px;}
#header .topArea a img {width:246px; height: 37px;}

}