@charset "utf-8";

/* default
--------------------------------------------------*/
* {
margin: 0 auto;
padding: 0;
box-sizing: border-box;
font-style: normal;
}
*:focus {
outline: none;
}
html {
height: 100%;
font-size: 62.5%;
}
body {
overflow-y: scroll;
position: relative;
text-align: center;
* font-size:small;
* font:x-small;
/*height: 100%; viewer.jsで不具合*/
-webkit-text-size-adjust: 100%;
letter-spacing: 0;
-webkit-font-smoothing: antialiased;
font-size: 1.0rem;
}
li {
list-style: none;
}
img {
border: none;
vertical-align: bottom;
max-width: 100%;
}
table {
font-size: inherit;
font: 100%;
}
a[href^="tel:"] {
color:inherit;
margin:0;
padding:0;
text-decoration:inherit;
font-style:inherit;
font-weight:inherit;
}
