/*
 Theme Name:   2015toganerc
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  HappenStance Child Theme
 Author:       Togane Rotary Club
 Author URI:   http://www.togane-rc.jp
 Template:     happenstance
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  HappenStance-child
*/


add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
function theme_enqueue_styles() {
    wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );

}

@import url( '../happenstance/style.css'); 

dl#memberList dl,dt,dd {
	margin: 0;
	padding: 0;
}

dl#memberList dl {
	background: #e7e7e7;
	border: 1px solid #333;
	border-top: none;
	width: 300px;
}

dl#memberList dt {
	border-top: 1px solid #333;
	background: #e7e7e7;
	clear: left;
	float: left;
	width: 80px;
	padding-left: 10px;
}

dl#memberList dd {
	background: #fff;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	margin-left: 90px;
	padding-left: 10px;
}