/*
Theme Name: My Custom Styles
Description: Cocoon用の追加スタイル
Author: ftcom
Version: 1.0
*/

/* ここからCSSを書いていこう！ */
.my-template-box {
  background-color: #eef;
  padding: 20px;
  border-radius: 8px;
}
