/*
 Theme Name: Fujiyama Child
 Theme URI: https://example.com/fujiyama-child
 Description: Child theme for the Fujiyama JP parent theme. Safe space for customizations that survive parent updates.
 Author: Your Name
 Author URI: https://example.com
 Template: fujiyama_jp
 Version: 1.0.1
 Text Domain: fujiyama-child
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Tags: child-theme, minimal, woocommerce, dokan
*/

/* Put your custom CSS below */

/* Dokan登録フォームのエラーメッセージを赤に */
.woocommerce-error {
  color: #f00;
}

