@charset "UTF-8";
/* 
	*** リセットスタイル ***
	Originally crafted by Eric Meyer
	Source: http://meyerweb.com/eric/tools/css/reset/
	Purpose: 
	The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on
 */
.east_ikebukuro_royal {
  /* HTML5 display-role reset for older browsers */
}
.east_ikebukuro_royal div,
.east_ikebukuro_royal span,
.east_ikebukuro_royal applet,
.east_ikebukuro_royal object,
.east_ikebukuro_royal iframe,
.east_ikebukuro_royal h1,
.east_ikebukuro_royal h2,
.east_ikebukuro_royal h3,
.east_ikebukuro_royal h4,
.east_ikebukuro_royal h5,
.east_ikebukuro_royal h6,
.east_ikebukuro_royal p,
.east_ikebukuro_royal blockquote,
.east_ikebukuro_royal pre,
.east_ikebukuro_royal a,
.east_ikebukuro_royal abbr,
.east_ikebukuro_royal acronym,
.east_ikebukuro_royal address,
.east_ikebukuro_royal big,
.east_ikebukuro_royal cite,
.east_ikebukuro_royal code,
.east_ikebukuro_royal del,
.east_ikebukuro_royal dfn,
.east_ikebukuro_royal em,
.east_ikebukuro_royal img,
.east_ikebukuro_royal ins,
.east_ikebukuro_royal kbd,
.east_ikebukuro_royal q,
.east_ikebukuro_royal s,
.east_ikebukuro_royal samp,
.east_ikebukuro_royal small,
.east_ikebukuro_royal strike,
.east_ikebukuro_royal strong,
.east_ikebukuro_royal sub,
.east_ikebukuro_royal sup,
.east_ikebukuro_royal tt,
.east_ikebukuro_royal var,
.east_ikebukuro_royal b,
.east_ikebukuro_royal u,
.east_ikebukuro_royal i,
.east_ikebukuro_royal center,
.east_ikebukuro_royal dl,
.east_ikebukuro_royal dt,
.east_ikebukuro_royal dd,
.east_ikebukuro_royal ol,
.east_ikebukuro_royal ul,
.east_ikebukuro_royal li,
.east_ikebukuro_royal fieldset,
.east_ikebukuro_royal form,
.east_ikebukuro_royal label,
.east_ikebukuro_royal legend,
.east_ikebukuro_royal table,
.east_ikebukuro_royal caption,
.east_ikebukuro_royal tbody,
.east_ikebukuro_royal tfoot,
.east_ikebukuro_royal thead,
.east_ikebukuro_royal tr,
.east_ikebukuro_royal th,
.east_ikebukuro_royal td,
.east_ikebukuro_royal article,
.east_ikebukuro_royal aside,
.east_ikebukuro_royal canvas,
.east_ikebukuro_royal details,
.east_ikebukuro_royal embed,
.east_ikebukuro_royal figure,
.east_ikebukuro_royal figcaption,
.east_ikebukuro_royal footer,
.east_ikebukuro_royal header,
.east_ikebukuro_royal hgroup,
.east_ikebukuro_royal menu,
.east_ikebukuro_royal nav,
.east_ikebukuro_royal output,
.east_ikebukuro_royal ruby,
.east_ikebukuro_royal section,
.east_ikebukuro_royal summary,
.east_ikebukuro_royal time,
.east_ikebukuro_royal mark,
.east_ikebukuro_royal audio,
.east_ikebukuro_royal video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.east_ikebukuro_royal article,
.east_ikebukuro_royal aside,
.east_ikebukuro_royal details,
.east_ikebukuro_royal figcaption,
.east_ikebukuro_royal figure,
.east_ikebukuro_royal footer,
.east_ikebukuro_royal header,
.east_ikebukuro_royal hgroup,
.east_ikebukuro_royal menu,
.east_ikebukuro_royal nav,
.east_ikebukuro_royal section {
  display: block;
}
.east_ikebukuro_royal ol,
.east_ikebukuro_royal ul {
  list-style: none;
}
.east_ikebukuro_royal blockquote,
.east_ikebukuro_royal q {
  quotes: none;
}
.east_ikebukuro_royal blockquote:before,
.east_ikebukuro_royal blockquote:after,
.east_ikebukuro_royal q:before,
.east_ikebukuro_royal q:after {
  content: "";
  content: none;
}
.east_ikebukuro_royal table {
  border-collapse: collapse;
  border-spacing: 0;
}
.east_ikebukuro_royal input[type=text],
.east_ikebukuro_royal input[type=email],
.east_ikebukuro_royal input[type=url] {
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.east_ikebukuro_royal input[type=text]:not(:focus-visible),
.east_ikebukuro_royal input[type=email]:not(:focus-visible),
.east_ikebukuro_royal input[type=url]:not(:focus-visible) {
  outline: none;
}
.east_ikebukuro_royal select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
}
.east_ikebukuro_royal select:not(:focus-visible) {
  outline: none;
}
.east_ikebukuro_royal textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  background: transparent;
}
.east_ikebukuro_royal textarea:not(:focus-visible) {
  outline: none;
}
.east_ikebukuro_royal button,
.east_ikebukuro_royal input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  background: transparent;
}
.east_ikebukuro_royal button:not(:focus-visible),
.east_ikebukuro_royal input[type=submit]:not(:focus-visible) {
  outline: none;
}/*# sourceMappingURL=ikebukuro_royal_reset.css.map */