@charset "utf-8";

/*----------------------------------------------------
elements
----------------------------------------------------*/
html {}

body {
-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
font-family: 'Noto Sans JP', sans-serif;
color: #505050;
}
a {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
text-decoration: none;
}
img { vertical-align: bottom;}
li { list-style: none;}

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

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