/*
 Theme Name:   kahuna child
 Theme URI:    http://example.com/kahuna-child/
 Description:  kahuna child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     kahuna
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  kahuna child
*/

.g-group{
	border: medium solid #8CB65F;
	border-radius: 0.5em;
	margin-bottom:0.5em;
}
/*予算/条例グループタイトル*/
.g-subtitle{
	
	background-color:#8CB65F;
	font-weight:150%;
	margin:0.5em;
}
.g-subtitle h2{
	margin-top:0.5em;
}

.g-subgroup{
	margin-top:0.5em;
	padding:0em 0.5em;
}
/*議案タイトル*/
.g-subject{
	font-weight:bolder;
	font-size:1.2em;
	display:inline-block;
}
/*議決結果*/
.g-kekka{
	color:white;
	background-color: darkgreen;
	display:inline-block;
}
/*議決内容*/
.g-decision{
	padding:0em 1em;
	
}

.a-hyodai{
	color:#8CB65F;
}
.a-honbun{
	
}
.a-kugiri{
	font-weight:bold;
}
