@charset "utf-8";
/* CSS Document */

/*小塚ゴシックpro*/
/* @font-face {
   font-family: 'kozgo';
   font-style: normal;
   font-weight: normal;
   src: url('../fonts/KozGoPro-Medium.otf') format('truetype');
} */

/*小塚明朝*/
/* @font-face {
   font-family: 'kozmin';
   font-style: normal;
   font-weight: normal;
   src: url('../fonts/KozMinPro-Medium.otf') format('truetype');
} */

/*DINAItemateBold*/
@font-face {
   font-family: 'DIN';
   font-style: normal;
   font-weight: normal;
   src: url('../fonts/DIN Alternate Bold.ttf') format('truetype');
}
/* iOSでのデフォルトスタイルをリセット */

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}