@charset "utf-8";

/*----------------------------------------------------
elements
----------------------------------------------------*/
body { font-family: 'Shippori Mincho', serif;}
a {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
text-decoration: none;
}
img {
width: 100%;
vertical-align: bottom;
}
li { list-style: none;}

.pos {
    position: relative;
}

/*================================================
font family
==================================================*/
.en { font-family: 'Lato', sans-serif;}

/*================================================
table
==================================================*/
table {
border-collapse: collapse;
border-spacing: 0px;
}
