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

@media print {
  #header,
  #footer,
  .sideTopics,
  .sideSns,
  #functionBox,
  #popcorn { display: none; }

  .faq dt {
    list-style-image: url("img/contactus/faq/q.gif");
	  display: list-item;
  	list-style-position: inside;
  }

  .faq dd {
	  list-style-image: url("img/contactus/faq/a.gif");
  	display: list-item;
	  list-style-position: inside;
  }
}
