<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  
Template : colorzero
Author : Designup.jp
Website : http://designup.jp
Note: All content are copyrighted by author. Please, don't steal anything.
*/
/* ------------------------------------- */
/*   info_area  */
/* ------------------------------------- */
.info_area {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
}
/* ------------------------------------- */
/*   free_area   */
/* ------------------------------------- */
.free_area {
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 1px solid #e1e1e1;
  color: #333;
  background-color: #f7f7f7;
}
</pre></body></html>