@charset "utf-8";
/* ------------------------------------------------------------ Initialization of the browser style */
#warm-up-lp html,
#warm-up-lp body,
#warm-up-lp div,
#warm-up-lp span,
#warm-up-lp h1,
#warm-up-lp h2,
#warm-up-lp h3,
#warm-up-lp h4,
#warm-up-lp h5,
#warm-up-lp h6,
#warm-up-lp p,
#warm-up-lp blockquote,
#warm-up-lp pre,
#warm-up-lp a,
#warm-up-lp address,
#warm-up-lp code,
#warm-up-lp em,
#warm-up-lp span.strong,
#warm-up-lp img,
#warm-up-lp q,
#warm-up-lp dl,
#warm-up-lp dt,
#warm-up-lp dd,
#warm-up-lp ol,
#warm-up-lp ul,
#warm-up-lp li,
#warm-up-lp fieldset,
#warm-up-lp form,
#warm-up-lp label,
#warm-up-lp legend,
#warm-up-lp table,
#warm-up-lp caption,
#warm-up-lp tbody,
#warm-up-lp tfoot,
#warm-up-lp thead,
#warm-up-lp tr,
#warm-up-lp th,
#warm-up-lp td,
#warm-up-lp hr {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
	word-break: break-all;
}

/* ------------------------------------------------------------ body reset */
#warm-up-lp {
	font-size: 16px;
	background-color: #fff;
}

#warm-up-lp table { font-size: 100%; }
#warm-up-lp strong { font-weight: normal; }
/* ------------------------------------------------------------ Table Elements */
#warm-up-lp table,
#warm-up-lp th,
#warm-up-lp td {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------------------------------------ Form Elements */
#warm-up-lp input,
#warm-up-lp select,
#warm-up-lp textarea {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

#warm-up-lp button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
}

#warm-up-lp button:hover { cursor: pointer; }
#warm-up-lp label { cursor: pointer; }

::placeholder { color: #999; }
/* ------------------------------------------------------------ etc */
#warm-up-lp a,
#warm-up-lp fieldset,
#warm-up-lp img { border: 0; }

#warm-up-lp ol li,
#warm-up-lp ul li { list-style-type: none; }

/* ------------------------------------------------------------ img */
*:first-child+html img { vertical-align: bottom; }

* html img { vertical-align: bottom; }

img {
	margin-bottom: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
	border: none;
}

/* ------------------------------------------------------------ input */
input { vertical-align: middle; display: inline; }

*:first-child+html input { vertical-align: middle; }

* html input { vertical-align: middle; }

input[type="submit"] { margin: 0; padding: 0; }
/* ------------------------------------------------------------ select */
select { vertical-align: middle; }

*:first-child+html select { vertical-align: middle; }

* html select { vertical-align: middle; }

/* ------------------------------------------------------------ clear Fix */

.cfx:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cfx { min-height: 0px; }

* html .cfx {
  height: 0px;
}

/* ------------------------------------------------------------ iphone */
@media screen and (max-device-width: 480px) {
#warm-up-lp {
-webkit-text-size-adjust: none; /* iPhone */
}
}
