@charset "utf-8";
/* 
Theme Name: MonCoeur（モンクール）
Theme URL: http://moncoeur-nanny.com/
Description: MonCoeur（モンクール）
Author: MonCoeur
 */
@import url("css/layout.css");
@import url("css/layout_pc.css");
@import url("css/layout_tlsp.css");
@import url("css/common.css");
@import url("css/animate.css");
@media print, screen and (min-width: 769px) {
}
@media only screen and (max-width: 768px) {
  /*スマホテーブル横スクロール
    テーブルを囲む<div class="scroll"></div>*/
  .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}
@media only screen and (max-width: 640px) {
}
