@charset "utf-8";

/* ---------------------------------------------------------------------- */
body {
color: #333;
/*font-family:"Montserrat", "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
background: #eee;
}
#wrap {
position: relative;
}
/* ---------------------------------------- */
a {
color: #333;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a:link {
color: #333;
}
a:visited {
color: #333;
}
a:active {
color: #333;
}
