@charset "UTF-8";

html:not(:target) body #contents {
	font-size: 14px;
}

.kaizen_01 {
	border-right-width: 3px;
	border-right-style: dotted;
	border-right-color: #cec394;
	padding-right: 30px;
	
}
.kaizen_02 {
	padding-left: 30px;

}
.kaizen_01_b {
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #cec394;
	border-bottom-color: #cec394;
	padding-right: 30px;
	padding-bottom: 30px;
	
}
.kaizen_02_b {
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #cec394;
	padding-left: 30px;
	padding-bottom: 30px;

}
.kaizen_03 {
	border-right-width: 3px;
	border-right-style: dotted;
	border-right-color: #cec394;
	padding-right: 30px;
	padding-top: 30px;
;
}
.kaizen_04 {
	padding-left: 30px;
	padding-top: 30px;

}
/*
.wide01 {
	width: 440px;
	float: left;
}
*/

.kaizen {
	margin: 25px 0;
}

.kaizen td {
	border-right: 3px dotted #cec394;
	padding: 0 30px 0;
}

.kaizen tr td:first-child {
	padding-left: 0;
}

.kaizen tr td:last-child {
	padding-right: 0;
	border-right: none;
}

.kaizen tr td .mt15 {
	color: #bb9e57;
	font-size: 16px;
}

.kaizen tr td .f14 {
	color: #4c3f2f;
	font-size: 14px;
}

.col_red{
	color: #f83257;
}
