@charset "UTF-8";
/* ---------- ---------- ----------

00. common
01. tvc

---------- ---------- ---------- */

/* ---------- ---------- ----------
:: for large screen ::
@media screen and (min-width: 1025px) {
}
:: for medium screen ::
@media screen and (min-width: 641px) and (max-width: 1024px) {
}
:: for small screen ::
@media screen and (max-width: 640px) {
}
---------- ---------- ---------- */

/* -- ------------------------------
  00. common
------------------------------ --*/
/* background
---------- ---------- */
#area-Contents {
  background-color: #f1f1f1;
}