@charset "utf-8";
/* CSS Document */

.goal {
	margin-top: 15px;
}

.goal h2 {
	float:left;
	width: 180px;
}

.goal div {
	margin-left: 210px;
	border-left: 2px solid #CFDCE0;
	padding-left: 35px;
}

.theme {
	padding-left: 25px;
}

.theme li {
	float:left;
	padding: 0 20px 10px 0;
}

/*----- clearfix scheme -----*/
.theme{
	display: inline-block;
}
.theme:after{
	height: 0;
	visibility: hidden;
	content: url("../common/img/spacer.gif");
	display: block;
	clear: both;
}
/* hide MacIE \*/
* html .theme{	height: 1em;}
.theme{	display: block;}
/* ini */

