.float-right {
	float: right;
	margin-left: 10px;

}
.float-left {
	float: left;
	margin-right: 10px;

}
.margin20 {
	width: 100%;
	margin-left: 10px;
}
.margin30 {
	width: 100%;
	margin-left: 30px;
}
.txt13 {
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	margin-left: 20px;
}
/* テキスト */
.bold {
	font-weight: bold;
}
.block {
	display: block;
}
.txt-green {
	color: #009900;
}
.txt-blue {
	color: #0000CC;
}
.txt-red {
	color: #FF0000;
}
.txt-brown {
	color: #5A4336;
}
.txt-cyan {
	color: #469EE6;
}
.txt-orange {
	color: #D97200;
}
.txt-pink {
	color: #FF6699;
}
.txt-purple {
	color: #330099;
}
.txt-black {
	color: #333333;
}
