@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#about{
	margin-bottom: 40px;
}
#about .box {
	margin-bottom: 32px;
}
#about .box dt{
	background: #543322;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 2px 14px 0px 14px;
	margin-bottom: 13px;
}
#about .box.imgright dl dt{
	margin-right: 280px;
}
#about .box.imgleft dl dt{
	margin-left: 280px;
}
#about .box dl dd{
	margin-bottom: 29px;
}
#about .box dl dd:last-child{
	margin-bottom: 0;
}

#commit{
	margin-bottom: 40px;
}
#commit p{
	margin-bottom: 20px;
}
#commit p:last-child{
	margin-bottom: 0;
}
#commit ul {
	margin-bottom: 26px;
}
#commit ul li{
		background: url('../image/tick.jpg') left 3px no-repeat;
	margin-bottom: 14px;
	font-weight: bold;
	font-size: 1.43em;
	color: #341F18;
	line-height: 1;
    padding: 6px 0 0px 34px;
}
