/*
Theme Name: Manabukuro
Theme URI:
Description: Manabukuro is a WordPress child theme for Lightning.
Author: Setouchi Kotori
Author URI: 
Template:   lightning
Version: 1.00
*/

function Manabukuro_scripts() {
	wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' );
}
add_action( 'wp_enqueue_scripts', 'sugoku_ii_omise_scripts' );